summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-msc313.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-23rtc: msc313: fix NULL deref in shared IRQ handler at probeStepan Ionichev1-2/+2
2022-12-11rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()Kees Cook1-11/+1
2021-10-02rtc: msc313: Fix unintentional sign extension issues with left shift of a u16Colin Ian King1-2/+2
2021-09-27rtc: msc313: fix missing includeAlexandre Belloni1-0/+1
2021-09-26rtc: Add support for the MSTAR MSC313 RTCDaniel Palmer1-0/+258