[U-Boot] [PATCH v2 1/8] rockchip: move clock drivers into a subdirectory
Simon Glass
sjg at chromium.org
Sat Jul 23 04:08:29 CEST 2016
Hi Heiiko,
On 22 July 2016 at 15:51, Heiko Stuebner <heiko at sntech.de> wrote:
> With the number of Rockchip clock drivers increasing, don't clutter up
> the core drivers/clk directory with them and instead move them out of
> the way into a separate subdirectory.
>
> Suggested-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Heiko Stuebner <heiko at sntech.de>
> ---
> drivers/clk/Makefile | 3 +-
> drivers/clk/clk_rk3036.c | 386 -----------------
> drivers/clk/clk_rk3288.c | 851 --------------------------------------
> drivers/clk/rockchip/Makefile | 8 +
> drivers/clk/rockchip/clk_rk3036.c | 386 +++++++++++++++++
> drivers/clk/rockchip/clk_rk3288.c | 851 ++++++++++++++++++++++++++++++++++++++
> 6 files changed, 1246 insertions(+), 1239 deletions(-)
> delete mode 100644 drivers/clk/clk_rk3036.c
> delete mode 100644 drivers/clk/clk_rk3288.c
> create mode 100644 drivers/clk/rockchip/Makefile
> create mode 100644 drivers/clk/rockchip/clk_rk3036.c
> create mode 100644 drivers/clk/rockchip/clk_rk3288.c
Can you please cc the other Rockchip people? Also did you use patman?
It should show as a rename I think.
Regards,
Simon
More information about the U-Boot
mailing list