index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-ds1685.c
Age
Commit message (
Expand
)
Author
2024-11-10
rtc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2023-08-02
rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff
Christoph Hellwig
2023-03-17
rtc: ds1685: Convert to platform remove callback returning void
Uwe Kleine-König
2022-10-13
rtc: ds1685: Fix spelling of function name in comment block
Colin Ian King
2022-03-23
rtc: ds1685: drop no_irq
Alexandre Belloni
2022-03-23
rtc: ds1685: switch to RTC_FEATURE_UPDATE_INTERRUPT
Alexandre Belloni
2021-01-25
rtc: ds1685: use rtc_lock/rtc_unlock
Alexandre Belloni
2020-11-19
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
2020-11-19
rtc: add devm_ prefix to rtc_nvmem_register()
Bartosz Golaszewski
2020-11-19
rtc: nvmem: remove nvram ABI
Alexandre Belloni
2020-09-15
rtc: ds1685: Fix bank switching to avoid endless loop
Thomas Bogendoerfer
2019-11-27
rtc: ds1685: fix build error with make W=1
Alexandre Belloni
2019-11-27
rtc: ds1685: remove set but unused variables
Alexandre Belloni
2019-10-16
rtc: ds1685: add indirect access method and remove plat_read/plat_write
Thomas Bogendoerfer
2019-10-14
rtc: ds1685: use devm_platform_ioremap_resource helper
Thomas Bogendoerfer
2019-10-14
rts: ds1685: remove not needed fields from private struct
Thomas Bogendoerfer
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-16
rtc: ds1685: use threaded interrupt
Thomas Bogendoerfer
2019-04-16
rtc: ds1685: remove dead code
Thomas Bogendoerfer
2019-04-12
rtc: ds1685: fix crash caused by referencing wrong device struct
Thomas Bogendoerfer
2018-10-22
rtc: ds1685: simplify getting .driver_data
Wolfram Sang
2018-09-28
rtc: ds1685: use rtc_add_group
Alexandre Belloni
2018-09-28
rtc: ds1685: use generic nvmem
Alexandre Belloni
2018-09-28
rtc: ds1685: drop RTC_DS1685_PROC_REGS
Alexandre Belloni
2018-06-20
rtc: ds1685: remove sysfs access to control registers
Alexandre Belloni
2018-06-20
rtc: ds1685: remove improper datetime access ABI
Alexandre Belloni
2018-05-31
rtc: ds1685: Add range
Alexandre Belloni
2018-05-31
rtc: ds1685: fix possible race condition
Alexandre Belloni
2018-05-03
rtc: simplify getting .drvdata
Wolfram Sang
2018-03-02
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
2016-07-09
rtc: simplify implementations of read_alarm
Uwe Kleine-König
2016-06-04
rtc: ds1685: correct day of month checking
Heinrich Schuchardt
2016-05-20
rtc: ds1685: actually spin forever in poweroff path
Josh Poimboeuf
2016-05-20
rtc: remove useless DRV_VERSION
Alexandre Belloni
2016-03-14
rtc: ds1685: actually spin forever in poweroff error path
Josh Poimboeuf
2016-03-14
rtc: ds1685: passing bogus values to irq_restore
Dan Carpenter
2016-01-11
rtc: ds1685: don't try to micromanage sysfs output size
Rasmus Villemoes
2016-01-11
rtc: use %ph for short hex dumps
Rasmus Villemoes
2015-09-05
rtc: ds1685: Use module_platform_driver
Vaishali Thakkar
2015-04-17
rtc: use more standard kernel logging styles
Joe Perches
2015-04-17
drivers/rtc/rtc-ds1685.c: fix sparse warnings
Joshua Kinard
2015-04-17
drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driver
Joshua Kinard
2015-02-28
drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show...
Joshua Kinard
2015-02-28
rtc: ds1685: remove superfluous checks for out-of-range u8 values
Geert Uytterhoeven
2015-02-28
rtc: ds1685: fix ds1685_rtc_alarm_irq_enable build error
Arnd Bergmann
2015-02-16
rtc: add driver for DS1685 family of real time clocks
Joshua Kinard