]> git.baikalelectronics.ru Git - uboot.git/commit
usb: xhci: Program max burst size for endpoint
authorBin Meng <bmeng.cn@gmail.com>
Mon, 18 Sep 2017 13:40:48 +0000 (06:40 -0700)
committerMarek Vasut <marex@denx.de>
Sun, 1 Oct 2017 14:32:54 +0000 (16:32 +0200)
commit70a1d1aba3e2937305bf3fe2f9d738f63af7d5d4
tree3191c9474075f10efc94c2f308f803da55796f6b
parentca74bd1aea733c8c9a2b11f4198a1a1cc7ef985e
usb: xhci: Program max burst size for endpoint

The 'Max Burst Size' indicates to the xHC the maximum number of
consecutive USB transactions that should be executed per scheduling
opportunity. This is a “zero-based” value, where 0 to 15 represents
burst sizes of 1 to 16, but at present this is always set to zero.
Let's program the required value according to real needs.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
drivers/usb/host/xhci.c