From: Rob Herring <robh@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: kernel@pengutronix.de, robh+dt@kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
sboyd@kernel.org, abel.vesa@nxp.com, Peng Fan <peng.fan@nxp.com>,
linux-clk@vger.kernel.org, linux-imx@nxp.com,
linux-kernel@vger.kernel.org, festevam@gmail.com,
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
s.hauer@pengutronix.de, shawnguo@kernel.org
Subject: Re: [PATCH V4 2/5] dt-bindings: clock: add i.MX93 clock definition
Date: Thu, 24 Feb 2022 13:24:09 -0600 [thread overview]
Message-ID: <YhfbWTiRND193io1@robh.at.kernel.org> (raw)
In-Reply-To: <20220224082251.1397754-3-peng.fan@oss.nxp.com>
On Thu, 24 Feb 2022 16:22:48 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> Add i.MX93 clock definition
>
> Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
> include/dt-bindings/clock/imx93-clock.h | 201 ++++++++++++++++++++++++
> 1 file changed, 201 insertions(+)
> create mode 100644 include/dt-bindings/clock/imx93-clock.h
>
Acked-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: kernel@pengutronix.de, robh+dt@kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
sboyd@kernel.org, abel.vesa@nxp.com, Peng Fan <peng.fan@nxp.com>,
linux-clk@vger.kernel.org, linux-imx@nxp.com,
linux-kernel@vger.kernel.org, festevam@gmail.com,
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
s.hauer@pengutronix.de, shawnguo@kernel.org
Subject: Re: [PATCH V4 2/5] dt-bindings: clock: add i.MX93 clock definition
Date: Thu, 24 Feb 2022 13:24:09 -0600 [thread overview]
Message-ID: <YhfbWTiRND193io1@robh.at.kernel.org> (raw)
In-Reply-To: <20220224082251.1397754-3-peng.fan@oss.nxp.com>
On Thu, 24 Feb 2022 16:22:48 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> Add i.MX93 clock definition
>
> Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
> include/dt-bindings/clock/imx93-clock.h | 201 ++++++++++++++++++++++++
> 1 file changed, 201 insertions(+)
> create mode 100644 include/dt-bindings/clock/imx93-clock.h
>
Acked-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-02-24 19:24 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-24 8:22 [PATCH V4 0/5] mx: add i.MX93 clk bindings and driver Peng Fan (OSS)
2022-02-24 8:22 ` Peng Fan (OSS)
2022-02-24 8:22 ` [PATCH V4 1/5] dt-bindings: clock: Add imx93 clock support Peng Fan (OSS)
2022-02-24 8:22 ` Peng Fan (OSS)
2022-02-24 19:23 ` Rob Herring
2022-02-24 19:23 ` Rob Herring
2022-02-24 8:22 ` [PATCH V4 2/5] dt-bindings: clock: add i.MX93 clock definition Peng Fan (OSS)
2022-02-24 8:22 ` Peng Fan (OSS)
2022-02-24 19:24 ` Rob Herring [this message]
2022-02-24 19:24 ` Rob Herring
2022-02-24 8:22 ` [PATCH V4 3/5] clk: imx: add i.MX93 composite clk Peng Fan (OSS)
2022-02-24 8:22 ` Peng Fan (OSS)
2022-02-24 8:22 ` [PATCH V4 4/5] clk: imx: support fracn gppll Peng Fan (OSS)
2022-02-24 8:22 ` Peng Fan (OSS)
2022-02-24 9:58 ` Sascha Hauer
2022-02-24 9:58 ` Sascha Hauer
2022-02-24 10:20 ` Peng Fan
2022-02-24 10:20 ` Peng Fan
2022-02-24 8:22 ` [PATCH V4 5/5] clk: imx: add i.MX93 clk Peng Fan (OSS)
2022-02-24 8:22 ` Peng Fan (OSS)
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=YhfbWTiRND193io1@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=abel.vesa@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski@canonical.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=peng.fan@nxp.com \
--cc=peng.fan@oss.nxp.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=sboyd@kernel.org \
--cc=shawnguo@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.