devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drivers: rtc: add max313xx series rtc driver
@ 2022-10-26 13:11 Ibrahim Tilki
  2022-10-26 13:11 ` [PATCH v2 1/2] " Ibrahim Tilki
  2022-10-26 13:11 ` [PATCH v2 2/2] dt-bindings: rtc: add bindings for max313xx RTCs Ibrahim Tilki
  0 siblings, 2 replies; 7+ messages in thread
From: Ibrahim Tilki @ 2022-10-26 13:11 UTC (permalink / raw)
  To: a.zummo, alexandre.belloni, jdelvare, linux, robh+dt,
	krzysztof.kozlowski+dt
  Cc: Ibrahim Tilki, linux-rtc, linux-kernel, linux-hwmon, devicetree


changelog:
since v2:
  - dtbinding: update title and description
  - dtbinding: remove last example
  - drop watchdog support
  - support reading 12Hr format instead of forcing 24hr at probe time
  - use "tm_year % 100" instead of range check
  - refactor max313xx_init for readability


Ibrahim Tilki (2):
  drivers: rtc: add max313xx series rtc driver
  dt-bindings: rtc: add bindings for max313xx RTCs

 .../devicetree/bindings/rtc/adi,max313xx.yaml |  151 +++
 drivers/rtc/Kconfig                           |   11 +
 drivers/rtc/Makefile                          |    1 +
 drivers/rtc/rtc-max313xx.c                    | 1069 +++++++++++++++++
 4 files changed, 1232 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/adi,max313xx.yaml
 create mode 100644 drivers/rtc/rtc-max313xx.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-05  2:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-26 13:11 [PATCH v2 0/2] drivers: rtc: add max313xx series rtc driver Ibrahim Tilki
2022-10-26 13:11 ` [PATCH v2 1/2] " Ibrahim Tilki
2022-10-26 14:53   ` Guenter Roeck
2022-11-01 11:47   ` kernel test robot
2022-11-05  2:33   ` kernel test robot
2022-10-26 13:11 ` [PATCH v2 2/2] dt-bindings: rtc: add bindings for max313xx RTCs Ibrahim Tilki
2022-10-26 14:18   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).