Message ID | Y16F7fZSFrXupUU6@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c4d25ce6e9de47f6d9fb6cc1a34b47ce5f0a46ab |
Headers | show |
Series | [GIT,PULL] USB driver fixes for 6.1-rc3 | expand |
The pull request you sent on Sun, 30 Oct 2022 15:10:53 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.1-rc3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c4d25ce6e9de47f6d9fb6cc1a34b47ce5f0a46ab
Thank you!
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.1-rc3 for you to fetch changes up to 308c316d16cbad99bb834767382baa693ac42169: usb: dwc3: gadget: Don't set IMI for no_interrupt (2022-10-26 18:31:56 +0200) ---------------------------------------------------------------- USB fixes for 6.1-rc3 Here are a few small USB fixes for 6.1-rc3. Include in here are: - MAINTAINERS update, including a big one for the USB gadget subsystem. Many thanks to Felipe for all of the years of hard work he has done on this codebase, it was greatly appreciated. - dwc3 driver fixes for reported problems. - xhci driver fixes for reported problems. - typec driver fixes for minor issues - uvc gadget driver change, and then revert as it wasn't relevant for 6.1-final, as it is a new feature and people are still reviewing and modifying it. All of these have been in the linux-next tree with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Andrey Smirnov (1): usb: dwc3: Don't switch OTG -> peripheral if extcon is present Dan Vacura (2): usb: gadget: uvc: fix dropped frame after missed isoc usb: gadget: uvc: fix sg handling in error case Greg Kroah-Hartman (2): MAINTAINERS: move USB gadget and phy entries under the main USB entry Revert "usb: gadget: uvc: limit isoc_sg to super speed gadgets" Heikki Krogerus (2): usb: typec: ucsi: Check the connection on resume usb: typec: ucsi: acpi: Implement resume callback Jeff Vanhoof (1): usb: gadget: uvc: fix sg handling during video encode Jens Glathe (1): usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller Joel Stanley (1): usb: gadget: aspeed: Fix probe regression Justin Chen (2): MAINTAINERS: Update maintainers for broadcom USB usb: bdc: change state when port disconnected Mario Limonciello (1): xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices Mathias Nyman (2): xhci: Add quirk to reset host back to default state at shutdown xhci: Remove device endpoints from bandwidth list when freeing the device Michael Grzeschik (1): usb: gadget: uvc: limit isoc_sg to super speed gadgets Patrice Chotard (1): usb: dwc3: st: Rely on child's compatible instead of name Thinh Nguyen (3): usb: dwc3: gadget: Don't delay End Transfer on delayed_status usb: dwc3: gadget: Stop processing more requests on IMI usb: dwc3: gadget: Don't set IMI for no_interrupt MAINTAINERS | 19 ++---------- drivers/usb/dwc3/core.c | 49 ++++++++++++++++++++++++++++++- drivers/usb/dwc3/drd.c | 50 -------------------------------- drivers/usb/dwc3/dwc3-st.c | 2 +- drivers/usb/dwc3/gadget.c | 20 +++++++++++-- drivers/usb/gadget/function/uvc_queue.c | 8 +++-- drivers/usb/gadget/function/uvc_video.c | 25 +++++++++++----- drivers/usb/gadget/udc/aspeed-vhub/dev.c | 1 + drivers/usb/gadget/udc/bdc/bdc_udc.c | 1 + drivers/usb/host/xhci-mem.c | 20 ++++++++----- drivers/usb/host/xhci-pci.c | 44 ++++++++++------------------ drivers/usb/host/xhci.c | 10 +++++-- drivers/usb/host/xhci.h | 1 + drivers/usb/typec/ucsi/ucsi.c | 42 ++++++++++++++++++--------- drivers/usb/typec/ucsi/ucsi_acpi.c | 10 +++++++ 15 files changed, 169 insertions(+), 133 deletions(-)