aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-sc27xx.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-10rtc: sc27xx: Fix format of SPDX identifierGravatar Nobuhiro Iwamatsu 1-1/+1
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-11-19rtc: sc27xx: Always read normal alarmGravatar Alexandre Belloni 1-36/+2
2020-11-14rtc: sc27xx: Remove unnecessary conversion to boolGravatar Kaixu Xia 1-1/+1
2019-11-08rtc: sc27xx: remove .removeGravatar Alexandre Belloni 1-7/+0
2019-09-10rtc: sc27xx: Remove clearing SPRD_RTC_POWEROFF_ALM_FLAG flagGravatar Baolin Wang 1-1/+1
2019-08-21rtc: remove superfluous error messageGravatar Alexandre Belloni 1-1/+0
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-3/+1
2018-10-25rtc: sc27xx: Always read normal alarm when registering RTC deviceGravatar Baolin Wang 1-2/+6
2018-10-25rtc: sc27xx: Add check to see if need to enable the alarm interruptGravatar Baolin Wang 1-0/+33
2018-10-25rtc: sc27xx: Remove interrupts disable and clear in probe()Gravatar Baolin Wang 1-20/+0
2018-10-25rtc: sc27xx: Clear SPG value update interrupt statusGravatar Baolin Wang 1-1/+2
2018-10-25rtc: sc27xx: Set wakeup capability before registering rtc deviceGravatar Baolin Wang 1-1/+3
2018-05-31rtc: sprd: Add new RTC power down check methodGravatar Baolin Wang 1-23/+24
2018-05-03rtc: sprd: Add RTC hardware rangeGravatar Baolin Wang 1-0/+2
2018-05-03rtc: sprd: Change to use devm_rtc_allocate_device()Gravatar Baolin Wang 1-4/+10
2018-03-02rtc: sc27xx: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-1/+1
2017-11-20rtc: sc27xx: Add Spreadtrum SC27xx PMIC RTC driverGravatar Baolin Wang 1-0/+662