Re: [PATCH 1/2] drivers: net: ldpaa: export driver name and API to get DPMAC id

2023-05-06 Thread Tom Rini
On Thu, Feb 09, 2023 at 06:07:03PM +0200, Ioana Ciornei wrote: > Export the ldpaa_eth_get_dpmac_id() function so that it can be used from > other drivers, especially by fsl-mc which will need it the next patch. > Also, create a macro for the Ethernet ldpaa driver name and export it as > well. >

[PATCH 1/2] drivers: net: ldpaa: export driver name and API to get DPMAC id

2023-02-09 Thread Ioana Ciornei
Export the ldpaa_eth_get_dpmac_id() function so that it can be used from other drivers, especially by fsl-mc which will need it the next patch. Also, create a macro for the Ethernet ldpaa driver name and export it as well. Signed-off-by: Ioana Ciornei --- drivers/net/ldpaa_eth/ldpaa_eth.c | 7