summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-3141-369/+255
|\
| * drivers/misc/lkdtm.c: fix missing allocation failure checkAlan Cox2012-07-311-0/+2
| * pps: return PTR_ERR on error in device_createEmil Goode2012-07-311-1/+3
| * drivers/rtc/rtc-pcf8563.c: add device tree supportNick Bowler2012-07-311-0/+10
| * drivers/rtc/rtc-pcf8563.c: set owner field in driver structNick Bowler2012-07-311-0/+1
| * rtc/rtc-da9052: remove unneed devm_kfree callDevendra Naga2012-07-311-4/+1
| * rtc/mc13xxx: add support for the rtc in the mc34708 pmicUwe Kleine-König2012-07-311-0/+2
| * rtc/mc13xxx: use MODULE_DEVICE_TABLE instead of MODULE_ALIASUwe Kleine-König2012-07-311-2/+2
| * drivers/rtc/rtc-s3c.c: replace #include header files from asm/* to linux/*Sachin Kamat2012-07-311-2/+2
| * drivers/rtc/rtc-r9701.c: check that r9701_set_datetime() succeededAndrew Morton2012-07-311-1/+2
| * drivers/rtc/rtc-r9701.c: avoid second call to rtc_valid_tm()Devendra Naga2012-07-311-2/+1
| * drivers/rtc/rtc-ab8500.c: remove fix for AB8500 ED versionBengt Jonsson2012-07-311-16/+11
| * drivers/rtc/rtc-ab8500.c: use UIE emulationRamesh Chandrasekaran2012-07-312-1/+15
| * rtc: pl031: fix up IRQ flagsMattias Wallin2012-07-311-1/+10
| * rtc: pl031: use per-vendor variables for special initLinus Walleij2012-07-311-9/+14
| * rtc: pl031: encapsulate per-vendor opsLinus Walleij2012-07-311-22/+39
| * drivers/rtc/rtc-coh901331.c: use devm allocationLinus Walleij2012-07-311-35/+15
| * drivers/rtc/rtc-coh901331.c: use clk_prepare/unprepareLinus Walleij2012-07-311-3/+8
| * drivers/message/i2o/i2o_config.c: bound allocationAlan Cox2012-07-311-0/+7
| * drivers/message/i2o/i2o_proc.c: the pointer returned from chtostr() points to...Kamil Dudka2012-07-311-15/+22
| * firmware_map: make firmware_map_add_early() argument consistent with firmware...Yasuaki Ishimatsu2012-07-311-4/+4
| * video/uvc: use memweight()Akinobu Mita2012-07-311-3/+2
| * dm: use memweight()Akinobu Mita2012-07-311-11/+2
| * backlight: move lp855x header into platform_data directoryKim, Milo2012-07-311-1/+1
| * backlight: move register definitions from header to sourceKim, Milo2012-07-311-2/+6
| * backlight: l4f00242t03: export and use devm_gpio_request_one()Jingoo Han2012-07-311-19/+10
| * backlight: corgi_lcd: use devm_gpio_request()Jingoo Han2012-07-311-14/+5
| * backlight: lms283gf05: use devm_gpio_request()Jingoo Han2012-07-311-18/+6
| * backlight: tosa_bl: use devm_gpio_request()Jingoo Han2012-07-311-6/+2
| * backlight: tosa_lcd: use devm_gpio_request()Jingoo Han2012-07-311-5/+2
| * backlight: ot200_bl: use devm_gpio_request()Jingoo Han2012-07-311-6/+3
| * backlight: atmel-pwm-bl: use devm_gpio_request()Jingoo Han2012-07-311-9/+5
| * drivers/video/backlight/lm3533_bl.c: use devm_ functionsJingoo Han2012-07-311-6/+2
| * drivers/video/backlight/ot200_bl.c: use devm_ functionsJingoo Han2012-07-311-8/+4
| * drivers/video/backlight/atmel-pwm-bl.c: use devm_ functionsJingoo Han2012-07-311-3/+2
| * drivers/misc/ti-st/st_core.c: missing NULL checkAlan Cox2012-07-311-0/+5
| * clk: validate pointer in __clk_disable()Fengguang Wu2012-07-311-0/+3
| * usb/host/r8a66597: remove conditional compilation of clk codeViresh Kumar2012-07-312-17/+0
| * gadget/r8a66597: remove conditional compilation of clk codeViresh Kumar2012-07-312-13/+3
| * gadget/m66592: remove conditional compilation of clk codeViresh Kumar2012-07-312-13/+1
| * net/stmmac: remove conditional compilation of clk codeViresh Kumar2012-07-312-58/+17
| * net/c_can: remove conditional compilation of clk codeViresh Kumar2012-07-311-8/+0
| * ata/pata_arasan: remove conditional compilation of clk codeViresh Kumar2012-07-311-13/+1
| * usb/musb: remove conditional compilation of clk codeViresh Kumar2012-07-311-8/+0
| * i2c/i2c-pxa: remove conditional compilation of clk codeViresh Kumar2012-07-311-7/+0
| * clk: remove redundant depends on from drivers/KconfigViresh Kumar2012-07-311-1/+0
| * pcdp: use early_ioremap/early_iounmap to access pcdp tableGreg Pearson2012-07-311-2/+2
* | Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-302-25/+127
|\ \
| * | virtio-blk: allow toggling host cache between writeback and writethroughPaolo Bonzini2012-07-301-3/+87
| * | virtio-blk: Use block layer provided spinlockAsias He2012-07-301-6/+3