From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manu Gautam Subject: [PATCH v6 0/2] usb: gadget: f_fs: Add support for SuperSpeed Mode Date: Fri, 28 Feb 2014 16:50:21 +0530 Message-ID: <1393586423-25387-1-git-send-email-mgautam@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.11.231]:41418 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751083AbaB1LUs (ORCPT ); Fri, 28 Feb 2014 06:20:48 -0500 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: balbi@ti.com, jackp@codeaurora.org, pheatwol@codeaurora.org, mina86@mina86.com Cc: linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org, benoit@android.com, andrzej.p@samsung.com, gregkh@linuxfoundation.org, Manu Gautam Changes since v5: * There is no change in 1st patch. * 2nd patch from Michal updates ABI and adds new field - flags which lists the descriptors that are present. Driver selects between the schemes based on the magic number passed by client. With the new scheme, usb_functionfs_descs header is removed and clients can selectively pass descriptors and their count based on the 'flags' field. Manu Gautam (1): usb: gadget: f_fs: Add support for SuperSpeed Mode Michal Nazarewicz (1): usb: gadget: f_fs: Add flags to descriptors block drivers/usb/gadget/f_fs.c | 214 ++++++++++++++++++++++++------------ drivers/usb/gadget/u_fs.h | 10 +- include/uapi/linux/usb/functionfs.h | 44 +++++--- 3 files changed, 177 insertions(+), 91 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation