From: Rob Herring <robh@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: devicetree@vger.kernel.org, linux-clk@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, Peng Fan <peng.fan@nxp.com>,
krzysztof.kozlowski+dt@linaro.org, mturquette@baylibre.com,
s.hauer@pengutronix.de, shawnguo@kernel.org, robh+dt@kernel.org,
abel.vesa@nxp.com, kernel@pengutronix.de, sboyd@kernel.org
Subject: Re: [PATCH 1/7] dt-bindings: clock: imx93-clock: add more MU/SAI clocks
Date: Wed, 3 Aug 2022 17:41:18 -0600 [thread overview]
Message-ID: <20220803234118.GA2828200-robh@kernel.org> (raw)
In-Reply-To: <20220803081713.3504699-2-peng.fan@oss.nxp.com>
On Wed, 03 Aug 2022 16:17:07 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> Add MU[1,2]_[A,B] clock entries.
> Add SAI IPG clock entries.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
> include/dt-bindings/clock/imx93-clock.h | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
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: devicetree@vger.kernel.org, linux-clk@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, Peng Fan <peng.fan@nxp.com>,
krzysztof.kozlowski+dt@linaro.org, mturquette@baylibre.com,
s.hauer@pengutronix.de, shawnguo@kernel.org, robh+dt@kernel.org,
abel.vesa@nxp.com, kernel@pengutronix.de, sboyd@kernel.org
Subject: Re: [PATCH 1/7] dt-bindings: clock: imx93-clock: add more MU/SAI clocks
Date: Wed, 3 Aug 2022 17:41:18 -0600 [thread overview]
Message-ID: <20220803234118.GA2828200-robh@kernel.org> (raw)
In-Reply-To: <20220803081713.3504699-2-peng.fan@oss.nxp.com>
On Wed, 03 Aug 2022 16:17:07 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> Add MU[1,2]_[A,B] clock entries.
> Add SAI IPG clock entries.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
> include/dt-bindings/clock/imx93-clock.h | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
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-08-03 23:41 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-03 8:17 [PATCH 0/7] clk: imx93: new gate API and composite update Peng Fan (OSS)
2022-08-03 8:17 ` Peng Fan (OSS)
2022-08-03 8:17 ` [PATCH 1/7] dt-bindings: clock: imx93-clock: add more MU/SAI clocks Peng Fan (OSS)
2022-08-03 8:17 ` Peng Fan (OSS)
2022-08-03 23:41 ` Rob Herring [this message]
2022-08-03 23:41 ` Rob Herring
2022-08-03 8:17 ` [PATCH 2/7] clk: imx: clk-composite-93: check slice busy Peng Fan (OSS)
2022-08-03 8:17 ` Peng Fan (OSS)
2022-08-03 8:17 ` [PATCH 3/7] clk: imx: clk-composite-93: check white_list Peng Fan (OSS)
2022-08-03 8:17 ` Peng Fan (OSS)
2022-08-03 8:17 ` [PATCH 4/7] clk: imx: add i.MX93 clk gate Peng Fan (OSS)
2022-08-03 8:17 ` Peng Fan (OSS)
2022-08-03 8:17 ` [PATCH 5/7] clk: imx93: switch to use new clk gate API Peng Fan (OSS)
2022-08-03 8:17 ` Peng Fan (OSS)
2022-08-03 8:17 ` [PATCH 6/7] clk: imx93: add MU1/2 clock Peng Fan (OSS)
2022-08-03 8:17 ` Peng Fan (OSS)
2022-08-03 8:17 ` [PATCH 7/7] clk: imx93: add SAI IPG clk Peng Fan (OSS)
2022-08-03 8:17 ` 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=20220803234118.GA2828200-robh@kernel.org \
--to=robh@kernel.org \
--cc=abel.vesa@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=mturquette@baylibre.com \
--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.