public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v1 1/4] arm: pxa: add device-tree irq init for pxa27x
@ 2014-09-29  6:51 Robert Jarzmik
  2014-09-29  6:51 ` [PATCH v1 2/4] arm: pxa: move init functions into generic.h Robert Jarzmik
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Robert Jarzmik @ 2014-09-29  6:51 UTC (permalink / raw)
  To: linux-arm-kernel

Add the initializer for irqs in a device-tree machine on a pxa27x.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
 arch/arm/mach-pxa/pxa27x.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c
index b040d7d..8ca62e2 100644
--- a/arch/arm/mach-pxa/pxa27x.c
+++ b/arch/arm/mach-pxa/pxa27x.c
@@ -398,6 +398,11 @@ void __init pxa27x_init_irq(void)
 	pxa_init_irq(34, pxa27x_set_wake);
 }
 
+void __init pxa27x_dt_init_irq(void)
+{
+	pxa_dt_irq_init(pxa27x_set_wake);
+}
+
 static struct map_desc pxa27x_io_desc[] __initdata = {
 	{	/* Mem Ctl */
 		.virtual	= (unsigned long)SMEMC_VIRT,
-- 
2.1.0

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

end of thread, other threads:[~2014-09-29 17:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-29  6:51 [PATCH v1 1/4] arm: pxa: add device-tree irq init for pxa27x Robert Jarzmik
2014-09-29  6:51 ` [PATCH v1 2/4] arm: pxa: move init functions into generic.h Robert Jarzmik
2014-09-29 16:08   ` Arnd Bergmann
2014-09-29 17:48     ` Robert Jarzmik
2014-09-29  6:51 ` [PATCH v1 3/4] arm: pxa: remove unecessary includes from pxa-dt Robert Jarzmik
2014-09-29 16:09   ` Arnd Bergmann
2014-09-29  6:51 ` [PATCH v1 4/4] arm: pxa: add pxa27x device-tree support Robert Jarzmik
2014-09-29 16:12   ` Arnd Bergmann

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