From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Date: Fri, 29 Jul 2016 22:42:48 +0200 Subject: [U-Boot] [PATCH] move: rockchip: move clock drivers into a subdirectory In-Reply-To: References: <1469796441-11154-1-git-send-email-heiko@sntech.de> Message-ID: <8909926.YVrDd6ux0h@phil> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Freitag, 29. Juli 2016, 07:51:14 schrieb Simon Glass: > On 29 July 2016 at 06:47, Heiko Stuebner 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 > > Signed-off-by: Heiko Stuebner > > --- > > > > 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: it seems I was in a bit of a rush, so yeah, this could also be labeled v2, although the only change is the "-M" for git format-patch. When rebasing on top of your rockchip-master, no changes were needed > Acked-by: Simon Glass