[PATCH 0/4] Patches to make multi-soc handling in entry-armv.S easier

Tony Lindgren tony at atomide.com
Fri Dec 3 19:20:33 EST 2010


Hi all,

I've got some patches almost ready to go to merge the omap1
configs into a single omap1_defconfig. While working on getting
that done, I had to come up with a better solution for entry-armv.S
macros to detect the soc we're running on.

I suggest we add asm_irq_base and asm_irq_flags as in the first
patch in this series does. This way we can do the soc based detection
in init_irq or similar place. This might help also the multi-arm
work too.

Regards,

Tony

---

Tony Lindgren (4):
      ARM: Add asm_irq_base and asm_irq_flags for entry-armv.S macros
      omap2+: Use asm_irq_base for entry-macro.S
      omap1: Use asm_irq_flags for entry-macro.S
      omap1: Use get_irqnr_preamble


 arch/arm/include/asm/irq.h                     |    2 +
 arch/arm/kernel/entry-armv.S                   |   13 ++++++++
 arch/arm/mach-omap1/include/mach/entry-macro.S |   20 +++----------
 arch/arm/mach-omap1/irq.c                      |    4 +++
 arch/arm/mach-omap2/include/mach/entry-macro.S |   37 +++---------------------
 arch/arm/mach-omap2/io.c                       |   20 +++++++++++++
 arch/arm/plat-omap/include/plat/irqs.h         |    2 +
 7 files changed, 49 insertions(+), 49 deletions(-)

-- 
Signature



More information about the linux-arm-kernel mailing list