From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754883AbcESMcQ (ORCPT ); Thu, 19 May 2016 08:32:16 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:39194 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753590AbcESMcN (ORCPT ); Thu, 19 May 2016 08:32:13 -0400 Date: Thu, 19 May 2016 14:32:01 +0200 From: Ralf Baechle To: Thomas Gleixner Cc: Paul Burton , linux-mips@linux-mips.org, Matt Redfearn , Guenter Roeck , Qais Yousef , Sergei Shtylyov , linux-kernel@vger.kernel.org, Jason Cooper , Joe Perches , James Hogan , Markos Chandras , Marc Zyngier Subject: Re: [PATCH 0/3] External Interrupt Controller (EIC) fixes Message-ID: <20160519123200.GP14481@linux-mips.org> References: <1463495466-29689-1-git-send-email-paul.burton@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 19, 2016 at 11:21:22AM +0200, Thomas Gleixner wrote: > On Tue, 17 May 2016, Paul Burton wrote: > > > This series fixes a few small issues with support for External Interrupt > > Controllers (cpu_has_veic), ensuring that it is configured to service > > all interrupts by default & that when a GIC is present it's enabled when > > expected. > > > > Applies atop v4.6. > > > > Paul Burton (3): > > MIPS: Clear Status IPL field when using EIC > > MIPS: smp-cps: Clear Status IPL field when using EIC > > irqchip: mips-gic: Setup EIC mode on each CPU if it's in use > > I was not on CC for patch 1/3 and I assume this should go through one > tree. Ralf, can you pick that up with my acked-by for the irqchip change? Yes, will do. Thanks! Ralf