summaryrefslogtreecommitdiff
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | rtc: ds1307: add trickle charger device tree bindingMatti Vaittinen2014-10-141-4/+63
* | | RTC: RK808: add RTC driver for RK808Chris Zhong2014-10-143-0/+425
* | | rtc: make of_device_ids constUwe Kleine-König2014-10-142-2/+2
* | | rtc: s3c: add support for RTC of Exynos3250 SoCChanwoo Choi2014-10-141-1/+92
* | | rtc: s3c: add s3c_rtc_data structure to use variant data instead of s3c_cpu_typeChanwoo Choi2014-10-141-172/+289
* | | rtc: s3c: remove warning message when checking coding style with checkpatch s...Chanwoo Choi2014-10-141-12/+14
* | | rtc: s3c: define s3c_rtc structure to remove global variables.Chanwoo Choi2014-10-141-215/+216
* | | rtc: use c99 initializers in structuresJulia Lawall2014-10-141-3/+15
* | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-083-1/+456
|\ \ \
| * \ \ Merge tag 'sunxi-drivers-for-3.18' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2014-09-253-1/+456
| |\ \ \
| | * | | rtc: sunxi: Depend on platforms sun4i/sun7i that actually have the rtcChen-Yu Tsai2014-09-191-1/+1
| | * | | rtc: sun6i: Add sun6i RTC driverChen-Yu Tsai2014-09-193-0/+455
| | | |/ | | |/|
* | | | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-081-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'mvebu-fixes-3.17' of git://git.infradead.org/linux-mvebu into next...Olof Johansson2014-09-231-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | rtc: Remove ARCH_KIRKWOOD dependencyAndrew Lunn2014-09-091-1/+1
| | |/
* | | drivers/rtc/rtc-efi.c: add missing module aliasPali Rohár2014-09-261-0/+1
|/ /
* | drivers/rtc/rtc-s5m.c: re-add support for devices without irq specifiedBartlomiej Zolnierkiewicz2014-08-291-7/+14
|/
* Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds2014-08-0812-52/+591
|\
| * drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereferenceThierry Reding2014-08-081-2/+2
| * driver/rtc/class.c: check the error after rtc_read_time()Hyogi Gim2014-08-081-2/+14
| * rtc: add pcf85063 supportSøren Andersen2014-08-083-0/+213
| * drivers/rtc/rtc-isl12022.c: device tree supportStuart Longland2014-08-081-0/+12
| * drivers/rtc/rtc-pcf8563.c: add alarm supportVincent Donnefort2014-08-081-4/+153
| * drivers/rtc/rtc-pcf8563.c: introduce read|write_block_dataVincent Donnefort2014-08-081-26/+48
| * rtc: ia64: allow other architectures to use EFI RTCMark Salter2014-08-083-1/+36
| * drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim2014-08-081-0/+2
| * drivers/rtc/rtc-efi.c: check for invalid data coming back from UEFIJan Beulich2014-08-081-5/+27
| * drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant ...Alexander Shiyan2014-08-081-1/+1
| * drivers/rtc/Kconfig: add hardware dependency to rtc-moxartJean Delvare2014-08-081-0/+1
| * drivers/rtc/Kconfig: move DS2404 entry where it belongsJean Delvare2014-08-081-9/+9
| * drivers/rtc/rtc-ds1343.c: add support of nvram for maxim dallas rtc ds1343Raghavendra Ganiga2014-08-081-2/+73