summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sh/nommu' into sh-latestPaul Mundt2012-01-121612-57957/+97813
|\
| * Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-01-112-6/+6
| |\
| | * input: xilinx_ps2: Don't use NO_IRQMichal Simek2012-01-051-1/+1
| | * block: xsysace: Don't use NO_IRQMichal Simek2012-01-051-5/+5
| * | Merge branch 'unicore32' of git://github.com/gxt/linuxLinus Torvalds2012-01-113-32/+7
| |\ \
| | * | rtc-puv3: solve section mismatch in rtc-puv3.cGuan Xuetao2012-01-101-2/+2
| | * | rtc-puv3: using module_platform_driver()Guan Xuetao2012-01-101-15/+1
| | * | i2c-puv3: using module_platform_driver()Guan Xuetao2012-01-101-14/+2
| | * | rtc-puv3: irq: remove IRQF_DISABLEDGuan Xuetao2012-01-101-2/+2
| | * | of: add include asm/setup.h in drivers/of/fdt.cYu Yue2012-01-101-0/+1
| * | | Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds2012-01-1191-1236/+1172
| |\ \ \
| | * | | drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings2012-01-111-2/+2
| | * | | drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030Benoit Cousson2012-01-111-2/+8
| | * | | drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen2012-01-115-5/+0
| | * | | drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticAxel Lin2012-01-111-1/+1
| | * | | drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable staticAxel Lin2012-01-111-1/+1
| | * | | rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-1130-351/+30
| | * | | drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()Mark Brown2012-01-111-3/+1
| | * | | drivers/rtc/rtc-wm831x.c: remove unused period IRQ handlerMark Brown2012-01-111-20/+0
| | * | | rtc/ab8500: add calibration attribute to AB8500 RTCMark Godfrey2012-01-111-0/+112
| | * | | drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()Linus Walleij2012-01-111-3/+3
| | * | | rtc/ab8500: set can_wake flagAndrew Lynn2012-01-111-0/+2
| | * | | rtc/ab8500: don't disable IRQ:s when suspendingRobert Marklund2012-01-111-2/+2
| | * | | drivers/rtc/rtc-mxc.c: make alarm workYauhen Kharuzhy2012-01-111-53/+59
| | * | | drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoCYauhen Kharuzhy2012-01-111-0/+11
| | * | | drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writingOndrej Zary2012-01-111-1/+1
| | * | | leds: convert wm8350 driver to devm_kzalloc()Mark Brown2012-01-111-5/+2
| | * | | leds: convert wm831x status driver to devm_kzalloc()Mark Brown2012-01-111-3/+2
| | * | | drivers/leds/leds-mc13783.c: fix off-by-one for checking num_ledsAxel Lin2012-01-111-1/+1
| | * | | leds: add driver for TCA6507 LED controllerNeilBrown2012-01-113-0/+788
| | * | | drivers/leds/leds-netxbig.c: use gpio_request_one()Axel Lin2012-01-111-18/+6
| | * | | drivers/leds/leds-bd2802.c: use gpio_request_one()Axel Lin2012-01-111-2/+1
| | * | | drivers/leds/leds-lp5523.c: remove unneeded forward declarationAxel Lin2012-01-111-2/+0
| | * | | leds: convert leds-dac124s085 to module_spi_driverAxel Lin2012-01-111-12/+1
| | * | | leds: convert led i2c drivers to module_i2c_driverAxel Lin2012-01-117-98/+7
| | * | | leds: convert led platform drivers to module_platform_driverAxel Lin2012-01-1121-265/+31
| | * | | backlight: convert pwm_bl to dev_pm_opsMark Brown2012-01-111-10/+11
| | * | | backlight: convert platform_lcd to devm_kzalloc()Mark Brown2012-01-111-5/+4
| | * | | backlight: use kstrtoul()Jingoo Han2012-01-112-19/+13
| | * | | drivers/video/backlight/ep93xx_bl.c: remove duplicated header includeJingoo Han2012-01-111-1/+0
| | * | | backlight/ld9040.c: regulator control in the driverDonghwa Lee2012-01-111-12/+59
| | * | | backlight: convert drivers/video/backlight/* to use module_platform_driver()Axel Lin2012-01-1113-148/+13
| | * | | backlight: remove ADX backlight device supportPaul Bolle2012-01-113-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