Re: [PATCH net-next] cxgb4: handle serial flash interrupt

2017-06-13 Thread David Miller
From: Ganesh Goudar Date: Wed, 14 Jun 2017 00:45:43 +0530 > If SF bit is not cleared in PL_INT_CAUSE, subsequent non-data > interrupts are not raised. Enable SF bit in Global Interrupt > Mask and handle it as non-fatal and hence eventually clear it. > > Signed-off-by: Rahul Lakkireddy > Signed

Re: [PATCH net-next] cxgb4: handle serial flash interrupt

2017-06-13 Thread David Miller
From: Ganesh Goudar Date: Wed, 14 Jun 2017 00:45:43 +0530 > If SF bit is not cleared in PL_INT_CAUSE, subsequent non-data > interrupts are not raised. Enable SF bit in Global Interrupt > Mask and handle it as non-fatal and hence eventually clear it. > > Signed-off-by: Rahul Lakkireddy > Signed

[PATCH net-next] cxgb4: handle serial flash interrupt

2017-06-13 Thread Ganesh Goudar
If SF bit is not cleared in PL_INT_CAUSE, subsequent non-data interrupts are not raised. Enable SF bit in Global Interrupt Mask and handle it as non-fatal and hence eventually clear it. Signed-off-by: Rahul Lakkireddy Signed-off-by: Ganesh Goudar --- drivers/net/ethernet/chelsio/cxgb4/t4_hw.c