]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: xhci: pet watchdog during transfers
authorGodfrey Mwangi <godmwan@microsoft.com>
Fri, 4 Aug 2023 19:00:39 +0000 (12:00 -0700)
committerMarek Vasut <marex@denx.de>
Mon, 14 Oct 2024 20:17:17 +0000 (22:17 +0200)
commitfe91450a596b558de31ae23f917e53201bc6b4c7
treedc52ab3653866ecbe4372b1de38f7316db9ac8b3
parentc7aafb20ce9937f1e178ded46d8f22742f54c982
usb: xhci: pet watchdog during transfers

On some platforms with low USB throughput, tranfers
of huge files take a long time and watchdog timer can
expire resulting in hardware reset. Avoid this by
petting the watchdog as long as we have pending transfers.

Signed-off-by: Godfrey Mwangi <godmwan@microsoft.com>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/usb/host/xhci-ring.c