summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/rtc/rtc-rx8581.c: add SMBus-only adapters supportAndreas Werner2014-01-231-13/+68
* drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_...Geert Uytterhoeven2014-01-231-0/+2
* rtc: max8907: weekday encoding fixesStephen Warren2014-01-231-6/+5
* drivers/rtc/rtc-hym8563.c: staticize local symbolSachin Kamat2014-01-231-1/+1
* drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helperSachin Kamat2014-01-231-1/+1
* drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helperSachin Kamat2014-01-231-1/+1
* drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failureAndrew Morton2014-01-231-4/+2
* rtc: honor device tree /alias entries when assigning IDsStephen Warren2014-01-231-4/+20
* drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-01-231-4/+1
* drivers/rtc/Kconfig: disable RTC_DRV_CMOS on AtariGeert Uytterhoeven2014-01-231-1/+1
* drivers/rtc/rtc-cmos.c: remove superfluous name castGeert Uytterhoeven2014-01-231-1/+1
* rtc: add hym8563 rtc-driverHeiko Stuebner2014-01-233-0/+618
* drivers/rtc/rtc-vr41xx.c: use devm_*() functionsJingoo Han2014-01-231-38/+12
* drivers/rtc/rtc-twl.c: use devm_*() functionsJingoo Han2014-01-231-25/+13
* drivers/rtc/rtc-ds1742.c: add devicetree supportAlexander Shiyan2014-01-231-1/+9
* drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()Fabio Estevam2014-01-231-1/+4
* drivers/rtc/rtc-mxc.c: remove unneeded labelFabio Estevam2014-01-231-4/+1
* drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata()Jingoo Han2014-01-231-1/+0
* drivers/rtc/rtc-as3722: use devm for rtc and irq registrationLaxman Dewangan2014-01-231-16/+3
* firmware/dmi_scan: generalize for use by other archsArd Biesheuvel2014-01-232-10/+13
* backlight: lp8788: remove unnecessary parenthesesJingoo Han2014-01-231-3/+3
* backlight: lp855x: remove unnecessary parenthesesJingoo Han2014-01-231-1/+1
* backlight: kb3886_bl: fix incorrect placement of __initdata markerJingoo Han2014-01-231-1/+1
* backlight: tosa: use devm_lcd_device_register()Jingoo Han2014-01-231-4/+2
* backlight: l4f00242t03: use devm_lcd_device_register()Jingoo Han2014-01-231-4/+2
* backlight: jornada720: use devm_lcd_device_register()Jingoo Han2014-01-231-11/+2
* backlight: tosa: use devm_backlight_device_register()Jingoo Han2014-01-231-4/+3
* backlight: ot200_bl: use devm_backlight_device_register()Jingoo Han2014-01-231-6/+3
* backlight: omap1: use devm_backlight_device_register()Jingoo Han2014-01-231-12/+2
* backlight: hp680_bl: use devm_backlight_device_register()Jingoo Han2014-01-231-4/+2
* backlight: jornada720: use devm_backlight_device_register()Jingoo Han2014-01-231-12/+3
* drivers/vlynq/vlynq.c: fix another resource size off by 1 errorDan Carpenter2014-01-231-1/+2
* drivers/video/aty/aty128fb.c: fix a warning pertaining to the aty128fb backli...David Howells2014-01-231-0/+4
* drivers/mfd/tps65217.c: fix pointer-integer size mismatch warning in tps65217...David Howells2014-01-231-1/+1
* drivers/mfd/max8998.c: fix pointer-integer size mismatch warning in max8998_i...David Howells2014-01-231-1/+1
* drivers/gpu/drm/gma500/backlight.c: fix a defined-but-not-used warning for do...David Howells2014-01-231-2/+2
* drivers/block/Kconfig: update RAM block device module nameFabian Frederick2014-01-231-1/+2
* drivers/mailbox/omap: make mbox->irq signed for error handlingDan Carpenter2014-01-231-1/+1
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-01-223-4/+15
|\
| * drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_...Rashika Kheria2014-01-161-1/+1
| * virtio-scsi: Fix hotcpu_notifier use-after-free with virtscsi_freezeAsias He2014-01-161-1/+14
| * virtio: pci: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-041-2/+0
* | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-2222-555/+1348
|\ \
| * | xen: delete new instances of __cpuinit usagePaul Gortmaker2014-01-101-3/+3
| * | xen/fb: allow xenfb initialization for hvm guestsStefano Stabellini2014-01-071-1/+1
| * | xen/evtchn_fifo: fix error return code in evtchn_fifo_setup()Wei Yongjun2014-01-071-2/+4
| * | xen-platform: fix error return code in platform_pci_init()Wei Yongjun2014-01-071-1/+2
| * | xen: Use dev_is_pci() to check whether it is pci deviceYijing Wang2014-01-071-1/+1
| * | xen/grant-table: Force to use v1 of grants.Konrad Rzeszutek Wilk2014-01-061-4/+2
| * | xen/pvh: Piggyback on PVHVM XenBus.Mukesh Rathor2014-01-061-1/+2