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-ds1685.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-27
rtc: ds1685: fix build error with make W=1
Alexandre Belloni
1
-3
/
+3
2019-11-27
rtc: ds1685: remove set but unused variables
Alexandre Belloni
1
-4
/
+2
2019-10-16
rtc: ds1685: add indirect access method and remove plat_read/plat_write
Thomas Bogendoerfer
1
-26
/
+52
2019-10-14
rtc: ds1685: use devm_platform_ioremap_resource helper
Thomas Bogendoerfer
1
-20
/
+3
2019-10-14
rts: ds1685: remove not needed fields from private struct
Thomas Bogendoerfer
1
-3
/
+0
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-04-16
rtc: ds1685: use threaded interrupt
Thomas Bogendoerfer
1
-116
/
+104
2019-04-16
rtc: ds1685: remove dead code
Thomas Bogendoerfer
1
-36
/
+0
2019-04-12
rtc: ds1685: fix crash caused by referencing wrong device struct
Thomas Bogendoerfer
1
-3
/
+3
2018-10-22
rtc: ds1685: simplify getting .driver_data
Wolfram Sang
1
-2
/
+1
2018-09-28
rtc: ds1685: use rtc_add_group
Alexandre Belloni
1
-39
/
+1
2018-09-28
rtc: ds1685: use generic nvmem
Alexandre Belloni
1
-67
/
+25
2018-09-28
rtc: ds1685: drop RTC_DS1685_PROC_REGS
Alexandre Belloni
1
-61
/
+0
2018-06-20
rtc: ds1685: remove sysfs access to control registers
Alexandre Belloni
1
-369
/
+0
2018-06-20
rtc: ds1685: remove improper datetime access ABI
Alexandre Belloni
1
-221
/
+0
2018-06-01
rtc: ds1685: Add range
Alexandre Belloni
1
-0
/
+4
2018-06-01
rtc: ds1685: fix possible race condition
Alexandre Belloni
1
-23
/
+18
2018-05-03
rtc: simplify getting .drvdata
Wolfram Sang
1
-14
/
+7
2018-03-02
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
1
-1
/
+1
2016-07-09
rtc: simplify implementations of read_alarm
Uwe Kleine-König
1
-15
/
+4
2016-06-04
rtc: ds1685: correct day of month checking
Heinrich Schuchardt
1
-5
/
+29
2016-05-20
rtc: ds1685: actually spin forever in poweroff path
Josh Poimboeuf
1
-0
/
+1
2016-05-20
rtc: remove useless DRV_VERSION
Alexandre Belloni
1
-3
/
+0
2016-03-14
rtc: ds1685: actually spin forever in poweroff error path
Josh Poimboeuf
1
-0
/
+1
2016-03-14
rtc: ds1685: passing bogus values to irq_restore
Dan Carpenter
1
-4
/
+4
2016-01-11
rtc: ds1685: don't try to micromanage sysfs output size
Rasmus Villemoes
1
-7
/
+5
2016-01-11
rtc: use %ph for short hex dumps
Rasmus Villemoes
1
-7
/
+5
2015-09-05
rtc: ds1685: Use module_platform_driver
Vaishali Thakkar
1
-21
/
+1
2015-04-17
rtc: use more standard kernel logging styles
Joe Perches
1
-1
/
+3
2015-04-17
drivers/rtc/rtc-ds1685.c: fix sparse warnings
Joshua Kinard
1
-2
/
+2
2015-04-17
drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driver
Joshua Kinard
1
-1
/
+0
2015-02-28
drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show...
Joshua Kinard
1
-2
/
+2
2015-02-28
rtc: ds1685: remove superfluous checks for out-of-range u8 values
Geert Uytterhoeven
1
-6
/
+6
2015-02-28
rtc: ds1685: fix ds1685_rtc_alarm_irq_enable build error
Arnd Bergmann
1
-2
/
+0
2015-02-17
rtc: add driver for DS1685 family of real time clocks
Joshua Kinard
1
-0
/
+2252