From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Simon Horman <horms@verge.net.au>
Cc: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
Russell King <linux@arm.linux.org.uk>,
linux-arm-kernel@lists.infradead.org,
David Brown <davidb@codeaurora.org>,
Daniel Walker <dwalker@fifo99.com>,
Bryan Huntsman <bryanh@codeaurora.org>,
Alessandro Rubini <rubini@unipv.it>,
Linus Walleij <linus.walleij@linaro.org>,
STEricsson <STEricsson_nomadik_linux@list.st.com>,
Jamie Iles <jamie@jamieiles.com>,
Barry Song <baohua.song@csr.com>,
Magnus Damm <magnus.damm@gmail.com>,
Michal Simek <michal.simek@xilinx.com>,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-sh@vger.kernel.org
Subject: Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users
Date: Thu, 28 Mar 2013 19:24:02 +0100 [thread overview]
Message-ID: <51548AC2.1010802@free-electrons.com> (raw)
In-Reply-To: <20130328124228.GA29616@verge.net.au>
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 <maxime.ripard@free-electrons.com>
>> ---
>> 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 <horms+renesas@verge.net.au>
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
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users
Date: Thu, 28 Mar 2013 18:24:02 +0000 [thread overview]
Message-ID: <51548AC2.1010802@free-electrons.com> (raw)
In-Reply-To: <20130328124228.GA29616@verge.net.au>
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 <maxime.ripard@free-electrons.com>
>> ---
>> 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 <horms+renesas@verge.net.au>
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
WARNING: multiple messages have this Message-ID (diff)
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users
Date: Thu, 28 Mar 2013 19:24:02 +0100 [thread overview]
Message-ID: <51548AC2.1010802@free-electrons.com> (raw)
In-Reply-To: <20130328124228.GA29616@verge.net.au>
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 <maxime.ripard@free-electrons.com>
>> ---
>> 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 <horms+renesas@verge.net.au>
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
next prev parent reply other threads:[~2013-03-28 18:24 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-28 9:41 [PATCH 0/2] ARM: Remove boilerplate irqchip_init code Maxime Ripard
2013-03-28 9:41 ` [PATCH 1/2] ARM: irq: Call irqchit_init if no init_irq function is specified Maxime Ripard
2013-03-28 9:41 ` Maxime Ripard
2013-03-28 14:48 ` Rob Herring
2013-03-28 14:48 ` Rob Herring
2013-03-28 14:51 ` Russell King - ARM Linux
2013-03-28 14:51 ` Russell King - ARM Linux
2013-03-28 15:25 ` Arnd Bergmann
2013-03-28 15:25 ` Arnd Bergmann
2013-03-28 15:36 ` Russell King - ARM Linux
2013-03-28 15:36 ` Russell King - ARM Linux
2013-03-28 15:49 ` Arnd Bergmann
2013-03-28 15:49 ` Arnd Bergmann
2013-03-28 18:20 ` Maxime Ripard
2013-03-28 18:20 ` Maxime Ripard
2013-03-28 18:40 ` Rob Herring
2013-03-28 18:40 ` Rob Herring
2013-03-28 19:02 ` Russell King - ARM Linux
2013-03-28 19:02 ` Russell King - ARM Linux
2013-03-28 9:41 ` [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users Maxime Ripard
2013-03-28 9:41 ` Maxime Ripard
2013-03-28 9:41 ` Maxime Ripard
2013-03-28 12:42 ` Simon Horman
2013-03-28 12:42 ` Simon Horman
2013-03-28 12:42 ` Simon Horman
2013-03-28 18:24 ` Maxime Ripard [this message]
2013-03-28 18:24 ` Maxime Ripard
2013-03-28 18:24 ` Maxime Ripard
2013-03-29 3:48 ` Simon Horman
2013-03-29 3:48 ` Simon Horman
2013-03-29 3:48 ` Simon Horman
-- strict thread matches above, loose matches on Subject: below --
2013-03-28 20:46 [PATCHv2 0/2] ARM: Remove boilerplate irqchip_init code Maxime Ripard
2013-03-28 20:46 ` [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users Maxime Ripard
2013-03-28 20:46 ` Maxime Ripard
2013-03-28 20:46 ` Maxime Ripard
2013-04-03 12:35 ` Linus Walleij
2013-04-03 12:35 ` Linus Walleij
2013-04-03 12:35 ` Linus Walleij
2013-04-03 13:20 ` Jamie Iles
2013-04-03 13:20 ` Jamie Iles
2013-04-03 13:20 ` Jamie Iles
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51548AC2.1010802@free-electrons.com \
--to=maxime.ripard@free-electrons.com \
--cc=STEricsson_nomadik_linux@list.st.com \
--cc=arnd@arndb.de \
--cc=baohua.song@csr.com \
--cc=bryanh@codeaurora.org \
--cc=davidb@codeaurora.org \
--cc=dwalker@fifo99.com \
--cc=horms@verge.net.au \
--cc=jamie@jamieiles.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=magnus.damm@gmail.com \
--cc=michal.simek@xilinx.com \
--cc=olof@lixom.net \
--cc=rubini@unipv.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.