Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752135AbdF3NpP (ORCPT ); Fri, 30 Jun 2017 09:45:15 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:36392 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751905AbdF3NpN (ORCPT ); Fri, 30 Jun 2017 09:45:13 -0400 Date: Fri, 30 Jun 2017 22:45:10 +0900 From: Stafford Horne To: Marc Zyngier Cc: "Pedro H. Penna" , tglx@linutronix.de, jason@lakedaemon.net, stefan.kristiansson@saunalahti.fi, jonas@southpole.se, LKML , Openrisc Subject: Re: [PATCH] irqchip: or1k-pic: Fix interrupt system. Message-ID: <20170630134510.GC2589@lianli.shorne-pla.net> References: <20170630113356.GA20194@gmail.com> <20170630130434.GB2589@lianli.shorne-pla.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1033 Lines: 33 On Fri, Jun 30, 2017 at 02:09:32PM +0100, Marc Zyngier wrote: > On 30/06/17 14:04, Stafford Horne wrote: > > +CC Kernel List > > > > On Fri, Jun 30, 2017 at 08:33:56AM -0300, Pedro H. Penna wrote: > >> Usually, hardware implicitly acknowledges interruts when > >> reading them. However, if this is not the case, the IRQ > >> gets fired over and over again in the current implementation. > >> > >> This patch uses the right mask acknowledge function to handle the > >> aforementioned situation on or1k processors that interact with > >> such kind of hardware. > >> > >> Signed-off-by: Pedro H. Penna > > > > Acked-by: Stafford Horne > > Can you please Ack it with an email address? Sorry about that: Acked-by: Stafford Horne > > > > I am ok to take this patch into my tree if no one objects. But if someone > > wants to take it through the drive tree I am fine too. > > I'll queue it through my tree, as I have some last minute fixes to send > to Thomas. Thanks, -Stafford