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

2011-02-25 Thread Wolfram Sang
Hi Philip, On Fri, Feb 25, 2011 at 09:54:35AM -0800, Philip Rakity wrote: Rather then special case busy etc .. lets just use the max value. OK. Did not remove BROKEN_TIMEOUT QUIRK so existing code will compile we can remove this once existing platform drivers delete usage and get quirk

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

2011-02-25 Thread Philip Rakity
On Feb 25, 2011, at 10:02 AM, Wolfram Sang wrote: Hi Philip, On Fri, Feb 25, 2011 at 09:54:35AM -0800, Philip Rakity wrote: Rather then special case busy etc .. lets just use the max value. OK. Did not remove BROKEN_TIMEOUT QUIRK so existing code will compile we can remove this

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

2011-02-25 Thread Wolfram Sang
- return count; + return 0xE; Why don't you remove the function entirely? better to rename it --- to set_maximum_timeout since a little clearer. left the old name for historical reasons -- if no need I will change it I'd suggest... } static void