Re: [U-Boot] [PATCH 3/6] ARM: AM43xx: Add support for disabling clocks in uboot

2015-08-11 Thread Kishon Vijay Abraham I
Hi, On Tuesday 11 August 2015 12:31 PM, Lukasz Majewski wrote: > Hi Kishon, > >> Add do_disable_clocks() to disable clock domains and module clocks. >> These clocks are enabled using do_enable_clocks(). > > Please correct the message subject. As fair as I can tell you are > changing clocks on am

Re: [U-Boot] [PATCH 3/6] ARM: AM43xx: Add support for disabling clocks in uboot

2015-08-11 Thread Lukasz Majewski
Hi Kishon, > Add do_disable_clocks() to disable clock domains and module clocks. > These clocks are enabled using do_enable_clocks(). Please correct the message subject. As fair as I can tell you are changing clocks on am33xx SoC, not AM43xx. > > Cc: Roger Quadros > Cc: Tero Kristo > Cc: Nish

Re: [U-Boot] [PATCH 3/6] ARM: AM43xx: Add support for disabling clocks in uboot

2015-08-10 Thread Tom Rini
On Mon, Aug 10, 2015 at 04:58:35PM +0530, Kishon Vijay Abraham I wrote: > Add do_disable_clocks() to disable clock domains and module clocks. > These clocks are enabled using do_enable_clocks(). > > Cc: Roger Quadros > Cc: Tero Kristo > Cc: Nishanth Menon > Signed-off-by: Kishon Vijay Abraham

[U-Boot] [PATCH 3/6] ARM: AM43xx: Add support for disabling clocks in uboot

2015-08-10 Thread Kishon Vijay Abraham I
Add do_disable_clocks() to disable clock domains and module clocks. These clocks are enabled using do_enable_clocks(). Cc: Roger Quadros Cc: Tero Kristo Cc: Nishanth Menon Signed-off-by: Kishon Vijay Abraham I --- arch/arm/cpu/armv7/am33xx/clock.c| 53 ++