forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/…
…git/gregkh/usb Pull USB/Thunderbolt fixes from Greg KH: "Here are a number of small USB driver fixes for 5.6-rc3. Included in here are: - MAINTAINER file updates - USB gadget driver fixes - usb core quirk additions and fixes for regressions - xhci driver fixes - usb serial driver id additions and fixes - thunderbolt bugfix Thunderbolt patches come in through here now that USB4 is really thunderbolt. All of these have been in linux-next for a while with no reported issues" * tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (34 commits) USB: misc: iowarrior: add support for the 100 device thunderbolt: Prevent crash if non-active NVMem file is read usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc format USB: misc: iowarrior: add support for the 28 and 28L devices USB: misc: iowarrior: add support for 2 OEMed devices USB: Fix novation SourceControl XL after suspend xhci: Fix memory leak when caching protocol extended capability PSI tables - take 2 Revert "xhci: Fix memory leak when caching protocol extended capability PSI tables" MAINTAINERS: Sort entries in database for THUNDERBOLT usb: dwc3: debug: fix string position formatting mixup with ret and len usb: gadget: serial: fix Tx stall after buffer overflow usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flags usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flows usb: dwc2: Fix in ISOC request length checking usb: gadget: composite: Support more than 500mA MaxPower usb: gadget: composite: Fix bMaxPower for SuperSpeedPlus usb: gadget: u_audio: Fix high-speed max packet size usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fields USB: core: clean up endpoint-descriptor parsing USB: quirks: blacklist duplicate ep on Sound Devices USBPre2 ...
- Loading branch information
Showing
26 changed files
with
327 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16552,8 +16552,8 @@ M: Michael Jamet <[email protected]> | |
M: Mika Westerberg <[email protected]> | ||
M: Yehezkel Bernat <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git | ||
F: Documentation/admin-guide/thunderbolt.rst | ||
F: drivers/thunderbolt/ | ||
F: include/linux/thunderbolt.h | ||
|
@@ -17392,11 +17392,14 @@ F: drivers/usb/ | |
F: include/linux/usb.h | ||
F: include/linux/usb/ | ||
|
||
USB TYPEC PI3USB30532 MUX DRIVER | ||
M: Hans de Goede <hdegoede@redhat.com> | ||
USB TYPEC BUS FOR ALTERNATE MODES | ||
M: Heikki Krogerus <[email protected].com> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/usb/typec/mux/pi3usb30532.c | ||
F: Documentation/ABI/testing/sysfs-bus-typec | ||
F: Documentation/driver-api/usb/typec_bus.rst | ||
F: drivers/usb/typec/altmodes/ | ||
F: include/linux/usb/typec_altmode.h | ||
|
||
USB TYPEC CLASS | ||
M: Heikki Krogerus <[email protected]> | ||
|
@@ -17407,14 +17410,11 @@ F: Documentation/driver-api/usb/typec.rst | |
F: drivers/usb/typec/ | ||
F: include/linux/usb/typec.h | ||
|
||
USB TYPEC BUS FOR ALTERNATE MODES | ||
M: Heikki Krogerus <[email protected].com> | ||
USB TYPEC PI3USB30532 MUX DRIVER | ||
M: Hans de Goede <hdegoede@redhat.com> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/ABI/testing/sysfs-bus-typec | ||
F: Documentation/driver-api/usb/typec_bus.rst | ||
F: drivers/usb/typec/altmodes/ | ||
F: include/linux/usb/typec_altmode.h | ||
F: drivers/usb/typec/mux/pi3usb30532.c | ||
|
||
USB TYPEC PORT CONTROLLER DRIVERS | ||
M: Guenter Roeck <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.