Re: [PATCH 3/3] net: cpsw: implement ioctl for MII

2012-12-04 Thread Jan Lübbe
On Mon, 2012-12-03 at 22:34 +0530, Mugunthan V N wrote: Already ndo_do_ioctl is already implemented. Can you rebase the patch with latest git repo and resubmit the patch Sorry, I should have checked that before. I'll update the other patches and resubmit. -- Pengutronix e.K.

[PATCH 3/3] net: cpsw: implement ioctl for MII

2012-12-03 Thread Jan Luebbe
This allows using tools like mii-diag on CPSW. Signed-off-by: Jan Luebbe j...@pengutronix.de --- drivers/net/ethernet/ti/cpsw.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/net/ethernet/ti/cpsw.c b/drivers/net/ethernet/ti/cpsw.c index 8de3e92..f476c03 100644 ---

Re: [PATCH 3/3] net: cpsw: implement ioctl for MII

2012-12-03 Thread Ben Hutchings
On Mon, 2012-12-03 at 14:49 +0100, Jan Luebbe wrote: This allows using tools like mii-diag on CPSW. Signed-off-by: Jan Luebbe j...@pengutronix.de --- drivers/net/ethernet/ti/cpsw.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/net/ethernet/ti/cpsw.c

Re: [PATCH 3/3] net: cpsw: implement ioctl for MII

2012-12-03 Thread Mugunthan V N
On 12/3/2012 7:19 PM, Jan Luebbe wrote: This allows using tools like mii-diag on CPSW. Signed-off-by: Jan Luebbe j...@pengutronix.de --- drivers/net/ethernet/ti/cpsw.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/net/ethernet/ti/cpsw.c