From: Alexander Feilke <[email protected]>
This series fixes some spec inconsistencies and oversimplifications in the
initial
PCF85063 support, and adds some missing features from mainline linux v6.19.
Alexander Feilke (7):
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: improve day of month verification
cmd/date.c | 4 +-
drivers/rtc/Kconfig | 3 +
drivers/rtc/pcf85063.c | 134 ++++++++++++++++++++++++++++++++++++++---
3 files changed, 131 insertions(+), 10 deletions(-)
--
2.34.1