All of lore.kernel.org
 help / color / mirror / Atom feed
From: Manu Gautam <mgautam@codeaurora.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 <mgautam@codeaurora.org>
Subject: [PATCH v6 0/2] usb: gadget: f_fs: Add support for SuperSpeed Mode
Date: Fri, 28 Feb 2014 16:50:21 +0530	[thread overview]
Message-ID: <1393586423-25387-1-git-send-email-mgautam@codeaurora.org> (raw)

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

             reply	other threads:[~2014-02-28 11:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-28 11:20 Manu Gautam [this message]
2014-02-28 11:20 ` [PATCH v6 1/2] usb: gadget: f_fs: Add support for SuperSpeed Mode Manu Gautam
2014-02-28 11:20 ` [PATCH v6 2/2] usb: gadget: f_fs: Add flags to descriptors block Manu Gautam
2014-02-28 12:51 ` [PATCH v6 0/2] usb: gadget: f_fs: Add support for SuperSpeed Mode Michal Nazarewicz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1393586423-25387-1-git-send-email-mgautam@codeaurora.org \
    --to=mgautam@codeaurora.org \
    --cc=andrzej.p@samsung.com \
    --cc=balbi@ti.com \
    --cc=benoit@android.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jackp@codeaurora.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mina86@mina86.com \
    --cc=pheatwol@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.