Re: [PATCH 1/2] mmc: sdhci: Add Quirk for enabling HISPD under special conditions

2019-04-01 Thread Faiz Abbas
Hi Adrian, On 01/04/19 2:42 PM, Adrian Hunter wrote: > On 1/04/19 12:01 PM, Faiz Abbas wrote: >> Hi Adrian, >> >> On 01/04/19 2:21 PM, Adrian Hunter wrote: >>> On 29/03/19 4:22 PM, Faiz Abbas wrote: Some controllers on TI devices requires the HISPD bit to be cleared even in some high spe

Re: [PATCH 1/2] mmc: sdhci: Add Quirk for enabling HISPD under special conditions

2019-04-01 Thread Adrian Hunter
On 1/04/19 12:01 PM, Faiz Abbas wrote: > Hi Adrian, > > On 01/04/19 2:21 PM, Adrian Hunter wrote: >> On 29/03/19 4:22 PM, Faiz Abbas wrote: >>> Some controllers on TI devices requires the HISPD bit to be cleared >>> even in some high speed modes. Add a quirk that facilitates this >>> requirement.

Re: [PATCH 1/2] mmc: sdhci: Add Quirk for enabling HISPD under special conditions

2019-04-01 Thread Faiz Abbas
Hi Adrian, On 01/04/19 2:21 PM, Adrian Hunter wrote: > On 29/03/19 4:22 PM, Faiz Abbas wrote: >> Some controllers on TI devices requires the HISPD bit to be cleared >> even in some high speed modes. Add a quirk that facilitates this >> requirement. > > Could you use sdhci I/O accessors for this?

Re: [PATCH 1/2] mmc: sdhci: Add Quirk for enabling HISPD under special conditions

2019-04-01 Thread Adrian Hunter
On 29/03/19 4:22 PM, Faiz Abbas wrote: > Some controllers on TI devices requires the HISPD bit to be cleared > even in some high speed modes. Add a quirk that facilitates this > requirement. Could you use sdhci I/O accessors for this? > > Signed-off-by: Faiz Abbas > --- > drivers/mmc/host/sdhc

[PATCH 1/2] mmc: sdhci: Add Quirk for enabling HISPD under special conditions

2019-03-29 Thread Faiz Abbas
Some controllers on TI devices requires the HISPD bit to be cleared even in some high speed modes. Add a quirk that facilitates this requirement. Signed-off-by: Faiz Abbas --- drivers/mmc/host/sdhci.c | 36 drivers/mmc/host/sdhci.h | 2 ++ 2 files changed, 2