Re: [PATCH V2 45/49] net: dwc_eth_qos: move i.MX code out

2022-07-03 Thread Ramon Fried
On Mon, Jun 27, 2022 at 5:44 AM Peng Fan (OSS) wrote: > > From: Peng Fan > > Move i.MX code to a standalone file to make it easy for adding new > platform support > > Signed-off-by: Peng Fan > --- > drivers/net/Makefile | 1 + > drivers/net/dwc_eth_qos.c | 92 ---

[PATCH V2 45/49] net: dwc_eth_qos: move i.MX code out

2022-06-26 Thread Peng Fan (OSS)
From: Peng Fan Move i.MX code to a standalone file to make it easy for adding new platform support Signed-off-by: Peng Fan --- drivers/net/Makefile | 1 + drivers/net/dwc_eth_qos.c | 92 -- drivers/net/dwc_eth_qos.h | 2 + drivers/net/dwc_eth_qos_i