summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorUjwal Patel <ujwalp@codeaurora.org>2013-04-10 19:00:01 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:16:00 -0700
commita434c6edb30aea6dd4a46d16fa56168c6e01b80e (patch)
tree918167be763a85504dd197233c557cdeb65ec271 /scripts
parentee5c96068ce0410a78ca1af6a7a0178787de18c2 (diff)
mdss: Separate isr registration and interrupt enable/disable
MDSS has a single irq line for different hw in the sub-system where each hw registers their isr with MDSS and MDSS will divert interrupt to respective isr. But if any sub hw enables their irq before registering respective isr then it could lead to interrupts without isr. This will stall the CPU and result in watchdog bark. Provide safeguard to this situation by separating isr registration and interrupt enable/disable where isr registration is done during probe or system init time. Change-Id: Ib1b25fd7eb508fda0d9b1b341fe809bff779ebf7 CRs-Fixed: 472072 Signed-off-by: Ujwal Patel <ujwalp@codeaurora.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions