Re: [PATCH 01/17] mmc: sdhci: Add helper functions for UHS modes

2020-10-11 Thread Faiz Abbas
Hi, On 08/10/20 10:42 am, Faiz Abbas wrote: > Add a set_voltage() function which handles the switch from 3.3V to 1.8V > for SD card UHS modes. > > Signed-off-by: Faiz Abbas > --- Travisci is showing build issues for this patch with some boards. Will fix and repost for v2. Thanks, Faiz

[PATCH 01/17] mmc: sdhci: Add helper functions for UHS modes

2020-10-07 Thread Faiz Abbas
Add a set_voltage() function which handles the switch from 3.3V to 1.8V for SD card UHS modes. Signed-off-by: Faiz Abbas --- drivers/mmc/sdhci.c | 49 + include/sdhci.h | 1 + 2 files changed, 50 insertions(+) diff --git a/drivers/mmc/sdhci.c