Re: [ANNOUNCE] New boot loader on Snowball

2012-05-20 Thread Ricardo Salveti
On Tue, May 15, 2012 at 10:21 AM, Mathieu Poirier wrote: > On 12-05-15 01:04 AM, Ricardo Salveti wrote: >> On Mon, May 14, 2012 at 5:24 PM, Mathieu Poirier >> wrote: >>> All, >>> >>> In our ongoing effort to move to an upstream-supported code base and >>> booting the snowball with a device tree (

[PATCH][v2] ARM: davinci: cpuidle - remove ops

2012-05-20 Thread Daniel Lezcano
This patch removes the ops usage because we have the index passed as parameter to the idle function and we can determine if we do WFI or memory retention. The benefit of this cleanup is the removal of: * the ops * the statedata usage because we want to get rid of it in all the drivers * extra s

Re: Manufacturing tool for MX6QSabreLite

2012-05-20 Thread Dirk Behme
On 18.05.2012 15:35, Torben Zeleny wrote: Dear Linaro-Dev-Team, we tried to getting started with the Freescale i.MX6Q Sabre Lite Boardand have some errors that you have mentioned at your homepage https://wiki.linaro.org/Boards/MX6QSabreLite: "In case you somehow do not succeed with this procedur

Re: can I read Overo's madc registers...??

2012-05-20 Thread Ash Charles
Hi, It looks like the Linaro kernel config. doesn't include these two config. options: CONFIG_TWL4030_MADC CONFIG_SENSORS_TWL4030_MADC I'd suggest adding these two options manually if you feel like compiling your own kernel or perhaps using Steve Sakoman's script if you just want a working system

Re: [PATCH 2/2] ARM: DAVINCI: cpuidle - remove ops

2012-05-20 Thread Daniel Lezcano
On 05/20/2012 12:19 PM, Sekhar Nori wrote: Hi Daniel, On 5/10/2012 2:14 PM, Daniel Lezcano wrote: This patch removes the ops usage because we have the index passed as parameter to the idle function and we can determine if we do WFI or memory retention. The benefit of this cleanup is the remova

Re: [PATCH 2/2] ARM: DAVINCI: cpuidle - remove ops

2012-05-20 Thread Sekhar Nori
Hi Daniel, On 5/10/2012 2:14 PM, Daniel Lezcano wrote: > This patch removes the ops usage because we have the index > passed as parameter to the idle function and we can determine > if we do WFI or memory retention. > > The benefit of this cleanup is the removal of: > * the ops > * the statedat

Re: [PATCH 1/2] ARM: DAVINCI: cpuidle - remove useless state count initialization

2012-05-20 Thread Sekhar Nori
Hi Daniel, On 5/10/2012 2:14 PM, Daniel Lezcano wrote: > The state count is initialized in the driver structure, the cpuidle > core uses it to initialize the device state count. > > Signed-off-by: Daniel Lezcano Looks good to me. Will queue for v3.6 Nit: In future, please use davinci in small