Re: [PATCH v9 2/3] mmc: core: add random fault injection

2011-09-13 Thread Per Forlin
On 14 September 2011 01:37, Akinobu Mita wrote: > 2011/9/14 Per Forlin : >> Hi Akinobu, >> >> On 13 September 2011 16:19, Per Forlin wrote: >>> On 13 September 2011 15:12, Akinobu Mita wrote: 2011/8/19 Per Forlin : > +#ifdef KERNEL > +/* > + * Internal function. Pass the bo

Re: [PATCH] ARM: EXYNOS4: Enable double linefill in PL310 Prefetch Control Register

2011-09-13 Thread Santosh
On Wednesday 14 September 2011 11:38 AM, Kyungmin Park wrote: Hi Siarhei, Interesting feature, and it's not samsung soc issue, so add the arm mailing list. It checked and the see the read performance improvement from 868MiB/s to 981MiB/s with lmbench. It's helpful to test other SoC., e.g., OMAP4

Re: [PATCH] ARM: EXYNOS4: Enable double linefill in PL310 Prefetch Control Register

2011-09-13 Thread Kyungmin Park
Hi Siarhei, Interesting feature, and it's not samsung soc issue, so add the arm mailing list. It checked and the see the read performance improvement from 868MiB/s to 981MiB/s with lmbench. It's helpful to test other SoC., e.g., OMAP4, STE and so on. BTW, why do you set the 27-bit? In my PL310 Sp

install alsa ucm configurations

2011-09-13 Thread Feng Wei
Hi, I initiate an install script for ucm configurations. The basic idea is -- 1. Decide the destination directory (if not specified by arguments, detect it) 2. Decide target sound card (must be specified by argument, and only the target configurations will be installed) 3. After cop

RE: [PATCH] RFC: omapdrm DRM/KMS driver for TI OMAP platforms

2011-09-13 Thread Inki Dae
Hello Rob. Sorry for being late. here was a national holiday. > -Original Message- > From: robdcl...@gmail.com [mailto:robdcl...@gmail.com] On Behalf Of Rob > Clark > Sent: Thursday, September 08, 2011 3:44 AM > To: Inki Dae > Cc: linaro-dev@lists.linaro.org; dri-de...@lists.freedesktop.o

Re: [PATCH 2/4 v6] pinmux: add a driver for the U300 pinmux

2011-09-13 Thread Barry Song
2011/9/13 Linus Walleij : > On Fri, Sep 2, 2011 at 6:04 PM, Stephen Warren wrote: >> Linus Walleij wrote at Friday, September 02, 2011 2:12 AM: >>> On Thu, Sep 1, 2011 at 11:33 PM, Stephen Warren wrote: >>> >>> >> +static const struct u300_pmx_func u300_pmx_functions[] = { >>> >> +     { >>> >> +

Re: [PATCH v9 2/3] mmc: core: add random fault injection

2011-09-13 Thread Akinobu Mita
2011/9/14 Per Forlin : > Hi Akinobu, > > On 13 September 2011 16:19, Per Forlin wrote: >> On 13 September 2011 15:12, Akinobu Mita wrote: >>> 2011/8/19 Per Forlin : >>> +#ifdef KERNEL +/* + * Internal function. Pass the boot param fail_mmc_request to + * the setup fault inject

[PATCH 0/3] mmc: rectify boot param option for fault injection

2011-09-13 Thread Per Forlin
Akinobu Mita reported that the boot option for mmc fault injection is never compiled in due to a fauly "ifdef KERNEL" that is never set. A correct ifdef would be "ifndef MODULE". Akinobu suggested to use a module param instead. This patch set is for 3.2 Per Forlin (3): fault-inject: export setu

[PATCH 1/3] fault-inject: export setup_fault_attr()

2011-09-13 Thread Per Forlin
mmc_core module needs to use setup_fault_attr() in order to set fault injection attributes during module load time. Signed-off-by: Per Forlin --- lib/fault-inject.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lib/fault-inject.c b/lib/fault-inject.c index 328d433..4

[PATCH 2/3] mmc: add module param to set fault injection attributes

2011-09-13 Thread Per Forlin
Replace setup("fail_mmc_request") and faulty "ifdef KERNEL" with a simple module_param(). The module param mmc_core.fail_request may be used to set the fault injection attributes during boot time or module load time. Signed-off-by: Per Forlin --- drivers/mmc/core/debugfs.c | 29 +++

[PATCH 3/3] fault-injection: update documenation with the mmc module param

2011-09-13 Thread Per Forlin
Signed-off-by: Per Forlin --- Documentation/fault-injection/fault-injection.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/fault-injection/fault-injection.txt b/Documentation/fault-injection/fault-injection.txt index 70f924e..ba4be8b 100644 --- a/Docu

Re: First 11.09 Linaro Android Candidate Builds are done for (Linux 3.0.3, GCC 4.6, libjpegturbo) Panda, Beagle, Beagle xM, iMX53, Origen, Snowball

2011-09-13 Thread Zach Pfeffer
On 13 September 2011 15:21, Loïc Minier wrote: > On Tue, Sep 13, 2011, James Westby wrote: >> What about taking a cue from gstreamer? >>   good, bad and ugly >> I don't think we have the same division of them, but "ugly" could work, >> in a similar spirit to "dirty," but without some of the implic

Re: First 11.09 Linaro Android Candidate Builds are done for (Linux 3.0.3, GCC 4.6, libjpegturbo) Panda, Beagle, Beagle xM, iMX53, Origen, Snowball

2011-09-13 Thread Loïc Minier
On Tue, Sep 13, 2011, James Westby wrote: > What about taking a cue from gstreamer? > good, bad and ugly > I don't think we have the same division of them, but "ugly" could work, > in a similar spirit to "dirty," but without some of the implications? [ The names of course come from the movie, b

Re: First 11.09 Linaro Android Candidate Builds are done for (Linux 3.0.3, GCC 4.6, libjpegturbo) Panda, Beagle, Beagle xM, iMX53, Origen, Snowball

2011-09-13 Thread James Westby
On Tue, 13 Sep 2011 15:16:00 -0300, Christian Robottom Reis wrote: > The main problem I see with staging is that it's simply not true in the > common sense of the word staging -- it implies that what is in staging > today is intended to become upstream (or "mainstream") in the future, > whereas t

Re: First 11.09 Linaro Android Candidate Builds are done for (Linux 3.0.3, GCC 4.6, libjpegturbo) Panda, Beagle, Beagle xM, iMX53, Origen, Snowball

2011-09-13 Thread Christian Robottom Reis
On Mon, Sep 12, 2011 at 10:12:22PM -0500, Zach Pfeffer wrote: > stage-origen-11.09-release > stage-panda-11.09-release > stage-snowball-11.09-release > stage-imx53-11.09-release > panda-11.09-release > beagle-11.09-release > > Would be: > > origen-staging-11.09-taupe > panda-staging-11.09-mauve >

Re: The Cortex-A Programmer's Guide

2011-09-13 Thread Zach Pfeffer
I think that has one of the clearest "Booting Linux" sections (13.3) I've ever read. -Zach On 8 September 2011 11:22, Christian Robottom Reis wrote: > - Forwarded message from Roger Teague - > > Date: Wed, 7 Sep 2011 14:25:11 +0100 > From: Roger Teague > Subject: Cortex Programmers Guid

Re: [RFC PATCH] mmc: sdio: rw extended, use a sg entry for each block

2011-09-13 Thread Nicolas Ferre
Le 07/09/2011 13:40, Nicolas Ferre : > While using io multiple blocks operations, change the way that sg is built: > use one sg entry for each block instead of aggregating the whole buffer > in a single sg entry. > Using a single sg entry for a multiple block command may lead to > misunderstanding

Re: [PATCH v9 2/3] mmc: core: add random fault injection

2011-09-13 Thread Per Forlin
Hi Akinobu, On 13 September 2011 16:19, Per Forlin wrote: > On 13 September 2011 15:12, Akinobu Mita wrote: >> 2011/8/19 Per Forlin : >> >>> +#ifdef KERNEL >>> +/* >>> + * Internal function. Pass the boot param fail_mmc_request to >>> + * the setup fault injection attributes routine. >>> + */ >>

Re: [PATCH v9 2/3] mmc: core: add random fault injection

2011-09-13 Thread Per Forlin
On 13 September 2011 15:12, Akinobu Mita wrote: > 2011/8/19 Per Forlin : > >> +#ifdef KERNEL >> +/* >> + * Internal function. Pass the boot param fail_mmc_request to >> + * the setup fault injection attributes routine. >> + */ >> +static int __init setup_fail_mmc_request(char *str) >> +{ >> +    

Re: [PATCH v9 2/3] mmc: core: add random fault injection

2011-09-13 Thread Akinobu Mita
2011/8/19 Per Forlin : > +#ifdef KERNEL > +/* > + * Internal function. Pass the boot param fail_mmc_request to > + * the setup fault injection attributes routine. > + */ > +static int __init setup_fail_mmc_request(char *str) > +{ > +       return setup_fault_attr(&fail_mmc_request, str); > +} > +_

Re: [PATCH 2/4 v6] pinmux: add a driver for the U300 pinmux

2011-09-13 Thread Linus Walleij
On Fri, Sep 2, 2011 at 6:04 PM, Stephen Warren wrote: > Linus Walleij wrote at Friday, September 02, 2011 2:12 AM: >> On Thu, Sep 1, 2011 at 11:33 PM, Stephen Warren wrote: >> >> >> +static const struct u300_pmx_func u300_pmx_functions[] = { >> >> +     { >> >> +             .name = "power", >> >

[ANN] Daily seeded builds of Android toolchain from gcc-linaro bzr

2011-09-13 Thread Paul Sokolovsky
Hello, There're now regular builds of Android 4.5 and 4.6 toolchains from gcc-linaro bzr repository. These builds will allow Android team to track Toolchain WG progress closer, be more prepared to toolchain release, and later - to do CI tests using it. 4.6 toolchain, which is the scope of the curr

[ACTIVITY] OCTO status report - wk36.2011 (20110905-20110909)

2011-09-13 Thread Ilias Biris
Status: https://wiki.linaro.org/OfficeofCTO/WeeklyReport Last meeting minutes: https://wiki.linaro.org/OfficeofCTO/2011-09-06 Highlights: - regarding 1109 work is progressing - details are in the status link above. The only item which may not be completed during 1109 is the runtime linker patches

Re: [PATCH 5/6] drm/i915: use common functions for get/put pages

2011-09-13 Thread Daniel Vetter
On Mon, Sep 12, 2011 at 02:21:25PM -0500, Rob Clark wrote: > From: Rob Clark > > Signed-off-by: Rob Clark Reviewed-by: Daniel Vetter -- Daniel Vetter Mail: dan...@ffwll.ch Mobile: +41 (0)79 365 57 48 ___ linaro-dev mailing list linaro-dev@lists.lina

Re: [PATCH 2/6] drm/i915: use common functions for mmap offset creation

2011-09-13 Thread Daniel Vetter
On Mon, Sep 12, 2011 at 02:21:22PM -0500, Rob Clark wrote: > From: Rob Clark > > Signed-off-by: Rob Clark Reviewed-by: Daniel Vetter -- Daniel Vetter Mail: dan...@ffwll.ch Mobile: +41 (0)79 365 57 48 ___ linaro-dev mailing list linaro-dev@lists.lina

Re: [PATCH 1/4 v6] drivers: create a pin control subsystem v6

2011-09-13 Thread Linus Walleij
[I know Stephen is on vacation, just stacking up some nice reading for when he gets back and for others to enjoy] On Fri, Sep 2, 2011 at 6:33 PM, Stephen Warren wrote: > Linus Walleij wrote at Friday, September 02, 2011 6:59 AM: >> >> diff --git a/include/linux/pinctrl/pinmux.h >> >> b/include/