Re: [PATCH 1/3] mmc: sdhci: sdhci-pci-o2micro: Correctly set bus width when tuning

2019-06-17 Thread Ulf Hansson
On Wed, 12 Jun 2019 at 17:01, Raul Rangel wrote: > > On Wed, Jun 12, 2019 at 03:36:25PM +0200, Ulf Hansson wrote: > > On Mon, 10 Jun 2019 at 20:54, Raul E Rangel wrote: > > > > > > sdhci_send_tuning uses mmc->ios.bus_width to determine the block size. > > > Without this patch the block size would

Re: [PATCH 1/3] mmc: sdhci: sdhci-pci-o2micro: Correctly set bus width when tuning

2019-06-12 Thread Raul Rangel
On Wed, Jun 12, 2019 at 03:36:25PM +0200, Ulf Hansson wrote: > On Mon, 10 Jun 2019 at 20:54, Raul E Rangel wrote: > > > > sdhci_send_tuning uses mmc->ios.bus_width to determine the block size. > > Without this patch the block size would be set incorrectly when the > > bus_width == 8 which results

Re: [PATCH 1/3] mmc: sdhci: sdhci-pci-o2micro: Correctly set bus width when tuning

2019-06-12 Thread Ulf Hansson
On Mon, 10 Jun 2019 at 20:54, Raul E Rangel wrote: > > sdhci_send_tuning uses mmc->ios.bus_width to determine the block size. > Without this patch the block size would be set incorrectly when the > bus_width == 8 which results in tuning failing. > > Signed-off-by: Raul E Rangel > --- > > drivers

Re: [PATCH 1/3] mmc: sdhci: sdhci-pci-o2micro: Correctly set bus width when tuning

2019-06-12 Thread Adrian Hunter
On 10/06/19 9:53 PM, Raul E Rangel wrote: > sdhci_send_tuning uses mmc->ios.bus_width to determine the block size. > Without this patch the block size would be set incorrectly when the > bus_width == 8 which results in tuning failing. > > Signed-off-by: Raul E Rangel Acked-by: Adrian Hunter >

[PATCH 1/3] mmc: sdhci: sdhci-pci-o2micro: Correctly set bus width when tuning

2019-06-10 Thread Raul E Rangel
sdhci_send_tuning uses mmc->ios.bus_width to determine the block size. Without this patch the block size would be set incorrectly when the bus_width == 8 which results in tuning failing. Signed-off-by: Raul E Rangel --- drivers/mmc/host/sdhci-pci-o2micro.c | 5 - 1 file changed, 4 insertion