All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB driver fixes for 6.7-rc5
Date: Sat, 9 Dec 2023 14:55:19 +0100	[thread overview]
Message-ID: <ZXRxx0o07FDnsRhN@kroah.com> (raw)

The following changes since commit 33cc938e65a98f1d29d0a18403dbbee050dcad9a:

  Linux 6.7-rc4 (2023-12-03 18:52:56 +0900)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.7-rc5

for you to fetch changes up to 61890dc28f7d9e9aac8a9471302613824c22fae4:

  usb: gadget: f_hid: fix report descriptor allocation (2023-12-07 10:12:05 +0900)

----------------------------------------------------------------
USB fixes for 6.7-rc5

Here are some small USB fixes for 6.7-rc5 to resolve some reported
issues.  Included in here are:
  - usb gadget f_hid, and uevent fix
  - xhci driver revert to resolve a much-reported issue
  - typec driver fix

All of these have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Konstantin Aladyshev (1):
      usb: gadget: f_hid: fix report descriptor allocation

Mathias Nyman (1):
      Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"

RD Babiera (1):
      usb: typec: class: fix typec_altmode_put_partner to put plugs

Roy Luo (1):
      USB: gadget: core: adjust uevent timing on gadget unbind

 drivers/usb/gadget/function/f_hid.c | 7 ++++---
 drivers/usb/gadget/udc/core.c       | 4 ++--
 drivers/usb/host/xhci-pci.c         | 2 --
 drivers/usb/typec/class.c           | 5 +++--
 4 files changed, 9 insertions(+), 9 deletions(-)

             reply	other threads:[~2023-12-09 13:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-09 13:55 Greg KH [this message]
2023-12-09 21:11 ` [GIT PULL] USB driver fixes for 6.7-rc5 pr-tracker-bot

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=ZXRxx0o07FDnsRhN@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.