summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: spear: set range maxZeng Jingxiang2022-08-091-1/+1
* rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0Rafael J. Wysocki2022-08-081-3/+0
* rtc: zynqmp: initialize fract_tickAlexandre Belloni2022-08-081-1/+1
* rtc: Add NCT3018Y real time clock driverMia Lin2022-07-263-0/+564
* rtc: rx8025: fix 12/24 hour mode detection on RX-8035Mathew McBride2022-07-261-4/+18
* rtc: cros-ec: Only warn once in .remove() about notifier_chain problemsUwe Kleine-König2022-07-261-3/+1
* rtc: vr41xx: remove driverThomas Bogendoerfer2022-07-263-374/+0
* rtc: mpfs: remove 'pending' variable from mpfs_rtc_wakeup_irq_handler()Tom Rix2022-07-261-3/+0
* rtc: rv8803: fix missing unlock on error in rv8803_set_time()Yang Yingliang2022-07-261-1/+3
* rtc: zynqmp: Add calibration set and get supportSrinivas Neeli2022-07-261-19/+94
* rtc: zynqmp: Updated calibration valueSrinivas Neeli2022-07-261-1/+1
* rtc: sun6i: add support for R329 RTCIcenowy Zheng2022-07-261-0/+2
* rtc: Directly use ida_alloc()/free()keliu2022-06-241-3/+3
* rtc: Introduce ti-k3-rtcNishanth Menon2022-06-243-0/+692
* rtc: Add driver for Microchip PolarFire SoCConor Dooley2022-06-243-0/+337
* rtc: use simple i2c probeStephen Kitt2022-06-2421-63/+42
* rtc: Remove unused rtc_dev_exit().Tetsuo Handa2022-06-242-11/+0
* rtc: Replace flush_scheduled_work() with flush_work().Tetsuo Handa2022-06-241-1/+1
* rtc: isl1208: do not advertise update interrupt feature if no interrupt speci...Quentin Schulz2022-06-241-3/+7
* rtc: rv8803: re-initialize all Epson RX8803 registers on voltage lossAhmad Fatoum2022-06-241-2/+38
* rtc: rv8803: initialize registers on post-probe voltage lossAhmad Fatoum2022-06-241-0/+13
* rtc: rv8803: factor out existing register initialization to functionAhmad Fatoum2022-06-241-14/+29
* rtc: mc146818-lib: reduce RTC_UIP polling periodMateusz Jończyk2022-06-241-4/+4
* Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-021-2/+0
|\
| * ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-191-2/+0
* | Merge tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2022-06-0111-18/+500
|\ \
| * | rtc: mxc: Silence a clang warningFabio Estevam2022-06-011-1/+1
| * | rtc: rzn1: Fix a variable typeMiquel Raynal2022-05-251-2/+1
| * | rtc: rzn1: Fix error code in probeDan Carpenter2022-05-251-1/+1
| * | rtc: rzn1: Avoid mixing variablesMiquel Raynal2022-05-251-8/+8
| * | rtc: ftrtc010: Fix error handling in ftrtc010_rtc_probeMiaoqian Lin2022-05-191-10/+24
| * | rtc: mt6397: check return value after calling platform_get_resource()Yang Yingliang2022-05-191-0/+2
| * | rtc: rzn1: fix platform_no_drv_owner.cocci warningYang Li2022-05-191-1/+0
| * | rtc: gamecube: Add missing iounmap in gamecube_rtc_read_offset_from_sramYuan Can2022-05-181-0/+1
| * | rtc: meson: Fix email address in MODULE_AUTHORNobuhiro Iwamatsu2022-05-181-1/+1
| * | rtc: simplify the return expression of rx8025_set_offset()Minghao Chi2022-05-181-6/+1
| * | rtc: pcf85063: Add a compatible entry for pca85073aFabio Estevam2022-05-181-0/+2
| * | rtc: rzn1: Add oscillator offset supportMiquel Raynal2022-05-171-0/+73
| * | rtc: rzn1: Add alarm supportMiquel Raynal2022-05-171-1/+105
| * | rtc: rzn1: Add new RTC driverMichel Pollet2022-05-173-0/+251
| * | rtc: sun6i: Add NVMEM providerSamuel Holland2022-05-171-0/+42
| |/
* | Merge tag 'm68k-for-v5.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-231-27/+17
|\ \
| * | clocksource/drivers: Add a goldfish-timer clocksourceLaurent Vivier2022-04-111-12/+1
| * | rtc: goldfish: Use gf_ioread32()/gf_iowrite32()Laurent Vivier2022-04-111-15/+16
| |/
* / Revert "clk: sunxi-ng: sun6i-rtc: Add support for H6"Jernej Skrabec2022-05-171-0/+17
|/
* Merge tag 'rtc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2022-04-0125-202/+617
|\
| * rtc: check if __rtc_read_time was successfulTom Rix2022-03-291-2/+5
| * rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sramMiaoqian Lin2022-03-291-0/+1
| * rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello2022-03-291-1/+15
| * rtc: optee: add RTC driver for OP-TEE RTC PTAClément Léger2022-03-253-0/+373