public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Merge RTC Haoyu HYM8563 into RTC PCF8563
@ 2024-11-13  8:53 Nobuhiro Iwamatsu
  2024-11-13  8:53 ` [PATCH 1/5] ARM: multi_v7_defconfig: Add RTC PCF8563 support Nobuhiro Iwamatsu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Nobuhiro Iwamatsu @ 2024-11-13  8:53 UTC (permalink / raw)
  To: linux-rtc, Alexandre Belloni, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, devicetree, linux-arm-kernel, Arnd Bergmann,
	Olof Johansson
  Cc: linux-amlogic, Neil Armstrong, Kevin Hilman, Jerome Brunet,
	Martin Blumenstingl, linux-kernel, Heiko Stuebner,
	Nobuhiro Iwamatsu

RTC Haoyu HYM8563 has the same hardware structure as RTC PCF8563, and
operates with the same device driver. Therefore, since we do not need
two drivers with the same function, this merges HYM8563 into PCF8563.

This series was tested with PCF8563 and HYM8563 on khadas vim3 board.

Nobuhiro Iwamatsu (5):
  ARM: multi_v7_defconfig: Add RTC PCF8563 support
  rtc: pcf8563: Add support Haoyu HYM8563
  dt-bindings: rtc: pcf8563: Add Haoyu HYM8563 compatibility
  rtc: Remove HYM8563 RTC driver
  dt-bindings: rtc: hym8563: Remove hym8563 binding

 .../bindings/rtc/haoyu,hym8563.yaml           |  56 --
 .../devicetree/bindings/rtc/nxp,pcf8563.yaml  |  18 +-
 arch/arm/configs/multi_v7_defconfig           |   2 +-
 arch/arm64/configs/defconfig                  |   1 -
 drivers/rtc/Kconfig                           |  11 -
 drivers/rtc/Makefile                          |   1 -
 drivers/rtc/rtc-hym8563.c                     | 587 ------------------
 drivers/rtc/rtc-pcf8563.c                     |   2 +
 8 files changed, 17 insertions(+), 661 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/rtc/haoyu,hym8563.yaml
 delete mode 100644 drivers/rtc/rtc-hym8563.c

-- 
2.45.2


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

end of thread, other threads:[~2024-11-14 20:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13  8:53 [PATCH 0/5] Merge RTC Haoyu HYM8563 into RTC PCF8563 Nobuhiro Iwamatsu
2024-11-13  8:53 ` [PATCH 1/5] ARM: multi_v7_defconfig: Add RTC PCF8563 support Nobuhiro Iwamatsu
2024-11-13  8:53 ` [PATCH 2/5] rtc: pcf8563: Add support Haoyu HYM8563 Nobuhiro Iwamatsu
2024-11-13  8:53 ` [PATCH 3/5] dt-bindings: rtc: pcf8563: Add Haoyu HYM8563 compatibility Nobuhiro Iwamatsu
2024-11-13  8:53 ` [PATCH 4/5] rtc: Remove HYM8563 RTC driver Nobuhiro Iwamatsu
2024-11-13  8:53 ` [PATCH 5/5] dt-bindings: rtc: hym8563: Remove hym8563 binding Nobuhiro Iwamatsu
2024-11-13  9:00 ` [PATCH 0/5] Merge RTC Haoyu HYM8563 into RTC PCF8563 Alexandre Belloni
2024-11-14 20:17 ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox