* Patch "ARM: pxa: fix pxa25x interrupt init" has been added to the 4.9-stable tree
@ 2017-01-13 7:57 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2017-01-13 7:57 UTC (permalink / raw)
To: robert.jarzmik, gregkh; +Cc: stable, stable-commits
This is a note to let you know that I've just added the patch titled
ARM: pxa: fix pxa25x interrupt init
to the 4.9-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
arm-pxa-fix-pxa25x-interrupt-init.patch
and it can be found in the queue-4.9 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From e413bd33ac44b6d0bebc0ef2ac19cbe7558a7303 Mon Sep 17 00:00:00 2001
From: Robert Jarzmik <robert.jarzmik@free.fr>
Date: Mon, 26 Sep 2016 09:21:51 +0200
Subject: ARM: pxa: fix pxa25x interrupt init
From: Robert Jarzmik <robert.jarzmik@free.fr>
commit e413bd33ac44b6d0bebc0ef2ac19cbe7558a7303 upstream.
In the device-tree case, the root interrupt controller cannot be
accessed through the 6th coprocessor, contrary to pxa27x and pxa3xx
architectures.
Fix it to behave as in non-devicetree builds.
Fixes: 32f17997c130 ("ARM: pxa: remove irq init from dt machines")
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
arch/arm/mach-pxa/pxa25x.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/arch/arm/mach-pxa/pxa25x.c
+++ b/arch/arm/mach-pxa/pxa25x.c
@@ -156,7 +156,7 @@ static int __init __init
pxa25x_dt_init_irq(struct device_node *node, struct device_node *parent)
{
pxa_dt_irq_init(pxa25x_set_wake);
- set_handle_irq(ichp_handle_irq);
+ set_handle_irq(icip_handle_irq);
return 0;
}
Patches currently in stable-queue which might be from robert.jarzmik@free.fr are
queue-4.9/arm-pxa-fix-pxa25x-interrupt-init.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-13 8:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-13 7:57 Patch "ARM: pxa: fix pxa25x interrupt init" has been added to the 4.9-stable tree gregkh
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).