summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
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
2014-11-19ARM: at91/Kconfig: remove unused config optionsNicolas Ferre-3/+1
2014-11-17rtc/tpo: Driver to support rtc and wakeup on PowerNV platformNeelesh Gupta-0/+273
2014-11-13rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCKBoris BREZILLON-4/+24
2014-11-13rtc: at91sam9: rework the Kconfig descriptionBoris BREZILLON-8/+15
2014-11-13rtc: at91sam9: make use of syscon/regmap to access GPBR registersBoris BREZILLON-9/+56
2014-11-13rtc: at91sam9: add DT supportBoris BREZILLON-0/+9
2014-11-13rtc: at91sam9: replace devm_ioremap by devm_ioremap_resourceBoris BREZILLON-19/+10
2014-11-13rtc: at91sam9: use standard readl/writel functions instead of raw versionsBoris BREZILLON-4/+4
2014-11-13rtc: at91sam9: remove references to mach specific headersBoris BREZILLON-4/+18
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-79/+0
2014-11-03ARM: at91: remove no-MMU at91x40 supportNicolas Ferre-1/+1
2014-10-29drivers/rtc/rtc-bq32k.c: fix register valuePavel Machek-1/+1
2014-10-29drivers/rtc/rtc-s3c.c: fix initialization failure without rtc source clockMarek Szyprowski-6/+8
2014-10-29drivers/rtc/rtc-pm8xxx.c: rework to support pm8941 rtcStanimir Varbanov-89/+135
2014-10-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+2
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang-79/+0
2014-10-14rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEPDaniel Glöckner-1/+4
2014-10-14drivers/rtc/Kconfig: Let several drivers depend on HAS_IOMEM to avoid compili...Chen Gang-0/+11
2014-10-14drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffersAndy Shevchenko-6/+5
2014-10-14drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return valueArnd Bergmann-1/+1
2014-10-14drivers/rtc/rtc-pcf8563.c: fix uninitialized use warningArnd Bergmann-1/+1
2014-10-14rtc: add driver for Maxim 77802 PMIC Real-Time-ClockJavier Martinez Canillas-0/+513