Re: [PATCH V1] mmc: tegra: Fix for SDMMC pads autocal parsing from dt

2018-12-17 Thread Ulf Hansson
On Thu, 13 Dec 2018 at 21:25, Sowjanya Komatineni wrote: > > Some of the SDMMC pads auto calibration values parsed from > devicetree are assigned incorrectly. This patch fixes it. > > Signed-off-by: Sowjanya Komatineni Applied for fixes and added a fixes tag, thanks! Fixes: 51b77c8ea784 ("mmc:

Re: [PATCH V1] mmc: tegra: Fix for SDMMC pads autocal parsing from dt

2018-12-14 Thread Thierry Reding
On Thu, Dec 13, 2018 at 12:25:43PM -0800, Sowjanya Komatineni wrote: > Some of the SDMMC pads auto calibration values parsed from > devicetree are assigned incorrectly. This patch fixes it. > > Signed-off-by: Sowjanya Komatineni > --- > drivers/mmc/host/sdhci-tegra.c | 8 > 1 file

Re: [PATCH V1] mmc: tegra: Fix for SDMMC pads autocal parsing from dt

2018-12-13 Thread Adrian Hunter
On 13/12/18 10:25 PM, Sowjanya Komatineni wrote: > Some of the SDMMC pads auto calibration values parsed from > devicetree are assigned incorrectly. This patch fixes it. > > Signed-off-by: Sowjanya Komatineni Acked-by: Adrian Hunter > --- > drivers/mmc/host/sdhci-tegra.c | 8 > 1

[PATCH V1] mmc: tegra: Fix for SDMMC pads autocal parsing from dt

2018-12-13 Thread Sowjanya Komatineni
Some of the SDMMC pads auto calibration values parsed from devicetree are assigned incorrectly. This patch fixes it. Signed-off-by: Sowjanya Komatineni --- drivers/mmc/host/sdhci-tegra.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/host/sdhci-tegra.c