3.0 kernel Android wakelocks and mmc delayed work

2011-07-06 Thread Andy Green
Hi - Yesterday I studied suspend status on 3.0 kernel for Panda, for mem suspend it's working pretty well in Ubuntu case, desktop is coming back up woken by USB keyboard action, WLAN is workable after reassociation. However in Android case, the same tree merged with common-android-3.0 to get

Re: [PATCH 02/11] GPIO: DA9052 GPIO module v3

2011-07-06 Thread Mark Brown
On Wed, Jul 06, 2011 at 10:36:56AM -0600, Grant Likely wrote: > It looks like this needs to be merged via the MFD tree since it > depends on the core da9052 driver patch. Actually that's not such an issue for new MFDs - since the function drivers all depend on the core driver they can't be enable

Re: Jenkins upgrade on android-build

2011-07-06 Thread Michael Hudson-Doyle
On Wed, 06 Jul 2011 15:26:57 -0400, James Westby wrote: > On Wed, 6 Jul 2011 22:00:24 +0300, Paul Sokolovsky > wrote: > > It would be better just to upgrade regularly, > > because there're indeed nice fixes coming in. On the other hand, I > > remember I knew how to install specific package vers

Launch Control to LAVA migration script

2011-07-06 Thread Zygmunt Krynicki
Hi folks. I wrote this script that allows one to upgrade from l-c to lava-dashboard. The script is interactive due to debconf which we are currently stuck with. I tested it in several configurations on a snapshot of l-c 0.4.1 I would like to use this script in the migration guide, feedback w

Re: Jenkins upgrade on android-build

2011-07-06 Thread James Westby
On Wed, 6 Jul 2011 22:00:24 +0300, Paul Sokolovsky wrote: > On Tue, 05 Jul 2011 15:27:01 -0400 > James Westby wrote: > > > Hi, > > > > This sounds good to me. > > > > I wonder if we should have the testing sandboxes use the same version > > of Jenkins though? If it doesn't we could have deplo

Re: Jenkins upgrade on android-build

2011-07-06 Thread Paul Sokolovsky
On Tue, 05 Jul 2011 15:27:01 -0400 James Westby wrote: > Hi, > > This sounds good to me. > > I wonder if we should have the testing sandboxes use the same version > of Jenkins though? If it doesn't we could have deployment failures > due to using features from the new version. Well, I don't kn

Re: [Patch 5/11] Regulator: DA9052 regulator support v3

2011-07-06 Thread Mark Brown
On Wed, Jul 06, 2011 at 04:06:50PM +0530, ashishj3 wrote: > The DA9052 PMIC has below featured regulators:- > 4 DVS Buck converters 0.5V - 3.6V upto 1Amp. > 10 Programmable LDO's High PSSR, 1% accuracy. Acked-by: Mark Brown ___ linaro-dev mailing list

Re: [PATCH 02/11] GPIO: DA9052 GPIO module v3

2011-07-06 Thread Mark Brown
On Wed, Jul 06, 2011 at 04:02:13PM +0530, ashishj3 wrote: > DA9052 PMIC has 16 bit GPIO bus for peripheral control. > > This patch add support for the GPIO pins on the DA9052. Acked-by: Mark Brown ___ linaro-dev mailing list linaro-dev@lists.linaro.or

Re: [PATCH 02/11] GPIO: DA9052 GPIO module v3

2011-07-06 Thread Grant Likely
On Wed, Jul 06, 2011 at 04:02:13PM +0530, ashishj3 wrote: > DA9052 PMIC has 16 bit GPIO bus for peripheral control. > > This patch add support for the GPIO pins on the DA9052. > > Signed-off-by: David Dajun Chen > Signed-off-by: Ashish Jangam > CC: Arnd Bergmann > CC: Mark Brown Acked-by: Gr

Re: [Samsung] [U-Boot] [PATCH 1/2] ARMV7: Add support for Samsung ORIGEN board

2011-07-06 Thread Angus Ainslie
Hi Simon, On Wed, Jul 6, 2011 at 7:32 AM, Simon Glass wrote: > Hi Chander, > > On Mon, Jun 27, 2011 at 1:37 AM, Chander Kashyap > wrote: >> >> Origen board is based upon S5PV310 SoC which is similiar to >> S5PC210 SoC. >> >> Signed-off-by: Chander Kashyap >> --- >>  MAINTAINERS                

CFP: Please test July 6th daily Images

2011-07-06 Thread Tom Gall
All, We need your help. Over the weekend we "upgraded" our building of natty based images from using live-helper 2 to live-build 3. (same tool just slightly newer name and more shiny) It is possible that given evolutionary changes to the build tool that there maybe new and interesting bugs introdu

Updated armel cross toolchains for lucid/maverick/natty releases

2011-07-06 Thread Marcin Juszkiewicz
Hi Linaro backport PPA [1] got updated to latest versions of armel cross toolchains -- oneiric packages were used as a base. What got changed: - gcc 4.4 was updated to 4.4.6-3ubuntu1 - gcc 4.5 was updated to 4.5.3-1ubuntu2 - binutils was updated to 2.21.52.20110606-1ubuntu1 - eglibc was updated

Re: [U-Boot] [PATCH 1/2] ARMV7: Add support for Samsung ORIGEN board

2011-07-06 Thread Simon Glass
Hi Chander, On Mon, Jun 27, 2011 at 1:37 AM, Chander Kashyap wrote: > Origen board is based upon S5PV310 SoC which is similiar to > S5PC210 SoC. > > Signed-off-by: Chander Kashyap > --- > MAINTAINERS |1 + > board/samsung/origen/Makefile| 46 > board

[ACTIVITY] Frans Gifford 2011/6/26 to 2011/7/2

2011-07-06 Thread Frans Gifford
== Frans Gifford == === Highlights === * Established weekly hacking sessions with LT. * Started working with LT to get Linaro android working with STE u-boot and kernel. * Continued discussions about connecting android-build.l.o and validation.l.o and sent first build script changes for review.

Re: [PATCH 9/11] Backlight: DA9052 Backlight driver v2

2011-07-06 Thread Arnd Bergmann
On Wednesday 06 July 2011, ashishj3 wrote: > > DA9052 PMIC has capability to supply power for upto 3 banks of 6 white serial > LEDS. It can also control intensity of independent banks and to drive these > banks boost converter will provide up to 24V and forward current of max. 50mA. > > This patc

Re: [PATCH 02/11] GPIO: DA9052 GPIO module v3

2011-07-06 Thread Arnd Bergmann
On Wednesday 06 July 2011, ashishj3 wrote: > l. > > This patch add support for the GPIO pins on the DA9052. > > Signed-off-by: David Dajun Chen > Signed-off-by: Ashish Jangam > CC: Arnd Bergmann > CC: Mark Brown Acked-by: Arnd Bergmann ___ linaro

Re: [PATCH v4] mmc: documentation of mmc non-blocking request usage and design.

2011-07-06 Thread Randy Dunlap
On Tue, 5 Jul 2011 23:35:32 +0200 Per Forlin wrote: > +MMC block driver > + > + > +The issue_rw_rq() in the MMC block driver is made non-blocking. > +The increase in throughput is proportional to the time it takes to > +prepare (major part of preparations are dma_map_sg and dma_un

Re: [PATCH v3] mmc: documentation of mmc non-blocking request usage and design.

2011-07-06 Thread Randy Dunlap
On Tue, 5 Jul 2011 21:43:28 +0200 Per Forlin wrote: > Documentation about the background and the design of mmc non-blocking. > Host driver guidelines to minimize request preparation overhead. > > Signed-off-by: Per Forlin > --- It would be better to omit the introductory email and put all of i

RE: [Patch 5/11] Regulator: DA9052 regulator support v2

2011-07-06 Thread Ashish Jangam
> -Original Message- > From: Tushar Behera [mailto:tushar.beh...@linaro.org] > Sent: Wednesday, July 06, 2011 2:41 PM > To: Ashish Jangam > Cc: Dajun; linaro-dev@lists.linaro.org; linux-ker...@vger.kernel.org; > l...@slimlogic.co.uk > Subject: Re: [Patch 5/11] Regulator: DA9052 regulator su

[PATCH 9/11] Backlight: DA9052 Backlight driver v2

2011-07-06 Thread ashishj3
DA9052 PMIC has capability to supply power for upto 3 banks of 6 white serial LEDS. It can also control intensity of independent banks and to drive these banks boost converter will provide up to 24V and forward current of max. 50mA. This patch allows to control intensity of the individual WLEDs ba

[Patch 5/11] Regulator: DA9052 regulator support v3

2011-07-06 Thread ashishj3
The DA9052 PMIC has below featured regulators:- 4 DVS Buck converters 0.5V - 3.6V upto 1Amp. 10 Programmable LDO's High PSSR, 1% accuracy. This patch support all the DA9052 regulators. The output voltages are fully programmable via I2C or SPI interface. The platform data with regulation constraint

[PATCH 02/11] GPIO: DA9052 GPIO module v3

2011-07-06 Thread ashishj3
DA9052 PMIC has 16 bit GPIO bus for peripheral control. This patch add support for the GPIO pins on the DA9052. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam CC: Arnd Bergmann CC: Mark Brown --- Changes since v3: - Remove da9052 gpio header file Changes since v2: - change of f

Re: [Patch 5/11] Regulator: DA9052 regulator support v2

2011-07-06 Thread Tushar Behera
On Wednesday 29 June 2011 06:42 PM, ashishj3 wrote: The DA9052 PMIC has below featured regulators:- 4 DVS Buck converters 0.5V - 3.6V upto 1Amp. 10 Programmable LDO's High PSSR, 1% accuracy. This patch support all the DA9052 regulators. The output voltages are fully programmable via I2C or SPI i

[ACTIVITY] Botao Sun 2011/06/30 to 2011/07/05.

2011-07-06 Thread Botao Sun
Botao Sun Highlights: 1. On-board to the Linaro Android Team. 2. Finished setup procedures. 3. Finished the latest Linaro build (11.06) installation on my own SD card, and updated the wiki page: https://wiki.linaro.org/Platform/Android/ImageInstallation?action=show&redirect=Platform%2FAndroid%2F