Hi all, here's v3 of the scatter/gather support patchset. The only modification is that sg_tablesize has been renamed to sg_supported and is now a 1-bit flag. UDCs will be required to transfer the entire usb_request before calling ->complete(). Felipe Balbi (5): usb: gadget: introduce support for sg lists usb: dwc3: gadget: re-factor dwc3_prepare_trbs() usb: dwc3: gadget: don't return anything on prepare trbs usb: dwc3: gadget: don't force 'LST' always usb: dwc3: gadget: add support for SG lists drivers/usb/dwc3/gadget.c | 239 +++++++++++++++++++++++++++++--------------- include/linux/usb/gadget.h | 10 ++ 2 files changed, 170 insertions(+), 79 deletions(-) -- 1.7.8.rc3 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html