From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de ([212.227.126.186]:62739 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751419Ab3CZQzk (ORCPT ); Tue, 26 Mar 2013 12:55:40 -0400 From: Arnd Bergmann To: Thomas Petazzoni Subject: Re: [RFCv1 02/11] irqchip: move IRQ driver for Armada 370/XP Date: Tue, 26 Mar 2013 16:54:41 +0000 Cc: Bjorn Helgaas , Grant Likely , Russell King , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, Lior Amsalem , Andrew Lunn , Jason Cooper , Maen Suleiman , Thierry Reding , Gregory Clement , Ezequiel Garcia , Olof Johansson , Tawfik Bayouk , Jason Gunthorpe , Mitch Bradley , Andrew Murray References: <1364316746-8702-1-git-send-email-thomas.petazzoni@free-electrons.com> <1364316746-8702-3-git-send-email-thomas.petazzoni@free-electrons.com> In-Reply-To: <1364316746-8702-3-git-send-email-thomas.petazzoni@free-electrons.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Message-Id: <201303261654.41873.arnd@arndb.de> Sender: linux-pci-owner@vger.kernel.org List-ID: On Tuesday 26 March 2013, Thomas Petazzoni wrote: > When the Marvell Armada 370/XP support was included in the kernel, the > drivers/irqchip/ directory didn't exist and the minimal infrastructure > in it also didn't exist. Now that we have those things in place, we > move the Armada 370/XP IRQ controller driver from > arch/arm/mach-mvebu/irq-armada-370-xp.c to > drivers/irqchip/irq-armada-370-xp.c. > > Note in order to reduce code movement and therefore ease the review of > this patch, we intentionally introduce a forward declaration of > armada_370_xp_handle_irq(). It is in fact not needed because this > handler can now simply be implemented before > armada_370_xp_mpic_of_init(). That will be done in the next commit. > > Signed-off-by: Thomas Petazzoni Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 26 Mar 2013 16:54:41 +0000 Subject: [RFCv1 02/11] irqchip: move IRQ driver for Armada 370/XP In-Reply-To: <1364316746-8702-3-git-send-email-thomas.petazzoni@free-electrons.com> References: <1364316746-8702-1-git-send-email-thomas.petazzoni@free-electrons.com> <1364316746-8702-3-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <201303261654.41873.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 26 March 2013, Thomas Petazzoni wrote: > When the Marvell Armada 370/XP support was included in the kernel, the > drivers/irqchip/ directory didn't exist and the minimal infrastructure > in it also didn't exist. Now that we have those things in place, we > move the Armada 370/XP IRQ controller driver from > arch/arm/mach-mvebu/irq-armada-370-xp.c to > drivers/irqchip/irq-armada-370-xp.c. > > Note in order to reduce code movement and therefore ease the review of > this patch, we intentionally introduce a forward declaration of > armada_370_xp_handle_irq(). It is in fact not needed because this > handler can now simply be implemented before > armada_370_xp_mpic_of_init(). That will be done in the next commit. > > Signed-off-by: Thomas Petazzoni Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [RFCv1 02/11] irqchip: move IRQ driver for Armada 370/XP Date: Tue, 26 Mar 2013 16:54:41 +0000 Message-ID: <201303261654.41873.arnd@arndb.de> References: <1364316746-8702-1-git-send-email-thomas.petazzoni@free-electrons.com> <1364316746-8702-3-git-send-email-thomas.petazzoni@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1364316746-8702-3-git-send-email-thomas.petazzoni@free-electrons.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Thomas Petazzoni Cc: Lior Amsalem , Andrew Lunn , Russell King , Jason Cooper , Tawfik Bayouk , Olof Johansson , linux-pci@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Thierry Reding , Grant Likely , Maen Suleiman , Ezequiel Garcia , Andrew Murray , Bjorn Helgaas , Gregory Clement , Mitch Bradley , linux-arm-kernel@lists.infradead.org, Jason Gunthorpe List-Id: devicetree@vger.kernel.org On Tuesday 26 March 2013, Thomas Petazzoni wrote: > When the Marvell Armada 370/XP support was included in the kernel, the > drivers/irqchip/ directory didn't exist and the minimal infrastructure > in it also didn't exist. Now that we have those things in place, we > move the Armada 370/XP IRQ controller driver from > arch/arm/mach-mvebu/irq-armada-370-xp.c to > drivers/irqchip/irq-armada-370-xp.c. > > Note in order to reduce code movement and therefore ease the review of > this patch, we intentionally introduce a forward declaration of > armada_370_xp_handle_irq(). It is in fact not needed because this > handler can now simply be implemented before > armada_370_xp_mpic_of_init(). That will be done in the next commit. > > Signed-off-by: Thomas Petazzoni Acked-by: Arnd Bergmann