Re: [PATCH 1/3] ARM: imx: Add common imx cpuidle init functionality.

2012-04-22 Thread Sascha Hauer
On Mon, Apr 23, 2012 at 02:53:01PM +0800, Shawn Guo wrote: > On Mon, Apr 23, 2012 at 08:27:39AM +0200, Sascha Hauer wrote: > > On Mon, Apr 23, 2012 at 01:18:21PM +0800, Shawn Guo wrote: > > > On Sun, Apr 22, 2012 at 11:44:39PM -0500, Rob Lee wrote: > > > > >> I don't think we need a cpu_is_imx6q(),

Re: [PATCH 1/3] ARM: imx: Add common imx cpuidle init functionality.

2012-04-22 Thread Shawn Guo
On Mon, Apr 23, 2012 at 08:27:39AM +0200, Sascha Hauer wrote: > On Mon, Apr 23, 2012 at 01:18:21PM +0800, Shawn Guo wrote: > > On Sun, Apr 22, 2012 at 11:44:39PM -0500, Rob Lee wrote: > > > >> I don't think we need a cpu_is_imx6q(), but having some i.MX6 specific > > > >> hook at device_initcall ti

Re: [PATCH 1/3] ARM: imx: Add common imx cpuidle init functionality.

2012-04-22 Thread Sascha Hauer
On Mon, Apr 23, 2012 at 01:18:21PM +0800, Shawn Guo wrote: > On Sun, Apr 22, 2012 at 11:44:39PM -0500, Rob Lee wrote: > > >> I don't think we need a cpu_is_imx6q(), but having some i.MX6 specific > > >> hook at device_initcall time can't be too wrong. Shawn? > > >> > > > Yep, it works for me. > > >

Re: [PATCH] ARM: ux500: add the cpuidle driver for WFI and ARM retention

2012-04-22 Thread Daniel Lezcano
On 04/19/2012 02:46 PM, Daniel Lezcano wrote: This patch adds the cpuidle driver for the ux500 SoC. The boards saves 12mA with these states. It is based on the latest cpuidle consolidation from Robert Lee. The cpu can go to retention only if the other core is in WFI. If the other cpu is in WFI

Re: [PATCH 1/3] ARM: imx: Add common imx cpuidle init functionality.

2012-04-22 Thread Shawn Guo
On Sun, Apr 22, 2012 at 11:44:39PM -0500, Rob Lee wrote: > >> I don't think we need a cpu_is_imx6q(), but having some i.MX6 specific > >> hook at device_initcall time can't be too wrong. Shawn? > >> > > Yep, it works for me. > > > Sascha, Shawn, thanks for the response. > > Since device_initcall i

Re: [PATCH 1/3] ARM: imx: Add common imx cpuidle init functionality.

2012-04-22 Thread Rob Lee
>> I don't think we need a cpu_is_imx6q(), but having some i.MX6 specific >> hook at device_initcall time can't be too wrong. Shawn? >> > Yep, it works for me. > Sascha, Shawn, thanks for the response. Since device_initcall isn't platform specific, it seems I would still need a cpu_is_imx6q() func

adding error handling for the script installing binary

2012-04-22 Thread Akira Tsukamoto
Hi, I have reports from some of the Japanese user for the script to install binary blob into SD card that it completes even failing downloading binary files and being confusing. I made a quick fix and attached the patch for the panda board. The patch prevents executing when it has error download