index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-pcf8563.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: pcf8563: Constify clkout_rates
Nobuhiro Iwamatsu
2019-11-15
1
-1
/
+1
*
rtc: pcf8563: let the core handle range offsetting
Alexandre Belloni
2019-09-01
1
-4
/
+5
*
rtc: pcf8563: remove useless indirection
Alexandre Belloni
2019-09-01
1
-14
/
+6
*
rtc: pcf8563: convert to devm_rtc_allocate_device
Alexandre Belloni
2019-09-01
1
-8
/
+9
*
rtc: pcf8563: add Microcrystal RV8564 compatible
Alexandre Belloni
2019-09-01
1
-0
/
+1
*
rtc: pcf8563: add Epson RTC8564 compatible
Alexandre Belloni
2019-09-01
1
-0
/
+1
*
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2019-07-17
1
-7
/
+6
|
\
|
*
rtc: pcf8563: Clear event flags and disable interrupts before requesting irq
Chen-Yu Tsai
2019-06-20
1
-6
/
+5
|
*
rtc: pcf8563: Fix interrupt trigger method
Chen-Yu Tsai
2019-06-20
1
-1
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
/
*
rtc: pcf8563: don't alway enable the alarm
Alexandre Belloni
2017-11-09
1
-1
/
+1
*
rtc: pcf8563: fix output clock rate
Philipp Zabel
2017-11-09
1
-1
/
+1
*
rtc: pcf8563: avoid using rtc->name
Alexandre Belloni
2017-06-03
1
-1
/
+1
*
rtc: explicitly set tm_sec = 0 for drivers with minute accurancy
Uwe Kleine-König
2016-07-19
1
-0
/
+1
*
rtc: simplify implementations of read_alarm
Uwe Kleine-König
2016-07-09
1
-4
/
+0
*
rtc: pcf8563: Remove CLK_IS_ROOT
Stephen Boyd
2016-05-20
1
-1
/
+1
*
rtc: remove useless DRV_VERSION
Alexandre Belloni
2016-05-20
1
-5
/
+0
*
rtc: pcf8563: add CLKOUT to common clock framework
Heiko Schocher
2015-11-08
1
-1
/
+169
*
rtc: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-09-05
1
-1
/
+0
*
rtc: pfc8563: fix uninitialized variable warning
Arnd Bergmann
2015-06-25
1
-1
/
+1
*
rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()
Xunlei Pang
2015-06-25
1
-4
/
+4
*
rtc: pcf8563 fix: return -EINVAL if we read an invalid time.
Jan Kardell
2015-06-25
1
-8
/
+3
*
drivers/rtc/rtc-pcf8563.c: simplify return from function
Robert Kmiec
2015-04-17
1
-6
/
+1
*
rtc: pcf8563: clear expired alarm at boot time
Jan Kardell
2014-12-10
1
-0
/
+10
*
rtc: pcf8563: save battery power
Jan Kardell
2014-12-10
1
-0
/
+16
*
rtc: pcf8563: handle consequeces of lacking second alarm reg
Jan Kardell
2014-12-10
1
-0
/
+11
*
rtc: pcf8563: fix wrong time from read_alarm
Jan Kardell
2014-12-10
1
-2
/
+2
*
rtc: pcf8563: fix write of invalid bits to ST2 reg
Jan Kardell
2014-12-10
1
-1
/
+2
*
rtc: pcf8563: remove leftover code
Jan Kardell
2014-12-10
1
-7
/
+6
*
drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return value
Arnd Bergmann
2014-10-14
1
-1
/
+1
*
drivers/rtc/rtc-pcf8563.c: fix uninitialized use warning
Arnd Bergmann
2014-10-14
1
-1
/
+1
*
drivers/rtc/rtc-pcf8563.c: add alarm support
Vincent Donnefort
2014-08-08
1
-4
/
+153
*
drivers/rtc/rtc-pcf8563.c: introduce read|write_block_data
Vincent Donnefort
2014-08-08
1
-26
/
+48
*
drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZERO
Sachin Kamat
2013-07-16
1
-1
/
+1
*
drivers/rtc/rtc-pcf8563.c: use PTR_RET()
Sachin Kamat
2013-07-03
1
-4
/
+2
*
drivers/rtc/rtc-pcf8563.c: remove empty function
Sachin Kamat
2013-07-03
1
-6
/
+0
*
rtc: rtc-pcf8563: use devm_*() functions
Jingoo Han
2013-04-29
1
-21
/
+7
*
drivers/rtc: remove unnecessary semicolons
Peter Senna Tschudin
2013-02-21
1
-1
/
+1
*
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-1
/
+1
*
drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 format
Shubhrajyoti D
2012-10-06
1
-2
/
+11
*
drivers/rtc/rtc-pcf8563.c: add device tree support
Nick Bowler
2012-07-30
1
-0
/
+10
*
drivers/rtc/rtc-pcf8563.c: set owner field in driver struct
Nick Bowler
2012-07-30
1
-0
/
+1
*
drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl feature
Alexander Stein
2012-05-29
1
-1
/
+43
*
rtc: convert rtc i2c drivers to module_i2c_driver
Axel Lin
2012-03-23
1
-12
/
+1
*
rtc: Add module.h to implicit users in drivers/rtc
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
drivers/rtc/rtc-pcf8563.c: remove unused struct
Graham Gower
2010-08-11
1
-8
/
+0
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
rtc: fix driver data issues in several rtc drivers
Alessandro Zummo
2009-12-16
1
-2
/
+2
*
drivers/rtc/: use bcd2bin/bin2bcd
Adrian Bunk
2008-10-20
1
-12
/
+12
*
rtc-pcf8563: remove client validation
Laurent Pinchart
2008-10-16
1
-58
/
+0
[next]