summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2025-08-28rtc: ds1307: remove clear of oscillator stop flag (OSF) in probeMeagan Lloyd1-3/+1
2025-08-28rtc: ds1307: handle oscillator stop flag (OSF) for ds1341Meagan Lloyd1-0/+11
2025-08-15rtc: rv3028: fix incorrect maximum clock rate handlingBrian Masney1-1/+1
2025-08-15rtc: pcf8563: fix incorrect maximum clock rate handlingBrian Masney1-1/+1
2025-08-15rtc: pcf85063: fix incorrect maximum clock rate handlingBrian Masney1-1/+1
2025-08-15rtc: nct3018y: fix incorrect maximum clock rate handlingBrian Masney1-1/+1
2025-08-15rtc: hym8563: fix incorrect maximum clock rate handlingBrian Masney1-1/+1
2025-08-15rtc: ds1307: fix incorrect maximum clock rate handlingBrian Masney1-1/+1
2025-07-10rtc: cmos: use spin_lock_irqsave in cmos_interruptMateusz Jończyk1-4/+6
2025-07-10rtc: pcf2127: fix SPI command byte for PCF2131Elena Popa1-0/+5
2025-07-10rtc: pcf2127: add missing semicolon after statementHugo Villeneuve1-1/+1
2025-06-19rtc: loongson: Add missing alarm notifications for ACPI RTC eventsLiu Dalin1-0/+8
2025-06-19rtc: sh: assign correct interrupts with DTWolfram Sang1-3/+9
2025-06-19rtc: Fix offset calculation for .start_secs < 0Alexandre Mergnat1-1/+1
2025-06-19rtc: Make rtc_time64_to_tm() support dates before 1970Alexandre Mergnat1-5/+19
2025-06-04rtc: ds1307: stop disabling alarms on probeAlexandre Belloni1-3/+1
2025-06-04rtc: rv3032: fix EERD locationAlexandre Belloni1-1/+1
2025-05-02rtc: pcf85063: do a SW reset if POR failedLukas Stockmann1-1/+18
2025-02-17rtc: zynqmp: Fix optional clock name propertyMichal Simek1-2/+2
2025-02-08rtc: loongson: clear TOY_MATCH0_REG in loongson_rtc_isr()Ming Wang1-5/+8
2025-02-08rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM readOleksij Rempel1-1/+10
2024-12-14rtc: cmos: avoid taking rtc_lock for extended period of timeDmitry Torokhov1-16/+15
2024-12-09rtc: ab-eoz9: don't fail temperature reads on undervoltage notificationMaxime Chevallier1-7/+0
2024-12-09rtc: rzn1: fix BCD to rtc_time conversion errorsWolfram Sang1-4/+4
2024-12-09rtc: check if __rtc_read_time was successful in rtc_timer_do_work()Yongliang Gao1-1/+6
2024-12-09rtc: abx80x: Fix WDT bit position of the status registerNobuhiro Iwamatsu1-1/+1
2024-12-09rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-3/+2
2024-10-10rtc: at91sam9: fix OF node leak in probe() error pathKrzysztof Kozlowski1-0/+1
2024-08-29rtc: nct3018y: fix possible NULL dereferenceAlexandre Belloni1-3/+3
2024-08-03rtc: abx80x: Fix return value of nvmem callback on readJoy Chakraborty1-4/+8
2024-08-03rtc: isl1208: Fix return value of nvmem callbacksJoy Chakraborty1-7/+4
2024-08-03rtc: cmos: Fix return value of nvmem callbacksJoy Chakraborty1-6/+4
2024-08-03rtc: interface: Add RTC offset to alarm after fix-upCsókás, Bence1-4/+5
2024-05-17nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki1-0/+1
2024-03-27rtc: mt6397: select IRQ_DOMAIN instead of depending on itRandy Dunlap1-1/+2
2024-03-27rtc: test: Fix invalid format specifier.David Gow1-1/+1
2024-02-01rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello2-2/+2
2024-02-01rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2-11/+32
2024-02-01rtc: mc146818-lib: Adjust failure return code for mc146818_get_time()Mario Limonciello1-1/+1
2024-02-01rtc: Adjust failure return code for cmos_set_alarm()Mario Limonciello1-2/+2
2024-02-01rtc: cmos: Use ACPI alarm for non-Intel x86 systems tooMario Limonciello1-6/+12
2023-11-20rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits callJavier Carrasco1-1/+1
2023-11-20rtc: brcmstb-waketimer: support level alarm_irqDoug Berger1-5/+42
2023-09-08Merge tag 'rtc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds50-548/+1219
2023-09-06rtc: wm8350: remove unnecessary messagesAlexandre Belloni1-7/+2
2023-09-06rtc: twl: remove unnecessary messagesAlexandre Belloni1-5/+1
2023-09-06rtc: sun6i: remove unnecessary messageAlexandre Belloni1-2/+0
2023-09-06rtc: stop warning for invalid alarms when the alarm is disabledAlexandre Belloni1-1/+1
2023-08-28rtc: twl: add NVRAM supportLadislav Michl1-0/+37
2023-08-28rtc: pcf85363: Allow to wake up system without IRQMike Looijmans1-9/+21