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.

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

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: validate date using rtc_month_days()

 cmd/date.c             |   7 ++-
 drivers/rtc/Kconfig    |   3 +
 drivers/rtc/pcf85063.c | 134 ++++++++++++++++++++++++++++++++++++++---
 3 files changed, 133 insertions(+), 11 deletions(-)

-- 
2.34.1

Reply via email to