From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 15 Oct 2016 07:11:27 -0600 Subject: [U-Boot] [PATCH v2 1/3] rockchip: rk3036: Move rockchip_get_cru() out of the driver In-Reply-To: <57F85FD4.9070403@rock-chips.com> References: <1475373892-20780-1-git-send-email-sjg@chromium.org> <57F85FD4.9070403@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 7 October 2016 at 20:54, Kever Yang wrote: > Hi Simon, > > > On 10/02/2016 10:04 AM, Simon Glass wrote: >> >> This function is called from outside the driver. It should be placed into >> common SoC code. Move it. >> >> Also rename the driver symbol to be more consistent with the other >> rockchip >> clock drivers. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: None >> >> arch/arm/include/asm/arch-rockchip/cru_rk3036.h | 6 +++++ >> arch/arm/mach-rockchip/rk3036/Makefile | 2 ++ >> arch/arm/mach-rockchip/rk3036/clk_rk3036.c | 33 >> +++++++++++++++++++++++++ >> drivers/clk/rockchip/clk_rk3036.c | 24 +----------------- >> 4 files changed, 42 insertions(+), 23 deletions(-) >> create mode 100644 arch/arm/mach-rockchip/rk3036/clk_rk3036.c >> [..] > Reviewed-by: Kever Yang > > Thanks, > - Kever > Applied to u-boot-rockchip