Re: [U-Boot] [PATCH v2 11/23] apalis_imx6: migrate mmc and sata to using driver model

2019-03-01 Thread Marcel Ziswiler
Hi Soeren On Fri, 2019-03-01 at 13:20 +0100, Soeren Moch wrote: > > On 25.02.19 11:39, Soeren Moch wrote: > > On 08.02.19 18:12, Marcel Ziswiler wrote: > > > From: Marcel Ziswiler > > > > > > Migrate MMC and SATA to using driver model. > > > > > > While at it also enable SCSI driver model. > >

Re: [U-Boot] [PATCH v2 11/23] apalis_imx6: migrate mmc and sata to using driver model

2019-03-01 Thread Soeren Moch
On 25.02.19 11:39, Soeren Moch wrote: > > On 08.02.19 18:12, Marcel Ziswiler wrote: >> From: Marcel Ziswiler >> >> Migrate MMC and SATA to using driver model. >> >> While at it also enable SCSI driver model. >> >> Signed-off-by: Marcel Ziswiler > [also reply to v2 of this series to avoid that t

Re: [U-Boot] [PATCH v2 11/23] apalis_imx6: migrate mmc and sata to using driver model

2019-02-25 Thread Soeren Moch
On 08.02.19 18:12, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Migrate MMC and SATA to using driver model. > > While at it also enable SCSI driver model. > > Signed-off-by: Marcel Ziswiler [also reply to v2 of this series to avoid that this gets lost in patchwork] Hi Marcel, Thank you

[U-Boot] [PATCH v2 11/23] apalis_imx6: migrate mmc and sata to using driver model

2019-02-08 Thread Marcel Ziswiler
From: Marcel Ziswiler Migrate MMC and SATA to using driver model. While at it also enable SCSI driver model. Signed-off-by: Marcel Ziswiler --- Changes in v2: None board/toradex/apalis_imx6/apalis_imx6.c | 98 +++-- configs/apalis_imx6_defconfig | 3 + includ