linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Subject: [GIT PULL] USB fixes for v5.7-rc6
Date: Fri, 15 May 2020 12:26:38 +0300	[thread overview]
Message-ID: <87o8qp35wx.fsf@kernel.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2184 bytes --]


Hi Greg,

here's what I hope to be the last set of fixes for the current
cycle. The important part are all the fixes on the raw-gadget which have
been discussed in the mailing list.

Let me know if you want anything to be changed.

cheers

The following changes since commit 5c4edcdbcd97fb3fb657898d0463afb84e4fbbb3:

  usb: typec: mux: intel: Fix DP_HPD_LVL bit field (2020-05-13 14:33:51 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git fixes-for-v5.7-rc6

for you to fetch changes up to 172b14b48ca10b280482b164506892ea09edb946:

  usb: cdns3: gadget: make a bunch of functions static (2020-05-14 12:46:10 +0300)

----------------------------------------------------------------
USB: fixes for v5.7-rc6

The main part here are the important fixes for the raw-gadget before it
becomes an ABI. We're adding support for stall/halt/wedge which is
actually pretty important in many situations. There's also a NULL
pointer deref fix.

Apart from raw-gadget, I've included some recent sparse fixes to a few
drivers.

Signed-off-by: Felipe Balbi <balbi@kernel.org>

----------------------------------------------------------------
Andrey Konovalov (5):
      usb: raw-gadget: improve uapi headers comments
      usb: raw-gadget: fix gadget endpoint selection
      usb: raw-gadget: support stalling/halting/wedging endpoints
      usb: raw-gadget: documentation updates
      usb: raw-gadget: fix null-ptr-deref when reenabling endpoints

Jason Yan (1):
      usb: cdns3: gadget: make a bunch of functions static

Rikard Falkeborn (1):
      usb: mtu3: constify struct debugfs_reg32

Samuel Zou (1):
      usb: gadget: udc: atmel: Make some symbols static

 Documentation/usb/raw-gadget.rst        |  37 +++-
 drivers/usb/cdns3/gadget.c              |  20 +--
 drivers/usb/gadget/legacy/raw_gadget.c  | 307 +++++++++++++++++++++++++-------
 drivers/usb/gadget/udc/atmel_usba_udc.c |   4 +-
 drivers/usb/mtu3/mtu3_debugfs.c         |   4 +-
 include/uapi/linux/usb/raw_gadget.h     | 108 +++++++++--
 6 files changed, 385 insertions(+), 95 deletions(-)

-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

             reply	other threads:[~2020-05-15  9:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-15  9:26 Felipe Balbi [this message]
2020-05-15 13:38 ` [GIT PULL] USB fixes for v5.7-rc6 Greg Kroah-Hartman

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=87o8qp35wx.fsf@kernel.org \
    --to=balbi@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).