This patch series implements the UAS gadget driver. It has been tested using the following: 1. Linux UAS host driver 2. Internaly developed unittests framework The device is functional. More stress tests are needed. TODO: Further testing De-register the gadget if the main thread dies. Shimrit Malichi (3): uas: MS UAS Gadget driver - Infrastructure uas: MS UAS Gadget driver - Implementation uas: Supporting UAS and BOT configuration. drivers/usb/gadget/f_mass_storage.c | 66 +- drivers/usb/gadget/f_uasp.c | 2583 +++++++++++++++++++++++++++++++++++ drivers/usb/gadget/f_uasp.h | 524 +++++++ drivers/usb/gadget/mass_storage.c | 75 +- drivers/usb/gadget/storage_common.c | 90 ++- drivers/usb/gadget/uasp_cmdiu.c | 1898 +++++++++++++++++++++++++ drivers/usb/gadget/uasp_tmiu.c | 528 +++++++ 7 files changed, 5687 insertions(+), 77 deletions(-) create mode 100644 drivers/usb/gadget/f_uasp.c create mode 100644 drivers/usb/gadget/f_uasp.h create mode 100644 drivers/usb/gadget/uasp_cmdiu.c create mode 100644 drivers/usb/gadget/uasp_tmiu.c -- 1.7.6 -- Sent by a Consultant for Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum -- 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