Re: [U-Boot] [U-Boot PATCH v2 06/10] ARM: AM43XX: Add functions to enable and disable EDMA3 clocks

2015-08-13 Thread Jagan Teki
On 13 August 2015 at 23:56, Tom Rini wrote: > On Thu, Jul 30, 2015 at 11:04:39AM +0530, Vignesh R wrote: > >> Adds functions to enable and disable edma3 clocks which can be invoked >> by drivers using edma3 to control the clocks. >> >> Signed-off-by: Vignesh R > > Reviewed-by: Tom Rini Reviewed

Re: [U-Boot] [U-Boot PATCH v2 06/10] ARM: AM43XX: Add functions to enable and disable EDMA3 clocks

2015-08-13 Thread Tom Rini
On Thu, Jul 30, 2015 at 11:04:39AM +0530, Vignesh R wrote: > Adds functions to enable and disable edma3 clocks which can be invoked > by drivers using edma3 to control the clocks. > > Signed-off-by: Vignesh R Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

[U-Boot] [U-Boot PATCH v2 06/10] ARM: AM43XX: Add functions to enable and disable EDMA3 clocks

2015-07-29 Thread Vignesh R
Adds functions to enable and disable edma3 clocks which can be invoked by drivers using edma3 to control the clocks. Signed-off-by: Vignesh R --- arch/arm/cpu/armv7/am33xx/clock_am43xx.c | 36 1 file changed, 36 insertions(+) diff --git a/arch/arm/cpu/armv7/am33