From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH V2 1/1] clk: imx8qxp: make the name of clock ID generic Date: Thu, 27 Dec 2018 15:54:47 -0600 Message-ID: <20181227215447.GA12514@bogus> References: <1545581665-15446-1-git-send-email-aisheng.dong@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1545581665-15446-1-git-send-email-aisheng.dong@nxp.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org Cc: Aisheng Dong , "devicetree@vger.kernel.org" , "sboyd@kernel.org" , "mturquette@baylibre.com" , dl-linux-imx , "kernel@pengutronix.de" , Fabio Estevam , "shawnguo@kernel.org" , "linux-clk@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org 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 > Cc: Rob Herring > Cc: Shawn Guo > Cc: Sascha Hauer > Cc: Fabio Estevam > Cc: Michael Turquette > Cc: devicetree@vger.kernel.org > Signed-off-by: Dong Aisheng > --- > 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