summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: omap: add helper to read raw bcd timeJohan Hovold2014-12-101-8/+10
* rtc: omap: silence bogus power-up reset message at probeJohan Hovold2014-12-101-6/+13
* rtc: omap: add structured device-type infoJohan Hovold2014-12-101-52/+51
* rtc: omap: remove DRIVER_NAME macroJohan Hovold2014-12-101-5/+3
* rtc: omap: add device abstractionJohan Hovold2014-12-101-106/+133
* rtc: omap: make platform-device id table constJohan Hovold2014-12-101-1/+1
* rtc: omap: use dev_infoJohan Hovold2014-12-101-4/+3
* rtc: omap: remove unused register-base defineJohan Hovold2014-12-101-2/+0
* rtc: omap: fix class-device registrationJohan Hovold2014-12-101-23/+23
* rtc: omap: clean up probe error handlingJohan Hovold2014-12-101-23/+18
* rtc: omap: fix interrupt disable at probeJohan Hovold2014-12-101-3/+5
* rtc: omap: fix missing wakealarm attributeJohan Hovold2014-12-101-2/+3
* rtc: omap: fix clock-source configurationJohan Hovold2014-12-101-2/+4
* drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeHyogi Gim2014-12-101-0/+8
* drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probeGuo Zeng2014-12-101-8/+8
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-102-33/+35
|\
| * rtc: Update suspend/resume timing to use 64bit timeJohn Stultz2014-11-211-15/+15
| * rtc/lib: Provide y2038 safe rtc_tm_to_time()/rtc_time_to_tm() replacementpang.xunlei2014-11-211-18/+20
* | Merge branch 'at91/cleanup5' into next/driversArnd Bergmann2014-12-081-4/+2
|\ \
| * | ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for driversNicolas Ferre2014-11-261-1/+1
| * | ARM: at91/Kconfig: remove unused config optionsNicolas Ferre2014-11-191-3/+1
* | | Merge branch 'at91/cleanup' into next/driversArnd Bergmann2014-11-201-1/+1
|\ \ \ | |/ /
| * | ARM: at91: remove no-MMU at91x40 supportNicolas Ferre2014-11-031-1/+1
| |/
* | Merge tag 'at91-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/nfe...Arnd Bergmann2014-11-202-37/+125
|\ \
| * | rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCKBoris BREZILLON2014-11-131-4/+24
| * | rtc: at91sam9: rework the Kconfig descriptionBoris BREZILLON2014-11-131-8/+15
| * | rtc: at91sam9: make use of syscon/regmap to access GPBR registersBoris BREZILLON2014-11-132-9/+56
| * | rtc: at91sam9: add DT supportBoris BREZILLON2014-11-131-0/+9
| * | rtc: at91sam9: replace devm_ioremap by devm_ioremap_resourceBoris BREZILLON2014-11-131-19/+10
| * | rtc: at91sam9: use standard readl/writel functions instead of raw versionsBoris BREZILLON2014-11-131-4/+4
| * | rtc: at91sam9: remove references to mach specific headersBoris BREZILLON2014-11-131-4/+18
| |/
* | drivers/rtc/rtc-bq32k.c: fix register valuePavel Machek2014-10-291-1/+1
* | drivers/rtc/rtc-s3c.c: fix initialization failure without rtc source clockMarek Szyprowski2014-10-291-6/+8
* | drivers/rtc/rtc-pm8xxx.c: rework to support pm8941 rtcStanimir Varbanov2014-10-292-89/+135
|/
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-232-1/+2
|\
| * Merge branch 'next' into efi-next-mergeMatt Fleming2014-10-032-1/+2
| |\
| | * rtc: Disable EFI rtc for x86Matt Fleming2014-10-031-1/+1
| | * efi: rtc-efi: Export platform:rtc-efi as module aliasArd Biesheuvel2014-10-031-0/+1
* | | rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEPDaniel Glöckner2014-10-141-1/+4
* | | drivers/rtc/Kconfig: Let several drivers depend on HAS_IOMEM to avoid compili...Chen Gang2014-10-141-0/+11
* | | drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffersAndy Shevchenko2014-10-141-6/+5
* | | drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return valueArnd Bergmann2014-10-141-1/+1
* | | drivers/rtc/rtc-pcf8563.c: fix uninitialized use warningArnd Bergmann2014-10-141-1/+1
* | | rtc: add driver for Maxim 77802 PMIC Real-Time-ClockJavier Martinez Canillas2014-10-143-0/+513
* | | rtc: max77686: Use ffs() to calculate tm_wdayJavier Martinez Canillas2014-10-141-11/+2
* | | rtc: max77686: remove unneeded info logJavier Martinez Canillas2014-10-141-2/+0
* | | rtc: max77686: fail to probe if no RTC regmap irqchip is setJavier Martinez Canillas2014-10-141-0/+6
* | | rtc: max77686: remove dead code for SMPL and WTSRJavier Martinez Canillas2014-10-141-101/+0
* | | rtc: max77686: Allow the max77686 rtc to wakeup the systemDoug Anderson2014-10-141-0/+28
* | | rtc: bq32000: add trickle charger option, with device tree bindingPavel Machek2014-10-141-0/+62
OpenPOWER on IntegriCloud