u-boot/drivers/usb
Bin Meng 022ceacaf8 dm: usb: xhci: Implement get_max_xfer_size() operation
xHCD allocates one segment which includes 64 TRBs for each endpoint
and the last TRB in this segment is configured as a link TRB to form
a TRB ring. Each TRB can transfer up to 64K bytes, however data
buffers referenced by transfer TRBs shall not span 64KB boundaries.
Hence the maximum number of TRBs we can use in one transfer is 62.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2017-09-27 12:12:22 +02:00
..
common fsl/usb: enable errata-a010151 for ls2088a and ls2081a 2017-08-01 08:28:56 -07:00
dwc3 usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3 2017-08-28 22:32:34 +02:00
emul usb: hub: Change USB hub descriptor to match USB 3.0 hubs 2017-07-28 23:34:20 +02:00
eth usb: net: migrate USB Ethernet adapters to Kconfig 2017-09-08 10:23:00 -04:00
gadget usb: gadget: g_dnl: Sync internal SN variable with env 2017-09-05 20:17:08 -04:00
host dm: usb: xhci: Implement get_max_xfer_size() operation 2017-09-27 12:12:22 +02:00
musb omap4: Drop redundant CONFIG_OMAP4430 symbol 2017-05-15 10:39:59 -04:00
musb-new avr32: Retire AVR32 for good 2017-07-06 16:17:19 -04:00
phy treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 2016-09-23 22:25:27 -04:00
ulpi usb: ulpi: Fix compile warning in read/write on 64-bit machines. 2016-04-01 17:18:09 -04:00
Kconfig usb: net: Add support for Microchip LAN75xx and LAN78xx 2017-08-14 12:47:33 -05:00