[U-Boot] [PATCH] move: rockchip: move clock drivers into a subdirectory
Simon Glass
sjg at chromium.org
Fri Jul 29 15:51:14 CEST 2016
On 29 July 2016 at 06:47, 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/rockchip/Makefile | 8 ++++++++
> drivers/clk/{ => rockchip}/clk_rk3036.c | 0
> drivers/clk/{ => rockchip}/clk_rk3288.c | 0
> 4 files changed, 9 insertions(+), 2 deletions(-)
> create mode 100644 drivers/clk/rockchip/Makefile
> rename drivers/clk/{ => rockchip}/clk_rk3036.c (100%)
> rename drivers/clk/{ => rockchip}/clk_rk3288.c (100%)
Isn't this a v2 patch? Anyway:
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list