aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)Author
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
2014-09-26drivers/rtc/rtc-efi.c: add missing module aliasPali Rohár
2014-09-25Merge tag 'sunxi-drivers-for-3.18' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2014-09-23Merge tag 'mvebu-fixes-3.17' of git://git.infradead.org/linux-mvebu into next...Olof Johansson
2014-09-19rtc: sunxi: Depend on platforms sun4i/sun7i that actually have the rtcChen-Yu Tsai
2014-09-19rtc: sun6i: Add sun6i RTC driverChen-Yu Tsai
2014-09-09rtc: Remove ARCH_KIRKWOOD dependencyAndrew Lunn
2014-08-29drivers/rtc/rtc-s5m.c: re-add support for devices without irq specifiedBartlomiej Zolnierkiewicz
2014-08-08Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds
2014-08-08drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereferenceThierry Reding