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

2011-07-09 Thread Chris Ball
Hi, On Sat, Jul 09 2011, Per Forlin wrote: > Chris, is the non-blocking patchset planned to be merged for 3.1? Yes, I've merged it to mmc-next now and plan on pushing it in 3.1. Thanks, - Chris. -- Chris Ball One Laptop Per Child -- To unsubscribe from this list: send

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

2011-07-09 Thread Per Forlin
Chris, is the non-blocking patchset planned to be merged for 3.1? James, On 9 July 2011 00:54, J Freyensee wrote: > On 07/05/2011 11:30 PM, Per Forlin wrote: >> >> Documentation about the background and the design of mmc non-blocking. >> Host driver guidelines to minimize request preparation ove

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

2011-07-08 Thread J Freyensee
On 07/05/2011 11:30 PM, Per Forlin wrote: Documentation about the background and the design of mmc non-blocking. Host driver guidelines to minimize request preparation overhead. Resending this out on the linux-mmc list since that is what I am subscribed to (and I had html format on so original

[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