Re: [PATCH 1/2] sdhci: add quirk for max len ADMA descriptors

2011-01-04 Thread Wolfram Sang
Hi Olof, happy new 2011, first of all. On Thu, Dec 23, 2010 at 10:26:16AM -0800, Olof Johansson wrote: > > I tend to NACK it (but I am not the maintainer). I'd prefer to see a > > draft of your idea of a sdhci_add_host_fixup()-function :) > > See, I tend to get annoyed when I get asked to clean

Re: [PATCH 1/2] sdhci: add quirk for max len ADMA descriptors

2010-12-23 Thread Olof Johansson
On Thu, Dec 23, 2010 at 3:26 AM, Wolfram Sang wrote: > On Thu, Dec 23, 2010 at 03:27:54AM -0600, Olof Johansson wrote: >> Some controllers misparse segment length 0 as being 0, not 65536. Add >> a quirk to deal with it. >> >> Signed-off-by: Olof Johansson > > I tend to NACK it (but I am not the m

Re: [PATCH 1/2] sdhci: add quirk for max len ADMA descriptors

2010-12-23 Thread Wolfram Sang
On Thu, Dec 23, 2010 at 03:27:54AM -0600, Olof Johansson wrote: > Some controllers misparse segment length 0 as being 0, not 65536. Add > a quirk to deal with it. > > Signed-off-by: Olof Johansson I tend to NACK it (but I am not the maintainer). I'd prefer to see a draft of your idea of a sdhci_

[PATCH 1/2] sdhci: add quirk for max len ADMA descriptors

2010-12-23 Thread Olof Johansson
Some controllers misparse segment length 0 as being 0, not 65536. Add a quirk to deal with it. Signed-off-by: Olof Johansson --- drivers/mmc/host/sdhci.c | 10 +++--- include/linux/mmc/sdhci.h |2 ++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/host/sdhci