aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2021-08-23 23:41:41 +0200
committerWolfram Sang <[email protected]>2021-09-14 12:22:44 +0200
commit861dcffe1b9e986d254ea0d7e9f0a542bfc5ab11 (patch)
tree1e3fa9fec384d3e6f77e6ee4491907f83817afb1 /tools/perf/scripts/python
parentc119e7d00c916881913011e6f4c6ac349a41e4e2 (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')
0 files changed, 0 insertions, 0 deletions