aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
...
| * | | | | | | drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030Benoit Cousson2012-01-10
| * | | | | | | drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen2012-01-10
| * | | | | | | drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticAxel Lin2012-01-10
| * | | | | | | drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable staticAxel Lin2012-01-10
| * | | | | | | rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-10
| * | | | | | | drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()Mark Brown2012-01-10
| * | | | | | | drivers/rtc/rtc-wm831x.c: remove unused period IRQ handlerMark Brown2012-01-10
| * | | | | | | rtc/ab8500: add calibration attribute to AB8500 RTCMark Godfrey2012-01-10
| * | | | | | | drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()Linus Walleij2012-01-10
| * | | | | | | rtc/ab8500: set can_wake flagAndrew Lynn2012-01-10
| * | | | | | | rtc/ab8500: don't disable IRQ:s when suspendingRobert Marklund2012-01-10
| * | | | | | | drivers/rtc/rtc-mxc.c: make alarm workYauhen Kharuzhy2012-01-10
| * | | | | | | drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoCYauhen Kharuzhy2012-01-10
| * | | | | | | drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writingOndrej Zary2012-01-10
| * | | | | | | leds: convert wm8350 driver to devm_kzalloc()Mark Brown2012-01-10
| * | | | | | | leds: convert wm831x status driver to devm_kzalloc()Mark Brown2012-01-10
| * | | | | | | drivers/leds/leds-mc13783.c: fix off-by-one for checking num_ledsAxel Lin2012-01-10
| * | | | | | | leds: add driver for TCA6507 LED controllerNeilBrown2012-01-10
| * | | | | | | drivers/leds/leds-netxbig.c: use gpio_request_one()Axel Lin2012-01-10
| * | | | | | | drivers/leds/leds-bd2802.c: use gpio_request_one()Axel Lin2012-01-10
| * | | | | | | drivers/leds/leds-lp5523.c: remove unneeded forward declarationAxel Lin2012-01-10
| * | | | | | | leds: convert leds-dac124s085 to module_spi_driverAxel Lin2012-01-10
| * | | | | | | leds: convert led i2c drivers to module_i2c_driverAxel Lin2012-01-10
| * | | | | | | leds: convert led platform drivers to module_platform_driverAxel Lin2012-01-10
| * | | | | | | backlight: convert pwm_bl to dev_pm_opsMark Brown2012-01-10
| * | | | | | | backlight: convert platform_lcd to devm_kzalloc()Mark Brown2012-01-10
| * | | | | | | backlight: use kstrtoul()Jingoo Han2012-01-10
| * | | | | | | drivers/video/backlight/ep93xx_bl.c: remove duplicated header includeJingoo Han2012-01-10
| * | | | | | | backlight/ld9040.c: regulator control in the driverDonghwa Lee2012-01-10
| * | | | | | | backlight: convert drivers/video/backlight/* to use module_platform_driver()Axel Lin2012-01-10
| * | | | | | | backlight: remove ADX backlight device supportPaul Bolle2012-01-10
* | | | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2012-01-10
|\ \ \ \ \ \ \ \
| * | | | | | | | UBI: fix use-after-free on error pathArtem Bityutskiy2012-01-05
| * | | | | | | | UBI: fix missing scrub when there is a bit-flipBhavesh Parekh2011-11-30
* | | | | | | | | Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-01-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mtd: Fix dependency for MTD_DOC200xFabio Estevam2012-01-09
| * | | | | | | | | mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-09
| * | | | | | | | | mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-09
| * | | | | | | | | mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy2012-01-09
| * | | | | | | | | mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy2012-01-09
| * | | | | | | | | mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-09
| * | | | | | | | | mtd: harmonize mtd_writev usageArtem Bityutskiy2012-01-09
| * | | | | | | | | mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy2012-01-09
| * | | | | | | | | mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy2012-01-09
| * | | | | | | | | mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy2012-01-09
| * | | | | | | | | mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy2012-01-09
| * | | | | | | | | mtd: do not use mtd->read_oob directlyArtem Bityutskiy2012-01-09
| * | | | | | | | | mtd: mtdoops: do not use mtd->panic_write directlyArtem Bityutskiy2012-01-09
| * | | | | | | | | mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy2012-01-09
| * | | | | | | | | mtd: introduce mtd_has_oob helperArtem Bityutskiy2012-01-09