All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Fan <peng.fan@oss.nxp.com>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: linux-kernel@vger.kernel.org, Stephen Boyd <sboyd@kernel.org>,
	Peng Fan <peng.fan@nxp.com>, Abel Vesa <abelvesa@kernel.org>,
	linux-amarula@amarulasolutions.com,
	Fabio Estevam <festevam@gmail.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>,
	imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	linux-clk@vger.kernel.org
Subject: Re: [PATCH v10 14/18] clk: imx8mp: rename ccm_base to base
Date: Fri, 14 Mar 2025 17:21:29 +0800	[thread overview]
Message-ID: <20250314092129.GC12210@nxa18884-linux> (raw)
In-Reply-To: <20250306112959.242131-15-dario.binacchi@amarulasolutions.com>

On Thu, Mar 06, 2025 at 12:28:03PM +0100, Dario Binacchi wrote:
>The old code also accessed the anatop address space and therefore used
>the variables anatop_base and ccm_base to distinguish between the two
>address spaces. However, now that a specific anatop driver exists for
>the i.MX8MP platform, the variable ccm_base can be renamed to base, as
>is usually the case for the variable pointing to the memory region
>managed by a Linux driver.
>The patch does not introduce any functional changes.
>
>Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>

Reviewed-by: Peng Fan <peng.fan@nxp.com>

  reply	other threads:[~2025-03-14  8:13 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 [this message]
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

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=20250314092129.GC12210@nxa18884-linux \
    --to=peng.fan@oss.nxp.com \
    --cc=abelvesa@kernel.org \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --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=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.