diff options
author | Umang Jain <[email protected]> | 2024-09-10 10:40:03 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-09-11 15:54:04 +0200 |
commit | 206030f6a92bd97997fba8ebb86e78058edecb97 (patch) | |
tree | 95ec7f0447da69957dd4833ddc09f8151bf4376a /drivers/fpga/fpga-bridge.c | |
parent | fbaf8bf6cbc034cf9dbe6dbd4b4ff946835447d2 (diff) |
staging: vchiq_core: Factor out bulk transfer for blocking mode
Factor out bulk transfer for blocking mode into a separate dedicated
function bulk_xfer_blocking_interruptible(). It is suffixed by
"_interruptible" to denote that it can be interrupted and -EAGAIN
can be returned. It would be up to the users of the function to retry
the call in those cases.
Adjust the calls to vchiq-dev.c ioctl interface and vchiq_arm.c
for blocking bulk transfers.
Signed-off-by: Umang Jain <[email protected]>
Tested-by: Stefan Wahren <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions