aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-18rtc: rzn1: fix BCD to rtc_time conversion errorsWolfram Sang1-4/+4
2024-11-13rtc: amlogic-a4: fix compile errorXianwei Zhao1-0/+1
2024-11-12rtc: amlogic-a4: drop error messagesAlexandre Belloni1-15/+5
2024-11-12rtc: support for the Amlogic on-chip RTCYiting Deng3-0/+487
2024-11-11rtc: add driver for Marvell 88PM886 PMIC RTCKarel Balej3-0/+108
2024-11-11rtc: check if __rtc_read_time was successful in rtc_timer_do_work()Yongliang Gao1-1/+6
2024-11-11rtc: pcf8563: Switch to regmapNobuhiro Iwamatsu2-123/+82
2024-11-11rtc: pcf8563: Sort headers alphabeticallyNobuhiro Iwamatsu1-4/+4
2024-11-11rtc: abx80x: Fix WDT bit position of the status registerNobuhiro Iwamatsu1-1/+1
2024-11-11rtc: mt6359: Use RTC_TC_DOW hardware register for wdayAngeloGioacchino Del Regno1-10/+6
2024-11-11rtc: mt6359: Add RTC hardware range and add support for start-yearAngeloGioacchino Del Regno1-9/+4
2024-11-11rtc: bbnsm: add remove hookPeng Fan1-2/+18
2024-11-11rtc: isl12022: Replace uint8_t types with u8Esben Haabendal1-2/+2
2024-11-11rtc: isl12022: Add alarm supportEsben Haabendal1-7/+227
2024-11-11rtc: isl12022: Prepare for extending rtc device drvdataEsben Haabendal1-7/+24
2024-11-10rtc: rtc-mc146818-lib: Use is_leap_year instead of calculate leap yearsNobuhiro Iwamatsu1-4/+2
2024-11-10rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-3/+2
2024-11-10rtc: Makefile: Replace spaces with tab.Tóth János1-1/+1
2024-11-10rtc: Switch back to struct platform_driver::remove()Uwe Kleine-König47-47/+47
2024-11-10rtc: renesas-rtca3: Fix compilation error on RISC-VClaudiu Beznea1-0/+1
2024-11-01mfd: rtc: bd7xxxx Drop IC name from IRQMatti Vaittinen1-4/+1
2024-11-01rtc: cmos: avoid taking rtc_lock for extended period of timeDmitry Torokhov1-16/+15
2024-11-01rtc: renesas-rtca3: Add driver for RTCA-3 available on Renesas RZ/G3S SoCClaudiu Beznea3-0/+910
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro2-2/+0
2024-09-25Merge tag 'rtc-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds10-6/+543
2024-09-22rtc: rc5t619: use proper module tablesAndreas Kemnade1-2/+11
2024-09-22rtc: m48t59: set rangeAlexandre Belloni1-0/+2
2024-09-12rtc: m48t59: Remove division condition with direct comparisonAbhishek Tamboli1-1/+1
2024-09-12rtc: at91sam9: fix OF node leak in probe() error pathKrzysztof Kozlowski1-0/+1
2024-09-12rtc: sun6i: disable automatic clock input switchingMichael Walle1-0/+1
2024-09-12rtc: Add driver for SD2405ALTóth János3-0/+238
2024-09-12rtc: s35390a: Drop vendorless compatible string from match tableRob Herring (Arm)1-1/+0
2024-09-12rtc: twl: convert comma to semicolonChen Ni1-2/+2
2024-08-28rtc: support i.MX95 BBM RTCPeng Fan3-0/+174
2024-08-14rtc: stm32: add alarm A out featureValentin Caron1-0/+60
2024-08-14rtc: stm32: add Low Speed Clock Output (LSCO) supportValentin Caron2-0/+102
2024-08-14rtc: stm32: add pinctrl and pinmux interfacesValentin Caron2-0/+125
2024-07-10rtc: stm32: add new st,stm32mp25-rtc compatible and check RIF configurationValentin Caron1-0/+78
2024-07-07rtc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König23-27/+27
2024-07-07rtc: interface: Add RTC offset to alarm after fix-upCsókás, Bence1-4/+5
2024-07-07rtc: ds1307: Clamp year to valid BCD (0-99) in `set_time()`Csókás, Bence1-1/+1
2024-07-07rtc: ds1307: Detect oscillator fail on mcp794xxCsókás, Bence1-0/+5
2024-06-28rtc: isl1208: Update correct procedure for clearing alarmBiju Das1-5/+7
2024-06-28rtc: isl1208: Add a delay for clearing alarmBiju Das1-0/+13
2024-06-28rtc: add missing MODULE_DESCRIPTION() macroJeff Johnson7-0/+7
2024-06-28rtc: abx80x: Fix return value of nvmem callback on readJoy Chakraborty1-4/+8
2024-06-28rtc: cmos: Fix return value of nvmem callbacksJoy Chakraborty1-6/+4
2024-06-28rtc: isl1208: Fix return value of nvmem callbacksJoy Chakraborty1-7/+4
2024-06-28rtc: tps6594: Add power management supportRichard Genoud1-0/+47