]> git.baikalelectronics.ru Git - kernel.git/commit
clk: imx: rename clk-imx51-imx53.c to clk-imx5.c
authorShawn Guo <shawnguo@kernel.org>
Wed, 3 Apr 2019 09:11:25 +0000 (16:11 +0700)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 Apr 2019 09:09:23 +0000 (17:09 +0800)
commita73b71997c561e8ffd4bbd69404a14d7ede372ca
tree786c6050d5e05568564ecebdcca0eefdeee89e7f
parent7af7d6b10d65e659ba549df4c93cff4b30392147
clk: imx: rename clk-imx51-imx53.c to clk-imx5.c

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>
drivers/clk/imx/Makefile
drivers/clk/imx/clk-imx5.c [new file with mode: 0644]
drivers/clk/imx/clk-imx51-imx53.c [deleted file]