aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-23rtc: ds1307: handle oscillator stop flag (OSF) for ds1341Meagan Lloyd1-0/+11
2025-07-23rtc: ds1307: remove clear of oscillator stop flag (OSF) in probeMeagan Lloyd1-3/+1
2025-07-23rtc: pcf85063: add support for RV8063Antoni Pokusinski2-10/+98
2025-07-23rtc: pcf85063: create pcf85063_i2c_probeAntoni Pokusinski1-27/+70
2025-07-23rtc: s3c: Put 'const' just after 'static' keyword for dataKrzysztof Kozlowski1-4/+4
2025-07-23rtc: m41t80: remove HT feature for m41t65Alexander Shiyan1-2/+2
2025-07-22rtc: sysfs: use __ATTRIBUTE_GROUPS()Andy Shevchenko1-5/+1
2025-07-22rtc: sysfs: Bail out earlier if no new groups providedAndy Shevchenko1-4/+8
2025-07-22rtc: sysfs: Use sysfs_emit() to instead of s*printf()Andy Shevchenko1-25/+21
2025-07-22rtc: sh: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven1-4/+4
2025-07-22rtc: Rename lib_test to test_rtc_libGeert Uytterhoeven2-1/+1
2025-06-24rtc: pcf2127: add missing semicolon after statementHugo Villeneuve1-1/+1
2025-06-24rtc: pcf2127: fix SPI command byte for PCF2131Elena Popa1-0/+5
2025-06-24rtc: cmos: use spin_lock_irqsave in cmos_interruptMateusz Jończyk1-4/+6
2025-06-23rtc: s5m: replace open-coded read/modify/write registers with regmap helpersAndré Draszik1-21/+7
2025-06-23rtc: s5m: replace regmap_update_bits with regmap_clear/set_bitsAndré Draszik1-6/+4
2025-06-23rtc: s5m: switch to devm_device_init_wakeupAndré Draszik1-1/+5
2025-06-23rtc: s5m: fix a typo: peding -> pendingAndré Draszik1-3/+3
2025-06-23rtc: s5m: add support for S2MPG10 RTCAndré Draszik1-0/+60
2025-06-23rtc: s5m: prepare for external regmapAndré Draszik1-36/+45
2025-06-23rtc: s5m: cache device type during probeAndré Draszik1-4/+6
2025-06-18rtc: stm32: Constify static 'pinctrl_desc'Krzysztof Kozlowski1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+2
2025-06-02rtc: mt6359: Add mt6357 supportAlexandre Mergnat1-0/+1
2025-06-02rtc: test: Test date conversion for dates starting in 1900Uwe Kleine-König1-5/+5
2025-06-02rtc: test: Also test time and wday outcome of rtc_time64_to_tm()Uwe Kleine-König1-5/+13
2025-06-02rtc: test: Emit the seconds-since-1970 value instead of days-since-1970Uwe Kleine-König1-4/+1
2025-06-02rtc: Fix offset calculation for .start_secs < 0Alexandre Mergnat1-1/+1
2025-06-02rtc: Make rtc_time64_to_tm() support dates before 1970Alexandre Mergnat1-5/+19
2025-06-02rtc: pcf8563: fix wrong alarm registerTroy Mitchell1-1/+1
2025-06-01rtc: rzn1: support input frequencies other than 32768HzWolfram Sang1-12/+46
2025-06-01rtc: rzn1: Disable controller before initializationWolfram Sang1-0/+10
2025-05-26rtc: m41t80: reduce verbosityAlexandre Belloni1-9/+9
2025-05-25rtc: m41t80: kickstart ocillator upon failureA. Niyas Ahamed Mydeen1-20/+48
2025-05-25rtc: s32g: add NXP S32G2/S32G3 SoC supportCiprian Marian Costea3-0/+397
2025-05-25rtc: loongson: Add missing alarm notifications for ACPI RTC eventsLiu Dalin1-0/+8
2025-05-25rtc: sophgo: add rtc support for Sophgo CV1800 SoCJingbao Qiu3-0/+231
2025-05-24rtc: stm32: drop unused module aliasJohan Hovold1-1/+0
2025-05-24rtc: s3c: drop unused module aliasJohan Hovold1-1/+0
2025-05-24rtc: pm8xxx: drop unused module aliasJohan Hovold1-1/+0
2025-05-24rtc: jz4740: drop unused module aliasJohan Hovold1-1/+0
2025-05-24rtc: da9063: drop unused module aliasJohan Hovold1-1/+0
2025-05-24rtc: cpcap: drop unused module aliasJohan Hovold1-1/+0
2025-05-24rtc: at91rm9200: drop unused module aliasJohan Hovold1-1/+0
2025-05-24rtc: pm8xxx: fix uefi offset lookupJohan Hovold1-5/+12
2025-05-24rtc: amlogic: Do not enable by default during compile testingKrzysztof Kozlowski1-1/+1
2025-05-24rtc: interface: silence KMSAN warningAlexandre Belloni1-1/+1
2025-04-08rtc: da9063: simplify irq managementWolfram Sang1-24/+6
2025-04-08rtc: rzn1: clear interrupts on removeWolfram Sang1-0/+5
2025-04-08rtc: sh: minor fixes to adhere to coding styleWolfram Sang1-19/+19