aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-st-lpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-09-15rtc: st-lpc: Constify st_rtc_opsRikard Falkeborn1-1/+1
2019-11-27rtc: st-lpc: Remove struct resource from struct st_rtcNobuhiro Iwamatsu1-1/+0
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-4/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-23rtc: st-lpc: remove unnecessary checkAlexandre Belloni1-4/+0
2018-05-23rtc: st-lpc: add rangeAlexandre Belloni1-0/+2
2018-05-23rtc: st-lpc: fix possible race conditionAlexandre Belloni1-15/+9
2018-03-27rtc: st-lpc: remove artificial limitationAlexandre Belloni1-16/+0
2017-07-09rtc: st-lpc: make it robust against y2038/2106 bugBenjamin Gaignard1-11/+8
2015-07-23rtc: st: Update IP layout information to include ClocksourceLee Jones1-1/+1
2015-04-30rtc: st: Add new driver for ST's LPC RTCLee Jones1-0/+354