summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-12-12Merge tag 'sound-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+1
2014-12-12Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds24-459/+2213
2014-12-11Merge tag 'fbdev-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds46-1604/+1822
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds23-1264/+1696
2014-12-11Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds7-180/+667
2014-12-11Merge tag 'spi-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds25-276/+1821
2014-12-11Merge tag 'edac/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-28/+182
2014-12-11Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds368-12287/+14624
2014-12-11Merge tag 'backlight-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-20/+40
2014-12-11Merge tag 'pinctrl-v3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds35-348/+5055
2014-12-11Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds152-1267/+4069
2014-12-11Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-210/+331
2014-12-11Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-1/+1
2014-12-11Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds12-313/+930
2014-12-11rtc: refine rtc_timer_do_work() to consider other set alarm failuresXunlei Pang1-0/+13
2014-12-11rtc/ab8500: set uie_unsupported flagXunlei Pang1-0/+2
2014-12-11drivers/rtc/rtc-snvs: fix suspend/resumeSanchayan Maity1-1/+4
2014-12-11drivers/rtc/rtc-snvs: add clock supportSanchayan Maity1-2/+32
2014-12-11rtc: omap: drop vendor-prefix from power-controller dt propertyJohan Hovold1-1/+1
2014-12-11drivers/rtc/rtc-isl12057.c: report error code upon failure in dev_err() callsArnaud Ebalard1-8/+14
2014-12-11drivers/rtc/rtc-isl12057.c: add proper handling of oscillator failure bitArnaud Ebalard1-14/+33
2014-12-11drivers/rtc/rtc-isl12057.c: add support for century bitArnaud Ebalard1-4/+16
2014-12-11drivers/rtc/rtc-isl12057.c: fix masking of register valuesArnaud Ebalard1-2/+2
2014-12-11rtc: ds1307: add support for mcp7940x chipsTomas Novotny1-63/+64
2014-12-11drivers/rtc/rtc-ds1374.c: add watchdog supportSøren Andersen2-0/+293
2014-12-11drivers/rtc/rtc-sirfsoc.c: replace local_irq_disable by spin_lock_irq for SMP...Barry Song1-8/+19
2014-12-11drivers/rtc/rtc-sirfsoc.c: add alarm_irq_enable supporthao liu1-1/+26
2014-12-11rtc: pcf8563: clear expired alarm at boot timeJan Kardell1-0/+10
2014-12-11rtc: pcf8563: save battery powerJan Kardell1-0/+16
2014-12-11rtc: pcf8563: handle consequeces of lacking second alarm regJan Kardell1-0/+11
2014-12-11rtc: pcf8563: fix wrong time from read_alarmJan Kardell1-2/+2
2014-12-11rtc: pcf8563: fix write of invalid bits to ST2 regJan Kardell1-1/+2
2014-12-11rtc: pcf8563: remove leftover codeJan Kardell1-7/+6
2014-12-11rtc: omap: add copyright entryJohan Hovold1-0/+1
2014-12-11rtc: omap: fix minor coding style issuesJohan Hovold1-19/+27
2014-12-11rtc: omap: enable wake-up from power offJohan Hovold1-1/+8
2014-12-11rtc: omap: add support for pmic_power_enJohan Hovold1-0/+100
2014-12-11rtc: omap: add helper to read 32-bit registersJohan Hovold1-0/+5
2014-12-11rtc: omap: add helper to read raw bcd timeJohan Hovold1-8/+10
2014-12-11rtc: omap: silence bogus power-up reset message at probeJohan Hovold1-6/+13
2014-12-11rtc: omap: add structured device-type infoJohan Hovold1-52/+51
2014-12-11rtc: omap: remove DRIVER_NAME macroJohan Hovold1-5/+3
2014-12-11rtc: omap: add device abstractionJohan Hovold1-106/+133
2014-12-11rtc: omap: make platform-device id table constJohan Hovold1-1/+1
2014-12-11rtc: omap: use dev_infoJohan Hovold1-4/+3
2014-12-11rtc: omap: remove unused register-base defineJohan Hovold1-2/+0
2014-12-11rtc: omap: fix class-device registrationJohan Hovold1-23/+23
2014-12-11rtc: omap: clean up probe error handlingJohan Hovold1-23/+18
2014-12-11rtc: omap: fix interrupt disable at probeJohan Hovold1-3/+5
2014-12-11rtc: omap: fix missing wakealarm attributeJohan Hovold1-2/+3