Re: [PATCH 5/9] sdhci-5:add the 32BIT_CMD_TRANS_COMBINATION quirk to support FSl eSDHC

2010-09-01 Thread Michał Mirosław
2010/9/1 Richard Zhu : > The FSL's eSDHC have one 32bit register that combine the two > 16bit Transfer Mode and Command registers. > Add this quirk to let SW driver to support FSL's eSDHC. What happens if you do this for every SDHCI host? Is there one that breaks if changing the two registers are

[PATCH 5/9] sdhci-5:add the 32BIT_CMD_TRANS_COMBINATION quirk to support FSl eSDHC

2010-09-01 Thread Richard Zhu
The FSL's eSDHC have one 32bit register that combine the two 16bit Transfer Mode and Command registers. Add this quirk to let SW driver to support FSL's eSDHC. Signed-off-by: Richard Zhu --- drivers/mmc/host/sdhci.c | 25 +++-- drivers/mmc/host/sdhci.h |2 ++ 2 files ch