Re: [PATCH] net: macb: Handle the RXUBR interrupt on all devices

2015-05-11 Thread David Miller
From: Nicolas Ferre nicolas.fe...@atmel.com Date: Mon, 11 May 2015 12:10:54 +0200 Le 09/05/2015 22:04, David Miller a écrit : From: Nathan Sullivan nathan.sulli...@ni.com Date: Tue, 5 May 2015 15:00:25 -0500 The same hardware issue the at91 must work around applies to at least the Zynq

Re: [PATCH] net: macb: Handle the RXUBR interrupt on all devices

2015-05-09 Thread David Miller
From: Nathan Sullivan nathan.sulli...@ni.com Date: Tue, 5 May 2015 15:00:25 -0500 The same hardware issue the at91 must work around applies to at least the Zynq ethernet, and possibly more devices. The driver also needs to handle the RXUBR interrupt since it turns it on with MACB_RX_INT_FLAGS

[PATCH] net: macb: Handle the RXUBR interrupt on all devices

2015-05-05 Thread Nathan Sullivan
The same hardware issue the at91 must work around applies to at least the Zynq ethernet, and possibly more devices. The driver also needs to handle the RXUBR interrupt since it turns it on with MACB_RX_INT_FLAGS anyway. Signed-off-by: Nathan Sullivan nathan.sulli...@ni.com ---