index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-pcf2127.c
Age
Commit message (
Expand
)
Author
2022-12-31
rtc: pcf2127: Convert to .probe_new()
Uwe Kleine-König
2022-03-23
rtc: pcf2127: set RTC_FEATURE_ALARM_RES_2S
Alexandre Belloni
2022-03-23
rtc: pcf2127: switch to RTC_FEATURE_UPDATE_INTERRUPT
Alexandre Belloni
2022-02-15
rtc: pcf2127: fix bug when reading alarm registers
Hugo Villeneuve
2022-02-15
rtc: pcf2127: use IRQ flags obtained from device tree if available
Hugo Villeneuve
2022-01-05
rtc: pcf2127: Fix typo in comment
Hugo Villeneuve
2021-07-10
rtc: pcf2127: handle timestamp interrupts
Mian Yousaf Kaukab
2021-06-20
rtc: pcf2127: Fix the datasheet URL
Fabio Estevam
2021-02-13
rtc: pcf2127: properly set flag WD_CD for rtc chips(pcf2129, pca2129)
Biwen Li
2021-01-26
rtc: pcf2127: Run a OTP refresh if not done before
Philipp Rosenberger
2021-01-26
rtc: pcf2127: Disable Power-On Reset Override
Philipp Rosenberger
2021-01-16
rtc: pcf2127: remove pcf2127_rtc_alrm_ops
Alexandre Belloni
2020-12-19
rtc: pcf2127: only use watchdog when explicitly available
Uwe Kleine-König
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-10-27
rtc: pcf2127: fix pcf2127_nvmem_read/write() returns
Dan Carpenter
2020-10-27
rtc: pcf2127: move watchdog initialisation to a separate function
Uwe Kleine-König
2020-09-15
rtc: pcf2127: fix a bug when not specify interrupts property
Biwen Li
2020-08-12
rtc: pcf2127: fix alarm handling
Alexandre Belloni
2020-08-12
rtc: pcf2127: add alarm support
Liam Beguin
2020-08-12
rtc: pcf2127: add pca2129 device id
Liam Beguin
2020-06-06
rtc: pcf2127: watchdog: handle nowayout feature
Bruno Thomsen
2020-05-11
rtc: pcf2127: report battery switch over
Alexandre Belloni
2020-05-11
rtc: pcf2127: set regmap max_register
Alexandre Belloni
2020-05-11
rtc: pcf2127: remove unnecessary #ifdef
Alexandre Belloni
2020-05-11
rtc: pcf2127: let the core handle rtc range
Alexandre Belloni
2019-12-18
rtc: pcf2127: return meaningful value for RTC_VL_READ
Alexandre Belloni
2019-10-21
rtc: pcf2127: handle boot-enabled watchdog feature
Martin Hundebøll
2019-08-27
rtc: pcf2127: bugfix: watchdog build dependency
Bruno Thomsen
2019-08-27
rtc: pcf2127: add tamper detection support
Bruno Thomsen
2019-08-27
rtc: pcf2127: add watchdog feature support
Bruno Thomsen
2019-08-23
rtc: pcf2127: bugfix: read rtc disables watchdog
Bruno Thomsen
2019-08-23
rtc: pcf2127: cleanup register and bit defines
Bruno Thomsen
2019-08-23
rtc: pcf2127: convert to devm_rtc_allocate_device
Bruno Thomsen
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-11-07
rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
Xulin Sun
2018-07-11
rtc: pcf2127: add support for accessing internal static RAM
Uwe Kleine-König
2018-03-02
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
2017-02-23
rtc: pcf2127: bulk read only date and time registers.
Sean Nyekjaer
2016-03-14
rtc: pcf2127: add pcf2129 device id
Akinobu Mita
2016-03-14
rtc: pcf2127: add support for spi interface
Akinobu Mita
2016-03-14
rtc: pcf2127: convert to use regmap
Akinobu Mita
2015-11-08
rtc: pcf2127: remove useless driver version
Uwe Kleine-König
2015-11-08
rtc: pcf2127: fix reading uninitialized value on RTC_READ_VL ioctl
Uwe Kleine-König
2015-11-03
rtc: pcf2127: make module license match the file header
Uwe Kleine-König
2015-09-05
rtc: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-09-05
rtc: pcf2127: use OFS flag to detect unreliable date and warn the user
Andrea Scian
2015-09-05
rtc: use rtc_valid_tm() error code when reading date/time
Andrea Scian
2014-01-23
drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
Duan Jiong
2013-09-11
drivers/rtc/rtc-pcf2127.c: remove empty function
Sachin Kamat
[next]