[PATCH 7/8] net: dwc_eth_qos: Export common struct and interface at head file
Stephen Warren
swarren at wwwdotorg.org
Fri May 1 00:47:54 CEST 2020
On 4/30/20 4:45 AM, David Wu wrote:
> Open structure data and interface, so that Soc using dw_eth_qos
> controller can reference.
This shouldn't be necessary; nothing outside of this driver should need
access to the registers.
At most, perhaps implement some additional functions so that other code
can call into the driver to perform specific actions. However, even
that's probably not a good idea.
More information about the U-Boot
mailing list