All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] bus: omap_l3_noc: Add resume hook to restore mask registers
@ 2014-11-10  5:03 Keerthy
  2014-11-10  5:03 ` [PATCH 1/2] bus: omap_l3_noc: Add resume hook to restore context Keerthy
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Keerthy @ 2014-11-10  5:03 UTC (permalink / raw)
  To: linux-omap; +Cc: j-keerthy, nm, afzal, tony

l3_noc module loses context during both DS0 and RTC+DDR in self refresh modes.
This causes the previously masked l3 interrupts to trigger and the software
book keeping assumes the interrupts are masked and does nothing to mask.
This software/hardware out of sync leads to back to back l3 interrupts
and eventually causes a hang. Hence adding resume hook to restore the
mask registers based on the book keeping variables

Keerthy (2):
  bus: omap_l3_noc: Add resume hook to restore context
  bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in
    the irq handler

 drivers/bus/omap_l3_noc.c |   63 +++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 61 insertions(+), 2 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-11-10 15:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10  5:03 [PATCH 0/2] bus: omap_l3_noc: Add resume hook to restore mask registers Keerthy
2014-11-10  5:03 ` [PATCH 1/2] bus: omap_l3_noc: Add resume hook to restore context Keerthy
2014-11-10 15:28   ` Nishanth Menon
2014-11-10  5:03 ` [PATCH 2/2] bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq handler Keerthy
2014-11-10 15:30   ` Nishanth Menon
2014-11-10 15:29 ` [PATCH 0/2] bus: omap_l3_noc: Add resume hook to restore mask registers Nishanth Menon

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.