Re: [PATCH] net: mpc8xx_fec: Migrate to DM_ETH

2022-08-08 Thread Tom Rini
On Thu, May 12, 2022 at 03:48:51PM +0200, Christophe Leroy wrote: > Migrate mpc8xx_fec driver to DM_ETH. > > Signed-off-by: Christophe Leroy > Reviewed-by: Ramon Fried Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] net: mpc8xx_fec: Migrate to DM_ETH

2022-05-15 Thread Ramon Fried
On Thu, May 12, 2022 at 4:49 PM Christophe Leroy wrote: > > Migrate mpc8xx_fec driver to DM_ETH. > > Signed-off-by: Christophe Leroy > --- > arch/powerpc/cpu/mpc8xx/cpu.c | 12 --- > arch/powerpc/dts/mcr3000.dts | 4 + > configs/MCR3000_defconfig | 1 + > drivers/net/Kconfig

[PATCH] net: mpc8xx_fec: Migrate to DM_ETH

2022-05-12 Thread Christophe Leroy
Migrate mpc8xx_fec driver to DM_ETH. Signed-off-by: Christophe Leroy --- arch/powerpc/cpu/mpc8xx/cpu.c | 12 --- arch/powerpc/dts/mcr3000.dts | 4 + configs/MCR3000_defconfig | 1 + drivers/net/Kconfig | 1 + drivers/net/mpc8xx_fec.c | 189 ++---