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

2011-04-20 Thread Per Forlin
On 16 April 2011 17:48, Shawn Guo shawn@freescale.com wrote: Hi Per, On Wed, Apr 06, 2011 at 09:07:01PM +0200, Per Forlin wrote: [...] Per Forlin (12):   mmc: add none blocking mmc request function   mmc: mmc_test: add debugfs file to list all tests   mmc: mmc_test: add test for none

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

2011-04-19 Thread Jae hoon Chung
Hi Per.. 2011/4/11 Per Forlin per.for...@linaro.org: On 9 April 2011 13:55, Jae hoon Chung jh80.ch...@gmail.com wrote: Hi Per.. I'm applied your patch..and sent the patch about dw_mmc.c. I think good this approach.. Do you have any test results from the mmc_tests I added? I am interested

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

2011-04-16 Thread Shawn Guo
Hi Per, On Wed, Apr 06, 2011 at 09:07:01PM +0200, Per Forlin wrote: [...] Per Forlin (12): mmc: add none blocking mmc request function mmc: mmc_test: add debugfs file to list all tests mmc: mmc_test: add test for none blocking transfers mmc: add member in mmc queue struct to hold

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

2011-04-11 Thread Per Forlin
On 10 April 2011 05:33, anish singh anish198519851...@gmail.com wrote: On Sat, Apr 9, 2011 at 5:25 PM, Jae hoon Chung jh80.ch...@gmail.com wrote: Hi Per.. I'm applied your patch..and sent the patch about dw_mmc.c. I think good this approach.. Forlin,i too want to test this patch of yours

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

2011-04-11 Thread Per Forlin
On 9 April 2011 13:55, Jae hoon Chung jh80.ch...@gmail.com wrote: Hi Per.. I'm applied your patch..and sent the patch about dw_mmc.c. I think good this approach.. Do you have any test results from the mmc_tests I added? I am interested in the results. Regards, Per Tested-by: Jaehoon Chung

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

2011-04-08 Thread Linus Walleij
On Wed, Apr 6, 2011 at 9:07 PM, Per Forlin per.for...@linaro.org wrote: The intention for introducing none blocking mmc requests is to minimize the time between a mmc request ends and another mmc request starts. Acked-by: Linus Walleij linus.wall...@linaro.org FWIW, I've looked at the patches