aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-rv8803.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-16rtc: rv8803: fix Wvoid-pointer-to-enum-cast warningGravatar Krzysztof Kozlowski 1-2/+1
2023-07-27rtc: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-06-06rtc: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-02-09rtc: rv8803: invalidate date/time if alarm time is invalidGravatar Sascha Hauer 1-7/+38
2023-02-01rtc: rv8803: use IRQ flags obtained from fwnodeGravatar Alexandre Belloni 1-1/+6
2022-11-15rtc: rv8803: Convert to .probe_new()Gravatar Uwe Kleine-König 1-14/+16
2022-07-26rtc: rv8803: fix missing unlock on error in rv8803_set_time()Gravatar Yang Yingliang 1-1/+3
2022-06-24rtc: rv8803: re-initialize all Epson RX8803 registers on voltage lossGravatar Ahmad Fatoum 1-2/+38
2022-06-24rtc: rv8803: initialize registers on post-probe voltage lossGravatar Ahmad Fatoum 1-0/+13
2022-06-24rtc: rv8803: factor out existing register initialization to functionGravatar Ahmad Fatoum 1-14/+29
2021-12-02rtc: rv8803: Add support for the Epson RX8804 RTCGravatar Fabio Estevam 1-0/+6
2021-11-10rtc: rv8803: fix writing back ctrl in flag registerGravatar Dominique Martinet 1-2/+2
2021-02-06rtc: rv8803: quiet maybe-unused variable warningGravatar Alexandre Belloni 1-1/+1
2021-01-16rtc: rv8803: constify rv8803_rtc_opsGravatar Alexandre Belloni 1-5/+6
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Gravatar Bartosz Golaszewski 1-1/+1
2020-11-19rtc: nvmem: remove nvram ABIGravatar Alexandre Belloni 1-1/+0
2020-09-29rtc: rv8803: simplify the return expression of rv8803_nvram_writeGravatar Liu Shixin 1-7/+1
2019-12-18rtc: rv8803: return meaningful value for RTC_VL_READGravatar Alexandre Belloni 1-8/+6
2019-12-18rtc: rv8803: avoid clearing RV8803_FLAG_V2F in RTC_VL_CLRGravatar Alexandre Belloni 1-1/+1
2019-08-21rtc: remove superfluous error messageGravatar Alexandre Belloni 1-2/+1
2019-06-09rtc: rv8803: simplify getting the adapter of a clientGravatar Wolfram Sang 1-1/+1
2019-03-04rtc: update my email addressGravatar Alexandre Belloni 1-2/+2
2019-03-04rtc: rv8803: convert to SPDX identifierGravatar Alexandre Belloni 1-5/+1
2019-03-04rtc: rv8803: let the core handle rangeGravatar Alexandre Belloni 1-3/+2
2018-08-27rtc: rv8803: add Epson RX8803 supportGravatar Alexandre Belloni 1-0/+5
2018-08-27rtc: rv8803: fix the rv8803 id in the OF tableGravatar Alexandre Belloni 1-1/+1
2018-03-01rtc: rv8803: fix possible race conditionGravatar Alexandre Belloni 1-8/+8
2018-03-01rtc: rv8803: put struct nvmem_config on the stackGravatar Alexandre Belloni 1-10/+10
2018-03-01rtc: rv8803: call rtc_nvmem_register()Gravatar Alexandre Belloni 1-1/+2
2017-07-07rtc: rv8803: remove rv8803_removeGravatar Alexandre Belloni 1-6/+0
2017-07-07rtc: rv8803: use generic nvmem supportGravatar Alexandre Belloni 1-31/+20
2017-07-07rtc: rv8803: switch to rtc_register_deviceGravatar Alexandre Belloni 1-6/+9
2017-03-09rtc: rv8803: Add OF device ID tableGravatar Javier Martinez Canillas 1-1/+20
2016-10-12rtc: rv8803: set VDETOFF and SWOFF via device treeGravatar Oleksij Rempel 1-2/+48
2016-07-28rtc: rv8803: Clear V1F when setting the timeGravatar Benoît Thébaudeau 1-1/+1
2016-07-28rtc: rv8803: Stop the clock while setting the timeGravatar Benoît Thébaudeau 1-1/+17
2016-07-28rtc: rv8803: Always apply the I²C workaroundGravatar Benoît Thébaudeau 1-66/+113
2016-07-28rtc: rv8803: Fix read day of weekGravatar Benoît Thébaudeau 1-1/+2
2016-07-28rtc: rv8803: Remove the check for valid timeGravatar Benoît Thébaudeau 1-1/+1
2016-07-09rtc: simplify implementations of read_alarmGravatar Uwe Kleine-König 1-3/+0
2016-06-26rtc: rv8803: broaden workaroundGravatar Alexandre Belloni 1-3/+3
2016-03-25rtc: rv8803: workaround i2c HW issueGravatar Alexandre Belloni 1-6/+22
2016-03-14rtc: rv8803: convert spin_lock to mutex_lockGravatar Oleksij Rempel 1-21/+18
2016-01-11rtc: rv8803: Extend compatibility with the rx8900Gravatar Gregory CLEMENT 1-0/+1
2016-01-11rtc: rv8803: fix handling return value of i2c_smbus_read_byte_dataGravatar Andrzej Hajda 1-1/+1
2015-11-08rtc: Add a driver for Micro Crystal RV8803Gravatar Alexandre Belloni 1-0/+521