commit | 9fe18780a443823a7731b57b8bc4a6ff70bd390e | [log] [tgz] |
---|---|---|
author | Josef Holzmayr <holzmayr@rsi-elektrotechnik.de> | Wed Oct 02 21:22:51 2019 +0200 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Dec 09 09:47:42 2019 -0600 |
tree | f0b3994434e8e3be8a2ff12753ec13a963a9de31 | |
parent | 5cf96d1556edb5fed383c2c8835f4eabd7f5400c [diff] |
net: macb: explicitly pass phy_adr to mdio read and write To support accessing arbitrary addresses the mii/mdio bus it is necessary that the macb_mdio_read and macb_mdio_write functions do not implicitly use the address of the connected phy. The function signature is extended according to the Linux kernel equivalent. Signed-off-by: Josef Holzmayr <holzmayr@rsi-elektrotechnik.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>