summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds2012-01-1091-1236/+1172
|\
| * drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings2012-01-101-2/+2
| * drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030Benoit Cousson2012-01-101-2/+8
| * drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen2012-01-105-5/+0
| * drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticAxel Lin2012-01-101-1/+1
| * drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable staticAxel Lin2012-01-101-1/+1
| * rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-1030-351/+30
| * drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()Mark Brown2012-01-101-3/+1
| * drivers/rtc/rtc-wm831x.c: remove unused period IRQ handlerMark Brown2012-01-101-20/+0
| * rtc/ab8500: add calibration attribute to AB8500 RTCMark Godfrey2012-01-101-0/+112
| * drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()Linus Walleij2012-01-101-3/+3
| * rtc/ab8500: set can_wake flagAndrew Lynn2012-01-101-0/+2
| * rtc/ab8500: don't disable IRQ:s when suspendingRobert Marklund2012-01-101-2/+2
| * drivers/rtc/rtc-mxc.c: make alarm workYauhen Kharuzhy2012-01-101-53/+59
| * drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoCYauhen Kharuzhy2012-01-101-0/+11
| * drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writingOndrej Zary2012-01-101-1/+1
| * leds: convert wm8350 driver to devm_kzalloc()Mark Brown2012-01-101-5/+2
| * leds: convert wm831x status driver to devm_kzalloc()Mark Brown2012-01-101-3/+2
| * drivers/leds/leds-mc13783.c: fix off-by-one for checking num_ledsAxel Lin2012-01-101-1/+1
| * leds: add driver for TCA6507 LED controllerNeilBrown2012-01-103-0/+788
| * drivers/leds/leds-netxbig.c: use gpio_request_one()Axel Lin2012-01-101-18/+6
| * drivers/leds/leds-bd2802.c: use gpio_request_one()Axel Lin2012-01-101-2/+1
| * drivers/leds/leds-lp5523.c: remove unneeded forward declarationAxel Lin2012-01-101-2/+0
| * leds: convert leds-dac124s085 to module_spi_driverAxel Lin2012-01-101-12/+1
| * leds: convert led i2c drivers to module_i2c_driverAxel Lin2012-01-107-98/+7
| * leds: convert led platform drivers to module_platform_driverAxel Lin2012-01-1021-265/+31
| * backlight: convert pwm_bl to dev_pm_opsMark Brown2012-01-101-10/+11
| * backlight: convert platform_lcd to devm_kzalloc()Mark Brown2012-01-101-5/+4
| * backlight: use kstrtoul()Jingoo Han2012-01-102-19/+13
| * drivers/video/backlight/ep93xx_bl.c: remove duplicated header includeJingoo Han2012-01-101-1/+0
| * backlight/ld9040.c: regulator control in the driverDonghwa Lee2012-01-101-12/+59
| * backlight: convert drivers/video/backlight/* to use module_platform_driver()Axel Lin2012-01-1013-148/+13
| * backlight: remove ADX backlight device supportPaul Bolle2012-01-103-191/+0
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2012-01-103-6/+14
|\ \
| * | UBI: fix use-after-free on error pathArtem Bityutskiy2012-01-051-3/+4
| * | UBI: fix missing scrub when there is a bit-flipBhavesh Parekh2011-11-303-3/+10
* | | Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-01-1092-1499/+2263
|\ \ \
| * | | mtd: Fix dependency for MTD_DOC200xFabio Estevam2012-01-091-0/+3
| * | | mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-094-7/+4
| * | | mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-0911-20/+14
| * | | mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy2012-01-093-10/+5
| * | | mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy2012-01-094-29/+13
| * | | mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-096-15/+7
| * | | mtd: harmonize mtd_writev usageArtem Bityutskiy2012-01-092-4/+24
| * | | mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy2012-01-091-2/+0
| * | | mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy2012-01-091-4/+0
| * | | mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy2012-01-091-8/+10
| * | | mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy2012-01-091-5/+3
| * | | mtd: do not use mtd->read_oob directlyArtem Bityutskiy2012-01-091-7/+2
| * | | mtd: mtdoops: do not use mtd->panic_write directlyArtem Bityutskiy2012-01-091-9/+8