From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 21 Jun 2014 19:30:10 -0400 From: Jason Cooper To: Thomas Gleixner Cc: LKML , Viresh Kumar , Shiraz Hashim , spear-devel@list.st.com, stable@vger.kernel.org Subject: Re: [patch 01/13] irqchip: spear_shirq: Fix interrupt offset Message-ID: <20140621233010.GI21711@titan.lakedaemon.net> References: <20140619212606.431750473@linutronix.de> <20140619212712.872379208@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140619212712.872379208@linutronix.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Thu, Jun 19, 2014 at 09:34:37PM -0000, Thomas Gleixner wrote: > The ras3 block on spear320 claims to have 3 interrupts. In fact it has > one and 6 reserved interrupts. Account the 6 reserved to this block so > it has 7 interrupts total. That matches the datasheet and the device > tree entries. > > Broken since commit 80515a5a(ARM: SPEAr3xx: shirq: simplify and move > the shared irq multiplexor to DT). Testing is overrated.... > > Signed-off-by: Thomas Gleixner > Cc: stable@vger.kernel.org > --- > drivers/irqchip/spear-shirq.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to irqchip/urgent noting that it's for stable v3.8+ with Viresh's Ack. thx, Jason.