aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rv8803.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21rtc: remove superfluous error messageAlexandre Belloni1-2/+1
2019-06-09rtc: rv8803: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-03-04rtc: update my email addressAlexandre Belloni1-2/+2
2019-03-04rtc: rv8803: convert to SPDX identifierAlexandre Belloni1-5/+1
2019-03-04rtc: rv8803: let the core handle rangeAlexandre Belloni1-3/+2
2018-08-27rtc: rv8803: add Epson RX8803 supportAlexandre Belloni1-0/+5
2018-08-27rtc: rv8803: fix the rv8803 id in the OF tableAlexandre Belloni1-1/+1
2018-03-01rtc: rv8803: fix possible race conditionAlexandre Belloni1-8/+8
2018-03-01rtc: rv8803: put struct nvmem_config on the stackAlexandre Belloni1-10/+10
2018-03-01rtc: rv8803: call rtc_nvmem_register()Alexandre Belloni1-1/+2
2017-07-07rtc: rv8803: remove rv8803_removeAlexandre Belloni1-6/+0
2017-07-07rtc: rv8803: use generic nvmem supportAlexandre Belloni1-31/+20
2017-07-07rtc: rv8803: switch to rtc_register_deviceAlexandre Belloni1-6/+9
2017-03-09rtc: rv8803: Add OF device ID tableJavier Martinez Canillas1-1/+20
2016-10-12rtc: rv8803: set VDETOFF and SWOFF via device treeOleksij Rempel1-2/+48
2016-07-28rtc: rv8803: Clear V1F when setting the timeBenoît Thébaudeau1-1/+1
2016-07-28rtc: rv8803: Stop the clock while setting the timeBenoît Thébaudeau1-1/+17
2016-07-28rtc: rv8803: Always apply the I²C workaroundBenoît Thébaudeau1-66/+113
2016-07-28rtc: rv8803: Fix read day of weekBenoît Thébaudeau1-1/+2
2016-07-28rtc: rv8803: Remove the check for valid timeBenoît Thébaudeau1-1/+1
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König1-3/+0
2016-06-26rtc: rv8803: broaden workaroundAlexandre Belloni1-3/+3
2016-03-25rtc: rv8803: workaround i2c HW issueAlexandre Belloni1-6/+22
2016-03-14rtc: rv8803: convert spin_lock to mutex_lockOleksij Rempel1-21/+18
2016-01-11rtc: rv8803: Extend compatibility with the rx8900Gregory CLEMENT1-0/+1
2016-01-11rtc: rv8803: fix handling return value of i2c_smbus_read_byte_dataAndrzej Hajda1-1/+1
2015-11-08rtc: Add a driver for Micro Crystal RV8803Alexandre Belloni1-0/+521