From: "Heiko Stübner" <heiko@sntech.de>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-clk@vger.kernel.org, detlev.casanova@collabora.com,
sebastian.reichel@collabora.com
Subject: Re: (subset) [PATCH RESEND v2 0/6] RK3576 OTP support
Date: Tue, 18 Mar 2025 10:15:21 +0100 [thread overview]
Message-ID: <2364081.ElGaqSPkdT@diego> (raw)
In-Reply-To: <173978599692.25901.15315285566342669137.b4-ty@linaro.org>
Hi,
Am Montag, 17. Februar 2025, 10:53:16 MEZ schrieb Srinivas Kandagatla:
>
> On Mon, 10 Feb 2025 23:45:04 +0100, Heiko Stuebner wrote:
> > This enables OTP support in the nvmem driver for rk3576.
> >
> > I expect to pick the clock patch (patch1) and the arm64-dts patch (patch6)
> > myself, after the nvmem-driver and -binding patches have been applied
> > (patches 2-5).
> >
> > But kept them together for people wanting to try this series.
> >
> > [...]
>
> Applied, thanks!
>
> [1/6] clk: rockchip: rk3576: define clk_otp_phy_g
> commit: 3e081aa132bbefe31ac95dd6dfc8d787ffa83d0b
the applied message says you picked the clock patch, but it's not in your
tree - probably because you realized that it's a clock patch? :-)
So just to make sure it doesn't land in two trees, I should probably pick
up the patch for the Rockchip clock driver, right?
Thanks a lot
Heiko
> [2/6] nvmem: rockchip-otp: Move read-offset into variant-data
> commit: 024e21343f3cbcde0343473fcaf094d2c19cc7bf
> [3/6] dt-bindings: nvmem: rockchip,otp: add missing limits for clock-names
> commit: a1bf00100d06ad69286154a63e548ae6f6ce8539
> [4/6] dt-bindings: nvmem: rockchip,otp: Add compatible for RK3576
> commit: 8c94337ebbfb840944574f82df0cbe35930d8df8
> [5/6] nvmem: rockchip-otp: add rk3576 variant data
> commit: c5ebefe4e20d9fd99ae49cbfd1c18632cf338fa5
>
> Best regards,
>
WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-clk@vger.kernel.org, detlev.casanova@collabora.com,
sebastian.reichel@collabora.com
Subject: Re: (subset) [PATCH RESEND v2 0/6] RK3576 OTP support
Date: Tue, 18 Mar 2025 10:15:21 +0100 [thread overview]
Message-ID: <2364081.ElGaqSPkdT@diego> (raw)
In-Reply-To: <173978599692.25901.15315285566342669137.b4-ty@linaro.org>
Hi,
Am Montag, 17. Februar 2025, 10:53:16 MEZ schrieb Srinivas Kandagatla:
>
> On Mon, 10 Feb 2025 23:45:04 +0100, Heiko Stuebner wrote:
> > This enables OTP support in the nvmem driver for rk3576.
> >
> > I expect to pick the clock patch (patch1) and the arm64-dts patch (patch6)
> > myself, after the nvmem-driver and -binding patches have been applied
> > (patches 2-5).
> >
> > But kept them together for people wanting to try this series.
> >
> > [...]
>
> Applied, thanks!
>
> [1/6] clk: rockchip: rk3576: define clk_otp_phy_g
> commit: 3e081aa132bbefe31ac95dd6dfc8d787ffa83d0b
the applied message says you picked the clock patch, but it's not in your
tree - probably because you realized that it's a clock patch? :-)
So just to make sure it doesn't land in two trees, I should probably pick
up the patch for the Rockchip clock driver, right?
Thanks a lot
Heiko
> [2/6] nvmem: rockchip-otp: Move read-offset into variant-data
> commit: 024e21343f3cbcde0343473fcaf094d2c19cc7bf
> [3/6] dt-bindings: nvmem: rockchip,otp: add missing limits for clock-names
> commit: a1bf00100d06ad69286154a63e548ae6f6ce8539
> [4/6] dt-bindings: nvmem: rockchip,otp: Add compatible for RK3576
> commit: 8c94337ebbfb840944574f82df0cbe35930d8df8
> [5/6] nvmem: rockchip-otp: add rk3576 variant data
> commit: c5ebefe4e20d9fd99ae49cbfd1c18632cf338fa5
>
> Best regards,
>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2025-03-18 9:17 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-10 22:45 [PATCH RESEND v2 0/6] RK3576 OTP support Heiko Stuebner
2025-02-10 22:45 ` Heiko Stuebner
2025-02-10 22:45 ` [PATCH RESEND v2 1/6] clk: rockchip: rk3576: define clk_otp_phy_g Heiko Stuebner
2025-02-10 22:45 ` Heiko Stuebner
2025-02-10 22:45 ` [PATCH RESEND v2 2/6] nvmem: rockchip-otp: Move read-offset into variant-data Heiko Stuebner
2025-02-10 22:45 ` Heiko Stuebner
2025-02-10 22:45 ` [PATCH RESEND v2 3/6] dt-bindings: nvmem: rockchip,otp: add missing limits for clock-names Heiko Stuebner
2025-02-10 22:45 ` Heiko Stuebner
2025-02-11 17:56 ` Conor Dooley
2025-02-11 17:56 ` Conor Dooley
2025-02-10 22:45 ` [PATCH RESEND v2 4/6] dt-bindings: nvmem: rockchip,otp: Add compatible for RK3576 Heiko Stuebner
2025-02-10 22:45 ` Heiko Stuebner
2025-02-11 17:55 ` Conor Dooley
2025-02-11 17:55 ` Conor Dooley
2025-02-10 22:45 ` [PATCH RESEND v2 5/6] nvmem: rockchip-otp: add rk3576 variant data Heiko Stuebner
2025-02-10 22:45 ` Heiko Stuebner
2025-02-10 22:45 ` [PATCH RESEND v2 6/6] arm64: dts: rockchip: add rk3576 otp node Heiko Stuebner
2025-02-10 22:45 ` Heiko Stuebner
2025-02-12 12:44 ` [PATCH RESEND v2 0/6] RK3576 OTP support Nicolas Frattaroli
2025-02-12 12:44 ` Nicolas Frattaroli
2025-02-12 12:56 ` Heiko Stübner
2025-02-12 12:56 ` Heiko Stübner
2025-02-17 9:53 ` (subset) " Srinivas Kandagatla
2025-02-17 9:53 ` Srinivas Kandagatla
2025-03-18 9:15 ` Heiko Stübner [this message]
2025-03-18 9:15 ` Heiko Stübner
2025-02-22 23:48 ` Heiko Stuebner
2025-02-22 23:48 ` Heiko Stuebner
2025-04-25 22:09 ` Heiko Stuebner
2025-04-25 22:09 ` Heiko Stuebner
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=2364081.ElGaqSPkdT@diego \
--to=heiko@sntech.de \
--cc=conor+dt@kernel.org \
--cc=detlev.casanova@collabora.com \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh@kernel.org \
--cc=sebastian.reichel@collabora.com \
--cc=srinivas.kandagatla@linaro.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.