aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-st-lpc.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26rtc: st-lpc: Simplify clk handling in st_rtc_probe()Gravatar Christophe JAILLET 1-11/+5
2023-06-26rtc: st-lpc: Release some resources in st_rtc_probe() in case of errorGravatar Christophe JAILLET 1-1/+1
2022-12-10rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gravatar Gaosheng Cui 1-0/+1
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-09-15rtc: st-lpc: Constify st_rtc_opsGravatar Rikard Falkeborn 1-1/+1
2019-11-27rtc: st-lpc: Remove struct resource from struct st_rtcGravatar Nobuhiro Iwamatsu 1-1/+0
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+1
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-4/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2019-05-23rtc: st-lpc: remove unnecessary checkGravatar Alexandre Belloni 1-4/+0
2018-05-23rtc: st-lpc: add rangeGravatar Alexandre Belloni 1-0/+2
2018-05-23rtc: st-lpc: fix possible race conditionGravatar Alexandre Belloni 1-15/+9
2018-03-27rtc: st-lpc: remove artificial limitationGravatar Alexandre Belloni 1-16/+0
2017-07-09rtc: st-lpc: make it robust against y2038/2106 bugGravatar Benjamin Gaignard 1-11/+8
2015-07-23rtc: st: Update IP layout information to include ClocksourceGravatar Lee Jones 1-1/+1
2015-04-30rtc: st: Add new driver for ST's LPC RTCGravatar Lee Jones 1-0/+354