All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] RTC: nuvoton: Add nuvoton real time clock driver
@ 2022-05-17  9:29 ` Medad CChien
  0 siblings, 0 replies; 20+ messages in thread
From: Medad CChien @ 2022-05-17  9:29 UTC (permalink / raw)
  To: benjaminfair, yuenn, venture, tali.perry1, tmaimon77,
	avifishman70, robh+dt, alexandre.belloni, a.zummo, KWLIU, YSCHU,
	JJLIU0, KFTING, ctcchien
  Cc: openbmc, linux-kernel, devicetree, linux-rtc

Support Nuvoton NCT3018Y real time clock.

Changes since version 2:
 - Fix errors in rtc-nct3018y.c.
 - Fix warnings in rtc-nct3018y.c.

Changes since version 1:
 - Add nuvoton,nct3018y property in NPCM devicetree.
 - Add new property in rtc binding document.
 - Add new driver for nuvoton real time clock driver.

Medad CChien (3):
  ARM: dts: nuvoton: Add nuvoton RTC3018Y node
  dt-bindings: rtc: nuvoton: add NCT3018Y Real Time Clock
  RTC: nuvoton: Add NCT3018Y real time clock driver

 .../bindings/rtc/nuvoton,nct3018y.yaml        |  44 ++
 arch/arm/boot/dts/nuvoton-npcm750-evb.dts     |   6 +
 drivers/rtc/Kconfig                           |  10 +
 drivers/rtc/Makefile                          |   1 +
 drivers/rtc/rtc-nct3018y.c                    | 592 ++++++++++++++++++
 5 files changed, 653 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/nuvoton,nct3018y.yaml
 create mode 100644 drivers/rtc/rtc-nct3018y.c

-- 
2.17.1


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

end of thread, other threads:[~2022-05-23  9:00 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17  9:29 [PATCH v2 0/3] RTC: nuvoton: Add nuvoton real time clock driver Medad CChien
2022-05-17  9:29 ` Medad CChien
2022-05-17  9:29 ` [PATCH v2 1/3] ARM: dts: nuvoton: Add nuvoton RTC3018Y node Medad CChien
2022-05-17  9:29   ` Medad CChien
2022-05-17  9:29 ` [PATCH v2 2/3] dt-bindings: rtc: nuvoton: add NCT3018Y Real Time Clock Medad CChien
2022-05-17  9:29   ` Medad CChien
2022-05-18  1:19   ` Rob Herring
2022-05-18  1:19     ` Rob Herring
2022-05-18  3:12     ` Medad Young
2022-05-18  3:12       ` Medad Young
2022-05-17  9:29 ` [PATCH v2 3/3] RTC: nuvoton: Add NCT3018Y real time clock driver Medad CChien
2022-05-17  9:29   ` Medad CChien
2022-05-17 19:11   ` Alexandre Belloni
2022-05-17 19:11     ` Alexandre Belloni
2022-05-18  3:11     ` Medad Young
2022-05-18  3:11       ` Medad Young
2022-05-18  8:28       ` Alexandre Belloni
2022-05-18  8:28         ` Alexandre Belloni
2022-05-23  8:59         ` Medad Young
2022-05-23  8:59           ` Medad Young

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.