SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH 00/03] ARM: shmobile: Use Renesas INTC External IRQ pin driver
@ 2013-02-26  2:55 Magnus Damm
  2013-02-26 12:12 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2013-02-26  2:55 UTC (permalink / raw)
  To: linux-sh

ARM: shmobile: Use Renesas INTC External IRQ pin driver

[PATCH 01/03] ARM: shmobile: irq_pin() for static IRQ pin assignment
[PATCH 02/03] ARM: shmobile: INTC External IRQ pin driver on sh73a0
[PATCH 03/03] ARM: shmobile: INTC External IRQ pin driver on r8a7779

These patches make use of the INTC External IRQ pin driver
on the sh73a0 and r8a7779 SoC. They have been tested with
the first version of the INTC External IRQ pin driver, but
will most likely be forward compatible.

Judging by the diffstat below this patch set goes against the
recent trend and adds lines instead of deleting them. The reason
for this is that with this patch series the r8a7779 SoC gets
a feature update to make use of external IRQ pins IRQ0->IRQ3.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Depends on:
 [PATCH] irqchip: Renesas INTC External IRQ pin driver

 arch/arm/mach-shmobile/Kconfig               |    2 
 arch/arm/mach-shmobile/board-kzm9g.c         |   14 +-
 arch/arm/mach-shmobile/board-marzen.c        |    3 
 arch/arm/mach-shmobile/include/mach/common.h |    1 
 arch/arm/mach-shmobile/include/mach/irqs.h   |    4 
 arch/arm/mach-shmobile/intc-r8a7779.c        |   53 ++++++++++
 arch/arm/mach-shmobile/intc-sh73a0.c         |  117 ------------------------
 arch/arm/mach-shmobile/setup-sh73a0.c        |  126 ++++++++++++++++++++++++++
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c          |    6 -
 9 files changed, 197 insertions(+), 129 deletions(-)

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

end of thread, other threads:[~2013-02-26 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-26  2:55 [PATCH 00/03] ARM: shmobile: Use Renesas INTC External IRQ pin driver Magnus Damm
2013-02-26 12:12 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox