summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2014-12-10drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeHyogi Gim
2014-12-10drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probeGuo Zeng
2014-12-10Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-12-08Merge branch 'at91/cleanup5' into next/driversArnd Bergmann
2014-11-26ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for driversNicolas Ferre
2014-11-21rtc: Update suspend/resume timing to use 64bit timeJohn Stultz
2014-11-21rtc/lib: Provide y2038 safe rtc_tm_to_time()/rtc_time_to_tm() replacementpang.xunlei
2014-11-20Merge branch 'at91/cleanup' into next/driversArnd Bergmann
2014-11-20Merge tag 'at91-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/nfe...Arnd Bergmann
2014-11-19ARM: at91/Kconfig: remove unused config optionsNicolas Ferre
2014-11-17rtc/tpo: Driver to support rtc and wakeup on PowerNV platformNeelesh Gupta
2014-11-13rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCKBoris BREZILLON
2014-11-13rtc: at91sam9: rework the Kconfig descriptionBoris BREZILLON
2014-11-13rtc: at91sam9: make use of syscon/regmap to access GPBR registersBoris BREZILLON
2014-11-13rtc: at91sam9: add DT supportBoris BREZILLON
2014-11-13rtc: at91sam9: replace devm_ioremap by devm_ioremap_resourceBoris BREZILLON
2014-11-13rtc: at91sam9: use standard readl/writel functions instead of raw versionsBoris BREZILLON
2014-11-13rtc: at91sam9: remove references to mach specific headersBoris BREZILLON
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-11-03ARM: at91: remove no-MMU at91x40 supportNicolas Ferre
2014-10-29drivers/rtc/rtc-bq32k.c: fix register valuePavel Machek
2014-10-29drivers/rtc/rtc-s3c.c: fix initialization failure without rtc source clockMarek Szyprowski
2014-10-29drivers/rtc/rtc-pm8xxx.c: rework to support pm8941 rtcStanimir Varbanov
2014-10-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang
2014-10-14rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEPDaniel Glöckner
2014-10-14drivers/rtc/Kconfig: Let several drivers depend on HAS_IOMEM to avoid compili...Chen Gang
2014-10-14drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffersAndy Shevchenko
2014-10-14drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return valueArnd Bergmann
2014-10-14drivers/rtc/rtc-pcf8563.c: fix uninitialized use warningArnd Bergmann
2014-10-14rtc: add driver for Maxim 77802 PMIC Real-Time-ClockJavier Martinez Canillas
2014-10-14rtc: max77686: Use ffs() to calculate tm_wdayJavier Martinez Canillas
2014-10-14rtc: max77686: remove unneeded info logJavier Martinez Canillas
2014-10-14rtc: max77686: fail to probe if no RTC regmap irqchip is setJavier Martinez Canillas
2014-10-14rtc: max77686: remove dead code for SMPL and WTSRJavier Martinez Canillas
2014-10-14rtc: max77686: Allow the max77686 rtc to wakeup the systemDoug Anderson
2014-10-14rtc: bq32000: add trickle charger option, with device tree bindingPavel Machek
2014-10-14rtc: ds1307: add trickle charger device tree bindingMatti Vaittinen
2014-10-14RTC: RK808: add RTC driver for RK808Chris Zhong
2014-10-14rtc: make of_device_ids constUwe Kleine-König
2014-10-14rtc: s3c: add support for RTC of Exynos3250 SoCChanwoo Choi
2014-10-14rtc: s3c: add s3c_rtc_data structure to use variant data instead of s3c_cpu_typeChanwoo Choi
2014-10-14rtc: s3c: remove warning message when checking coding style with checkpatch s...Chanwoo Choi
2014-10-14rtc: s3c: define s3c_rtc structure to remove global variables.Chanwoo Choi
2014-10-14rtc: use c99 initializers in structuresJulia Lawall
2014-10-08Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-10-08Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-10-03Merge branch 'next' into efi-next-mergeMatt Fleming
2014-10-03rtc: Disable EFI rtc for x86Matt Fleming
2014-10-03efi: rtc-efi: Export platform:rtc-efi as module aliasArd Biesheuvel