summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-st-lpc.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui2022-12-101-0/+1
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: st-lpc: Constify st_rtc_opsRikard Falkeborn2020-09-151-1/+1
* rtc: st-lpc: Remove struct resource from struct st_rtcNobuhiro Iwamatsu2019-11-271-1/+0
* rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-071-3/+1
* Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-07-171-4/+0
|\
| * rtc: st-lpc: remove unnecessary checkAlexandre Belloni2019-05-231-4/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
|/
* rtc: st-lpc: add rangeAlexandre Belloni2018-05-231-0/+2
* rtc: st-lpc: fix possible race conditionAlexandre Belloni2018-05-231-15/+9
* rtc: st-lpc: remove artificial limitationAlexandre Belloni2018-03-271-16/+0
* rtc: st-lpc: make it robust against y2038/2106 bugBenjamin Gaignard2017-07-091-11/+8
* rtc: st: Update IP layout information to include ClocksourceLee Jones2015-07-231-1/+1
* rtc: st: Add new driver for ST's LPC RTCLee Jones2015-04-301-0/+354