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
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
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
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
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
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
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
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
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,
>
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_
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
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
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
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.
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,
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,
> +
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
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
>
== 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
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
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
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
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
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
> -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
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
;
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
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
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
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
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
31 matches
Mail list logo