Re: [PATCH 7/8] mmc: mvebu: convert to driver model

2021-03-26 Thread Harm Berntsen
n , u-boot@lists.denx.de Cc: pa...@antoniou-consulting.com , s...@chromium.org , drea...@doukki.net Subject: Re: [PATCH 7/8] mmc: mvebu: convert to driver model Date: Fri, 26 Mar 2021 07:05:11 +0100 On 25.03.21 14:48, Harm Berntsen wrote: > This is a straightforward conversion of the old, non-

Re: [PATCH 7/8] mmc: mvebu: convert to driver model

2021-03-25 Thread Stefan Roese
On 25.03.21 14:48, Harm Berntsen wrote: This is a straightforward conversion of the old, non-dm driver. It was done in-place as the deadline for non-dm MMC has passed. Previous commits ensured that no board depends on the old, non-dm variant. Tested on a Kirkwood based board with eMMC. Signed-of

Re: [PATCH 7/8] mmc: mvebu: convert to driver model

2021-03-25 Thread Simon Glass
On Fri, 26 Mar 2021 at 02:48, Harm Berntsen wrote: > > This is a straightforward conversion of the old, non-dm driver. It was > done in-place as the deadline for non-dm MMC has passed. Previous > commits ensured that no board depends on the old, non-dm variant. > Tested > on a Kirkwood based board

Re: [PATCH 7/8] mmc: mvebu: convert to driver model

2021-03-25 Thread Jaehoon Chung
Dear Harm, On 3/25/21 10:48 PM, Harm Berntsen wrote: > This is a straightforward conversion of the old, non-dm driver. It was > done in-place as the deadline for non-dm MMC has passed. Previous > commits ensured that no board depends on the old, non-dm variant. > Tested > on a Kirkwood based board

[PATCH 7/8] mmc: mvebu: convert to driver model

2021-03-25 Thread Harm Berntsen
This is a straightforward conversion of the old, non-dm driver. It was done in-place as the deadline for non-dm MMC has passed. Previous commits ensured that no board depends on the old, non-dm variant. Tested on a Kirkwood based board with eMMC. Signed-off-by: Harm Berntsen Tested-by: Harm Bernt