Message ID | Zri7hMbzgp6fZeAa@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | cb2e5ee8e7a04be6a762b51241701b5105b82022 |
Headers | show |
Series | [GIT,PULL] USB driver fixes for 6.11-rc3 | expand |
The pull request you sent on Sun, 11 Aug 2024 15:24:20 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.11-rc3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cb2e5ee8e7a04be6a762b51241701b5105b82022
Thank you!
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.11-rc3 for you to fetch changes up to 65ba8cef0416816b912c04850fc2468329994353: usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common() (2024-08-07 12:48:30 +0200) ---------------------------------------------------------------- USB fixes for 6.11-rc3 Here are a number of small USB driver fixes for reported issues for 6.11-rc3. Included in here are: - usb serial driver MODULE_DESCRIPTION() updates - usb serial driver fixes - typec driver fixes - usb-ip driver fix - gadget driver fixes - dt binding update All of these have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Alexander Stein (1): dt-bindings: usb: microchip,usb2514: Add USB2517 compatible Chris Wulff (2): usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_speed. usb: gadget: core: Check for unset descriptor Dan Carpenter (1): usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap() Dr. David Alan Gilbert (1): USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg' Greg Kroah-Hartman (2): Merge tag 'usb-serial-6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus Merge tag 'usb-serial-6.11-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus Harshit Mogalapalli (2): usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch() usb: typec: tipd: Delete extra semi-colon Heikki Krogerus (1): usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common() Javier Carrasco (2): USB: serial: garmin_gps: annotate struct garmin_packet with __counted_by USB: serial: garmin_gps: use struct_size() to allocate pkt Jeff Johnson (1): USB: serial: add missing MODULE_DESCRIPTION() macros Konrad Dybcio (1): usb: typec: fsa4480: Check if the chip is really there Marek Marczykowski-Górecki (1): USB: serial: debug: do not echo input by default Oliver Neukum (1): usb: vhci-hcd: Do not drop references before new references are gained Prashanth K (1): usb: gadget: u_serial: Set start_delayed during suspend Takashi Iwai (1): usb: gadget: midi2: Fix the response for FB info with block 0xff Tudor Ambarus (2): usb: gadget: f_fs: restore ffs_func_disable() functionality usb: gadget: f_fs: pull out f->disable() from ffs_func_set_alt() Xu Yang (1): usb: typec: tcpm: avoid sink goto SNK_UNATTACHED state if not received source capability message .../devicetree/bindings/usb/microchip,usb2514.yaml | 1 + drivers/usb/gadget/function/f_fs.c | 32 ++++++++++------- drivers/usb/gadget/function/f_midi2.c | 21 +++++++---- drivers/usb/gadget/function/u_audio.c | 42 +++++++++++++++++----- drivers/usb/gadget/function/u_serial.c | 1 + drivers/usb/gadget/udc/core.c | 10 +++--- drivers/usb/serial/ch341.c | 1 + drivers/usb/serial/garmin_gps.c | 5 ++- drivers/usb/serial/mxuport.c | 1 + drivers/usb/serial/navman.c | 1 + drivers/usb/serial/qcaux.c | 1 + drivers/usb/serial/spcp8x5.c | 10 ------ drivers/usb/serial/symbolserial.c | 1 + drivers/usb/serial/usb-serial-simple.c | 1 + drivers/usb/serial/usb_debug.c | 8 +++++ drivers/usb/typec/mux/fsa4480.c | 14 ++++++++ drivers/usb/typec/tcpm/tcpci.c | 2 +- drivers/usb/typec/tcpm/tcpm.c | 2 +- drivers/usb/typec/tipd/core.c | 4 +-- drivers/usb/typec/ucsi/ucsi.c | 11 +++--- drivers/usb/usbip/vhci_hcd.c | 9 +++-- 21 files changed, 119 insertions(+), 59 deletions(-)