From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 15 Oct 2016 07:11:44 -0600 Subject: [U-Boot] [PATCH v2 3/3] rockchip: rk3288: Move rockchip_get_cru() out of the driver In-Reply-To: <57F8601C.3030906@rock-chips.com> References: <1475373892-20780-1-git-send-email-sjg@chromium.org> <1475373892-20780-3-git-send-email-sjg@chromium.org> <57F8601C.3030906@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:55, 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. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >> - Rebase to mainline and fix resulting build error >> - Add a similar change for rk3036 and rk3399 >> >> arch/arm/include/asm/arch-rockchip/cru_rk3288.h | 7 +++++++ >> arch/arm/mach-rockchip/rk3288/clk_rk3288.c | 16 ++++++++++++++++ >> drivers/clk/rockchip/clk_rk3288.c | 21 >> --------------------- >> 3 files changed, 23 insertions(+), 21 deletions(-) [...] > > > Reviewed-by: Kever Yang > > Thanks, > - Kever > Applied to u-boot-rockchip