Re: [U-Boot] [PATCH v8 02/14] mmc: am654_sdhci: Remove quirks

2019-07-18 Thread Tom Rini
On Tue, Jun 11, 2019 at 12:43:32AM +0530, Faiz Abbas wrote: > The host controller works perfectly well without having to add any > quirks. Remove them. > > Signed-off-by: Faiz Abbas > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature __

[U-Boot] [PATCH v8 02/14] mmc: am654_sdhci: Remove quirks

2019-06-10 Thread Faiz Abbas
The host controller works perfectly well without having to add any quirks. Remove them. Signed-off-by: Faiz Abbas Reviewed-by: Tom Rini --- drivers/mmc/am654_sdhci.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/mmc/am654_sdhci.c b/drivers/mmc/am654_sdhci.c index 2d08fe3347..a8c