Re: [PATCH] dpaa_eth: implement ioctl() for PHY-related ops

2017-02-20 Thread David Miller
From: Michael Walle Date: Mon, 20 Feb 2017 16:54:18 +0100 > 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 Applied, thanks.

[PATCH] dpaa_eth: implement ioctl() for PHY-related ops

2017-02-20 Thread Michael Walle
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 --- drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 8 1 file changed, 8 insertions(+) diff --git