From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: linux-rtc@vger.kernel.org, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
linux-amlogic@lists.infradead.org,
Neil Armstrong <neil.armstrong@linaro.org>,
Kevin Hilman <khilman@baylibre.com>,
Jerome Brunet <jbrunet@baylibre.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
linux-kernel@vger.kernel.org, Heiko Stuebner <heiko@sntech.de>
Subject: Re: [PATCH 0/5] Merge RTC Haoyu HYM8563 into RTC PCF8563
Date: Wed, 13 Nov 2024 10:00:06 +0100 [thread overview]
Message-ID: <2024111309000615fd9fbd@mail.local> (raw)
In-Reply-To: <20241113085355.1972607-1-iwamatsu@nigauri.org>
On 13/11/2024 17:53:50+0900, Nobuhiro Iwamatsu wrote:
> 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.
>
I've seen that but last I checked both drivers are not functionally
identical so this is not that simple.
> 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
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: linux-rtc@vger.kernel.org, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
linux-amlogic@lists.infradead.org,
Neil Armstrong <neil.armstrong@linaro.org>,
Kevin Hilman <khilman@baylibre.com>,
Jerome Brunet <jbrunet@baylibre.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
linux-kernel@vger.kernel.org, Heiko Stuebner <heiko@sntech.de>
Subject: Re: [PATCH 0/5] Merge RTC Haoyu HYM8563 into RTC PCF8563
Date: Wed, 13 Nov 2024 10:00:06 +0100 [thread overview]
Message-ID: <2024111309000615fd9fbd@mail.local> (raw)
In-Reply-To: <20241113085355.1972607-1-iwamatsu@nigauri.org>
On 13/11/2024 17:53:50+0900, Nobuhiro Iwamatsu wrote:
> 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.
>
I've seen that but last I checked both drivers are not functionally
identical so this is not that simple.
> 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
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2024-11-13 9:07 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 8:53 [PATCH 0/5] Merge RTC Haoyu HYM8563 into RTC PCF8563 Nobuhiro Iwamatsu
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
2024-11-13 8:53 ` Nobuhiro Iwamatsu
2024-11-13 8:53 ` [PATCH 2/5] rtc: pcf8563: Add support Haoyu HYM8563 Nobuhiro Iwamatsu
2024-11-13 8:53 ` 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 ` Nobuhiro Iwamatsu
2024-11-13 8:53 ` [PATCH 4/5] rtc: Remove HYM8563 RTC driver Nobuhiro Iwamatsu
2024-11-13 8:53 ` Nobuhiro Iwamatsu
2024-11-13 8:53 ` [PATCH 5/5] dt-bindings: rtc: hym8563: Remove hym8563 binding Nobuhiro Iwamatsu
2024-11-13 8:53 ` Nobuhiro Iwamatsu
2024-11-13 9:00 ` Alexandre Belloni [this message]
2024-11-13 9:00 ` [PATCH 0/5] Merge RTC Haoyu HYM8563 into RTC PCF8563 Alexandre Belloni
2024-11-14 20:17 ` Conor Dooley
2024-11-14 20:17 ` Conor Dooley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2024111309000615fd9fbd@mail.local \
--to=alexandre.belloni@bootlin.com \
--cc=arnd@arndb.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=iwamatsu@nigauri.org \
--cc=jbrunet@baylibre.com \
--cc=khilman@baylibre.com \
--cc=krzk+dt@kernel.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rtc@vger.kernel.org \
--cc=martin.blumenstingl@googlemail.com \
--cc=neil.armstrong@linaro.org \
--cc=olof@lixom.net \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.