From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Tue, 30 Jul 2013 20:41:10 +0000 Subject: Re: [PATCH] sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interrupt Message-Id: <51F824E6.9080006@cogentembedded.com> List-Id: References: <1375142928-17769-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: <1375142928-17769-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: netdev@vger.kernel.org Cc: Laurent Pinchart , linux-sh@vger.kernel.org, Simon Horman , Magnus Damm Hello. On 07/30/2013 04:08 AM, Laurent Pinchart wrote: > The RFE interrupt is enabled for the r8a7790 but isn't handled, > resulting in the interrupts core noticing unhandled interrupts, and > eventually disabling the ethernet IRQ. > > Fix it by adding RFE to the bitmask of error interrupts to be handled > for r8a7790. > Signed-off-by: Laurent Pinchart > --- Laurent forgot to specify that the patch is for the net-next.git. WBR, Sergei