RE: [PATCH 02/14] drivers: net: ldpaa: add support for probing based on the DTS

2020-03-18 Thread Ioana Ciornei
> Subject: Re: [PATCH 02/14] drivers: net: ldpaa: add support for probing based > on > the DTS > > On Thu, Mar 12, 2020 at 11:26 AM Ioana Ciornei > wrote: > > > > When CONFIG_DM_ETH is enabled DPAA2 network interfaces will now probe > > based on DT

Re: [PATCH 02/14] drivers: net: ldpaa: add support for probing based on the DTS

2020-03-17 Thread Joe Hershberger
On Thu, Mar 12, 2020 at 11:26 AM Ioana Ciornei wrote: > > When CONFIG_DM_ETH is enabled DPAA2 network interfaces will now probe > based on DTS nodes with the "fsl,qoriq-mc-dpmac" compatible. > In this case, transform the ldpaa_eth driver into a UCLASS_ETH driver > and reuse the _open()/_tx()/_stop

[PATCH 02/14] drivers: net: ldpaa: add support for probing based on the DTS

2020-03-12 Thread Ioana Ciornei
When CONFIG_DM_ETH is enabled DPAA2 network interfaces will now probe based on DTS nodes with the "fsl,qoriq-mc-dpmac" compatible. In this case, transform the ldpaa_eth driver into a UCLASS_ETH driver and reuse the _open()/_tx()/_stop() functions already inplemented. For the moment, the ldpaa_eth