summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rv8803.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: rv8803: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-161-2/+1
* rtc: Explicitly include correct DT includesRob Herring2023-07-271-1/+1
* rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-061-1/+1
* rtc: rv8803: invalidate date/time if alarm time is invalidSascha Hauer2023-02-091-7/+38
* rtc: rv8803: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
* rtc: rv8803: Convert to .probe_new()Uwe Kleine-König2022-11-151-14/+16
* rtc: rv8803: fix missing unlock on error in rv8803_set_time()Yang Yingliang2022-07-261-1/+3
* rtc: rv8803: re-initialize all Epson RX8803 registers on voltage lossAhmad Fatoum2022-06-241-2/+38
* rtc: rv8803: initialize registers on post-probe voltage lossAhmad Fatoum2022-06-241-0/+13
* rtc: rv8803: factor out existing register initialization to functionAhmad Fatoum2022-06-241-14/+29
* rtc: rv8803: Add support for the Epson RX8804 RTCFabio Estevam2021-12-021-0/+6
* rtc: rv8803: fix writing back ctrl in flag registerDominique Martinet2021-11-101-2/+2
* rtc: rv8803: quiet maybe-unused variable warningAlexandre Belloni2021-02-061-1/+1
* rtc: rv8803: constify rv8803_rtc_opsAlexandre Belloni2021-01-161-5/+6
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski2020-11-191-1/+1
* rtc: nvmem: remove nvram ABIAlexandre Belloni2020-11-191-1/+0
* rtc: rv8803: simplify the return expression of rv8803_nvram_writeLiu Shixin2020-09-291-7/+1
* rtc: rv8803: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-8/+6
* rtc: rv8803: avoid clearing RV8803_FLAG_V2F in RTC_VL_CLRAlexandre Belloni2019-12-181-1/+1
* rtc: remove superfluous error messageAlexandre Belloni2019-08-211-2/+1
* 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/+1
* rtc: rv8803: let the core handle rangeAlexandre Belloni2019-03-041-3/+2
* 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/+0
* rtc: rv8803: use generic nvmem supportAlexandre Belloni2017-07-071-31/+20
* 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/+0
* 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/+18
* 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