commit | 1763413ac2c15f80fa2c2e308ecbf1a1b550a4c3 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Mon Feb 20 16:54:18 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 20 22:21:23 2017 -0500 |
tree | 3fe17b5983ec7fb9939c622dd96918f7d826dfdd | |
parent | 2cf8a897116a4433ca579aff8b0813d8fb2c4473 [diff] |
dpaa_eth: implement ioctl() for PHY-related ops This commit adds the ndo_do_ioctl() callback which allows the userspace to access PHY registers, for example. This will make mii-diag and similar tools work. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: David S. Miller <davem@davemloft.net>