Message ID | Z4PMEd1UC6-ew5wY@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 196856db7c792b0f4a8213e29dbddf9acbb1e910 |
Headers | show |
Series | [GIT,PULL] USB fixes for 6.13-rc7 | expand |
The pull request you sent on Sun, 12 Jan 2025 15:05:05 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.13-rc7
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/196856db7c792b0f4a8213e29dbddf9acbb1e910
Thank you!
The following changes since commit 4bbf9020becbfd8fc2c3da790855b7042fad455b: Linux 6.13-rc4 (2024-12-22 13:22:21 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.13-rc7 for you to fetch changes up to f3149ed697dd0c4fc1d696fef78129fa2fe4ca12: Merge tag 'usb-serial-6.13-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2025-01-10 14:59:20 +0100) ---------------------------------------------------------------- USB fixes for 6.13-rc7 Here are some small USB driver fixes and new device ids for 6.13-rc7. Included in here are: - usb serial new device ids - typec bugfixes for reported issues - dwc3 driver fixes - chipidea driver fixes - gadget driver fixes - other minor fixes for reported problems. All of these have been in linux-next for a while, with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Abel Vesa (1): usb: typec: ucsi: Set orientation as none when connector is unplugged Akash M (1): usb: gadget: f_fs: Remove WARN_ON in functionfs_bind André Draszik (1): usb: dwc3: gadget: fix writing NYET threshold Chukun Pan (1): USB: serial: option: add MeiG Smart SRM815 Dan Carpenter (1): usb: typec: tcpm/tcpci_maxim: fix error code in max_contaminant_read_resistance_kohm() GONG Ruiqi (1): usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control() Greg Kroah-Hartman (1): Merge tag 'usb-serial-6.13-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus Ingo Rohloff (1): usb: gadget: configfs: Ignore trailing LF for user strings to cdev Joe Hattori (1): usb: chipidea: ci_hdrc_imx: decrement device's refcount in .remove() and in the error path of .probe() Johan Hovold (1): USB: serial: cp210x: add Phoenix Contact UPS Device Jun Yan (1): USB: usblp: return error when setting unsupported protocol Kai-Heng Feng (1): USB: core: Disable LPM only for non-suspended ports Lianqin Hu (1): usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null Lubomir Rintel (1): usb-storage: Add max sectors quirk for Nokia 208 Ma Ke (1): usb: fix reference leak in usb_new_device() Michal Hrusecky (1): USB: serial: option: add Neoway N723-EA support Prashanth K (2): usb: dwc3-am62: Disable autosuspend during remove usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints Takashi Iwai (1): usb: gadget: midi2: Reverse-select at the right place Xu Yang (2): usb: host: xhci-plat: set skip_phy_initialization if software node has XHCI_SKIP_PHY_INIT property usb: typec: tcpci: fix NULL pointer issue on shared irq case drivers/usb/chipidea/ci_hdrc_imx.c | 25 +++++++++++++++++-------- drivers/usb/class/usblp.c | 7 ++++--- drivers/usb/core/hub.c | 6 ++++-- drivers/usb/core/port.c | 7 ++++--- drivers/usb/dwc3/core.h | 1 + drivers/usb/dwc3/dwc3-am62.c | 1 + drivers/usb/dwc3/gadget.c | 4 +++- drivers/usb/gadget/Kconfig | 4 ++-- drivers/usb/gadget/configfs.c | 6 +++++- drivers/usb/gadget/function/f_fs.c | 2 +- drivers/usb/gadget/function/f_uac2.c | 1 + drivers/usb/gadget/function/u_serial.c | 8 ++++---- drivers/usb/host/xhci-plat.c | 3 ++- drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/option.c | 4 +++- drivers/usb/storage/unusual_devs.h | 7 +++++++ drivers/usb/typec/tcpm/maxim_contaminant.c | 4 ++-- drivers/usb/typec/tcpm/tcpci.c | 25 +++++++++++++++---------- drivers/usb/typec/ucsi/ucsi_ccg.c | 4 ++-- drivers/usb/typec/ucsi/ucsi_glink.c | 5 +++++ 20 files changed, 84 insertions(+), 41 deletions(-)