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-rx8010.c
Age
Commit message (
Expand
)
Author
2021-02-06
rtc: rx8010: quiet maybe-unused variable warning
Alexandre Belloni
2021-01-25
rtc: rx8010: use rtc_lock/rtc_unlock
Alexandre Belloni
2021-01-16
rtc: rx8010: drop a struct rtc_class_ops
Alexandre Belloni
2020-11-19
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
2020-09-29
rtc: rx8010: rename rx8010_init_client() to rx8010_init()
Bartosz Golaszewski
2020-09-15
rtc: rx8010: use range checking provided by core RTC code
Bartosz Golaszewski
2020-09-15
rtc: rx8010: convert to using regmap
Bartosz Golaszewski
2020-09-15
rtc: rx8010: switch to using the preferred i2c API
Bartosz Golaszewski
2020-09-15
rtc: rx8010: switch to using the preferred RTC API
Bartosz Golaszewski
2020-09-15
rtc: rx8010: prefer sizeof(*val) over sizeof(struct type_of_val)
Bartosz Golaszewski
2020-09-15
rtc: rx8010: use a helper variable for client->dev in probe()
Bartosz Golaszewski
2020-09-15
rtc: rx8010: drop unnecessary initialization
Bartosz Golaszewski
2020-09-15
rtc: rx8010: don't use magic values for time buffer length
Bartosz Golaszewski
2020-09-15
rtc: rx8010: rename ret to err in rx8010_set_time()
Bartosz Golaszewski
2020-09-15
rtc: rx8010: use tabs instead of spaces for code formatting
Bartosz Golaszewski
2020-09-15
rtc: rx8010: consolidate local variables of the same type
Bartosz Golaszewski
2020-09-15
rtc: rx8010: remove unnecessary brackets
Bartosz Golaszewski
2020-09-15
rtc: rx8010: remove a stray newline
Bartosz Golaszewski
2020-09-15
rtc: rx8010: don't modify the global rtc ops
Bartosz Golaszewski
2019-12-23
rtc: rx8010: Fix return code for rx8010_probe
Nobuhiro Iwamatsu
2019-12-18
rtc: rx8010: return meaningful value for RTC_VL_READ
Alexandre Belloni
2019-12-18
rtc: rx8010: remove RTC_VL_CLR handling
Alexandre Belloni
2019-07-17
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-09
rtc: rx8010: simplify getting the adapter of a client
Wolfram Sang
2018-03-02
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
2017-11-09
rtc: rx8010: Fix for incorrect return value
Akshay Bhat
2017-11-08
rtc: rx8010: Specify correct address for RX8010_RESV31
Akshay Bhat
2017-11-08
rtc: rx8010: Remove duplicate define
Akshay Bhat
2017-03-09
rtc: rx8010: Add OF device ID table
Javier Martinez Canillas
2017-01-04
rtc: rx8010: change lock mechanism
Fabien Lahoudere
2016-07-09
rtc: simplify implementations of read_alarm
Uwe Kleine-König
2016-01-11
rtc: Add Epson RX8010SJ RTC driver
Akshay Bhat