Re: [PATCH] mmc: sdhci: Enable high speed conditional on the correspnding bit

2020-08-20 Thread Michal Simek
Hi, čt 13. 8. 2020 v 12:48 odesílatel Michal Simek napsal: > > Hi Peng, > > st 29. 7. 2020 v 17:07 odesílatel Michal Simek napsal: > > > > Hi, > > > > čt 23. 7. 2020 v 6:12 odesílatel Faiz Abbas napsal: > > > > > > The capabilities register has a field to indicate whether the host > > > support

Re: [PATCH] mmc: sdhci: Enable high speed conditional on the correspnding bit

2020-08-13 Thread Michal Simek
Hi Peng, st 29. 7. 2020 v 17:07 odesílatel Michal Simek napsal: > > Hi, > > čt 23. 7. 2020 v 6:12 odesílatel Faiz Abbas napsal: > > > > The capabilities register has a field to indicate whether the host > > supports high speed mode or not. Add high speed host_caps based on > > this bit instead o

Re: [PATCH] mmc: sdhci: Enable high speed conditional on the correspnding bit

2020-07-29 Thread Michal Simek
Hi, čt 23. 7. 2020 v 6:12 odesílatel Faiz Abbas napsal: > > The capabilities register has a field to indicate whether the host > supports high speed mode or not. Add high speed host_caps based on > this bit instead of enabling it by default. > > Signed-off-by: Faiz Abbas > --- > drivers/mmc/sdh

[PATCH] mmc: sdhci: Enable high speed conditional on the correspnding bit

2020-07-22 Thread Faiz Abbas
The capabilities register has a field to indicate whether the host supports high speed mode or not. Add high speed host_caps based on this bit instead of enabling it by default. Signed-off-by: Faiz Abbas --- drivers/mmc/sdhci.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --gi