diff options
author | Marek Vasut <[email protected]> | 2021-08-23 23:41:41 +0200 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2021-09-14 12:22:44 +0200 |
commit | 861dcffe1b9e986d254ea0d7e9f0a542bfc5ab11 (patch) | |
tree | 1e3fa9fec384d3e6f77e6ee4491907f83817afb1 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | c119e7d00c916881913011e6f4c6ac349a41e4e2 (diff) |
i2c: xiic: Drop broken interrupt handler
The interrupt handler is missing locking when reading out registers
and is racing with other threads which might access the driver. Drop
it altogether, so that the threaded interrupt is always executed, as
that one is already serialized by the driver mutex. This also allows
dropping local_irq_save()/local_irq_restore() in xiic_start_recv().
Signed-off-by: Marek Vasut <[email protected]>
Acked-by: Michal Simek <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions