linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/03] ARM: mach-shmobile: INTCA patches
@ 2010-02-09  3:35 Magnus Damm
  2010-02-09  9:21 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2010-02-09  3:35 UTC (permalink / raw)
  To: linux-sh

ARM: mach-shmobile: INTCA support

[PATCH 01/03] ARM: mach-shmobile: sh7367 INTCA support
[PATCH 02/03] ARM: mach-shmobile: sh7377 INTCA support
[PATCH 03/03] ARM: mach-shmobile: sh7372 INTCA support

These patches add support for the INTCA harware block in
sh7367, sh7377 and sh7372 using INTC tables. The INTCA
hardware block is an interrupt controller for all on-chip
peripherals and external interrupt sources that connect
to the ARM core. Interrupt sources tied to the SH core
using the INTCS interrupt controller are not supported yet.

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

 arch/arm/mach-shmobile/Makefile       |    6 
 arch/arm/mach-shmobile/intc-sh7367.c  |  270 ++++++++++++++++++++++++
 arch/arm/mach-shmobile/intc-sh7372.c  |  367 +++++++++++++++++++++++++++++++++
 arch/arm/mach-shmobile/intc-sh7377.c  |  350 +++++++++++++++++++++++++++++++
 arch/arm/mach-shmobile/setup-sh7367.c |   43 ---
 arch/arm/mach-shmobile/setup-sh7372.c |   42 ---
 arch/arm/mach-shmobile/setup-sh7377.c |   45 ----
 7 files changed, 990 insertions(+), 133 deletions(-)

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

end of thread, other threads:[~2010-02-09  9:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-09  3:35 [PATCH 00/03] ARM: mach-shmobile: INTCA patches Magnus Damm
2010-02-09  9:21 ` Paul Mundt

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).