stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch "ARM: OMAP1: fix incorrect INT_DMA_LCD" has been added to the 4.2-stable tree
@ 2015-11-06  5:54 gregkh
  0 siblings, 0 replies; only message in thread
From: gregkh @ 2015-11-06  5:54 UTC (permalink / raw)
  To: aaro.koskinen, gregkh, tony; +Cc: stable, stable-commits


This is a note to let you know that I've just added the patch titled

    ARM: OMAP1: fix incorrect INT_DMA_LCD

to the 4.2-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-omap1-fix-incorrect-int_dma_lcd.patch
and it can be found in the queue-4.2 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 1bd5dfe41b994a6e793363894befef76626965a9 Mon Sep 17 00:00:00 2001
From: Aaro Koskinen <aaro.koskinen@iki.fi>
Date: Mon, 26 Oct 2015 20:23:53 +0200
Subject: ARM: OMAP1: fix incorrect INT_DMA_LCD

From: Aaro Koskinen <aaro.koskinen@iki.fi>

commit 1bd5dfe41b994a6e793363894befef76626965a9 upstream.

Commit 685e2d08c54b ("ARM: OMAP1: Change interrupt numbering for
sparse IRQ") turned on SPARSE_IRQ on OMAP1, but forgot to change
the number of INT_DMA_LCD. This broke the boot at least on Nokia 770,
where the device hangs during framebuffer initialization.

Fix by defining INT_DMA_LCD like the other interrupts.

Fixes: 685e2d08c54b ("ARM: OMAP1: Change interrupt numbering for sparse IRQ")
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 include/linux/omap-dma.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/linux/omap-dma.h
+++ b/include/linux/omap-dma.h
@@ -17,7 +17,7 @@
 
 #include <linux/platform_device.h>
 
-#define INT_DMA_LCD			25
+#define INT_DMA_LCD			(NR_IRQS_LEGACY + 25)
 
 #define OMAP1_DMA_TOUT_IRQ		(1 << 0)
 #define OMAP_DMA_DROP_IRQ		(1 << 1)


Patches currently in stable-queue which might be from aaro.koskinen@iki.fi are

queue-4.2/arm-omap1-fix-incorrect-int_dma_lcd.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-06  5:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-06  5:54 Patch "ARM: OMAP1: fix incorrect INT_DMA_LCD" has been added to the 4.2-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).