index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-rv8803.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
rtc: rv8803: invalidate date/time if alarm time is invalid
Sascha Hauer
1
-7
/
+38
2023-02-01
rtc: rv8803: use IRQ flags obtained from fwnode
Alexandre Belloni
1
-1
/
+6
2022-11-15
rtc: rv8803: Convert to .probe_new()
Uwe Kleine-König
1
-14
/
+16
2022-07-26
rtc: rv8803: fix missing unlock on error in rv8803_set_time()
Yang Yingliang
1
-1
/
+3
2022-06-24
rtc: rv8803: re-initialize all Epson RX8803 registers on voltage loss
Ahmad Fatoum
1
-2
/
+38
2022-06-24
rtc: rv8803: initialize registers on post-probe voltage loss
Ahmad Fatoum
1
-0
/
+13
2022-06-24
rtc: rv8803: factor out existing register initialization to function
Ahmad Fatoum
1
-14
/
+29
2021-12-03
rtc: rv8803: Add support for the Epson RX8804 RTC
Fabio Estevam
1
-0
/
+6
2021-11-10
rtc: rv8803: fix writing back ctrl in flag register
Dominique Martinet
1
-2
/
+2
2021-02-06
rtc: rv8803: quiet maybe-unused variable warning
Alexandre Belloni
1
-1
/
+1
2021-01-17
rtc: rv8803: constify rv8803_rtc_ops
Alexandre Belloni
1
-5
/
+6
2020-11-19
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
1
-1
/
+1
2020-11-19
rtc: add devm_ prefix to rtc_nvmem_register()
Bartosz Golaszewski
1
-1
/
+1
2020-11-19
rtc: nvmem: remove nvram ABI
Alexandre Belloni
1
-1
/
+0
2020-09-29
rtc: rv8803: simplify the return expression of rv8803_nvram_write
Liu Shixin
1
-7
/
+1
2019-12-18
rtc: rv8803: return meaningful value for RTC_VL_READ
Alexandre Belloni
1
-8
/
+6
2019-12-18
rtc: rv8803: avoid clearing RV8803_FLAG_V2F in RTC_VL_CLR
Alexandre Belloni
1
-1
/
+1
2019-08-21
rtc: remove superfluous error message
Alexandre Belloni
1
-2
/
+1
2019-06-09
rtc: rv8803: simplify getting the adapter of a client
Wolfram Sang
1
-1
/
+1
2019-03-04
rtc: update my email address
Alexandre Belloni
1
-2
/
+2
2019-03-04
rtc: rv8803: convert to SPDX identifier
Alexandre Belloni
1
-5
/
+1
2019-03-04
rtc: rv8803: let the core handle range
Alexandre Belloni
1
-3
/
+2
2018-08-28
rtc: rv8803: add Epson RX8803 support
Alexandre Belloni
1
-0
/
+5
2018-08-28
rtc: rv8803: fix the rv8803 id in the OF table
Alexandre Belloni
1
-1
/
+1
2018-03-01
rtc: rv8803: fix possible race condition
Alexandre Belloni
1
-8
/
+8
2018-03-01
rtc: rv8803: put struct nvmem_config on the stack
Alexandre Belloni
1
-10
/
+10
2018-03-01
rtc: rv8803: call rtc_nvmem_register()
Alexandre Belloni
1
-1
/
+2
2017-07-07
rtc: rv8803: remove rv8803_remove
Alexandre Belloni
1
-6
/
+0
2017-07-07
rtc: rv8803: use generic nvmem support
Alexandre Belloni
1
-31
/
+20
2017-07-07
rtc: rv8803: switch to rtc_register_device
Alexandre Belloni
1
-6
/
+9
2017-03-09
rtc: rv8803: Add OF device ID table
Javier Martinez Canillas
1
-1
/
+20
2016-10-12
rtc: rv8803: set VDETOFF and SWOFF via device tree
Oleksij Rempel
1
-2
/
+48
2016-07-28
rtc: rv8803: Clear V1F when setting the time
Benoît Thébaudeau
1
-1
/
+1
2016-07-28
rtc: rv8803: Stop the clock while setting the time
Benoît Thébaudeau
1
-1
/
+17
2016-07-28
rtc: rv8803: Always apply the I²C workaround
Benoît Thébaudeau
1
-66
/
+113
2016-07-28
rtc: rv8803: Fix read day of week
Benoît Thébaudeau
1
-1
/
+2
2016-07-28
rtc: rv8803: Remove the check for valid time
Benoît Thébaudeau
1
-1
/
+1
2016-07-09
rtc: simplify implementations of read_alarm
Uwe Kleine-König
1
-3
/
+0
2016-06-26
rtc: rv8803: broaden workaround
Alexandre Belloni
1
-3
/
+3
2016-03-25
rtc: rv8803: workaround i2c HW issue
Alexandre Belloni
1
-6
/
+22
2016-03-14
rtc: rv8803: convert spin_lock to mutex_lock
Oleksij Rempel
1
-21
/
+18
2016-01-11
rtc: rv8803: Extend compatibility with the rx8900
Gregory CLEMENT
1
-0
/
+1
2016-01-11
rtc: rv8803: fix handling return value of i2c_smbus_read_byte_data
Andrzej Hajda
1
-1
/
+1
2015-11-08
rtc: Add a driver for Micro Crystal RV8803
Alexandre Belloni
1
-0
/
+521