From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Ripard Subject: Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users Date: Thu, 28 Mar 2013 19:24:02 +0100 Message-ID: <51548AC2.1010802@free-electrons.com> References: <1364463704-13692-1-git-send-email-maxime.ripard@free-electrons.com> <1364463704-13692-3-git-send-email-maxime.ripard@free-electrons.com> <20130328124228.GA29616@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail.free-electrons.com ([94.23.35.102]:39101 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750909Ab3C1SYF (ORCPT ); Thu, 28 Mar 2013 14:24:05 -0400 In-Reply-To: <20130328124228.GA29616@verge.net.au> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Simon Horman Cc: Arnd Bergmann , Olof Johansson , Russell King , linux-arm-kernel@lists.infradead.org, David Brown , Daniel Walker , Bryan Huntsman , Alessandro Rubini , Linus Walleij , STEricsson , Jamie Iles , Barry Song , Magnus Damm , Michal Simek , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-sh@vger.kernel.org Hi Simon, Le 28/03/2013 13:42, Simon Horman a =E9crit : > On Thu, Mar 28, 2013 at 10:41:44AM +0100, Maxime Ripard wrote: >> Now that the arm core code calls irqchip_init, we can remove it from= all >> the machines that were using it. >> >> Signed-off-by: Maxime Ripard >> --- >> arch/arm/mach-bcm/board_bcm.c | 1 - >> arch/arm/mach-msm/board-dt-8660.c | 1 - >> arch/arm/mach-msm/board-dt-8960.c | 1 - >> arch/arm/mach-nomadik/cpu-8815.c | 1 - >> arch/arm/mach-picoxcell/common.c | 1 - >> arch/arm/mach-prima2/common.c | 1 - >> arch/arm/mach-shmobile/board-kzm9g-reference.c | 1 - >> arch/arm/mach-shmobile/setup-emev2.c | 1 - >> arch/arm/mach-shmobile/setup-sh73a0.c | 1 - >> arch/arm/mach-spear/spear1310.c | 1 - >> arch/arm/mach-spear/spear1340.c | 1 - >> arch/arm/mach-spear/spear300.c | 1 - >> arch/arm/mach-spear/spear310.c | 1 - >> arch/arm/mach-spear/spear320.c | 1 - >> arch/arm/mach-spear/spear6xx.c | 1 - >> arch/arm/mach-vexpress/v2m.c | 1 - >> arch/arm/mach-virt/virt.c | 1 - >> arch/arm/mach-zynq/common.c | 1 - >> 18 files changed, 18 deletions(-) >=20 > mach-shmobile portion: >=20 > Acked-by: Simon Horman Thanks! >=20 > I have some new users of this queued up for v3.10. > How should we handle that? Since the old behaviour is preserved, I guess it doesn't matter much, and one of us can always make a followup patch on top of these patches. Maxime --=20 Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Ripard Date: Thu, 28 Mar 2013 18:24:02 +0000 Subject: Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users Message-Id: <51548AC2.1010802@free-electrons.com> List-Id: References: <1364463704-13692-1-git-send-email-maxime.ripard@free-electrons.com> <1364463704-13692-3-git-send-email-maxime.ripard@free-electrons.com> <20130328124228.GA29616@verge.net.au> In-Reply-To: <20130328124228.GA29616@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-arm-kernel@lists.infradead.org Hi Simon, Le 28/03/2013 13:42, Simon Horman a =E9crit : > On Thu, Mar 28, 2013 at 10:41:44AM +0100, Maxime Ripard wrote: >> Now that the arm core code calls irqchip_init, we can remove it from all >> the machines that were using it. >> >> Signed-off-by: Maxime Ripard >> --- >> arch/arm/mach-bcm/board_bcm.c | 1 - >> arch/arm/mach-msm/board-dt-8660.c | 1 - >> arch/arm/mach-msm/board-dt-8960.c | 1 - >> arch/arm/mach-nomadik/cpu-8815.c | 1 - >> arch/arm/mach-picoxcell/common.c | 1 - >> arch/arm/mach-prima2/common.c | 1 - >> arch/arm/mach-shmobile/board-kzm9g-reference.c | 1 - >> arch/arm/mach-shmobile/setup-emev2.c | 1 - >> arch/arm/mach-shmobile/setup-sh73a0.c | 1 - >> arch/arm/mach-spear/spear1310.c | 1 - >> arch/arm/mach-spear/spear1340.c | 1 - >> arch/arm/mach-spear/spear300.c | 1 - >> arch/arm/mach-spear/spear310.c | 1 - >> arch/arm/mach-spear/spear320.c | 1 - >> arch/arm/mach-spear/spear6xx.c | 1 - >> arch/arm/mach-vexpress/v2m.c | 1 - >> arch/arm/mach-virt/virt.c | 1 - >> arch/arm/mach-zynq/common.c | 1 - >> 18 files changed, 18 deletions(-) >=20 > mach-shmobile portion: >=20 > Acked-by: Simon Horman Thanks! >=20 > I have some new users of this queued up for v3.10. > How should we handle that? Since the old behaviour is preserved, I guess it doesn't matter much, and one of us can always make a followup patch on top of these patches. Maxime --=20 Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: maxime.ripard@free-electrons.com (Maxime Ripard) Date: Thu, 28 Mar 2013 19:24:02 +0100 Subject: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users In-Reply-To: <20130328124228.GA29616@verge.net.au> References: <1364463704-13692-1-git-send-email-maxime.ripard@free-electrons.com> <1364463704-13692-3-git-send-email-maxime.ripard@free-electrons.com> <20130328124228.GA29616@verge.net.au> Message-ID: <51548AC2.1010802@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Simon, Le 28/03/2013 13:42, Simon Horman a ?crit : > On Thu, Mar 28, 2013 at 10:41:44AM +0100, Maxime Ripard wrote: >> Now that the arm core code calls irqchip_init, we can remove it from all >> the machines that were using it. >> >> Signed-off-by: Maxime Ripard >> --- >> arch/arm/mach-bcm/board_bcm.c | 1 - >> arch/arm/mach-msm/board-dt-8660.c | 1 - >> arch/arm/mach-msm/board-dt-8960.c | 1 - >> arch/arm/mach-nomadik/cpu-8815.c | 1 - >> arch/arm/mach-picoxcell/common.c | 1 - >> arch/arm/mach-prima2/common.c | 1 - >> arch/arm/mach-shmobile/board-kzm9g-reference.c | 1 - >> arch/arm/mach-shmobile/setup-emev2.c | 1 - >> arch/arm/mach-shmobile/setup-sh73a0.c | 1 - >> arch/arm/mach-spear/spear1310.c | 1 - >> arch/arm/mach-spear/spear1340.c | 1 - >> arch/arm/mach-spear/spear300.c | 1 - >> arch/arm/mach-spear/spear310.c | 1 - >> arch/arm/mach-spear/spear320.c | 1 - >> arch/arm/mach-spear/spear6xx.c | 1 - >> arch/arm/mach-vexpress/v2m.c | 1 - >> arch/arm/mach-virt/virt.c | 1 - >> arch/arm/mach-zynq/common.c | 1 - >> 18 files changed, 18 deletions(-) > > mach-shmobile portion: > > Acked-by: Simon Horman Thanks! > > I have some new users of this queued up for v3.10. > How should we handle that? Since the old behaviour is preserved, I guess it doesn't matter much, and one of us can always make a followup patch on top of these patches. Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com