Files
u-boot/drivers
Stephen Warren f5c03006dd usb: ci_udc: Support larger packets
ci_ep_queue() currently only fills in the page0/page1 fields in the
queue item. If the buffer is larger than 4KiB (unaligned) or 8KiB
(page-aligned), then this prevents the HW from knowing where to write
the balance of the data.

Fix this by initializing all 5 pageN pointers, which allows up to
16KiB (potentially non-page-aligned) buffers.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
2014-04-30 10:30:57 +02:00
..
2014-03-04 12:15:29 -05:00
2014-04-22 17:58:47 -07:00
2014-01-08 17:26:17 -07:00
2014-04-30 10:30:57 +02:00