commit | f18ed9ac51f73ee8a4a82e12229d30262675b72b | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Mon Feb 23 18:40:15 2015 +0530 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 14 05:48:10 2015 +0200 |
tree | fd4e89f8c447d958809113cc7dfbc5cb461f4268 | |
parent | e1d80c9c5ec69b7a006b4f6ce280e5dbfc92dcce [diff] |
usb: dwc3: Add chained TRB support for ep0 dwc3 can do only max packet aligned transfers. So in case request length is not max packet aligned and is bigger than DWC3_EP0_BOUNCE_SIZE two chained TRBs is required to handle the transfer. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>