All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/04] ARM: mach-shmobile: Add run-time IRQ handler support
Date: Tue, 28 Dec 2010 08:26:43 +0000	[thread overview]
Message-ID: <20101228082643.11806.88798.sendpatchset@t400s> (raw)

ARM: mach-shmobile: Add run-time IRQ handler support

[PATCH 01/04] ARM: mach-shmobile: Enable CONFIG_MULTI_IRQ_HANDLER
[PATCH 02/04] ARM: mach-shmobile: Run-time IRQ handler for INTCA
[PATCH 03/04] ARM: mach-shmobile: Run-time IRQ handler for GIC
[PATCH 04/04] ARM: mach-shmobile: Rely on run-time IRQ handlers

These patches add run-time IRQ handler support for R-Mobile and
SH-Mobile processors. Nothing out of the ordinary really, except
merge dependency fun. Built on top of rmobile-latest plus below.

Depends on:
"[PATCH 01/07] ARM: Introduce asm/hardware/entry-macro-gic.S"
http://www.arm.linux.org.uk/developer/patches/viewpatch.php?idd75/1

"[PATCH] ARM: Allow machine to specify it's own IRQ handlers at run-time"
http://www.arm.linux.org.uk/developer/patches/viewpatch.php?ide32/1

"[PATCH] ARM: Subarch IRQ handler macros V3"
http://www.arm.linux.org.uk/developer/patches/viewpatch.php?ide38/1

"[PATCH] ARM: mach-shmobile: Use shared GIC entry macros"
https://patchwork.kernel.org/patch/426981/

Signed-off-by: Magnus Damm <damm@opensource.se>
---
 arch/arm/Kconfig                                       |    1 
 arch/arm/mach-shmobile/Makefile                        |    6 +
 arch/arm/mach-shmobile/board-ag5evm.c                  |    1 
 arch/arm/mach-shmobile/board-ap4evb.c                  |    1 
 arch/arm/mach-shmobile/board-g3evm.c                   |    1 
 arch/arm/mach-shmobile/board-g4evm.c                   |    1 
 arch/arm/mach-shmobile/board-mackerel.c                |    1 
 arch/arm/mach-shmobile/entry-gic.S                     |   20 +++++
 arch/arm/mach-shmobile/entry-intc.S                    |   57 ++++++++++++++
 arch/arm/mach-shmobile/include/mach/common.h           |    2 
 arch/arm/mach-shmobile/include/mach/entry-macro-gic.S  |   29 -------
 arch/arm/mach-shmobile/include/mach/entry-macro-intc.S |   61 ----------------
 arch/arm/mach-shmobile/include/mach/entry-macro.S      |   23 ++++--
 arch/arm/mach-shmobile/include/mach/hardware.h         |    3 
 14 files changed, 109 insertions(+), 98 deletions(-)

             reply	other threads:[~2010-12-28  8:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-28  8:26 Magnus Damm [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-01-07  1:41 [PATCH 00/04] ARM: mach-shmobile: Add run-time IRQ handler support Paul Mundt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101228082643.11806.88798.sendpatchset@t400s \
    --to=magnus.damm@gmail.com \
    --cc=linux-sh@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.