All of lore.kernel.org
 help / color / mirror / Atom feed
From: Abel Vesa <abel.vesa@linaro.org>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: Peng Fan <peng.fan@oss.nxp.com>, Stephen Boyd <sboyd@kernel.org>,
	Abel Vesa <abelvesa@kernel.org>,
	linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>,
	linux-amarula@amarulasolutions.com,
	Conor Dooley <conor+dt@kernel.org>,
	Dan Carpenter <dan.carpenter@linaro.org>,
	Fabio Estevam <festevam@gmail.com>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Rob Herring <robh@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>,
	devicetree@vger.kernel.org, imx@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org
Subject: Re: [PATCH v10 00/18] Support spread spectrum clocking for i.MX8M PLLs
Date: Tue, 22 Apr 2025 16:14:34 +0300	[thread overview]
Message-ID: <aAeWOryhXosM0Rat@linaro.org> (raw)
In-Reply-To: <CABGWkvq2X9L6P39K5OeQW4+c2OmSYGHN03mUW-96U5okO1CK5A@mail.gmail.com>

On 25-04-11 10:38:17, Dario Binacchi wrote:
> On Fri, Mar 14, 2025 at 9:27 AM Peng Fan <peng.fan@oss.nxp.com> wrote:
> >
> > On Thu, Mar 06, 2025 at 12:27:49PM +0100, Dario Binacchi wrote:
> > >This version keeps the version v9 patches that can be merged and
> > >removes the patches that will need to be modified in case Peng's
> > >PR https://github.com/devicetree-org/dt-schema/pull/154 is accepted.
> > >The idea is to speed up the merging of the patches in the series
> > >that have already been reviewed and are not dependent on the
> > >introduction of the assigned-clocks-sscs property, and postpone
> > >the patches for spread spectrum to a future series once it becomes
> > >clear what needs to be done.
> > >
> > Although I give R-b, there is an idea just come out in my mind that this
> > might break OS distribution that use firmware(e.g. U-Boot) to publish
> > device tree for Linux Kernel, such as ARM System-Ready complaint OS.
> > I overlooked this point in previous patchset reviewing.
> >
> > Since this patchset is to move anatop stuff to a new driver to reflect
> > the HW truth.  And requires new entries in CCM node, so old bootloader
> > with new kernel will not boot for OS distribution, such as Fedora/openSuse.
> >
> > Not sure how to keep backwards support as before. Leave to maintainers
> > to say if they are ok with this.
> 
> Many thanks to Peng for the review, and a gentle ping to the maintainers.
> This series has been ongoing for a few months and has reached version 10,
> thanks to the reviews from Krzysztof and Peng.
> I kindly ask you to consider it as well.

Hi Dario,

Please rebase and resend. I intend to apply the clk ones. Hope Shawn
will apply the DT ones as well.

Thanks for this effort and sorry for the delays.

Abel

> 
> Thanks and regards,
> Dario
> 
> >
> > Regards,
> > Peng
> 
> 
> 
> -- 
> 
> Dario Binacchi
> 
> Senior Embedded Linux Developer
> 
> dario.binacchi@amarulasolutions.com
> 
> __________________________________
> 
> 
> Amarula Solutions SRL
> 
> Via Le Canevare 30, 31100 Treviso, Veneto, IT
> 
> T. +39 042 243 5310
> info@amarulasolutions.com
> 
> www.amarulasolutions.com

      reply	other threads:[~2025-04-22 13:14 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-06 11:27 [PATCH v10 00/18] Support spread spectrum clocking for i.MX8M PLLs Dario Binacchi
2025-03-06 11:27 ` [PATCH v10 01/18] dt-bindings: clock: imx8mm: add VIDEO_PLL clocks Dario Binacchi
2025-03-06 11:27 ` [PATCH v10 02/18] clk: imx8mm: rename video_pll1 to video_pll Dario Binacchi
2025-03-06 11:27 ` [PATCH v10 03/18] dt-bindings: clock: imx8mp: add VIDEO_PLL clocks Dario Binacchi
2025-03-06 11:27 ` [PATCH v10 04/18] clk: imx8mp: rename video_pll1 to video_pll Dario Binacchi
2025-03-06 11:27 ` [PATCH v10 05/18] dt-bindings: clock: imx8m-anatop: add oscillators and PLLs Dario Binacchi
2025-03-06 11:27 ` [PATCH v10 06/18] arm64: dts: imx8mm: add anatop clocks Dario Binacchi
2025-03-06 11:27 ` [PATCH v10 07/18] arm64: dts: imx8mn: " Dario Binacchi
2025-03-06 11:27 ` [PATCH v10 08/18] arm64: dts: imx8mp: " Dario Binacchi
2025-03-06 11:27 ` [PATCH v10 09/18] arm64: dts: imx8mq: " Dario Binacchi
2025-03-06 11:27 ` [PATCH v10 10/18] clk: imx: add hw API imx_anatop_get_clk_hw Dario Binacchi
2025-03-06 11:28 ` [PATCH v10 11/18] clk: imx: add support for i.MX8MM anatop clock driver Dario Binacchi
2025-03-14  9:18   ` Peng Fan
2025-03-06 11:28 ` [PATCH v10 12/18] clk: imx: add support for i.MX8MN " Dario Binacchi
2025-03-06 11:28 ` [PATCH v10 13/18] clk: imx: add support for i.MX8MP " Dario Binacchi
2025-03-14  9:20   ` Peng Fan
2025-03-06 11:28 ` [PATCH v10 14/18] clk: imx8mp: rename ccm_base to base Dario Binacchi
2025-03-14  9:21   ` Peng Fan
2025-03-06 11:28 ` [PATCH v10 15/18] dt-bindings: clock: imx8m-clock: add PLLs Dario Binacchi
2025-03-06 11:28 ` [PATCH v10 16/18] arm64: dts: imx8mm: add PLLs to clock controller module (CCM) Dario Binacchi
2025-03-06 11:28 ` [PATCH v10 17/18] arm64: dts: imx8mn: " Dario Binacchi
2025-03-06 11:28 ` [PATCH v10 18/18] arm64: dts: imx8mp: " Dario Binacchi
2025-03-14  9:35 ` [PATCH v10 00/18] Support spread spectrum clocking for i.MX8M PLLs Peng Fan
2025-04-11  8:38   ` Dario Binacchi
2025-04-22 13:14     ` Abel Vesa [this message]

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=aAeWOryhXosM0Rat@linaro.org \
    --to=abel.vesa@linaro.org \
    --cc=abelvesa@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=dan.carpenter@linaro.org \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-amarula@amarulasolutions.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=peng.fan@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=robh@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.