linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] bus: omap_l3_noc: Add resume hook to restore mask registers
@ 2014-11-10 18:19 Keerthy
  2014-11-10 18:19 ` [PATCH v2 1/2] bus: omap_l3_noc: Add resume hook to restore context Keerthy
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Keerthy @ 2014-11-10 18:19 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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 18:19 [PATCH v2 0/2] bus: omap_l3_noc: Add resume hook to restore mask registers Keerthy
2014-11-10 18:19 ` [PATCH v2 1/2] bus: omap_l3_noc: Add resume hook to restore context Keerthy
2014-11-10 18:19 ` [PATCH v2 2/2] bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq handler Keerthy
2014-11-12 15:17 ` [PATCH v2 0/2] bus: omap_l3_noc: Add resume hook to restore mask registers Tony Lindgren
2014-11-12 16:27   ` Keerthy

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).