diff options
author | Sibi Sankar <[email protected]> | 2024-06-24 14:52:13 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-06-25 23:22:43 -0500 |
commit | dc18836435e7f8dda019db2c618c69194933157f (patch) | |
tree | 9bbd99ddff2b1f134a2172e8dd3d12893d47e30c /drivers/fpga/fpga-bridge.c | |
parent | 530c66142ec4871f71cf1d19e101426bd53e42dd (diff) |
soc: qcom: icc-bwmon: Allow for interrupts to be shared across instances
The multiple BWMONv4 instances available on the X1E80100 SoC use the
same interrupt number. Mark them are shared to allow for re-use across
instances.
Using IRQF_SHARED coupled with devm_request_threaded_irq implies that
the irq can still trigger during/after bwmon_remove due to other active
bwmon instances. Handle this race by relying on bwmon_disable to disable
the interrupt and coupled with explicit request/free irqs.
Signed-off-by: Sibi Sankar <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions