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

2011-07-05 Thread Per Forlin
Documentation about the background and the design of mmc non-blocking. Host driver guidelines to minimize request preparation overhead. Signed-off-by: Per Forlin Acked-by: Randy Dunlap --- ChangeLog: v2: - Minor updates after proofreading comments from Chris v3: - Minor updates after more comm

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

2011-07-05 Thread Per Forlin
Documentation about the background and the design of mmc non-blocking. Host driver guidelines to minimize request preparation overhead. Signed-off-by: Per Forlin --- ChangeLog: v2: - Minor updates after proofreading comments from Chris v3: - Minor updates after more comments from Chris v4: - M

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

2011-07-05 Thread Per Forlin
On 5 July 2011 22:27, Randy Dunlap wrote: > 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 b

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

2011-07-05 Thread Per Forlin
Documentation about the background and the design of mmc non-blocking. Host driver guidelines to minimize request preparation overhead. Signed-off-by: Per Forlin --- Documentation/mmc/00-INDEX |2 + Documentation/mmc/mmc-async-req.txt | 86 +++ 2 fi

[PATCH v3] documentation of mmc non-blocking request

2011-07-05 Thread Per Forlin
changes since v2: * Minor updates after more comments from Chris Per Forlin (1): mmc: documentation of mmc non-blocking request usage and design. Documentation/mmc/00-INDEX |2 + Documentation/mmc/mmc-async-req.txt | 86 +++ 2 files changed, 88 i

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

2011-07-05 Thread Per Forlin
Documentation about the background and the design of mmc non-blocking. Host driver guidelines to minimize request preparation overhead. Signed-off-by: Per Forlin --- Documentation/mmc/00-INDEX |2 + Documentation/mmc/mmc-async-req.txt | 86 +++ 2 fi

[PATCH v2] documentation of mmc non-blocking request

2011-07-05 Thread Per Forlin
changes since v1: * Minor updates after proofreading comments from Chris Per Forlin (1): mmc: documentation of mmc non-blocking request usage and design. Documentation/mmc/00-INDEX |2 + Documentation/mmc/mmc-async-req.txt | 86 +++ 2 files chang

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

2011-07-05 Thread Per Forlin
On 5 July 2011 17:24, Chris Ball wrote: > Hi Per, minor proofreading, > Hi Chris, Thanks for all your comments. I'll update and send out a v2. Thanks, Per ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo

Re: Jenkins upgrade on android-build

2011-07-05 Thread James Westby
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. Thanks, James On Tue, 5 Jul 2011 16:39:26 +0300, Paul Sokolovsky wrote: > Hello, >

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

2011-07-05 Thread Mark Brown
On Wed, Jun 29, 2011 at 06:46:03PM +0530, ashishj3 wrote: > +static int verify_range(struct da9052_regulator_info *info, > + int min_uV, int max_uV) > +{ > + if (min_uV < info->min_uV || min_uV > info->max_uV) > + return -EINVAL; > + if (max_uV < info->min_

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

2011-07-05 Thread Chris Ball
Hi Per, minor proofreading, On Tue, Jul 05 2011, Per Forlin wrote: > Documentation about the background and the design of mmc non-blocking. > Host driver guide lines to minimize request preparation over head. guidelines, overhead > > Signed-off-by: Per Forlin > --- > Documentation/mmc/00-INDEX

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

2011-07-05 Thread Per Forlin
Documentation about the background and the design of mmc non-blocking. Host driver guide lines to minimize request preparation over head. Signed-off-by: Per Forlin --- Documentation/mmc/00-INDEX |2 + Documentation/mmc/mmc-async-req.txt | 85 +++ 2

[ACTIVITY] Zach Pfeffer 2011-06-26 to 2011/07/02

2011-07-05 Thread Zach Pfeffer
Corrected date range On 5 July 2011 09:41, Zach Pfeffer wrote: > == Zach Pfeffer pfefferz == > > === Highlights === >  * Integrated TI LT 1080P fix >  * Helped get the 11.06 release out the door >  * Got Android/LT PoC sync-ups kicked offour individual plans for the > coming week(s). >  * Got man

Re: [PATCH 01/11] MFD: DA9052 MFD core module v2

2011-07-05 Thread Arnd Bergmann
On Tuesday 05 July 2011, ashishj3 wrote: > The DA9052 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.

Re: 答复: Re: [PATCH 1/11] MFD: DA9052 MFD core module v1

2011-07-05 Thread Arnd Bergmann
On Tuesday 05 July 2011, David Dajun Chen wrote: > Hi Arnd, > > Da903x driver was developed for da9034/5 pmic family devices, which are > totally > different from the da9052 family. Ok, I've looked at some of the drivers now and I see what you mean. While there is some similarity in the drivers,

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

2011-07-05 Thread Arnd Bergmann
On Tuesday 28 June 2011, ashishj3 wrote: > +static struct platform_driver da9052_wled1_driver = { > + .probe = da9052_backlight_probe, > + .remove = da9052_backlight_remove, > + .driver = { > + .name = "da9052-WLED1", > + .owner = THIS_MODULE, > +

Re: Usefulness of GCC's 64bit __sync_* ops on ARM

2011-07-05 Thread Dave Martin
On Fri, Jul 1, 2011 at 6:10 PM, David Gilbert wrote: > Hi All, >  I've just submitted the patches for the 64 bit atomic stuff to the > gcc-patches list. > Richard Henderson has raised the question of why the ARM commpage isn't a full > VDSO and, if it was, then it would make the version number che

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

2011-07-05 Thread Arnd Bergmann
On Tuesday 05 July 2011, 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: Mark Brown > --- > Changes since v2 > - change of file name >

[ACTIVITY] Zach Pfeffer 2011-06-19 to 2011/06/25

2011-07-05 Thread Zach Pfeffer
== Zach Pfeffer pfefferz == === Highlights === * Integrated TI LT 1080P fix * Helped get the 11.06 release out the door * Got Android/LT PoC sync-ups kicked offour individual plans for the coming week(s). * Got manual CI process underway === Plans === * Onboard Botao Sun, Tony Mansson, Chao

[PATCH 01/11] MFD: DA9052 MFD core module v2

2011-07-05 Thread ashishj3
The DA9052 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 Signed-off-by: Ashis

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

2011-07-05 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: Mark Brown --- Changes since v2 - change of file name - correct reference to irq_base in function to_irq() - remove p

Jenkins upgrade on android-build

2011-07-05 Thread Paul Sokolovsky
Hello, I'd like to upgrade Jenkins on the production to be close to sandboxes (which always use latest) and local development to be performed per this milestone's blueprints. android-build.linaro.org runs 1.400, latest is 1.418. Interim versions were tested regularly on sandboxes, and I reviewed c

[ACTIVITY] Android Platform Team 2011-06-19 to 2011-06-25

2011-07-05 Thread Zach Pfeffer
Corrected the ACTIVITY date range. On 5 July 2011 08:03, Zach Pfeffer wrote: > Original at: https://wiki.linaro.org/Platform/Android/Status/2011-06-30 > > == Key Points for wider discussion == >  * The Android Team now has dedicated Points-of-Contact for each > landing team, WG PoCs coming based

Re: [PATCH v5] Add ARM cpu topology definition

2011-07-05 Thread Russell King - ARM Linux
Looks fine now, and so can go to my patch system. Many thanks. On Mon, Jul 04, 2011 at 06:49:45PM +0200, Vincent Guittot wrote: > The affinity between ARM processors is defined in the MPIDR register. > We can identify which processors are in the same cluster, > and which ones have performance int

RE: [PATCH 1/11] MFD: DA9052 MFD core module v1

2011-07-05 Thread Ashish Jangam
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Wednesday, June 29, 2011 5:57 PM > To: Ashish Jangam > Cc: Mark Brown; sa...@openedhand.com; linux-ker...@vger.kernel.org; Dajun; > linaro-dev@lists.linaro.org > Subject: Re: [PATCH 1/11] MFD: DA9052 MFD core module v

答复: Re: [PATCH 1/11] MFD: DA9052 MFD core module v1

2011-07-05 Thread David Dajun Chen
Hi Arnd, Da903x driver was developed for da9034/5 pmic family devices, which are totally different from the da9052 family. Regards Dajun - 原始消息 - 发件人: Arnd Bergmann [mailto:a...@arndb.de] 发送时间: Tuesday, July 05, 2011 02:33 PM 收件人: Ashish Jangam 抄送: Mark Brown ; sa...@openedhand.com ;

[ACTIVITY] Android Platform Team 2011-06-26 to 2011-07-02

2011-07-05 Thread Zach Pfeffer
Original at: https://wiki.linaro.org/Platform/Android/Status/2011-06-30 == Key Points for wider discussion == * The Android Team now has dedicated Points-of-Contact for each landing team, WG PoCs coming based on resources * Upgraded baselines to AOSP 2.3.4 == Team Highlights == * Started help

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

2011-07-05 Thread Arnd Bergmann
On Tuesday 05 July 2011, Ashish Jangam wrote: > DA9053 chip submission was done by Linaro and now they have agreed that > we will be only responsible for DA9053 submission too so now we can > skip the posted DA9053 patch. Ok. > Regarding file naming convention da9052 seems to be appropriate since

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

2011-07-05 Thread ashishj3
If there are no comments then can you please Ack this patch. On Wed, 2011-06-29 at 18:46 +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. > > This patch support all the DA9052 r

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

2011-07-05 Thread ashishj3
If there are no comments then can you please Ack this patch. On Tue, 2011-06-28 at 19:48 +0530, 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. To drive these > banks boost converter will p

Re: Please test Android RC builds

2011-07-05 Thread Paul Sokolovsky
Hello Paul, On Mon, 4 Jul 2011 12:54:04 -0500 Paul Larson wrote: [] > > My idea was that LAVA will be our CI Central. I.e., if one wants > > just builds, one would look at android-build, but if one wants all > > info at all, and validation results in particular, one would look > > into LAVA. Is