diff options
| author | Abhijeet Dharmapurikar <adharmap@codeaurora.org> | 2016-01-18 20:46:25 -0800 |
|---|---|---|
| committer | Rohit Vaswani <rvaswani@codeaurora.org> | 2016-03-01 12:22:47 -0800 |
| commit | d08f416687fb1cf36d2a6765d0fa5096a12f0e19 (patch) | |
| tree | 824dfa1d2852fb053ddf6823fc7f3f47614271f5 /tools/perf/scripts/python/Perf-Trace-Util/lib | |
| parent | e4955de860441189c8359bcd7a44331ec708a36a (diff) | |
spmi: pmic-arb: fix missing interrupts
irq_enable which is called when the device resumes. Note that the
irq_enable is called regardless of whether the interrupt was
marked enabled/disabled in the descriptor or whether it was
masked/unmaked at the controller while resuming.
The current driver unconditionally clears the interrupt in its
irq_enable callback. This is dangerous as any interrupts that
happen right before the resume could be missed.
Remove the irq_enable callback and use mask/unmask instead.
Change-Id: I58695ae0c4905a699003d35498dc36c2a947f3f0
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions
