summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSiddharth Vadapalli <[email protected]>2024-09-30 15:04:07 +0530
committerTom Rini <[email protected]>2024-09-30 09:08:07 -0600
commit17da9795c115dcfac49338ea044fa9413f5d0763 (patch)
tree8fd7b5f193772f23971497e69f84cc74231ceb42 /scripts
parent37c1cb8c88c38ba699d7cabf536bdd980c7f5475 (diff)
usb: gadget: cdns3: Fix missing cache operations for non-zero Endpoints
Transfer initiation and completion for the non-zero Endpoints are handled by cdns3_ep_run_transfer() and cdns3_transfer_completed() respectively. Failing to flush the cache associated with the TRB Pool within cdns3_ep_run_transfer() results in the transfers never being initiated. Similarly, failing to invalidate the cache associated with the TRB pool within cdns3_transfer_completed() results in the transfers never being completed. Fix this. Fixes: 7e91f6ccdc84 ("usb: Add Cadence USB3 host and gadget driver") Signed-off-by: Siddharth Vadapalli <[email protected]> Reviewed-by: Roger Quadros <[email protected]> Reviewed-by: Marek Vasut <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions