Re: [U-Boot] [PATCH 4/4] dw_mmc: turn on the IO supply

2019-04-02 Thread Heiko Stuebner
Am Sonntag, 31. März 2019, 21:45:15 CEST schrieb Urja Rannikko: > Hi, > > On Fri, Mar 29, 2019 at 2:09 PM Heiko Stübner wrote: > > > +#ifdef CONFIG_DM_REGULATOR > > > > this should be > > #if CONFIG_IS_ENABLED(DM_REGULATOR) > > Ok, just FYI that fragment was based on the one in tmio-comm

Re: [U-Boot] [PATCH 4/4] dw_mmc: turn on the IO supply

2019-03-31 Thread Urja Rannikko
Hi, On Fri, Mar 29, 2019 at 2:09 PM Heiko Stübner wrote: > > +#ifdef CONFIG_DM_REGULATOR > > this should be > #if CONFIG_IS_ENABLED(DM_REGULATOR) Ok, just FYI that fragment was based on the one in tmio-common.c, so maybe that should also be fixed(?). > > because otherwise an SPL-build u

Re: [U-Boot] [PATCH 4/4] dw_mmc: turn on the IO supply

2019-03-29 Thread Heiko Stübner
Am Freitag, 22. März 2019, 20:14:36 CET schrieb Urja Rannikko: > Fixes the microSD slot on the ASUS C201. > > Signed-off-by: Urja Rannikko > --- > drivers/mmc/dw_mmc.c | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c > index 9