Re: [U-Boot] [PATCH 9/9] drivers: mcfmii: add dm support

2020-01-10 Thread Tom Rini
On Fri, Nov 15, 2019 at 11:54:20PM +0100, Angelo Dureghello wrote: > From: Angelo Durgehello > > Add specific dm code, but maintaining this driver as is, so more in the > shape of a mii library. Can be moved to dm in a further step. > > Signed-off-by: Angelo Durgehello Applied to u-boot/maste

[U-Boot] [PATCH 9/9] drivers: mcfmii: add dm support

2019-11-15 Thread Angelo Dureghello
From: Angelo Durgehello Add specific dm code, but maintaining this driver as is, so more in the shape of a mii library. Can be moved to dm in a further step. Signed-off-by: Angelo Durgehello --- drivers/net/mcfmii.c | 48 +++- 1 file changed, 25 insertio