All of lore.kernel.org
 help / color / mirror / Atom feed
From: Abel Vesa <abel.vesa@linaro.org>
To: Peng Fan <peng.fan@oss.nxp.com>
Cc: abelvesa@kernel.org, mturquette@baylibre.com, sboyd@kernel.org,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	kernel@pengutronix.de, festevam@gmail.com, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, linux-imx@nxp.com,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH 0/6] clk: imx93: fix and update
Date: Fri, 4 Nov 2022 22:51:08 +0200	[thread overview]
Message-ID: <Y2V7PPGtzFgTxI89@linaro.org> (raw)
In-Reply-To: <b7be4912-542e-8fdc-6948-ac4626a63418@oss.nxp.com>

On 22-11-02 10:13:45, Peng Fan wrote:
> Hi Abel, Stephen
> 
> On 10/28/2022 5:52 PM, Peng Fan (OSS) wrote:
> > From: Peng Fan <peng.fan@nxp.com>
> > 
> > V2:
> >   Update commit log for patch 3
> >   Add comment for critial clock for patch 5,6
> 
> V2 was not added to patch subject when I send out this patchset.
> If you need to repost with V2, please let me know.

Sorry for the late reply.

No need to resend.

> 
> Thanks,
> Peng.
> 
> > 
> > patch 1 is reported by Dan and marked as fix
> > 
> > During our development, per updated reference mannual and design
> > information, correct enet and drop tpm 1/3, lpit 1/2.
> > 
> > The TPM/LPIT patch 3,4 are not marked as fixes, there is no user,
> > so update binding and driver both.
> > 
> > Patch 5 enable HSIO root always on
> > Patch 6 enable sysctr always on for cpuidle
> > 
> > Jacky Bai (2):
> >    clk: imx: keep hsio bus clock always on
> >    clk: imx93: keep sys ctr clock always on
> > 
> > Peng Fan (4):
> >    clk: imx93: unmap anatop base in error handling path
> >    clk: imx93: correct enet clock
> >    dt-bindings: clock: imx93: drop TPM1/3 LPIT1/2 entry
> >    clk: imx93: drop tpm1/3, lpit1/2 clk
> > 
> >   drivers/clk/imx/clk-imx93.c             | 38 ++++++++++++++-----------
> >   include/dt-bindings/clock/imx93-clock.h |  4 ---
> >   2 files changed, 21 insertions(+), 21 deletions(-)
> > 

WARNING: multiple messages have this Message-ID (diff)
From: Abel Vesa <abel.vesa@linaro.org>
To: Peng Fan <peng.fan@oss.nxp.com>
Cc: abelvesa@kernel.org, mturquette@baylibre.com, sboyd@kernel.org,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	kernel@pengutronix.de, festevam@gmail.com, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, linux-imx@nxp.com,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH 0/6] clk: imx93: fix and update
Date: Fri, 4 Nov 2022 22:51:08 +0200	[thread overview]
Message-ID: <Y2V7PPGtzFgTxI89@linaro.org> (raw)
In-Reply-To: <b7be4912-542e-8fdc-6948-ac4626a63418@oss.nxp.com>

On 22-11-02 10:13:45, Peng Fan wrote:
> Hi Abel, Stephen
> 
> On 10/28/2022 5:52 PM, Peng Fan (OSS) wrote:
> > From: Peng Fan <peng.fan@nxp.com>
> > 
> > V2:
> >   Update commit log for patch 3
> >   Add comment for critial clock for patch 5,6
> 
> V2 was not added to patch subject when I send out this patchset.
> If you need to repost with V2, please let me know.

Sorry for the late reply.

No need to resend.

> 
> Thanks,
> Peng.
> 
> > 
> > patch 1 is reported by Dan and marked as fix
> > 
> > During our development, per updated reference mannual and design
> > information, correct enet and drop tpm 1/3, lpit 1/2.
> > 
> > The TPM/LPIT patch 3,4 are not marked as fixes, there is no user,
> > so update binding and driver both.
> > 
> > Patch 5 enable HSIO root always on
> > Patch 6 enable sysctr always on for cpuidle
> > 
> > Jacky Bai (2):
> >    clk: imx: keep hsio bus clock always on
> >    clk: imx93: keep sys ctr clock always on
> > 
> > Peng Fan (4):
> >    clk: imx93: unmap anatop base in error handling path
> >    clk: imx93: correct enet clock
> >    dt-bindings: clock: imx93: drop TPM1/3 LPIT1/2 entry
> >    clk: imx93: drop tpm1/3, lpit1/2 clk
> > 
> >   drivers/clk/imx/clk-imx93.c             | 38 ++++++++++++++-----------
> >   include/dt-bindings/clock/imx93-clock.h |  4 ---
> >   2 files changed, 21 insertions(+), 21 deletions(-)
> > 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-11-04 20:51 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-28  9:52 [PATCH 0/6] clk: imx93: fix and update Peng Fan (OSS)
2022-10-28  9:52 ` Peng Fan (OSS)
2022-10-28  9:52 ` [PATCH 1/6] clk: imx93: unmap anatop base in error handling path Peng Fan (OSS)
2022-10-28  9:52   ` Peng Fan (OSS)
2022-11-04 21:20   ` Abel Vesa
2022-11-04 21:20     ` Abel Vesa
2022-10-28  9:52 ` [PATCH 2/6] clk: imx93: correct enet clock Peng Fan (OSS)
2022-10-28  9:52   ` Peng Fan (OSS)
2022-11-04 20:52   ` Abel Vesa
2022-11-04 20:52     ` Abel Vesa
2022-10-28  9:52 ` [PATCH 3/6] dt-bindings: clock: imx93: drop TPM1/3 LPIT1/2 entry Peng Fan (OSS)
2022-10-28  9:52   ` Peng Fan (OSS)
2022-10-28 22:07   ` Krzysztof Kozlowski
2022-10-28 22:07     ` Krzysztof Kozlowski
2022-11-04 21:08   ` Abel Vesa
2022-11-04 21:08     ` Abel Vesa
2022-10-28  9:52 ` [PATCH 4/6] clk: imx93: drop tpm1/3, lpit1/2 clk Peng Fan (OSS)
2022-10-28  9:52   ` Peng Fan (OSS)
2022-11-04 21:22   ` Abel Vesa
2022-11-04 21:22     ` Abel Vesa
2022-10-28  9:52 ` [PATCH 5/6] clk: imx: keep hsio bus clock always on Peng Fan (OSS)
2022-10-28  9:52   ` Peng Fan (OSS)
2022-11-04 21:34   ` Abel Vesa
2022-11-04 21:34     ` Abel Vesa
2022-10-28  9:52 ` [PATCH 6/6] clk: imx93: keep sys ctr " Peng Fan (OSS)
2022-10-28  9:52   ` Peng Fan (OSS)
2022-11-04 21:31   ` Abel Vesa
2022-11-04 21:31     ` Abel Vesa
2022-11-02  2:13 ` [PATCH 0/6] clk: imx93: fix and update Peng Fan
2022-11-02  2:13   ` Peng Fan
2022-11-04 20:51   ` Abel Vesa [this message]
2022-11-04 20:51     ` Abel Vesa
2022-11-21 15:58 ` Abel Vesa
2022-11-21 15:58   ` Abel Vesa
  -- strict thread matches above, loose matches on Subject: below --
2022-10-27 10:11 Peng Fan (OSS)
2022-10-27 10:11 ` 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=Y2V7PPGtzFgTxI89@linaro.org \
    --to=abel.vesa@linaro.org \
    --cc=abelvesa@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --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=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.