From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423955AbcBQVSH (ORCPT ); Wed, 17 Feb 2016 16:18:07 -0500 Received: from outbound1a.ore.mailhop.org ([54.213.22.21]:25875 "EHLO outbound1a.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965310AbcBQVSD (ORCPT ); Wed, 17 Feb 2016 16:18:03 -0500 X-MHO-User: fbec20d0-d5bb-11e5-8dfb-c75234cc769e X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 74.98.178.100 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 7FF978006E Date: Wed, 17 Feb 2016 21:17:59 +0000 From: Jason Cooper To: Alban Bedel Cc: linux-mips@linux-mips.org, Ralf Baechle , Thomas Gleixner , Marc Zyngier , Alexander Couzens , Joel Porquet , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip Message-ID: <20160217211759.GL5183@io.lakedaemon.net> References: <1453553867-27003-1-git-send-email-albeu@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453553867-27003-1-git-send-email-albeu@free.fr> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alban, On Sat, Jan 23, 2016 at 01:57:46PM +0100, Alban Bedel wrote: > The driver stays the same but the initialization changes a bit. > For OF boards we now get the memory map from the OF node and use > a linear mapping instead of the legacy mapping. For legacy boards > we still use a legacy mapping and just pass down all the parameters > from the board init code. > > Signed-off-by: Alban Bedel > --- > Changelog: > v2: * Added the missing calls to chained_irq_enter/leave() > --- > arch/mips/ath79/irq.c | 163 +++----------------------- > arch/mips/include/asm/mach-ath79/ath79.h | 3 + > drivers/irqchip/Makefile | 1 + > drivers/irqchip/irq-ath79-misc.c | 189 +++++++++++++++++++++++++++++++ > 4 files changed, 208 insertions(+), 148 deletions(-) > create mode 100644 drivers/irqchip/irq-ath79-misc.c Both applied to irqchip/mips with Marc's Acked-by. thx, Jason.