From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 16 Feb 2016 09:01:04 -0700 Subject: [U-Boot] [PATCH v2 1/7] arm: omap: sata: move enable sata clocks to enable_basic_clocks() In-Reply-To: <1454500780-20751-2-git-send-email-mugunthanvnm@ti.com> References: <1454500780-20751-1-git-send-email-mugunthanvnm@ti.com> <1454500780-20751-2-git-send-email-mugunthanvnm@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 3 February 2016 at 04:59, Mugunthan V N wrote: > 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 > Reviewed-by: Tom Rini > --- > arch/arm/cpu/armv7/omap-common/sata.c | 23 ----------------------- > arch/arm/cpu/armv7/omap5/hw_data.c | 12 ++++++++++++ > 2 files changed, 12 insertions(+), 23 deletions(-) Reviewed-by: Simon Glass