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
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
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
3 matches
Mail list logo