[PATCH V2] sdhci: always use max timeout for xfers

2011-02-25 Thread Philip Rakity
v2 use define for max timeout. remove subroutine call and just set the register directly v1 The card/host controller may sometimes return a value that is too low and cause the h/w to timeout a transfer that would have worked. Using the maximum value avoids this. Signed-off-by: Philip Rakity

Re: [PATCH V2] sdhci: always use max timeout for xfers

2011-02-25 Thread Wolfram Sang
On Fri, Feb 25, 2011 at 10:49:25AM -0800, Philip Rakity wrote: v2 use define for max timeout. remove subroutine call and just set the register directly The generic description goes above the --- line, the incremental history of the patch usually below. v1 The card/host controller may