* [GIT PULL] Preparatory GIC patches for arm64 support
@ 2013-03-28 14:02 Catalin Marinas
2013-03-28 14:24 ` Russell King - ARM Linux
2013-04-02 18:03 ` Olof Johansson
0 siblings, 2 replies; 4+ messages in thread
From: Catalin Marinas @ 2013-03-28 14:02 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
As I'm about to go on holiday for two weeks and I haven't heard any
preference for who should be merging these patches, I'm sending the pull
request to arm-soc given that 90% of the changes target SoC code. Apart
from the gic_secondary_init() patch, the rest is trivial header code
moving around or removal.
Russell, if you have any objections, please let arm-soc guys and me know
and feel free to pull these patches via your tree. I don't mind either
way.
Thanks,
Catalin
The following changes since commit a937536b868b8369b98967929045f1df54234323:
Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git gic
for you to fetch changes up to c0114709ed85a5693eb74acdfa03d94f7f12e5b8:
irqchip: gic: Perform the gic_secondary_init() call via CPU notifier (2013-03-26 16:12:02 +0000)
----------------------------------------------------------------
Catalin Marinas (4):
arm: Move the set_handle_irq and handle_arch_irq declarations to asm/irq.h
arm: Move chained_irq_(enter|exit) to a generic file
irqchip: gic: Call handle_bad_irq() directly
irqchip: gic: Perform the gic_secondary_init() call via CPU notifier
arch/arm/include/asm/irq.h | 5 +++
arch/arm/include/asm/mach/irq.h | 36 --------------------
arch/arm/mach-at91/gpio.c | 3 +-
arch/arm/mach-exynos/common.c | 1 +
arch/arm/mach-exynos/platsmp.c | 8 -----
arch/arm/mach-highbank/platsmp.c | 7 ----
arch/arm/mach-imx/platsmp.c | 12 -------
arch/arm/mach-msm/platsmp.c | 8 -----
arch/arm/mach-omap2/omap-smp.c | 7 ----
arch/arm/mach-prima2/platsmp.c | 8 -----
arch/arm/mach-s3c24xx/irq.c | 1 +
arch/arm/mach-shmobile/smp-emev2.c | 7 ----
arch/arm/mach-shmobile/smp-r8a7779.c | 7 ----
arch/arm/mach-shmobile/smp-sh73a0.c | 7 ----
arch/arm/mach-socfpga/platsmp.c | 12 -------
arch/arm/mach-spear13xx/platsmp.c | 8 -----
arch/arm/mach-tegra/platsmp.c | 8 -----
arch/arm/mach-ux500/platsmp.c | 8 -----
arch/arm/mach-virt/platsmp.c | 8 -----
arch/arm/plat-samsung/irq-vic-timer.c | 3 +-
arch/arm/plat-samsung/s5p-irq-gpioint.c | 3 +-
arch/arm/plat-versatile/platsmp.c | 8 -----
drivers/gpio/gpio-msm-v2.c | 3 +-
drivers/gpio/gpio-mxc.c | 2 +-
drivers/gpio/gpio-omap.c | 3 +-
drivers/gpio/gpio-pl061.c | 2 +-
drivers/gpio/gpio-pxa.c | 3 +-
drivers/gpio/gpio-tegra.c | 3 +-
drivers/irqchip/exynos-combiner.c | 1 +
drivers/irqchip/irq-gic.c | 32 +++++++++++++-----
drivers/irqchip/irq-vic.c | 2 +-
drivers/pinctrl/pinctrl-at91.c | 3 +-
drivers/pinctrl/pinctrl-exynos.c | 3 +-
drivers/pinctrl/pinctrl-nomadik.c | 2 +-
drivers/pinctrl/pinctrl-sirf.c | 2 +-
drivers/pinctrl/spear/pinctrl-plgpio.c | 2 +-
drivers/staging/imx-drm/ipu-v3/ipu-common.c | 2 +-
include/linux/irqchip/arm-gic.h | 1 -
include/linux/irqchip/chained_irq.h | 52 +++++++++++++++++++++++++++++
39 files changed, 99 insertions(+), 194 deletions(-)
create mode 100644 include/linux/irqchip/chained_irq.h
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Preparatory GIC patches for arm64 support
2013-03-28 14:02 [GIT PULL] Preparatory GIC patches for arm64 support Catalin Marinas
@ 2013-03-28 14:24 ` Russell King - ARM Linux
2013-04-02 18:03 ` Olof Johansson
1 sibling, 0 replies; 4+ messages in thread
From: Russell King - ARM Linux @ 2013-03-28 14:24 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Mar 28, 2013 at 02:02:39PM +0000, Catalin Marinas wrote:
> As I'm about to go on holiday for two weeks and I haven't heard any
> preference for who should be merging these patches,
I'm happy for these to go via arm-soc.
That makes two of us then - I too will be sporadically away for the
next two weeks. Given the amount of mail traffic on these lists now
(betweem 400 and 500 messages per day) I will _not_ be catching up
with any email afterwards.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Preparatory GIC patches for arm64 support
2013-03-28 14:02 [GIT PULL] Preparatory GIC patches for arm64 support Catalin Marinas
2013-03-28 14:24 ` Russell King - ARM Linux
@ 2013-04-02 18:03 ` Olof Johansson
2013-04-02 22:11 ` Olof Johansson
1 sibling, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2013-04-02 18:03 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Mar 28, 2013 at 02:02:39PM +0000, Catalin Marinas wrote:
> Hi,
>
> As I'm about to go on holiday for two weeks and I haven't heard any
> preference for who should be merging these patches, I'm sending the pull
> request to arm-soc given that 90% of the changes target SoC code. Apart
> from the gic_secondary_init() patch, the rest is trivial header code
> moving around or removal.
>
> Russell, if you have any objections, please let arm-soc guys and me know
> and feel free to pull these patches via your tree. I don't mind either
> way.
>
> Thanks,
>
> Catalin
>
>
> The following changes since commit a937536b868b8369b98967929045f1df54234323:
>
> Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git gic
Pulled as gic/cleanup into next/cleanup.
I got a handful of context conflicts due to additions near the old
secondary_init functions, and one add/add conflict on includes. All trivial to
resolve.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Preparatory GIC patches for arm64 support
2013-04-02 18:03 ` Olof Johansson
@ 2013-04-02 22:11 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2013-04-02 22:11 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Apr 2, 2013 at 11:03 AM, Olof Johansson <olof@lixom.net> wrote:
> On Thu, Mar 28, 2013 at 02:02:39PM +0000, Catalin Marinas wrote:
>> Hi,
>>
>> As I'm about to go on holiday for two weeks and I haven't heard any
>> preference for who should be merging these patches, I'm sending the pull
>> request to arm-soc given that 90% of the changes target SoC code. Apart
>> from the gic_secondary_init() patch, the rest is trivial header code
>> moving around or removal.
>>
>> Russell, if you have any objections, please let arm-soc guys and me know
>> and feel free to pull these patches via your tree. I don't mind either
>> way.
>>
>> Thanks,
>>
>> Catalin
>>
>>
>> The following changes since commit a937536b868b8369b98967929045f1df54234323:
>>
>> Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git gic
>
>
> Pulled as gic/cleanup into next/cleanup.
>
> I got a handful of context conflicts due to additions near the old
> secondary_init functions, and one add/add conflict on includes. All trivial to
> resolve.
Tsk. When you removed <asm/mach/irq.h> from irq-vic.c, the implicit
include of linux/irq.h fell out. Clearly you didn't build test this
across arm defconfigs. :P
I've added the following fix on top of the branch you staged:
---
irqchip: vic: add include of linux/irq.h
With the include of <asm/mach/irq.h> removed, the implicit include of
linux/irq.h also disappeared. Add it back.
Signed-off-by: Olof Johansson <olof@lixom.net>
diff --git a/drivers/irqchip/irq-vic.c b/drivers/irqchip/irq-vic.c
index e38cb00..884d11c 100644
--- a/drivers/irqchip/irq-vic.c
+++ b/drivers/irqchip/irq-vic.c
@@ -23,6 +23,7 @@
#include <linux/init.h>
#include <linux/list.h>
#include <linux/io.h>
+#include <linux/irq.h>
#include <linux/irqdomain.h>
#include <linux/of.h>
#include <linux/of_address.h>
-Olof
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-04-02 22:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28 14:02 [GIT PULL] Preparatory GIC patches for arm64 support Catalin Marinas
2013-03-28 14:24 ` Russell King - ARM Linux
2013-04-02 18:03 ` Olof Johansson
2013-04-02 22:11 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox