linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Preparatory GIC patches for arm64 support
@ 2013-01-23 17:59 Catalin Marinas
  2013-01-23 17:59 ` [PATCH 1/4] arm: Move the set_handle_irq and handle_arch_irq declarations to asm/irq.h Catalin Marinas
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Catalin Marinas @ 2013-01-23 17:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

These patches are primarily aimed at reducing the irq-gic.c dependency
on arch/arm and allow it to be used with arch/arm64. The last patch
removes the explicit gic_secondary_init() call from the ARM platform
code.

We still have a non-generic asm/smp_plat.h include for cpu_logical_map()
but I couldn't find a better place to move it (asm/cpu.h isn't generic
either, though more widely used than smp_plat.h).

The patches are based on linux-next as they require Rob's GIC irqhip
move.

Catalin


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-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/plat-samsung/irq-vic-timer.c   |  3 +-
 arch/arm/plat-samsung/s5p-irq-gpioint.c |  3 +-
 arch/arm/plat-versatile/platsmp.c       |  8 -----
 drivers/irqchip/irq-gic.c               | 32 ++++++++++++++------
 drivers/irqchip/irq-vic.c               |  2 +-
 include/linux/irqchip/arm-gic.h         |  1 -
 include/linux/irqchip/chained_irq.h     | 52 +++++++++++++++++++++++++++++++++
 23 files changed, 85 insertions(+), 160 deletions(-)
 create mode 100644 include/linux/irqchip/chained_irq.h

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-01-28  1:03 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-23 17:59 [PATCH 0/4] Preparatory GIC patches for arm64 support Catalin Marinas
2013-01-23 17:59 ` [PATCH 1/4] arm: Move the set_handle_irq and handle_arch_irq declarations to asm/irq.h Catalin Marinas
2013-01-23 17:59 ` [PATCH 2/4] arm: Move chained_irq_(enter|exit) to a generic file Catalin Marinas
2013-01-24  5:32   ` Santosh Shilimkar
2013-01-24 17:29     ` Catalin Marinas
2013-01-25  7:00       ` Santosh Shilimkar
2013-01-23 17:59 ` [PATCH 3/4] irqchip: gic: Call handle_bad_irq() directly Catalin Marinas
2013-01-23 17:59 ` [PATCH 4/4] irqchip: gic: Perform the gic_secondary_init() call via CPU notifier Catalin Marinas
2013-01-23 18:28   ` Stephen Warren
2013-01-24  2:15   ` Viresh Kumar
2013-01-24  5:33   ` Santosh Shilimkar
2013-01-24 17:51   ` Rob Herring
2013-01-25  4:30   ` Simon Horman
2013-01-25  9:25     ` Catalin Marinas
2013-01-28  1:03       ` Simon Horman
2013-01-25 11:25   ` Srinidhi Kasagar
2013-01-25 16:16   ` Dinh Nguyen
2013-01-25 18:12     ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).