aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorAbel Vesa <[email protected]>2022-11-16 13:22:46 +0200
committerBjorn Andersson <[email protected]>2022-12-05 15:12:17 -0600
commit323dc2dcdb503323097855174908b52d84477760 (patch)
tree3600e3a0d98798afe10c0d82275a773665c4ce9c /drivers/fpga/fpga-mgr.c
parent40482e4f73640dcf7bebcb503f034828b998c39c (diff)
soc: qcom: rpmh-rsc: Avoid unnecessary checks on irq-done response
The RSC interrupt is issued only after the request is complete. For fire-n-forget requests, the irq-done interrupt is sent after issuing the RPMH request and for response-required request, the interrupt is triggered only after all the requests are complete. These unnecessary checks in the interrupt handler issues AHB reads from a critical path. Lets remove them and clean up error handling in rpmh_request data structures. Co-developed-by: Lina Iyer <[email protected]> Signed-off-by: Lina Iyer <[email protected]> Signed-off-by: Abel Vesa <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions