]> git.ipfire.org Git - people/ms/u-boot.git/commit
move: rockchip: move clock drivers into a subdirectory
authorHeiko Stübner <heiko@sntech.de>
Fri, 29 Jul 2016 12:47:21 +0000 (14:47 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 5 Aug 2016 23:56:08 +0000 (17:56 -0600)
commitaff8795c01c39318eb07b4bf0cd7f170ff67d591
treea297f244be8b60b1898d497e5046b0ed4e335cf7
parentb0b3c86521e0fe4cca3676adfc0b937d77456f9e
move: rockchip: move clock drivers into a subdirectory

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@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Simon Glass <sjg@chromium.org>
Updated for rk3399:
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/clk/Makefile
drivers/clk/rockchip/Makefile [new file with mode: 0644]
drivers/clk/rockchip/clk_rk3036.c [moved from drivers/clk/clk_rk3036.c with 100% similarity]
drivers/clk/rockchip/clk_rk3288.c [moved from drivers/clk/clk_rk3288.c with 100% similarity]
drivers/clk/rockchip/clk_rk3399.c [moved from drivers/clk/clk_rk3399.c with 100% similarity]