linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: imx: rename clk-imx51-imx53.c to clk-imx5.c
@ 2019-04-03  9:29 Shawn Guo
  2019-04-11 17:39 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Shawn Guo @ 2019-04-03  9:29 UTC (permalink / raw)
  To: linux-clk
  Cc: Stephen Boyd, Fabio Estevam, linux-imx, kernel, Shawn Guo,
	linux-arm-kernel

As the driver is handling all i.MX5 series SoCs inlcuding i.MX50, rather
than just i.MX51 and i.MX53, let's rename it to clk-imx5.c.

Signed-off-by: Shawn Guo <shawnguo@kernel.org>
---
 drivers/clk/imx/Makefile                          | 2 +-
 drivers/clk/imx/{clk-imx51-imx53.c => clk-imx5.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename drivers/clk/imx/{clk-imx51-imx53.c => clk-imx5.c} (100%)

diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile
index 0d5180fbe988..05641c64b317 100644
--- a/drivers/clk/imx/Makefile
+++ b/drivers/clk/imx/Makefile
@@ -35,7 +35,7 @@ obj-$(CONFIG_SOC_IMX25)  += clk-imx25.o
 obj-$(CONFIG_SOC_IMX27)  += clk-imx27.o
 obj-$(CONFIG_SOC_IMX31)  += clk-imx31.o
 obj-$(CONFIG_SOC_IMX35)  += clk-imx35.o
-obj-$(CONFIG_SOC_IMX5)   += clk-imx51-imx53.o
+obj-$(CONFIG_SOC_IMX5)   += clk-imx5.o
 obj-$(CONFIG_SOC_IMX6Q)  += clk-imx6q.o
 obj-$(CONFIG_SOC_IMX6SL) += clk-imx6sl.o
 obj-$(CONFIG_SOC_IMX6SLL) += clk-imx6sll.o
diff --git a/drivers/clk/imx/clk-imx51-imx53.c b/drivers/clk/imx/clk-imx5.c
similarity index 100%
rename from drivers/clk/imx/clk-imx51-imx53.c
rename to drivers/clk/imx/clk-imx5.c
-- 
2.19.1


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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: imx: rename clk-imx51-imx53.c to clk-imx5.c
  2019-04-03  9:29 [PATCH] clk: imx: rename clk-imx51-imx53.c to clk-imx5.c Shawn Guo
@ 2019-04-11 17:39 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2019-04-11 17:39 UTC (permalink / raw)
  To: Shawn Guo, linux-clk
  Cc: Shawn Guo, Fabio Estevam, kernel, linux-arm-kernel, linux-imx

Quoting Shawn Guo (2019-04-03 02:29:48)
> As the driver is handling all i.MX5 series SoCs inlcuding i.MX50, rather
> than just i.MX51 and i.MX53, let's rename it to clk-imx5.c.
> 
> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
> ---

Reviewed-by: Stephen Boyd <sboyd@kernel.org>


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-11 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-03  9:29 [PATCH] clk: imx: rename clk-imx51-imx53.c to clk-imx5.c Shawn Guo
2019-04-11 17:39 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).