From: Abel Vesa <abel.vesa@linaro.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: Abel Vesa <abelvesa@kernel.org>, Peng Fan <peng.fan@nxp.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
NXP Linux Team <linux-imx@nxp.com>, Jacky Bai <ping.bai@nxp.com>,
Dong Aisheng <aisheng.dong@nxp.com>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Viorel Suman <viorel.suman@nxp.com>,
Robert Chiras <robert.chiras@nxp.com>,
Ranjani Vaidyanathan <ranjani.vaidyanathan@nxp.com>,
Laurentiu Palcu <laurentiu.palcu@nxp.com>,
Shenwei Wang <shenwei.wang@nxp.com>,
Jason Liu <jason.hui.liu@nxp.com>
Subject: Re: [PATCH 0/7] clk:imx: misc update/fix for i.MX8
Date: Wed, 4 Oct 2023 10:55:05 +0300 [thread overview]
Message-ID: <ZR0aWSviogXjw+od@linaro.org> (raw)
In-Reply-To: <20230912-imx8-clk-v1-v1-0-69a34bcfcae1@nxp.com>
On 23-09-12 17:18:58, Peng Fan (OSS) wrote:
> The patchset is to upstream NXP downstream i.MX8 clk misc patches which
> has been stayed in NXP LTS release for quite some time.
>
> There are a few fixes, but should be fine to put in next tree.
>
Whole series LGTM.
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
> ---
> Peng Fan (4):
> clk: imx: imx8qm-rsrc: drop VPU_UART/VPUCORE
> clk: imx8: remove MLB support
> clk: imx: scu: ignore clks not owned by Cortex-A partition
> clk: imx: imx8qm/qxp: add more resources to whitelist
>
> Robert Chiras (1):
> clk: imx: imx8qxp: Fix elcdif_pll clock
>
> Shenwei Wang (1):
> clk: imx: imx8qxp: correct the enet clocks for i.MX8DXL
>
> Viorel Suman (1):
> clk: imx: imx8dxl-rsrc: keep sorted in the ascending order
>
> drivers/clk/imx/clk-imx8-acm.c | 6 +++---
> drivers/clk/imx/clk-imx8dxl-rsrc.c | 3 +--
> drivers/clk/imx/clk-imx8qm-rsrc.c | 5 ++---
> drivers/clk/imx/clk-imx8qxp-lpcg.h | 1 -
> drivers/clk/imx/clk-imx8qxp-rsrc.c | 4 +++-
> drivers/clk/imx/clk-imx8qxp.c | 13 ++++++++++---
> drivers/clk/imx/clk-scu.c | 20 ++++++++++++++++++++
> 7 files changed, 39 insertions(+), 13 deletions(-)
> ---
> base-commit: cd04b2fab5ee58862674e9bab3cbc8e9a8576845
> change-id: 20230912-imx8-clk-v1-d2089920a23a
>
> Best regards,
> --
> Peng Fan <peng.fan@nxp.com>
>
_______________________________________________
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:[~2023-10-04 7:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-12 9:18 [PATCH 0/7] clk:imx: misc update/fix for i.MX8 Peng Fan (OSS)
2023-09-12 9:18 ` [PATCH 1/7] clk: imx: imx8dxl-rsrc: keep sorted in the ascending order Peng Fan (OSS)
2023-09-12 9:19 ` [PATCH 2/7] clk: imx: imx8qxp: Fix elcdif_pll clock Peng Fan (OSS)
2023-09-12 9:19 ` [PATCH 3/7] clk: imx: imx8qxp: correct the enet clocks for i.MX8DXL Peng Fan (OSS)
2023-09-12 9:19 ` [PATCH 4/7] clk: imx: imx8qm-rsrc: drop VPU_UART/VPUCORE Peng Fan (OSS)
2023-09-12 9:19 ` [PATCH 5/7] clk: imx8: remove MLB support Peng Fan (OSS)
2023-09-12 9:19 ` [PATCH 6/7] clk: imx: scu: ignore clks not owned by Cortex-A partition Peng Fan (OSS)
2023-09-12 9:19 ` [PATCH 7/7] clk: imx: imx8qm/qxp: add more resources to whitelist Peng Fan (OSS)
2023-10-04 7:55 ` Abel Vesa [this message]
2023-10-04 12:50 ` [PATCH 0/7] clk: imx: misc update/fix for i.MX8 Abel Vesa
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=ZR0aWSviogXjw+od@linaro.org \
--to=abel.vesa@linaro.org \
--cc=abelvesa@kernel.org \
--cc=aisheng.dong@nxp.com \
--cc=festevam@gmail.com \
--cc=jason.hui.liu@nxp.com \
--cc=kernel@pengutronix.de \
--cc=laurentiu.palcu@nxp.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=mturquette@baylibre.com \
--cc=peng.fan@nxp.com \
--cc=peng.fan@oss.nxp.com \
--cc=ping.bai@nxp.com \
--cc=ranjani.vaidyanathan@nxp.com \
--cc=robert.chiras@nxp.com \
--cc=s.hauer@pengutronix.de \
--cc=sboyd@kernel.org \
--cc=shawnguo@kernel.org \
--cc=shenwei.wang@nxp.com \
--cc=viorel.suman@nxp.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).