commit | 3f1983d460d78a108d76315a4e0001add95754fa | [log] [tgz] |
---|---|---|
author | Ioana Ciornei <ioana.ciornei@nxp.com> | Thu Feb 09 18:07:03 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 05 13:41:55 2023 -0400 |
tree | 68a393429cc7b97ad8664cc739b51ae1ce5507ba | |
parent | 1416b80de46ea6a194ad29a541a075ffba320927 [diff] |
drivers: net: ldpaa: export driver name and API to get DPMAC id 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 <ioana.ciornei@nxp.com>