Re: [U-Boot] [PATCH 2/5] ARM: lib: Add cpu_clock_teardown() call

2013-11-27 Thread Stefano Babic
Hi Marek, On 27/11/2013 09:59, Marek Vasut wrote: > Hi, > >> On 11/11/2013 17:22, Marek Vasut wrote: >>> Add cpu_clock_teardown() call before the Linux kernel is started, >>> so the CPU code can stop clock that may hinder the Linux's boot. >>> >>> Signed-off-by: Marek Vasut >>> Cc: Albert Aribau

Re: [U-Boot] [PATCH 2/5] ARM: lib: Add cpu_clock_teardown() call

2013-11-27 Thread Marek Vasut
Hi, > On 11/11/2013 17:22, Marek Vasut wrote: > > Add cpu_clock_teardown() call before the Linux kernel is started, > > so the CPU code can stop clock that may hinder the Linux's boot. > > > > Signed-off-by: Marek Vasut > > Cc: Albert Aribaud > > Cc: Stefano Babic > > --- > > Applied to u-boo

Re: [U-Boot] [PATCH 2/5] ARM: lib: Add cpu_clock_teardown() call

2013-11-27 Thread Stefano Babic
On 11/11/2013 17:22, Marek Vasut wrote: > Add cpu_clock_teardown() call before the Linux kernel is started, > so the CPU code can stop clock that may hinder the Linux's boot. > > Signed-off-by: Marek Vasut > Cc: Albert Aribaud > Cc: Stefano Babic > --- Applied to u-boot-imx, thanks. Best reg

[U-Boot] [PATCH 2/5] ARM: lib: Add cpu_clock_teardown() call

2013-11-11 Thread Marek Vasut
Add cpu_clock_teardown() call before the Linux kernel is started, so the CPU code can stop clock that may hinder the Linux's boot. Signed-off-by: Marek Vasut Cc: Albert Aribaud Cc: Stefano Babic --- arch/arm/cpu/armv7/cpu.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/cpu/a