summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2015-01-26drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty elementAndrey Ryabinin-0/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-79/+0
2014-12-13rtc: snvs: fix build with CONFIG_PM_SLEEP disabledGuenter Roeck-2/+9
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-0/+273
2014-12-10rtc: refine rtc_timer_do_work() to consider other set alarm failuresXunlei Pang-0/+13
2014-12-10rtc/ab8500: set uie_unsupported flagXunlei Pang-0/+2
2014-12-10drivers/rtc/rtc-snvs: fix suspend/resumeSanchayan Maity-1/+4
2014-12-10drivers/rtc/rtc-snvs: add clock supportSanchayan Maity-2/+32
2014-12-10rtc: omap: drop vendor-prefix from power-controller dt propertyJohan Hovold-1/+1
2014-12-10drivers/rtc/rtc-isl12057.c: report error code upon failure in dev_err() callsArnaud Ebalard-8/+14
2014-12-10drivers/rtc/rtc-isl12057.c: add proper handling of oscillator failure bitArnaud Ebalard-14/+33
2014-12-10drivers/rtc/rtc-isl12057.c: add support for century bitArnaud Ebalard-4/+16
2014-12-10drivers/rtc/rtc-isl12057.c: fix masking of register valuesArnaud Ebalard-2/+2
2014-12-10rtc: ds1307: add support for mcp7940x chipsTomas Novotny-63/+64
2014-12-10drivers/rtc/rtc-ds1374.c: add watchdog supportSøren Andersen-0/+293
2014-12-10drivers/rtc/rtc-sirfsoc.c: replace local_irq_disable by spin_lock_irq for SMP...Barry Song-8/+19
2014-12-10drivers/rtc/rtc-sirfsoc.c: add alarm_irq_enable supporthao liu-1/+26
2014-12-10rtc: pcf8563: clear expired alarm at boot timeJan Kardell-0/+10
2014-12-10rtc: pcf8563: save battery powerJan Kardell-0/+16
2014-12-10rtc: pcf8563: handle consequeces of lacking second alarm regJan Kardell-0/+11
2014-12-10rtc: pcf8563: fix wrong time from read_alarmJan Kardell-2/+2
2014-12-10rtc: pcf8563: fix write of invalid bits to ST2 regJan Kardell-1/+2
2014-12-10rtc: pcf8563: remove leftover codeJan Kardell-7/+6
2014-12-10rtc: omap: add copyright entryJohan Hovold-0/+1
2014-12-10rtc: omap: fix minor coding style issuesJohan Hovold-19/+27
2014-12-10rtc: omap: enable wake-up from power offJohan Hovold-1/+8
2014-12-10rtc: omap: add support for pmic_power_enJohan Hovold-0/+100
2014-12-10rtc: omap: add helper to read 32-bit registersJohan Hovold-0/+5
2014-12-10rtc: omap: add helper to read raw bcd timeJohan Hovold-8/+10
2014-12-10rtc: omap: silence bogus power-up reset message at probeJohan Hovold-6/+13
2014-12-10rtc: omap: add structured device-type infoJohan Hovold-52/+51
2014-12-10rtc: omap: remove DRIVER_NAME macroJohan Hovold-5/+3
2014-12-10rtc: omap: add device abstractionJohan Hovold-106/+133
2014-12-10rtc: omap: make platform-device id table constJohan Hovold-1/+1
2014-12-10rtc: omap: use dev_infoJohan Hovold-4/+3
2014-12-10rtc: omap: remove unused register-base defineJohan Hovold-2/+0
2014-12-10rtc: omap: fix class-device registrationJohan Hovold-23/+23
2014-12-10rtc: omap: clean up probe error handlingJohan Hovold-23/+18
2014-12-10rtc: omap: fix interrupt disable at probeJohan Hovold-3/+5
2014-12-10rtc: omap: fix missing wakealarm attributeJohan Hovold-2/+3
2014-12-10rtc: omap: fix clock-source configurationJohan Hovold-2/+4
2014-12-10drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeHyogi Gim-0/+8
2014-12-10drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probeGuo Zeng-8/+8
2014-12-10Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-33/+35
2014-12-08Merge branch 'at91/cleanup5' into next/driversArnd Bergmann-4/+2
2014-11-26ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for driversNicolas Ferre-1/+1
2014-11-21rtc: Update suspend/resume timing to use 64bit timeJohn Stultz-15/+15
2014-11-21rtc/lib: Provide y2038 safe rtc_tm_to_time()/rtc_time_to_tm() replacementpang.xunlei-18/+20
2014-11-20Merge branch 'at91/cleanup' into next/driversArnd Bergmann-1/+1
2014-11-20Merge tag 'at91-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/nfe...Arnd Bergmann-37/+125