index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-pcf8563.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-24
rtc: use simple i2c probe
Stephen Kitt
1
-3
/
+2
2022-03-23
rtc: pcf8563: switch to RTC_FEATURE_UPDATE_INTERRUPT
Alexandre Belloni
1
-1
/
+1
2022-03-23
rtc: pcf8563: let the core handle the alarm resolution
Alexandre Belloni
1
-13
/
+1
2021-06-20
rtc: pcf8563: Fix the datasheet URL
Fabio Estevam
1
-1
/
+1
2021-02-13
rtc: pcf8563: Add NXP PCA8565 compatible
Marek Vasut
1
-0
/
+2
2020-11-19
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
1
-1
/
+1
2019-12-23
rtc: pcf8563: Use BIT
Nobuhiro Iwamatsu
1
-2
/
+2
2019-12-18
rtc: pcf8563: return meaningful value for RTC_VL_READ
Alexandre Belloni
1
-7
/
+3
2019-12-18
rtc: pcf8563: stop caching voltage_low
Alexandre Belloni
1
-7
/
+9
2019-12-18
rtc: pcf8563: remove conditional compilation
Alexandre Belloni
1
-5
/
+0
2019-12-18
rtc: pcf8563: remove RTC_VL_CLR handling
Alexandre Belloni
1
-15
/
+0
2019-11-15
rtc: pcf8563: Constify clkout_rates
Nobuhiro Iwamatsu
1
-1
/
+1
2019-09-01
rtc: pcf8563: let the core handle range offsetting
Alexandre Belloni
1
-4
/
+5
2019-09-01
rtc: pcf8563: remove useless indirection
Alexandre Belloni
1
-14
/
+6
2019-09-01
rtc: pcf8563: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-8
/
+9
2019-09-01
rtc: pcf8563: add Microcrystal RV8564 compatible
Alexandre Belloni
1
-0
/
+1
2019-09-01
rtc: pcf8563: add Epson RTC8564 compatible
Alexandre Belloni
1
-0
/
+1
2019-07-17
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-7
/
+6
2019-06-20
rtc: pcf8563: Clear event flags and disable interrupts before requesting irq
Chen-Yu Tsai
1
-6
/
+5
2019-06-20
rtc: pcf8563: Fix interrupt trigger method
Chen-Yu Tsai
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2017-11-09
rtc: pcf8563: don't alway enable the alarm
Alexandre Belloni
1
-1
/
+1
2017-11-09
rtc: pcf8563: fix output clock rate
Philipp Zabel
1
-1
/
+1
2017-06-03
rtc: pcf8563: avoid using rtc->name
Alexandre Belloni
1
-1
/
+1
2016-07-19
rtc: explicitly set tm_sec = 0 for drivers with minute accurancy
Uwe Kleine-König
1
-0
/
+1
2016-07-09
rtc: simplify implementations of read_alarm
Uwe Kleine-König
1
-4
/
+0
2016-05-20
rtc: pcf8563: Remove CLK_IS_ROOT
Stephen Boyd
1
-1
/
+1
2016-05-20
rtc: remove useless DRV_VERSION
Alexandre Belloni
1
-5
/
+0
2015-11-08
rtc: pcf8563: add CLKOUT to common clock framework
Heiko Schocher
1
-1
/
+169
2015-09-05
rtc: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-06-25
rtc: pfc8563: fix uninitialized variable warning
Arnd Bergmann
1
-1
/
+1
2015-06-25
rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()
Xunlei Pang
1
-4
/
+4
2015-06-25
rtc: pcf8563 fix: return -EINVAL if we read an invalid time.
Jan Kardell
1
-8
/
+3
2015-04-17
drivers/rtc/rtc-pcf8563.c: simplify return from function
Robert Kmiec
1
-6
/
+1
2014-12-10
rtc: pcf8563: clear expired alarm at boot time
Jan Kardell
1
-0
/
+10
2014-12-10
rtc: pcf8563: save battery power
Jan Kardell
1
-0
/
+16
2014-12-10
rtc: pcf8563: handle consequeces of lacking second alarm reg
Jan Kardell
1
-0
/
+11
2014-12-10
rtc: pcf8563: fix wrong time from read_alarm
Jan Kardell
1
-2
/
+2
2014-12-10
rtc: pcf8563: fix write of invalid bits to ST2 reg
Jan Kardell
1
-1
/
+2
2014-12-10
rtc: pcf8563: remove leftover code
Jan Kardell
1
-7
/
+6
2014-10-14
drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return value
Arnd Bergmann
1
-1
/
+1
2014-10-14
drivers/rtc/rtc-pcf8563.c: fix uninitialized use warning
Arnd Bergmann
1
-1
/
+1
2014-08-08
drivers/rtc/rtc-pcf8563.c: add alarm support
Vincent Donnefort
1
-4
/
+153
2014-08-08
drivers/rtc/rtc-pcf8563.c: introduce read|write_block_data
Vincent Donnefort
1
-26
/
+48
2013-07-16
drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZERO
Sachin Kamat
1
-1
/
+1
2013-07-03
drivers/rtc/rtc-pcf8563.c: use PTR_RET()
Sachin Kamat
1
-4
/
+2
2013-07-03
drivers/rtc/rtc-pcf8563.c: remove empty function
Sachin Kamat
1
-6
/
+0
2013-04-29
rtc: rtc-pcf8563: use devm_*() functions
Jingoo Han
1
-21
/
+7
2013-02-21
drivers/rtc: remove unnecessary semicolons
Peter Senna Tschudin
1
-1
/
+1
2013-01-03
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+1
[next]