Re: [PATCH v3 00/12] mmc: use nonblock mmc requests to minimize latency

2011-05-08 Thread Philip Rakity
Hi Per, We noticed on some of our systems if we ADMA or SDMA and a bounce buffer it is significantly faster then SDMA. I believe ADMA will do large transfers. Another data point. Philip On May 7, 2011, at 12:14 PM, Per Forlin wrote: > How significant is the cache maintenance over head? > It

Issues with Android toolchain build

2011-05-08 Thread Paul Sokolovsky
Hello Android team, I was working on making Android toolchain buildable using Android build service, and finally I was able to do successful and reproducible builds - of AOSP pristine bare-matal toolchain so far (https://android-build.linaro.org/builds/~pfalcon/aosp-toolchain/). There were few iss

Re: Issues with Android toolchain build

2011-05-08 Thread Zach Pfeffer
Paul, thanks for getting some builds going. On 8 May 2011 18:40, Paul Sokolovsky wrote: > (sorry, first time sent from wrong email, don't know if that'll get > thru) > > Hello Android team, > > I was working on making Android toolchain buildable using Android build > service, and finally I was ab

Issues with Android toolchain build

2011-05-08 Thread Paul Sokolovsky
(sorry, first time sent from wrong email, don't know if that'll get thru) Hello Android team, I was working on making Android toolchain buildable using Android build service, and finally I was able to do successful and reproducible builds - of AOSP pristine bare-matal toolchain so far (https://an

Re: [PATCH v3 02/12] mmc: mmc_test: add debugfs file to list all tests

2011-05-08 Thread Per Forlin
On 8 May 2011 00:18, Andy Shevchenko wrote: > On Sat, May 7, 2011 at 10:14 PM, Per Forlin wrote: >> Add a debugfs file "testlist" to print all available tests >> >> Signed-off-by: Per Forlin >> --- >>  drivers/mmc/card/mmc_test.c |   30 ++ >>  1 files changed, 30 inse

Re: linaro-android track

2011-05-08 Thread James Westby
On Fri, 06 May 2011 10:29:57 +1200, Michael Hudson-Doyle wrote: > It's still there :( Thursday after the afternoon keynotes in Elod. > Good luck killing it some more! It's now gone. Thanks, James ___ linaro-dev mailing list linaro-dev@lists.linaro.

Re: [PATCH v3 02/12] mmc: mmc_test: add debugfs file to list all tests

2011-05-08 Thread Andy Shevchenko
On Sat, May 7, 2011 at 10:14 PM, Per Forlin wrote: > Add a debugfs file "testlist" to print all available tests > > Signed-off-by: Per Forlin > --- >  drivers/mmc/card/mmc_test.c |   30 ++ >  1 files changed, 30 insertions(+), 0 deletions(-) > > diff --git a/drivers/mm