Message ID | ZNdcIir55QE1o2mO@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 469a2f504188003d76718f99a4f5755c4d369b74 |
Headers | show |
Series | [GIT,PULL] USB / Thunderbolt driver fixes for 6.5-rc6 | expand |
The pull request you sent on Sat, 12 Aug 2023 12:17:06 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.5-rc6
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/469a2f504188003d76718f99a4f5755c4d369b74
Thank you!
The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4: Linux 6.5-rc4 (2023-07-30 13:23:47 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.5-rc6 for you to fetch changes up to f48585c468f51ac038c2cfaafcd4437bc3746bce: Merge tag 'thunderbolt-for-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus (2023-08-08 10:04:47 +0200) ---------------------------------------------------------------- USB/Thunderbolt driver fixes for 6.5-rc6 Here are some small USB and Thunderbolt driver fixes for reported problems. Included in here are: - thunderbolt driver memory leak fix - thunderbolt display flicker fix - usb dwc3 driver fix - usb gadget uvc disconnect crash fix - usb typec Kconfig build dependency fix - usb typec small fixes - usb-con-gpio bugfix - usb-storage old driver bugfix All of these have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Alan Stern (2): USB: Gadget: core: Help prevent panic during UVC unconfigure usb-storage: alauda: Fix uninit-value in alauda_check_media() Badhri Jagan Sridharan (1): usb: typec: tcpm: Fix response to vsafe0V event Christophe JAILLET (1): usb: typec: nb7vpq904m: Add an error handling path in nb7vpq904m_probe() Elson Roy Serrao (1): usb: dwc3: Properly handle processing of pending events Greg Kroah-Hartman (1): Merge tag 'thunderbolt-for-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus Heikki Krogerus (1): usb: typec: mux: intel: Add dependency on USB_COMMON Mika Westerberg (1): thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request() Prashanth K (1): usb: common: usb-conn-gpio: Prevent bailing out if initial role is none RD Babiera (1): usb: typec: altmodes/displayport: Signal hpd when configuring pin assignment Sanjay R Mehta (1): thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwards drivers/thunderbolt/tb.c | 2 ++ drivers/thunderbolt/tmu.c | 4 +++- drivers/usb/common/usb-conn-gpio.c | 6 +++++- drivers/usb/dwc3/gadget.c | 9 ++++++++- drivers/usb/gadget/udc/core.c | 9 +++++++++ drivers/usb/storage/alauda.c | 12 +++++++++--- drivers/usb/typec/altmodes/displayport.c | 18 +++++++++++++++++- drivers/usb/typec/mux/Kconfig | 1 + drivers/usb/typec/mux/nb7vpq904m.c | 25 ++++++++++++++++++------- drivers/usb/typec/tcpm/tcpm.c | 7 +++++++ 10 files changed, 79 insertions(+), 14 deletions(-)