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-pcf2127.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-10
rtc: pcf2127: handle timestamp interrupts
Mian Yousaf Kaukab
1
-59
/
+133
2021-06-20
rtc: pcf2127: Fix the datasheet URL
Fabio Estevam
1
-1
/
+1
2021-02-13
rtc: pcf2127: properly set flag WD_CD for rtc chips(pcf2129, pca2129)
Biwen Li
1
-3
/
+7
2021-01-26
rtc: pcf2127: Run a OTP refresh if not done before
Philipp Rosenberger
1
-0
/
+17
2021-01-26
rtc: pcf2127: Disable Power-On Reset Override
Philipp Rosenberger
1
-0
/
+8
2021-01-16
rtc: pcf2127: remove pcf2127_rtc_alrm_ops
Alexandre Belloni
1
-8
/
+3
2020-12-19
rtc: pcf2127: only use watchdog when explicitly available
Uwe Kleine-König
1
-1
/
+2
2020-11-19
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
1
-1
/
+1
2020-11-19
rtc: add devm_ prefix to rtc_nvmem_register()
Bartosz Golaszewski
1
-1
/
+1
2020-10-27
rtc: pcf2127: fix pcf2127_nvmem_read/write() returns
Dan Carpenter
1
-8
/
+4
2020-10-27
rtc: pcf2127: move watchdog initialisation to a separate function
Uwe Kleine-König
1
-25
/
+31
2020-09-15
rtc: pcf2127: fix a bug when not specify interrupts property
Biwen Li
1
-2
/
+2
2020-08-12
rtc: pcf2127: fix alarm handling
Alexandre Belloni
1
-18
/
+19
2020-08-12
rtc: pcf2127: add alarm support
Liam Beguin
1
-0
/
+134
2020-08-12
rtc: pcf2127: add pca2129 device id
Liam Beguin
1
-0
/
+3
2020-06-06
rtc: pcf2127: watchdog: handle nowayout feature
Bruno Thomsen
1
-0
/
+1
2020-05-11
rtc: pcf2127: report battery switch over
Alexandre Belloni
1
-4
/
+12
2020-05-11
rtc: pcf2127: set regmap max_register
Alexandre Belloni
1
-0
/
+2
2020-05-11
rtc: pcf2127: remove unnecessary #ifdef
Alexandre Belloni
1
-4
/
+0
2020-05-11
rtc: pcf2127: let the core handle rtc range
Alexandre Belloni
1
-3
/
+5
2019-12-18
rtc: pcf2127: return meaningful value for RTC_VL_READ
Alexandre Belloni
1
-4
/
+2
2019-10-21
rtc: pcf2127: handle boot-enabled watchdog feature
Martin Hundebøll
1
-1
/
+9
2019-08-27
rtc: pcf2127: bugfix: watchdog build dependency
Bruno Thomsen
1
-0
/
+2
2019-08-27
rtc: pcf2127: add tamper detection support
Bruno Thomsen
1
-0
/
+160
2019-08-27
rtc: pcf2127: add watchdog feature support
Bruno Thomsen
1
-0
/
+118
2019-08-23
rtc: pcf2127: bugfix: read rtc disables watchdog
Bruno Thomsen
1
-20
/
+12
2019-08-23
rtc: pcf2127: cleanup register and bit defines
Bruno Thomsen
1
-26
/
+33
2019-08-23
rtc: pcf2127: convert to devm_rtc_allocate_device
Bruno Thomsen
1
-3
/
+4
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-11-07
rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
Xulin Sun
1
-0
/
+3
2018-07-11
rtc: pcf2127: add support for accessing internal static RAM
Uwe Kleine-König
1
-6
/
+62
2018-03-02
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
1
-1
/
+1
2017-02-23
rtc: pcf2127: bulk read only date and time registers.
Sean Nyekjaer
1
-2
/
+13
2016-03-14
rtc: pcf2127: add pcf2129 device id
Akinobu Mita
1
-3
/
+6
2016-03-14
rtc: pcf2127: add support for spi interface
Akinobu Mita
1
-2
/
+116
2016-03-14
rtc: pcf2127: convert to use regmap
Akinobu Mita
1
-70
/
+144
2015-11-08
rtc: pcf2127: remove useless driver version
Uwe Kleine-König
1
-5
/
+0
2015-11-08
rtc: pcf2127: fix reading uninitialized value on RTC_READ_VL ioctl
Uwe Kleine-König
1
-18
/
+22
2015-11-03
rtc: pcf2127: make module license match the file header
Uwe Kleine-König
1
-1
/
+1
2015-09-05
rtc: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-09-05
rtc: pcf2127: use OFS flag to detect unreliable date and warn the user
Andrea Scian
1
-3
/
+23
2015-09-05
rtc: use rtc_valid_tm() error code when reading date/time
Andrea Scian
1
-7
/
+1
2014-01-23
drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
Duan Jiong
1
-4
/
+1
2013-09-11
drivers/rtc/rtc-pcf2127.c: remove empty function
Sachin Kamat
1
-6
/
+0
2013-07-03
rtc: add NXP PCF2127 support (i2c)
Renaud Cerrato
1
-0
/
+241