Re: [U-Boot] [PATCH 06/13] mmc: sdhci: Add support for sdhci-caps-mask

2019-01-29 Thread Tom Rini
On Mon, Jan 28, 2019 at 12:15:24PM +0530, Faiz Abbas wrote: > Add Support for masking some bits in the capabilities > register of a host controller. > > Also remove the redundant readl() into caps1. > > Signed-off-by: Faiz Abbas Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP

[U-Boot] [PATCH 06/13] mmc: sdhci: Add support for sdhci-caps-mask

2019-01-27 Thread Faiz Abbas
Add Support for masking some bits in the capabilities register of a host controller. Also remove the redundant readl() into caps1. Signed-off-by: Faiz Abbas --- drivers/mmc/sdhci.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/mmc/sdhci.c b/drivers