Re: [PATCH v2] mmc: sdhci: Fix HISPD bit handling

2020-06-10 Thread Jagan Teki
On Tue, Jun 9, 2020 at 8:08 PM Robin Murphy wrote: > > On 2020-06-09 15:01, Jagan Teki wrote: > > SDHCI HISPD bits need to be configured based on desired mmc > > timings mode and some HISPD quirks. > > > > So, handle the HISPD bit based on the mmc computed selected > > mode(timing parameter) rathe

Re: [PATCH v2] mmc: sdhci: Fix HISPD bit handling

2020-06-10 Thread Marc Zyngier
On Wed, 10 Jun 2020 12:45:33 +0900 Jaehoon Chung wrote: > On 6/9/20 11:38 PM, Robin Murphy wrote: > > On 2020-06-09 15:01, Jagan Teki wrote: > >> SDHCI HISPD bits need to be configured based on desired mmc > >> timings mode and some HISPD quirks. > >> > >> So, handle the HISPD bit based on the

Re: [PATCH v2] mmc: sdhci: Fix HISPD bit handling

2020-06-09 Thread Jaehoon Chung
On 6/9/20 11:38 PM, Robin Murphy wrote: > On 2020-06-09 15:01, Jagan Teki wrote: >> SDHCI HISPD bits need to be configured based on desired mmc >> timings mode and some HISPD quirks. >> >> So, handle the HISPD bit based on the mmc computed selected >> mode(timing parameter) rather than fixed mmc ca

Re: [PATCH v2] mmc: sdhci: Fix HISPD bit handling

2020-06-09 Thread Robin Murphy
On 2020-06-09 15:01, Jagan Teki wrote: SDHCI HISPD bits need to be configured based on desired mmc timings mode and some HISPD quirks. So, handle the HISPD bit based on the mmc computed selected mode(timing parameter) rather than fixed mmc card clock frequency. Linux handle the HISPD similar li

[PATCH v2] mmc: sdhci: Fix HISPD bit handling

2020-06-09 Thread Jagan Teki
SDHCI HISPD bits need to be configured based on desired mmc timings mode and some HISPD quirks. So, handle the HISPD bit based on the mmc computed selected mode(timing parameter) rather than fixed mmc card clock frequency. Linux handle the HISPD similar like this in below commit, commit <501639b