summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rv8803.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: rv8803: simplify getting the adapter of a clientWolfram Sang2019-06-091-1/+1
* rtc: update my email addressAlexandre Belloni2019-03-041-2/+2
* rtc: rv8803: convert to SPDX identifierAlexandre Belloni2019-03-041-5/+1Star
* rtc: rv8803: let the core handle rangeAlexandre Belloni2019-03-041-3/+2Star
* rtc: rv8803: add Epson RX8803 supportAlexandre Belloni2018-08-271-0/+5
* rtc: rv8803: fix the rv8803 id in the OF tableAlexandre Belloni2018-08-271-1/+1
* rtc: rv8803: fix possible race conditionAlexandre Belloni2018-03-011-8/+8
* rtc: rv8803: put struct nvmem_config on the stackAlexandre Belloni2018-03-011-10/+10
* rtc: rv8803: call rtc_nvmem_register()Alexandre Belloni2018-03-011-1/+2
* rtc: rv8803: remove rv8803_removeAlexandre Belloni2017-07-071-6/+0Star
* rtc: rv8803: use generic nvmem supportAlexandre Belloni2017-07-071-31/+20Star
* rtc: rv8803: switch to rtc_register_deviceAlexandre Belloni2017-07-071-6/+9
* rtc: rv8803: Add OF device ID tableJavier Martinez Canillas2017-03-091-1/+20
* rtc: rv8803: set VDETOFF and SWOFF via device treeOleksij Rempel2016-10-121-2/+48
* rtc: rv8803: Clear V1F when setting the timeBenoît Thébaudeau2016-07-281-1/+1
* rtc: rv8803: Stop the clock while setting the timeBenoît Thébaudeau2016-07-281-1/+17
* rtc: rv8803: Always apply the I²C workaroundBenoît Thébaudeau2016-07-281-66/+113
* rtc: rv8803: Fix read day of weekBenoît Thébaudeau2016-07-281-1/+2
* rtc: rv8803: Remove the check for valid timeBenoît Thébaudeau2016-07-281-1/+1
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-091-3/+0Star
* rtc: rv8803: broaden workaroundAlexandre Belloni2016-06-261-3/+3
* rtc: rv8803: workaround i2c HW issueAlexandre Belloni2016-03-251-6/+22
* rtc: rv8803: convert spin_lock to mutex_lockOleksij Rempel2016-03-141-21/+18Star
* rtc: rv8803: Extend compatibility with the rx8900Gregory CLEMENT2016-01-111-0/+1
* rtc: rv8803: fix handling return value of i2c_smbus_read_byte_dataAndrzej Hajda2016-01-111-1/+1
* rtc: Add a driver for Micro Crystal RV8803Alexandre Belloni2015-11-081-0/+521