linaro-media-create/linaro-android-media-create command line options changes

2011-10-19 Thread Fathi Boudra
Hi, linaro-media-create/linaro-android-media-create command line options are now using dashes to separate words instead of underscores. e.g. --image_size becomes --image-size This changes is available on the bzr repository and will be part of 2011.10 release. Please, update your scripts and

Re: [REMINDER] Jenkins and Ec2 plugin upgrade on Linaro CI [ ci.linaro.org]

2011-10-19 Thread Deepti Kalakeri
Hello, Jenkins and Ec2 plugin upgrade on Linaro CI [ ci.linaro.org] is *complete*. ci.linaro.org has now jenkins updated to 1.419 and EC2 plugin to 1.13 version. ci.linaro.org service is operational now, please feel free to use it. On Tue, Oct 18, 2011 at 11:53 AM, Deepti Kalakeri

Re: Which kernel version fo 11.10?

2011-10-19 Thread Dechesne, Nicolas
On Wed, Oct 19, 2011 at 4:22 AM, Andy Green andy.gr...@linaro.org wrote: We have working tilt-linux-linaro-3.0 and -3.1 for a little while now, along with vanilla and android flavours and tracking, so we're set for whatever people want. I think maybe Nicolas is surprised because Canonical

[PATCH] ARM: kprobes: Fix build error in test code

2011-10-19 Thread Jon Medhurst (Tixy)
When compiling kprobes-test-thumb.c an error like below may occur: /tmp/ccKcuJcG.s:19179: Error: offset out of range This is caused by the compiler underestimating the size of the inline assembler instructions containing .space 0x1000 and failing to spill the literal pool in time to prevent the

[PATCH 1/11] MFD: DA9052 MFD core module v8

2011-10-19 Thread Ashish Jangam
The DA9052/53 is a highly integrated PMIC subsystem with supply domain flexibility to support wide range of high performance application. It provides voltage regulators, GPIO controller, Touch Screen, RTC, Battery control and other functionality. Signed-off-by: David Dajun Chen dc...@diasemi.com

[Patch 04/11]Power: DA9052 battery driver v4

2011-10-19 Thread Ashish Jangam
Driver for DA9052 battery charger. This driver depends on DA9052 MFD core dirver for definitions and methods. Signed-off-by: David Dajun Chen dc...@diasemi.com Signed-off-by: Ashish Jangam ashish.jan...@kpitcummins.com --- Changes since v3 - Included power_supply.h file - Corrected the definition

android.git.linaro.org is going down in 10 min for 30 min

2011-10-19 Thread Zach Pfeffer
James will send a mail when its back up. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog

[PATCH 2/2] pinctrl: add a generic control interface

2011-10-19 Thread Linus Walleij
From: Linus Walleij linus.wall...@linaro.org This add per-pin and per-group pin control interfaces for biasing, driving and other such electronic properties. The intention is clearly to enumerate all things you can do with pins, hoping that these are enumerable. Signed-off-by: Linus Walleij

[PATCH 1/2] pinctrl: move group lookup to core

2011-10-19 Thread Linus Walleij
From: Linus Walleij linus.wall...@linaro.org Now also the core needs to look up pin groups so move the lookup function there and expose it in the internal header. Signed-off-by: Linus Walleij linus.wall...@linaro.org --- drivers/pinctrl/core.c | 31 +++

Re: android.git.linaro.org is going down in 10 min for 30 min

2011-10-19 Thread James Westby
Hi, Back up now, and hopefully much happier. Thanks, James On Wed, 19 Oct 2011 10:37:40 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: James will send a mail when its back up. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for

Re: android.git.linaro.org is going down in 10 min for 30 min

2011-10-19 Thread Zach Pfeffer
Thanks James! it's looking much snappier now! -Zach On 19 October 2011 11:32, James Westby james.wes...@linaro.org wrote: Hi, Back up now, and hopefully much happier. Thanks, James On Wed, 19 Oct 2011 10:37:40 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: James will send a mail

RE: [PATCH 1/2] pinctrl: move group lookup to core

2011-10-19 Thread Stephen Warren
Linus Walleij wrote at Wednesday, October 19, 2011 10:21 AM: Now also the core needs to look up pin groups so move the lookup function there and expose it in the internal header. Signed-off-by: Linus Walleij linus.wall...@linaro.org Acked-by: Stephen Warren swar...@nvidia.com -- nvpublic

imx cpuidle pull request

2011-10-19 Thread Rob Lee
(Re-send from my Linaro email address this time) Requesting to add the commits in the attached patch to the October Linaro release. These commits add a common imx cpuidle driver, some common cpuidle mach-mx5 code, and the init call for i.MX51 SoCs.

Fwd: AOSP coming back online

2011-10-19 Thread Zach Pfeffer
FYI: -- Forwarded message -- From: Jean-Baptiste Queru j...@android.com Date: 19 October 2011 15:36 Subject: AOSP coming back online To: android-platf...@googlegroups.com Dan Morrill just posted a message about the AOSP source code being back online, with quite some background

Re: imx cpuidle pull request

2011-10-19 Thread Nicolas Pitre
On Wed, 19 Oct 2011, Rob Lee wrote: (Re-send from my Linaro email address this time) Requesting to add the commits in the attached patch to the October Linaro release. These commits add a common imx cpuidle driver, some common cpuidle mach-mx5 code, and the init call for i.MX51 SoCs.

imx cpuidle pull request

2011-10-19 Thread Rob Lee
Requesting to add the commits in the attached patch to the October Linaro release. These commits add a common imx cpuidle driver, some common cpuidle mach-mx5 code, and the init call for i.MX51 SoCs. git://git.linaro.org/people/rob_lee/imx_cpuidle.git imx_mx5_mx51 A patch series containing this

Re: [PATCH 1/11] MFD: DA9052 MFD core module v8

2011-10-19 Thread Mark Brown
On Wed, Oct 19, 2011 at 07:39:16PM +0530, Ashish Jangam wrote: +static struct regmap_config da9052_regmap_config = { + .reg_bits = 8, + .val_bits = 8, +}; + +static int da9052_spi_probe(struct spi_device *spi) So, as I think I mentioned last time based on the previous non-regmap

Re: [PATCH 2/2] pinctrl: add a generic control interface

2011-10-19 Thread Shawn Guo
On Wed, Oct 19, 2011 at 06:21:14PM +0200, Linus Walleij wrote: From: Linus Walleij linus.wall...@linaro.org This add per-pin and per-group pin control interfaces for biasing, driving and other such electronic properties. The intention is clearly to enumerate all things you can do with pins,