* [PATCH 00/04] ARM: mach-shmobile: Add run-time IRQ handler support
@ 2010-12-28 8:26 Magnus Damm
0 siblings, 0 replies; 2+ messages in thread
From: Magnus Damm @ 2010-12-28 8:26 UTC (permalink / raw)
To: linux-sh
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 00/04] ARM: mach-shmobile: Add run-time IRQ handler support
@ 2011-01-07 1:41 Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2011-01-07 1:41 UTC (permalink / raw)
To: linux-sh
On Tue, Dec 28, 2010 at 05:26:43PM +0900, Magnus Damm wrote:
> 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>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-07 1:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07 1:41 [PATCH 00/04] ARM: mach-shmobile: Add run-time IRQ handler support Paul Mundt
-- strict thread matches above, loose matches on Subject: below --
2010-12-28 8:26 Magnus Damm
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.