| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sh/nommu' into sh-latest | Paul Mundt | 2012-01-12 | 1612 | -57957/+97813 |
|\ |
|
| * | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2012-01-11 | 2 | -6/+6 |
| |\ |
|
| | * | input: xilinx_ps2: Don't use NO_IRQ | Michal Simek | 2012-01-05 | 1 | -1/+1 |
| | * | block: xsysace: Don't use NO_IRQ | Michal Simek | 2012-01-05 | 1 | -5/+5 |
| * | | Merge branch 'unicore32' of git://github.com/gxt/linux | Linus Torvalds | 2012-01-11 | 3 | -32/+7 |
| |\ \ |
|
| | * | | rtc-puv3: solve section mismatch in rtc-puv3.c | Guan Xuetao | 2012-01-10 | 1 | -2/+2 |
| | * | | rtc-puv3: using module_platform_driver() | Guan Xuetao | 2012-01-10 | 1 | -15/+1 |
| | * | | i2c-puv3: using module_platform_driver() | Guan Xuetao | 2012-01-10 | 1 | -14/+2 |
| | * | | rtc-puv3: irq: remove IRQF_DISABLED | Guan Xuetao | 2012-01-10 | 1 | -2/+2 |
| | * | | of: add include asm/setup.h in drivers/of/fdt.c | Yu Yue | 2012-01-10 | 1 | -0/+1 |
| * | | | Merge branch 'akpm' (aka "Andrew's patch-bomb") | Linus Torvalds | 2012-01-11 | 91 | -1236/+1172 |
| |\ \ \ |
|
| | * | | | drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range | Ben Hutchings | 2012-01-11 | 1 | -2/+2 |
| | * | | | drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030 | Benoit Cousson | 2012-01-11 | 1 | -2/+8 |
| | * | | | drivers/rtc/: remove redundant spi driver bus initialization | Lars-Peter Clausen | 2012-01-11 | 5 | -5/+0 |
| | * | | | drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver static | Axel Lin | 2012-01-11 | 1 | -1/+1 |
| | * | | | drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static | Axel Lin | 2012-01-11 | 1 | -1/+1 |
| | * | | | rtc: convert drivers/rtc/* to use module_platform_driver() | Axel Lin | 2012-01-11 | 30 | -351/+30 |
| | * | | | drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc() | Mark Brown | 2012-01-11 | 1 | -3/+1 |
| | * | | | drivers/rtc/rtc-wm831x.c: remove unused period IRQ handler | Mark Brown | 2012-01-11 | 1 | -20/+0 |
| | * | | | rtc/ab8500: add calibration attribute to AB8500 RTC | Mark Godfrey | 2012-01-11 | 1 | -0/+112 |
| | * | | | drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range() | Linus Walleij | 2012-01-11 | 1 | -3/+3 |
| | * | | | rtc/ab8500: set can_wake flag | Andrew Lynn | 2012-01-11 | 1 | -0/+2 |
| | * | | | rtc/ab8500: don't disable IRQ:s when suspending | Robert Marklund | 2012-01-11 | 1 | -2/+2 |
| | * | | | drivers/rtc/rtc-mxc.c: make alarm work | Yauhen Kharuzhy | 2012-01-11 | 1 | -53/+59 |
| | * | | | drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoC | Yauhen Kharuzhy | 2012-01-11 | 1 | -0/+11 |
| | * | | | drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writing | Ondrej Zary | 2012-01-11 | 1 | -1/+1 |
| | * | | | leds: convert wm8350 driver to devm_kzalloc() | Mark Brown | 2012-01-11 | 1 | -5/+2 |
| | * | | | leds: convert wm831x status driver to devm_kzalloc() | Mark Brown | 2012-01-11 | 1 | -3/+2 |
| | * | | | drivers/leds/leds-mc13783.c: fix off-by-one for checking num_leds | Axel Lin | 2012-01-11 | 1 | -1/+1 |
| | * | | | leds: add driver for TCA6507 LED controller | NeilBrown | 2012-01-11 | 3 | -0/+788 |
| | * | | | drivers/leds/leds-netxbig.c: use gpio_request_one() | Axel Lin | 2012-01-11 | 1 | -18/+6 |
| | * | | | drivers/leds/leds-bd2802.c: use gpio_request_one() | Axel Lin | 2012-01-11 | 1 | -2/+1 |
| | * | | | drivers/leds/leds-lp5523.c: remove unneeded forward declaration | Axel Lin | 2012-01-11 | 1 | -2/+0 |
| | * | | | leds: convert leds-dac124s085 to module_spi_driver | Axel Lin | 2012-01-11 | 1 | -12/+1 |
| | * | | | leds: convert led i2c drivers to module_i2c_driver | Axel Lin | 2012-01-11 | 7 | -98/+7 |
| | * | | | leds: convert led platform drivers to module_platform_driver | Axel Lin | 2012-01-11 | 21 | -265/+31 |
| | * | | | backlight: convert pwm_bl to dev_pm_ops | Mark Brown | 2012-01-11 | 1 | -10/+11 |
| | * | | | backlight: convert platform_lcd to devm_kzalloc() | Mark Brown | 2012-01-11 | 1 | -5/+4 |
| | * | | | backlight: use kstrtoul() | Jingoo Han | 2012-01-11 | 2 | -19/+13 |
| | * | | | drivers/video/backlight/ep93xx_bl.c: remove duplicated header include | Jingoo Han | 2012-01-11 | 1 | -1/+0 |
| | * | | | backlight/ld9040.c: regulator control in the driver | Donghwa Lee | 2012-01-11 | 1 | -12/+59 |
| | * | | | backlight: convert drivers/video/backlight/* to use module_platform_driver() | Axel Lin | 2012-01-11 | 13 | -148/+13 |
| | * | | | backlight: remove ADX backlight device support | Paul Bolle | 2012-01-11 | 3 | -191/+0 |
| * | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2012-01-10 | 3 | -6/+14 |
| |\ \ \ \ |
|
| | * | | | | UBI: fix use-after-free on error path | Artem Bityutskiy | 2012-01-05 | 1 | -3/+4 |
| | * | | | | UBI: fix missing scrub when there is a bit-flip | Bhavesh Parekh | 2011-11-30 | 3 | -3/+10 |
| * | | | | | Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2012-01-10 | 92 | -1499/+2263 |
| |\ \ \ \ \ |
|
| | * | | | | | mtd: Fix dependency for MTD_DOC200x | Fabio Estevam | 2012-01-09 | 1 | -0/+3 |
| | * | | | | | mtd: do not use mtd->block_markbad directly | Artem Bityutskiy | 2012-01-09 | 4 | -7/+4 |
| | * | | | | | mtd: introduce mtd_can_have_bb helper | Artem Bityutskiy | 2012-01-09 | 11 | -20/+14 |