Re: [PATCH] net: stmmac: Fix null-function call in ISR on stmmac1000

2016-07-02 Thread David Miller
From: Matt Corallo Date: Thu, 30 Jun 2016 19:46:16 + > (resent due to overhelpful mail client corrupting patch) > > At least on Meson GXBB, the CORE_IRQ_MTL_RX_OVERFLOW interrupt is thrown > with the stmmac1000 driver, which does not support set_rx_tail_ptr. With > this patch and the clock f

Re: [PATCH] net: stmmac: Fix null-function call in ISR on stmmac1000

2016-06-30 Thread Matt Corallo
Damn mail clients and their helpful corruption of patches... Resent w/o the extran \n in the diff header. On 06/29/16 07:58, David Miller wrote: > From: Matt Corallo > Date: Sat, 25 Jun 2016 19:35:03 + > >> At least on Meson GXBB, the CORE_IRQ_MTL_RX_OVERFLOW interrupt is thrown >> with the

[PATCH] net: stmmac: Fix null-function call in ISR on stmmac1000

2016-06-30 Thread Matt Corallo
(resent due to overhelpful mail client corrupting patch) At least on Meson GXBB, the CORE_IRQ_MTL_RX_OVERFLOW interrupt is thrown with the stmmac1000 driver, which does not support set_rx_tail_ptr. With this patch and the clock fixes, 1G ethernet works on ODROID-C2. Signed-off-by: Matt Corallo -

Re: [PATCH] net: stmmac: Fix null-function call in ISR on stmmac1000

2016-06-29 Thread David Miller
From: Matt Corallo Date: Sat, 25 Jun 2016 19:35:03 + > At least on Meson GXBB, the CORE_IRQ_MTL_RX_OVERFLOW interrupt is thrown > with the stmmac1000 driver, which does not support set_rx_tail_ptr. With > this patch and the clock fixes, 1G ethernet works on ODROID-C2. > > Signed-off-by: Matt

Re: [PATCH] net: stmmac: Fix null-function call in ISR on stmmac1000

2016-06-26 Thread Giuseppe CAVALLARO
Thanks Matt for the fix On 6/25/2016 9:35 PM, Matt Corallo wrote: At least on Meson GXBB, the CORE_IRQ_MTL_RX_OVERFLOW interrupt is thrown with the stmmac1000 driver, which does not support set_rx_tail_ptr. With this patch and the clock fixes, 1G ethernet works on ODROID-C2. Signed-off-by: Matt

[PATCH] net: stmmac: Fix null-function call in ISR on stmmac1000

2016-06-25 Thread Matt Corallo
At least on Meson GXBB, the CORE_IRQ_MTL_RX_OVERFLOW interrupt is thrown with the stmmac1000 driver, which does not support set_rx_tail_ptr. With this patch and the clock fixes, 1G ethernet works on ODROID-C2. Signed-off-by: Matt Corallo --- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2