diff options
author | Felipe Balbi <[email protected]> | 2014-12-26 13:28:20 -0600 |
---|---|---|
committer | Lee Jones <[email protected]> | 2015-01-20 12:52:50 +0000 |
commit | 773328da243978bebac82bf4c45604281edb6975 (patch) | |
tree | 4ef1c07195206c5d74387c1daa32dbe86d2d3d6b /tools/perf/util/trace-event-scripting.c | |
parent | b3f6c73db732704945408cec19f2391d3eb7483e (diff) |
mfd: tps65218: Make INT[12] and STATUS registers volatile
STATUS register can be modified by the HW, so we
should bypass cache because of that.
In the case of INT[12] registers, they are the ones
that actually clear the IRQ source at the time they
are read. If we rely on the cache for them, we will
never be able to clear the interrupt, which will cause
our IRQ line to be disabled due to IRQ throttling.
Fixes: 44b4dc6 mfd: tps65218: Add driver for the TPS65218 PMIC
Cc: <[email protected]> # v3.15+
Signed-off-by: Felipe Balbi <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions