summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-tps6594.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-22rtc: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)1-2/+2
2025-01-13rtc: tps6594: Fix integer overflow on 32bit systemsDan Carpenter1-1/+1
2024-06-28rtc: tps6594: Add power management supportRichard Genoud1-0/+47
2024-06-28rtc: tps6594: introduce private structure as drvdataRichard Genoud1-12/+20
2024-06-28rtc: tps6594: Fix memleak in probeRichard Genoud1-4/+0
2024-01-08rtc: tps6594: Add driver for TPS6594 RTCEsteban Blanc1-0/+454