devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] support for amlogic rtc
@ 2024-09-03  7:00 Xianwei Zhao via B4 Relay
  2024-09-03  7:00 ` [PATCH v2 1/3] dt-bindings: rtc: Add Amlogic A4 and A5 rtc Xianwei Zhao via B4 Relay
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Xianwei Zhao via B4 Relay @ 2024-09-03  7:00 UTC (permalink / raw)
  To: Yiting Deng, Alexandre Belloni, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-amlogic, linux-rtc, devicetree, linux-kernel, Xianwei Zhao

Add rtc driver and bindigns for the amlogic A113L2 and A113X2 SoCs

Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
---
Changes in v2:
- Modify bindings clock name and perfect the example.
- Fix some bug in driver, and use dev_err_probe instead of dev_err in probe process.
- Use RTC API to handle calibration.
- Remove unused func and rename driver file name.
- Link to v1: https://lore.kernel.org/r/20240823-rtc-v1-0-6f70381da283@amlogic.com

---
Yiting Deng (3):
      dt-bindings: rtc: Add Amlogic A4 and A5 rtc
      rtc: support for the Amlogic on-chip RTC
      MAINTAINERS: Add an entry for Amlogic RTC driver

 .../bindings/rtc/amlogic,amlogic-rtc.yaml          |  66 +++
 MAINTAINERS                                        |   8 +
 drivers/rtc/Kconfig                                |  12 +
 drivers/rtc/Makefile                               |   1 +
 drivers/rtc/rtc-amlogic-a4.c                       | 481 +++++++++++++++++++++
 5 files changed, 568 insertions(+)
---
base-commit: 3047c9a740816d5a930c8c741c3932a3544267f2
change-id: 20240823-rtc-127cd8192a13

Best regards,
-- 
Xianwei Zhao <xianwei.zhao@amlogic.com>



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

end of thread, other threads:[~2024-09-04  8:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03  7:00 [PATCH v2 0/3] support for amlogic rtc Xianwei Zhao via B4 Relay
2024-09-03  7:00 ` [PATCH v2 1/3] dt-bindings: rtc: Add Amlogic A4 and A5 rtc Xianwei Zhao via B4 Relay
2024-09-03 14:03   ` Krzysztof Kozlowski
2024-09-04  8:18     ` Xianwei Zhao
2024-09-03  7:00 ` [PATCH v2 2/3] rtc: support for the Amlogic on-chip RTC Xianwei Zhao via B4 Relay
2024-09-03 14:04   ` Krzysztof Kozlowski
2024-09-04  8:44     ` Xianwei Zhao
2024-09-03  7:00 ` [PATCH v2 3/3] MAINTAINERS: Add an entry for Amlogic RTC driver Xianwei Zhao via B4 Relay
2024-09-03 14:05   ` Krzysztof Kozlowski
2024-09-04  8:50     ` Xianwei Zhao

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