14 Jan, 2012

1 commit

  • * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6: (59 commits)
    rtc: max8925: Add function to work as wakeup source
    mfd: Add pm ops to max8925
    mfd: Convert aat2870 to dev_pm_ops
    mfd: Still check other interrupts if we get a wm831x touchscreen IRQ
    mfd: Introduce missing kfree in 88pm860x probe routine
    mfd: Add S5M series configuration
    mfd: Add s5m series irq driver
    mfd: Add S5M core driver
    mfd: Improve mc13xxx dt binding document
    mfd: Fix stmpe section mismatch
    mfd: Fix stmpe build warning
    mfd: Fix STMPE I2c build failure
    mfd: Constify aat2870-core i2c_device_id table
    gpio: Add support for stmpe variant 801
    mfd: Add support for stmpe variant 801
    mfd: Add support for stmpe variant 610
    mfd: Add support for STMPE SPI interface
    mfd: Separate out STMPE controller and interface specific code
    misc: Remove max8997-muic sysfs attributes
    mfd: Remove unused wm831x_irq_data_to_mask_reg()
    ...

    Fix up trivial conflict in drivers/leds/Kconfig due to addition of
    LEDS_MAX8997 and LEDS_TCA6507 next to each other.

    Linus Torvalds
     

09 Jan, 2012

2 commits


05 Jan, 2012

1 commit


01 Nov, 2011

1 commit

  • Add the include to fix things like this:

    arch/arm/mach-sa1100/jornada720.c:278: error: 'PAGE_SHIFT' undeclared here (not in a function)
    arch/arm/mach-bcmring/mm.c:32: error: 'PAGE_SHIFT' undeclared here (not in a function)
    arch/arm/mach-sa1100/collie.c:361: error: 'PAGE_SHIFT' undeclared here (not in a function)

    Signed-off-by: Paul Gortmaker

    Paul Gortmaker
     

12 Feb, 2011

1 commit


20 Oct, 2010

1 commit

  • Since we're now using addruart to establish the debug mapping, we can
    remove the io_pg_offst and phys_io members of struct machine_desc.

    The various declarations were removed using the following script:

    grep -rl MACHINE_START arch/arm | xargs \
    sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'

    [ Initial patch was from Jeremy Kerr, example script from Russell King ]

    Signed-off-by: Nicolas Pitre
    Acked-by: Eric Miao

    Nicolas Pitre
     

19 Jul, 2010

1 commit


02 Mar, 2010

1 commit


07 Dec, 2009

2 commits


28 Nov, 2009

4 commits


25 Mar, 2009

2 commits


02 Dec, 2008

1 commit


07 Aug, 2008

2 commits


22 May, 2008

1 commit


28 Sep, 2006

1 commit


12 Jul, 2006

1 commit

  • Patch from Pavel Machek

    From: Dirk Opfer

    Fix ucb initialization on collie. Wrong frequency was used and that
    led to things not working quite correctly. (I had to actually disable
    checks in my tree to get it to boot). It now includes all the
    neccessary parts to get it to compile :-).

    Signed-off-by: Pavel Machek
    Acked-by: Richard Purdie
    Signed-off-by: Russell King

    Pavel Machek
     

01 Jul, 2006

1 commit


01 Apr, 2006

1 commit

  • Patch from Pavel Machek

    > The kautobuild found the following error while trying to build 2.6.16-git18
    > using collie_defconfig:
    >
    > arch/arm/mach-sa1100/collie.c:92: error: 'collie_uart_set_mctrl' undeclared here (not in a function)
    > arch/arm/mach-sa1100/collie.c:93: error: 'collie_uart_get_mctrl' undeclared here (not in a function)
    > make[1]: *** [arch/arm/mach-sa1100/collie.o] Error 1
    > make: *** [arch/arm/mach-sa1100] Error 2
    > make: Leaving directory `/var/tmp/kernel-orig'

    This fixes above compile error by adding missing pieces of uart
    support, and fixes compilation.

    Signed-off-by: Pavel Machek
    Signed-off-by: Russell King

    Pavel Machek
     

26 Mar, 2006

1 commit


14 Jan, 2006

1 commit


30 Oct, 2005

1 commit


28 Oct, 2005

1 commit


10 Oct, 2005

1 commit


15 Sep, 2005

1 commit


04 Jul, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds