[PATCH v3 0/8] rtc: pcf85036: improve spec coherence and extend features
Alexander Feilke
Alexander.Feilke at ew.tq-group.com
Fri May 22 17:39:20 CEST 2026
From: Alexander Feilke <alexander.feilke at ew.tq-group.com>
This series fixes some spec inconsistencies and oversimplifications in the initial
PCF85063 support, and adds some missing features from mainline linux v6.19.
Changes in v2:
- reject day 0 in mk_date for tm_mday, analog to tm_mon
- improve commit message of first commit regarding mk_date changes
- describe previous and new behaviour
- note tm_year not being initialized in the format case MMDDhhmm
Changes in v3:
- make mk_date static
- clarify missing NVMEM feature in Kconfig
- fix some checkpatch formatting warnings of changed lines
- improve commit message of first commit regarding mk_date tm_year initialization
Alexander Feilke (8):
cmd_date: make mk_date() static
rtc: pcf85063: adjust date format to adhere to the rtc_time spec
rtc: pcf85063: add support for NXP PCF85063 family
rtc: pcf85063: add missing register definitions
rtc: pcf85063: keep the divider chain in reset during set_time
rtc: pcf85063: support loading quartz-load capacitance from device
tree
rtc: pcf85063: add power loss detection during probe
drivers: Kconfig: rtc_pcf85063: note unsupported chip features
Markus Niebel (1):
cmd: date: validate date using rtc_month_days()
cmd/date.c | 11 ++--
drivers/rtc/Kconfig | 3 +
drivers/rtc/pcf85063.c | 134 ++++++++++++++++++++++++++++++++++++++---
3 files changed, 135 insertions(+), 13 deletions(-)
--
2.34.1
More information about the U-Boot
mailing list