aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10rtc: omap: add copyright entryJohan Hovold1-0/+1
2014-12-10rtc: omap: fix minor coding style issuesJohan Hovold1-19/+27
2014-12-10rtc: omap: enable wake-up from power offJohan Hovold1-1/+8
2014-12-10rtc: omap: add support for pmic_power_enJohan Hovold1-0/+100
2014-12-10rtc: omap: add helper to read 32-bit registersJohan Hovold1-0/+5
2014-12-10rtc: omap: add helper to read raw bcd timeJohan Hovold1-8/+10
2014-12-10rtc: omap: silence bogus power-up reset message at probeJohan Hovold1-6/+13
2014-12-10rtc: omap: add structured device-type infoJohan Hovold1-52/+51
2014-12-10rtc: omap: remove DRIVER_NAME macroJohan Hovold1-5/+3
2014-12-10rtc: omap: add device abstractionJohan Hovold1-106/+133
2014-12-10rtc: omap: make platform-device id table constJohan Hovold1-1/+1
2014-12-10rtc: omap: use dev_infoJohan Hovold1-4/+3
2014-12-10rtc: omap: remove unused register-base defineJohan Hovold1-2/+0
2014-12-10rtc: omap: fix class-device registrationJohan Hovold1-23/+23
2014-12-10rtc: omap: clean up probe error handlingJohan Hovold1-23/+18
2014-12-10rtc: omap: fix interrupt disable at probeJohan Hovold1-3/+5
2014-12-10rtc: omap: fix missing wakealarm attributeJohan Hovold1-2/+3
2014-12-10rtc: omap: fix clock-source configurationJohan Hovold1-2/+4
2014-12-10drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeHyogi Gim1-0/+8
2014-12-10drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probeGuo Zeng1-8/+8
2014-12-10Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-33/+35
2014-12-08Merge branch 'at91/cleanup5' into next/driversArnd Bergmann1-4/+2
2014-11-26ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for driversNicolas Ferre1-1/+1
2014-11-21rtc: Update suspend/resume timing to use 64bit timeJohn Stultz1-15/+15
2014-11-21rtc/lib: Provide y2038 safe rtc_tm_to_time()/rtc_time_to_tm() replacementpang.xunlei1-18/+20
2014-11-20Merge branch 'at91/cleanup' into next/driversArnd Bergmann1-1/+1
2014-11-20Merge tag 'at91-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/driversArnd Bergmann2-37/+125
2014-11-19ARM: at91/Kconfig: remove unused config optionsNicolas Ferre1-3/+1
2014-11-17rtc/tpo: Driver to support rtc and wakeup on PowerNV platformNeelesh Gupta3-0/+273
2014-11-13rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCKBoris BREZILLON1-4/+24
2014-11-13rtc: at91sam9: rework the Kconfig descriptionBoris BREZILLON1-8/+15
2014-11-13rtc: at91sam9: make use of syscon/regmap to access GPBR registersBoris BREZILLON2-9/+56
2014-11-13rtc: at91sam9: add DT supportBoris BREZILLON1-0/+9
2014-11-13rtc: at91sam9: replace devm_ioremap by devm_ioremap_resourceBoris BREZILLON1-19/+10
2014-11-13rtc: at91sam9: use standard readl/writel functions instead of raw versionsBoris BREZILLON1-4/+4
2014-11-13rtc: at91sam9: remove references to mach specific headersBoris BREZILLON1-4/+18
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman79-79/+0
2014-11-03ARM: at91: remove no-MMU at91x40 supportNicolas Ferre1-1/+1
2014-10-29drivers/rtc/rtc-bq32k.c: fix register valuePavel Machek1-1/+1
2014-10-29drivers/rtc/rtc-s3c.c: fix initialization failure without rtc source clockMarek Szyprowski1-6/+8
2014-10-29drivers/rtc/rtc-pm8xxx.c: rework to support pm8941 rtcStanimir Varbanov2-89/+135
2014-10-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang79-79/+0
2014-10-14rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEPDaniel Glöckner1-1/+4
2014-10-14drivers/rtc/Kconfig: Let several drivers depend on HAS_IOMEM to avoid compiling issueChen Gang1-0/+11
2014-10-14drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffersAndy Shevchenko1-6/+5
2014-10-14drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return valueArnd Bergmann1-1/+1
2014-10-14drivers/rtc/rtc-pcf8563.c: fix uninitialized use warningArnd Bergmann1-1/+1
2014-10-14rtc: add driver for Maxim 77802 PMIC Real-Time-ClockJavier Martinez Canillas3-0/+513
2014-10-14rtc: max77686: Use ffs() to calculate tm_wdayJavier Martinez Canillas1-11/+2