[PATCH] usb: gadget: cdns3: Fix missing cache operations for non-zero Endpoints
Tom Rini
trini at konsulko.com
Mon Sep 30 18:31:05 CEST 2024
On Mon, 30 Sep 2024 15:04:07 +0530, Siddharth Vadapalli wrote:
> 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.
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list