Re: [PATCH v4 06/15] mmc: sdhci-pxav3: controller can't get base clock

2012-09-27 Thread Kevin Liu
2012/9/27 zhangfei gao : > On Wed, Sep 26, 2012 at 7:38 PM, Kevin Liu wrote: >> From: Kevin Liu >> >> Enable the quirk SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN since >> SD_CAPABILITIES_1[15:8](BASE_FREQ) can't get correct base >> clock value. It return a fixed pre-set value like 200 on >> some sdhci-pxa

Re: [PATCH v4 06/15] mmc: sdhci-pxav3: controller can't get base clock

2012-09-27 Thread zhangfei gao
On Wed, Sep 26, 2012 at 7:38 PM, Kevin Liu wrote: > From: Kevin Liu > > Enable the quirk SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN since > SD_CAPABILITIES_1[15:8](BASE_FREQ) can't get correct base > clock value. It return a fixed pre-set value like 200 on > some sdhci-pxav3 based platforms like MMP3 whil

[PATCH v4 06/15] mmc: sdhci-pxav3: controller can't get base clock

2012-09-26 Thread Kevin Liu
From: Kevin Liu Enable the quirk SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN since SD_CAPABILITIES_1[15:8](BASE_FREQ) can't get correct base clock value. It return a fixed pre-set value like 200 on some sdhci-pxav3 based platforms like MMP3 while return 0 on the other sdhci-pxav3 based platforms. So we ena