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

2011-07-13 Thread Chris Ball
Hi Per, On Sun, Jul 10 2011, 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 > Acked-by: Randy Dunlap Pushed v6 to mmc-next for 3.1, thanks. - Chris. --

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

2011-07-12 Thread Per Forlin
On 12 July 2011 02:22, J Freyensee wrote: > On 07/10/2011 12:21 PM, Per Forlin wrote: >> +MMC host extensions >> +=== >> + >> +There are two optional members in the >> +mmc_host_ops -- pre_req() and post_req() -- that the host >> +driver may implement in order to move work to befor

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

2011-07-12 Thread J Freyensee
On 07/10/2011 12:21 PM, 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 Acked-by: Randy Dunlap --- ChangeLog: v2: - Minor updates after proofreading comments from

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

2011-07-10 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