From: Rob Herring <robh@kernel.org>
To: Aisheng Dong <aisheng.dong@nxp.com>
Cc: "linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"sboyd@kernel.org" <sboyd@kernel.org>,
"mturquette@baylibre.com" <mturquette@baylibre.com>,
"shawnguo@kernel.org" <shawnguo@kernel.org>,
Fabio Estevam <fabio.estevam@nxp.com>,
dl-linux-imx <linux-imx@nxp.com>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
Aisheng Dong <aisheng.dong@nxp.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH V2 1/1] clk: imx8qxp: make the name of clock ID generic
Date: Thu, 27 Dec 2018 15:54:47 -0600 [thread overview]
Message-ID: <20181227215447.GA12514@bogus> (raw)
In-Reply-To: <1545581665-15446-1-git-send-email-aisheng.dong@nxp.com>
On Sun, 23 Dec 2018 16:20:02 +0000, Aisheng Dong wrote:
> SCU clock can be used in a similar way by IMX8QXP and IMX8QM SoCs.
> Let's make the name of clock ID generic to allow other SoCs to reuse
> the common part.
>
> This patch only changes the clock id name and file name, so no
> functional change.
>
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Sascha Hauer <kernel@pengutronix.de>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> Cc: Michael Turquette <mturquette@baylibre.com>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
> According to Stephen's suggestion[1], resend the needed changes
> for 4.21 separately, then we can pick it up and send it as part
> of a follow-on fixes PR during the merge window next week.
> As there's still no users in kernel and the plan is also to avoid
> any using of it, so please help review at an early time.
> v1->v2:
> * resend Patch [4/5] which needs to change for v4.21.
> * update headfile name accordingly
> [1] https://patchwork.kernel.org/patch/10737463/
> ---
> drivers/clk/imx/clk-imx8qxp-lpcg.c | 148 +++++++--------
> drivers/clk/imx/clk-imx8qxp.c | 154 ++++++++--------
> include/dt-bindings/clock/imx8-clock.h | 289 ++++++++++++++++++++++++++++++
> include/dt-bindings/clock/imx8qxp-clock.h | 289 ------------------------------
> 4 files changed, 440 insertions(+), 440 deletions(-)
> create mode 100644 include/dt-bindings/clock/imx8-clock.h
> delete mode 100644 include/dt-bindings/clock/imx8qxp-clock.h
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Aisheng Dong <aisheng.dong@nxp.com>
Cc: Aisheng Dong <aisheng.dong@nxp.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"sboyd@kernel.org" <sboyd@kernel.org>,
"mturquette@baylibre.com" <mturquette@baylibre.com>,
dl-linux-imx <linux-imx@nxp.com>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
Fabio Estevam <fabio.estevam@nxp.com>,
"shawnguo@kernel.org" <shawnguo@kernel.org>,
"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH V2 1/1] clk: imx8qxp: make the name of clock ID generic
Date: Thu, 27 Dec 2018 15:54:47 -0600 [thread overview]
Message-ID: <20181227215447.GA12514@bogus> (raw)
In-Reply-To: <1545581665-15446-1-git-send-email-aisheng.dong@nxp.com>
On Sun, 23 Dec 2018 16:20:02 +0000, Aisheng Dong wrote:
> SCU clock can be used in a similar way by IMX8QXP and IMX8QM SoCs.
> Let's make the name of clock ID generic to allow other SoCs to reuse
> the common part.
>
> This patch only changes the clock id name and file name, so no
> functional change.
>
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Sascha Hauer <kernel@pengutronix.de>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> Cc: Michael Turquette <mturquette@baylibre.com>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
> According to Stephen's suggestion[1], resend the needed changes
> for 4.21 separately, then we can pick it up and send it as part
> of a follow-on fixes PR during the merge window next week.
> As there's still no users in kernel and the plan is also to avoid
> any using of it, so please help review at an early time.
> v1->v2:
> * resend Patch [4/5] which needs to change for v4.21.
> * update headfile name accordingly
> [1] https://patchwork.kernel.org/patch/10737463/
> ---
> drivers/clk/imx/clk-imx8qxp-lpcg.c | 148 +++++++--------
> drivers/clk/imx/clk-imx8qxp.c | 154 ++++++++--------
> include/dt-bindings/clock/imx8-clock.h | 289 ++++++++++++++++++++++++++++++
> include/dt-bindings/clock/imx8qxp-clock.h | 289 ------------------------------
> 4 files changed, 440 insertions(+), 440 deletions(-)
> create mode 100644 include/dt-bindings/clock/imx8-clock.h
> delete mode 100644 include/dt-bindings/clock/imx8qxp-clock.h
>
Reviewed-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
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
Cc: Aisheng Dong <aisheng.dong@nxp.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"sboyd@kernel.org" <sboyd@kernel.org>,
"mturquette@baylibre.com" <mturquette@baylibre.com>,
dl-linux-imx <linux-imx@nxp.com>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
Fabio Estevam <fabio.estevam@nxp.com>,
"shawnguo@kernel.org" <shawnguo@kernel.org>,
"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH V2 1/1] clk: imx8qxp: make the name of clock ID generic
Date: Thu, 27 Dec 2018 15:54:47 -0600 [thread overview]
Message-ID: <20181227215447.GA12514@bogus> (raw)
In-Reply-To: <1545581665-15446-1-git-send-email-aisheng.dong@nxp.com>
On Sun, 23 Dec 2018 16:20:02 +0000, Aisheng Dong wrote:
> SCU clock can be used in a similar way by IMX8QXP and IMX8QM SoCs.
> Let's make the name of clock ID generic to allow other SoCs to reuse
> the common part.
>
> This patch only changes the clock id name and file name, so no
> functional change.
>
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Sascha Hauer <kernel@pengutronix.de>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> Cc: Michael Turquette <mturquette@baylibre.com>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
> According to Stephen's suggestion[1], resend the needed changes
> for 4.21 separately, then we can pick it up and send it as part
> of a follow-on fixes PR during the merge window next week.
> As there's still no users in kernel and the plan is also to avoid
> any using of it, so please help review at an early time.
> v1->v2:
> * resend Patch [4/5] which needs to change for v4.21.
> * update headfile name accordingly
> [1] https://patchwork.kernel.org/patch/10737463/
> ---
> drivers/clk/imx/clk-imx8qxp-lpcg.c | 148 +++++++--------
> drivers/clk/imx/clk-imx8qxp.c | 154 ++++++++--------
> include/dt-bindings/clock/imx8-clock.h | 289 ++++++++++++++++++++++++++++++
> include/dt-bindings/clock/imx8qxp-clock.h | 289 ------------------------------
> 4 files changed, 440 insertions(+), 440 deletions(-)
> create mode 100644 include/dt-bindings/clock/imx8-clock.h
> delete mode 100644 include/dt-bindings/clock/imx8qxp-clock.h
>
Reviewed-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2018-12-27 21:54 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-23 16:20 [PATCH V2 1/1] clk: imx8qxp: make the name of clock ID generic Aisheng Dong
2018-12-23 16:20 ` Aisheng Dong
2018-12-23 16:20 ` Aisheng Dong
2018-12-23 23:05 ` Fabio Estevam
2018-12-23 23:05 ` Fabio Estevam
2018-12-23 23:05 ` Fabio Estevam
2018-12-27 21:54 ` Rob Herring [this message]
2018-12-27 21:54 ` Rob Herring
2018-12-27 21:54 ` Rob Herring
2018-12-28 18:44 ` Stephen Boyd
2018-12-28 18:44 ` Stephen Boyd
2018-12-28 18:44 ` Stephen Boyd
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=20181227215447.GA12514@bogus \
--to=robh@kernel.org \
--cc=aisheng.dong@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-imx@nxp.com \
--cc=mturquette@baylibre.com \
--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.