index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-pcf2127.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-28
rtc: pcf2127: remove useless check
Alexandre Belloni
1
-9
/
+0
2023-08-17
rtc: pcf2127: remove unused function argument
Hugo Villeneuve
1
-6
/
+3
2023-08-17
rtc: pcf2127: add error checking when disabling POR0
Hugo Villeneuve
1
-1
/
+3
2023-08-17
rtc: pcf2127: fix error code in pcf2127_enable_ts()
Dan Carpenter
1
-1
/
+1
2023-07-27
rtc: pcf2127: add UIE support for PCF2131
Hugo Villeneuve
1
-2
/
+10
2023-07-27
rtc: pcf2127: add flag for watchdog register value read support
Hugo Villeneuve
1
-6
/
+14
2023-07-27
rtc: pcf2127: support generic watchdog timing configuration
Hugo Villeneuve
1
-9
/
+55
2023-07-27
rtc: pcf2127: adapt time/date registers write sequence for PCF2131
Hugo Villeneuve
1
-1
/
+34
2023-07-27
rtc: pcf2127: add support for PCF2131 interrupts on output INT_A
Hugo Villeneuve
1
-0
/
+35
2023-07-27
rtc: pcf2127: add support for PCF2131 RTC
Hugo Villeneuve
1
-21
/
+213
2023-07-27
rtc: pcf2127: add support for multiple TS functions
Hugo Villeneuve
1
-67
/
+201
2023-07-27
rtc: pcf2127: adapt for CLKOUT register at any offset
Hugo Villeneuve
1
-2
/
+5
2023-07-27
rtc: pcf2127: adapt for WD registers at any offset
Hugo Villeneuve
1
-4
/
+10
2023-07-27
rtc: pcf2127: adapt for alarm registers at any offset
Hugo Villeneuve
1
-9
/
+8
2023-07-27
rtc: pcf2127: adapt for time/date registers at any offset
Hugo Villeneuve
1
-4
/
+7
2023-07-27
rtc: pcf2127: add variant-specific configuration structure
Hugo Villeneuve
1
-19
/
+79
2023-07-27
rtc: pcf2127: remove superfluous comments
Hugo Villeneuve
1
-2
/
+2
2023-07-27
rtc: pcf2127: lower message severity if setting time fails
Hugo Villeneuve
1
-2
/
+1
2023-07-27
rtc: pcf2127: improve timestamp reading performance
Hugo Villeneuve
1
-21
/
+11
2023-07-27
rtc: pcf2127: improve rtc_read_time() performance
Hugo Villeneuve
1
-28
/
+14
2023-06-07
rtc: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2022-11-15
rtc: pcf2127: Convert to .probe_new()
Uwe Kleine-König
1
-11
/
+11
2022-03-23
rtc: pcf2127: set RTC_FEATURE_ALARM_RES_2S
Alexandre Belloni
1
-0
/
+1
2022-03-23
rtc: pcf2127: switch to RTC_FEATURE_UPDATE_INTERRUPT
Alexandre Belloni
1
-1
/
+1
2022-02-16
rtc: pcf2127: fix bug when reading alarm registers
Hugo Villeneuve
1
-1
/
+2
2022-02-16
rtc: pcf2127: use IRQ flags obtained from device tree if available
Hugo Villeneuve
1
-1
/
+12
2022-01-05
rtc: pcf2127: Fix typo in comment
Hugo Villeneuve
1
-1
/
+1
2021-07-10
rtc: pcf2127: handle timestamp interrupts
Mian Yousaf Kaukab
1
-59
/
+133
2021-06-21
rtc: pcf2127: Fix the datasheet URL
Fabio Estevam
1
-1
/
+1
2021-02-14
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-17
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
[next]