linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] drivers: rtc: add max313xx series rtc driver
@ 2022-11-08 12:22 Ibrahim Tilki
  2022-11-08 12:22 ` [PATCH v3 1/2] " Ibrahim Tilki
  2022-11-08 12:22 ` [PATCH v3 2/2] dt-bindings: rtc: add max313xx RTCs Ibrahim Tilki
  0 siblings, 2 replies; 14+ messages in thread
From: Ibrahim Tilki @ 2022-11-08 12:22 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


Hi,

Sending v3 to fix a warning reported by kernel test robot.
Also added reviewed-by tag for Krzysztof since dt-bindings patch
has not been modified.

Best regards,
Ibrahim

changelog:
since v3:
  - add "break" to fix warning: unannotated fall-through 
    Reported-by: kernel test robot <lkp@intel.com>

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 max313xx RTCs

 .../devicetree/bindings/rtc/adi,max313xx.yaml |  151 +++
 drivers/rtc/Kconfig                           |   11 +
 drivers/rtc/Makefile                          |    1 +
 drivers/rtc/rtc-max313xx.c                    | 1070 +++++++++++++++++
 4 files changed, 1233 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] 14+ messages in thread

end of thread, other threads:[~2023-03-13  2:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08 12:22 [PATCH v3 0/2] drivers: rtc: add max313xx series rtc driver Ibrahim Tilki
2022-11-08 12:22 ` [PATCH v3 1/2] " Ibrahim Tilki
2022-11-08 12:57   ` Christophe JAILLET
2022-11-08 13:27   ` Guenter Roeck
2022-12-10 22:01   ` Alexandre Belloni
2023-02-14 20:28   ` Chris Packham
2023-02-14 21:40     ` Alexandre Belloni
2023-02-14 22:36       ` Chris Packham
2023-02-17 15:17     ` Tilki, Ibrahim
2023-02-19 20:19       ` Chris Packham
2023-03-13  2:15       ` Chris Packham
2023-03-13  2:20         ` Alexandre Belloni
2023-03-13  2:30           ` Chris Packham
2022-11-08 12:22 ` [PATCH v3 2/2] dt-bindings: rtc: add max313xx RTCs Ibrahim Tilki

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).