summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'rtc-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds22-93/+1149
2025-12-09rtc: spacemit: MFD_SPACEMIT_P1 as dependenciesTroy Mitchell1-2/+2
2025-12-09rtc: atcrtc100: Fix signedness bug in probe()Dan Carpenter1-3/+5
2025-12-09rtc: max31335: Fix ignored return value in set_alarmNuno Sá1-4/+2
2025-12-09rtc: gamecube: Check the return value of ioremap()Haotian Zhang1-0/+4
2025-12-09rtc: Add new rtc-macsmc driver for Apple Silicon MacsHector Martin3-0/+152
2025-12-09rtc: isl12026: Add id_tableAkhilesh Patil1-0/+7
2025-12-09rtc: renesas-rtca3: Add support for multiple reset linesOvidiu Panait1-1/+1
2025-12-09rtc: tegra: Replace deprecated SIMPLE_DEV_PM_OPSKartik Rajput1-4/+2
2025-12-09rtc: tegra: Add ACPI supportKartik Rajput1-3/+12
2025-12-09rtc: tegra: Use devm_clk_get_enabled() in probeKartik Rajput1-22/+4
2025-12-09rtc: Kconfig: add MC34708 to mc13xxx help textAlexander Kurz1-1/+1
2025-12-09rtc: s35390a: use u8 instead of char for register bufferNick Huang1-9/+9
2025-11-08rtc: rx8025: fix incorrect register referenceYuta Hayama1-1/+1
2025-11-07rtc: nvvrs: add NVIDIA VRS RTC device driverShubhi Garg3-0/+552
2025-11-07rtc: atcrtc100: Add ATCRTC100 RTC driverCL Wang3-0/+395
2025-11-03rtc: sh: stop setting max_user_freqAlexandre Belloni1-1/+0
2025-11-03rtc: rx8025: stop setting max_user_freqAlexandre Belloni1-2/+0
2025-11-03rtc: rx8010: stop setting max_user_freqAlexandre Belloni1-1/+0
2025-11-03rtc: rx6110: stop setting max_user_freqAlexandre Belloni1-2/+0
2025-11-03rtc: rv8803: stop setting max_user_freqAlexandre Belloni1-2/+0
2025-11-03rtc: rv3032: stop setting max_user_freqAlexandre Belloni1-2/+0
2025-11-03rtc: rv3028: stop setting max_user_freqAlexandre Belloni1-2/+0
2025-11-03rtc: renesas-rtca3: stop setting max_user_freqAlexandre Belloni1-1/+0
2025-11-03rtc: pic32: stop setting max_user_freqAlexandre Belloni1-2/+0
2025-11-03rtc: ds1685: stop setting max_user_freqAlexandre Belloni1-3/+0
2025-11-03rtc: sa1100: stop setting max_user_freqAlexandre Belloni1-3/+0
2025-11-03rtc: amlogic-a4: simplify probeAlexandre Belloni1-23/+5
2025-10-31rtc: amlogic-a4: fix double free caused by devmHaotian Zhang1-4/+0
2025-10-31Revert "rtc: cpcap: Fix initial enable_irq/disable_irq balance"Jon Hunter1-1/+0
2025-10-31Revert "rtc: tps6586x: Fix initial enable_irq/disable_irq balance"Jon Hunter1-1/+0
2025-10-11Merge tag 'rtc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds17-203/+701
2025-10-10rtc: interface: Ensure alarm irq is enabled when UIE is enabledEsben Haabendal1-0/+4
2025-10-10rtc: tps6586x: Fix initial enable_irq/disable_irq balanceEsben Haabendal1-0/+1
2025-10-10rtc: cpcap: Fix initial enable_irq/disable_irq balanceEsben Haabendal1-0/+1
2025-10-10rtc: isl12022: Fix initial enable_irq/disable_irq balanceEsben Haabendal1-0/+1
2025-10-10rtc: interface: Fix long-standing race when setting alarmEsben Haabendal1-0/+23
2025-10-06rtc: pcf2127: fix watchdog interrupt mask on pcf2131Bruno Thomsen1-0/+15
2025-10-06rtc: zynqmp: Restore alarm functionality after kexec transitionHarini T1-0/+19
2025-10-06rtc: amlogic-a4: Optimize global variablesXianwei Zhao1-7/+7
2025-10-05rtc: sd2405al: Add I2C address.Tóth János1-1/+3
2025-10-05rtc: Kconfig: move symbols to proper sectionAlexandre Belloni1-14/+14
2025-10-05rtc: optee: make optee_rtc_pm_ops staticAlexandre Belloni1-1/+1
2025-10-05rtc: optee: Fix error code in optee_rtc_read_alarm()Dan Carpenter1-1/+1
2025-10-05rtc: optee: fix error code in probe()Dan Carpenter1-0/+1
2025-10-01Merge branches 'ib-mfd-char-crypto-6.18', 'ib-mfd-gpio-6.18', 'ib-mfd-gpio-hw...Lee Jones4-13/+308
2025-09-16rtc: spacemit: support the SpacemiT P1 RTCAlex Elder3-0/+178
2025-09-16rtc: optee: add alarm related rtc ops to optee rtc driverClément Le Goffic1-21/+413
2025-09-16rtc: optee: remove unnecessary memory operationsClément Le Goffic1-17/+12
2025-09-16rtc: optee: fix memory leak on driver removalClément Le Goffic1-0/+1