From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 15 Apr 2017 10:07:19 -0600 Subject: [U-Boot] [PATCH v2 01/10] arm: omap: sata: move enable sata clocks to enable_basic_clocks() In-Reply-To: <1491565329-20267-2-git-send-email-jjhiblot@ti.com> References: <1491565329-20267-1-git-send-email-jjhiblot@ti.com> <1491565329-20267-2-git-send-email-jjhiblot@ti.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 April 2017 at 05:42, Jean-Jacques Hiblot wrote: > From: Mugunthan V N > > All the clocks which has to be enabled has to be done in > enable_basic_clocks(), so moving enable sata clock to common > clocks enable function. > > Signed-off-by: Mugunthan V N > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: Tom Rini > --- > > the patch hasn't changed since v1 > > arch/arm/mach-omap2/omap5/hw_data.c | 12 ++++++++++++ > arch/arm/mach-omap2/sata.c | 23 ----------------------- > 2 files changed, 12 insertions(+), 23 deletions(-) Applied to u-boot-dm, thanks!