summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-11-30Merge tag 'rtc-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-329/+1980
2024-11-25rtc: ab-eoz9: don't fail temperature reads on undervoltage notificationMaxime Chevallier-7/+0
2024-11-25rtc: rzn1: reduce register accessWolfram Sang-42/+33
2024-11-25rtc: rzn1: drop superfluous wday calculationWolfram Sang-15/+0
2024-11-22Merge tag 'mfd-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-4/+1
2024-11-18rtc: brcmstb-waketimer: don't include 'pm_wakeup.h' directlyWolfram Sang-1/+0
2024-11-18rtc: m48t59: Use platform_data struct for year offset valueFinn Thain-22/+4
2024-11-18rtc: ab-eoz9: fix abeoz9_rtc_read_alarmAlexandre Belloni-3/+1
2024-11-18rtc: rv3028: fix RV3028_TS_COUNT typeAlexandre Belloni-2/+4
2024-11-18rtc: rzn1: update Michel's emailWolfram Sang-2/+2
2024-11-18rtc: rzn1: fix BCD to rtc_time conversion errorsWolfram Sang-4/+4
2024-11-13rtc: amlogic-a4: fix compile errorXianwei Zhao-0/+1
2024-11-12rtc: amlogic-a4: drop error messagesAlexandre Belloni-15/+5
2024-11-12rtc: support for the Amlogic on-chip RTCYiting Deng-0/+487
2024-11-11rtc: add driver for Marvell 88PM886 PMIC RTCKarel Balej-0/+108
2024-11-11rtc: check if __rtc_read_time was successful in rtc_timer_do_work()Yongliang Gao-1/+6
2024-11-11rtc: pcf8563: Switch to regmapNobuhiro Iwamatsu-123/+82
2024-11-11rtc: pcf8563: Sort headers alphabeticallyNobuhiro Iwamatsu-4/+4
2024-11-11rtc: abx80x: Fix WDT bit position of the status registerNobuhiro Iwamatsu-1/+1
2024-11-11rtc: mt6359: Use RTC_TC_DOW hardware register for wdayAngeloGioacchino Del Regno-10/+6
2024-11-11rtc: mt6359: Add RTC hardware range and add support for start-yearAngeloGioacchino Del Regno-9/+4
2024-11-11rtc: bbnsm: add remove hookPeng Fan-2/+18
2024-11-11rtc: isl12022: Replace uint8_t types with u8Esben Haabendal-2/+2
2024-11-11rtc: isl12022: Add alarm supportEsben Haabendal-7/+227
2024-11-11rtc: isl12022: Prepare for extending rtc device drvdataEsben Haabendal-7/+24
2024-11-10rtc: rtc-mc146818-lib: Use is_leap_year instead of calculate leap yearsNobuhiro Iwamatsu-4/+2
2024-11-10rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan-3/+2
2024-11-10rtc: Makefile: Replace spaces with tab.Tóth János-1/+1
2024-11-10rtc: Switch back to struct platform_driver::remove()Uwe Kleine-König-47/+47
2024-11-10rtc: renesas-rtca3: Fix compilation error on RISC-VClaudiu Beznea-0/+1
2024-11-01mfd: rtc: bd7xxxx Drop IC name from IRQMatti Vaittinen-4/+1
2024-11-01rtc: cmos: avoid taking rtc_lock for extended period of timeDmitry Torokhov-16/+15
2024-11-01rtc: renesas-rtca3: Add driver for RTCA-3 available on Renesas RZ/G3S SoCClaudiu Beznea-0/+910
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro-2/+0
2024-09-25Merge tag 'rtc-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-6/+543
2024-09-22rtc: rc5t619: use proper module tablesAndreas Kemnade-2/+11
2024-09-22rtc: m48t59: set rangeAlexandre Belloni-0/+2
2024-09-12rtc: m48t59: Remove division condition with direct comparisonAbhishek Tamboli-1/+1
2024-09-12rtc: at91sam9: fix OF node leak in probe() error pathKrzysztof Kozlowski-0/+1
2024-09-12rtc: sun6i: disable automatic clock input switchingMichael Walle-0/+1
2024-09-12rtc: Add driver for SD2405ALTóth János-0/+238
2024-09-12rtc: s35390a: Drop vendorless compatible string from match tableRob Herring (Arm)-1/+0
2024-09-12rtc: twl: convert comma to semicolonChen Ni-2/+2
2024-08-28rtc: support i.MX95 BBM RTCPeng Fan-0/+174
2024-08-14rtc: stm32: add alarm A out featureValentin Caron-0/+60
2024-08-14rtc: stm32: add Low Speed Clock Output (LSCO) supportValentin Caron-0/+102
2024-08-14rtc: stm32: add pinctrl and pinmux interfacesValentin Caron-0/+125
2024-07-10rtc: stm32: add new st,stm32mp25-rtc compatible and check RIF configurationValentin Caron-0/+78