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

2011-07-19 Thread J Freyensee
On 07/19/2011 02:31 PM, Per Forlin wrote: This adds support to inject data errors after a completed host transfer. The mmc core will return error even though the host transfer is successful. This simple fault injection proved to be very useful to test the non-blocking error handling in the mmc_bl

Re: [PATCH v2 1/3] fault-inject: make fault injection available for modules

2011-07-19 Thread J Freyensee
On 07/19/2011 02:31 PM, Per Forlin wrote: export symbols should_fail() and init_fault_attr_dentries() in order to make modules use the fault injection functionality Signed-off-by: Per Forlin --- lib/fault-inject.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/f

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

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. I'd like to make a couple suggestions on the documentation when documenting actual function names. In general, really