summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2025-12-07rtc: rx8025: fix incorrect register referenceYuta Hayama
2025-12-07rtc: pcf2127: clear minute/second interruptJosua Mayer
2025-10-19rtc: interface: Fix long-standing race when setting alarmEsben Haabendal
2025-10-19rtc: interface: Ensure alarm irq is enabled when UIE is enabledEsben Haabendal
2025-10-19rtc: x1205: Fix Xicor X1205 vendor prefixRob Herring (Arm)
2025-08-28rtc: ds1307: remove clear of oscillator stop flag (OSF) in probeMeagan Lloyd
2025-08-28rtc: ds1307: handle oscillator stop flag (OSF) for ds1341Meagan Lloyd
2025-08-28rtc: rv3028: fix incorrect maximum clock rate handlingBrian Masney
2025-08-28rtc: pcf8563: fix incorrect maximum clock rate handlingBrian Masney
2025-08-28rtc: pcf85063: fix incorrect maximum clock rate handlingBrian Masney
2025-08-28rtc: hym8563: fix incorrect maximum clock rate handlingBrian Masney
2025-08-28rtc: ds1307: fix incorrect maximum clock rate handlingBrian Masney
2025-07-10rtc: cmos: use spin_lock_irqsave in cmos_interruptMateusz Jończyk
2025-06-27rtc: sh: assign correct interrupts with DTWolfram Sang
2025-06-27rtc: Fix offset calculation for .start_secs < 0Alexandre Mergnat
2025-06-27rtc: Make rtc_time64_to_tm() support dates before 1970Alexandre Mergnat
2025-06-04rtc: ds1307: stop disabling alarms on probeAlexandre Belloni
2025-06-04rtc: rv3032: fix EERD locationAlexandre Belloni
2025-03-13rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM readOleksij Rempel
2024-12-14rtc: ab-eoz9: don't fail temperature reads on undervoltage notificationMaxime Chevallier
2024-12-14rtc: check if __rtc_read_time was successful in rtc_timer_do_work()Yongliang Gao
2024-12-14rtc: abx80x: Fix WDT bit position of the status registerNobuhiro Iwamatsu
2024-12-14rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan
2024-10-17rtc: at91sam9: fix OF node leak in probe() error pathKrzysztof Kozlowski
2024-08-19rtc: isl1208: Fix return value of nvmem callbacksJoy Chakraborty
2024-08-19rtc: cmos: Fix return value of nvmem callbacksJoy Chakraborty
2024-08-19rtc: interface: Add RTC offset to alarm after fix-upCsókás, Bence
2024-03-26rtc: mt6397: select IRQ_DOMAIN instead of depending on itRandy Dunlap
2024-03-26rtc: test: Fix invalid format specifier.David Gow
2024-02-23rtc: Adjust failure return code for cmos_set_alarm()Mario Limonciello
2023-11-20rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits callJavier Carrasco
2023-09-06rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroffChristoph Hellwig
2023-07-23rtc: st-lpc: Release some resources in st_rtc_probe() in case of errorChristophe JAILLET
2023-05-11rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current timeMartin Blumenstingl
2023-05-11rtc: omap: include header for omap_rtc_power_off_program prototypeKrzysztof Kozlowski
2023-03-11rtc: allow rtc_read_alarm without read_alarm callbackAlexandre Belloni
2023-03-11rtc: sun6i: Always export the internal oscillatorSamuel Holland
2023-03-10rtc: pm8xxx: fix set-alarm raceJohan Hovold
2023-01-12rtc: ds1347: fix value written to century registerIan Abbott
2022-12-31rtc: mxc_v2: Add missing clk_disable_unprepare()GUO Zihua
2022-12-31rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni
2022-12-31rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui
2022-12-31rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui
2022-12-31rtc: pcf85063: Fix reading alarmAlexander Stein
2022-12-31rtc: snvs: Allow a time difference on clock register readStefan Eichenberger
2022-12-31rtc: cmos: Disable ACPI RTC event on removalRafael J. Wysocki
2022-12-31rtc: cmos: Rename ACPI-related functionsRafael J. Wysocki
2022-12-31rtc: cmos: Eliminate forward declarations of some functionsRafael J. Wysocki
2022-12-31rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()Rafael J. Wysocki
2022-12-31rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()Rafael J. Wysocki