Message ID | YMx2NueY1Eu9ZECV@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e2c8f8e57ba66aa4bef6990bc9228a29440cf987 |
Headers | show |
Series | [GIT,PULL] USB driver fixes for 5.13-rc7 | expand |
The pull request you sent on Fri, 18 Jun 2021 12:32:22 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.13-rc7
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e2c8f8e57ba66aa4bef6990bc9228a29440cf987
Thank you!
The following changes since commit 009c9aa5be652675a06d5211e1640e02bbb1c33d: Linux 5.13-rc6 (2021-06-13 14:43:10 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.13-rc7 for you to fetch changes up to a7d8d1c7a7f73e780aa9ae74926ae5985b2f895f: usb: core: hub: Disable autosuspend for Cypress CY7C65632 (2021-06-17 15:34:21 +0200) ---------------------------------------------------------------- USB fixes for 5.13-rc7 Here are 3 small USB fixes for reported problems for 5.13-rc7. They include: - disabling autosuspend for a cypress USB hub - fixing the battery charger detection for the chipidea driver - fixing a kernel panic in the dwc3 driver due to a previous change in 5.13-rc1. All have been in linux-next with no reported problems. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Andrew Lunn (1): usb: core: hub: Disable autosuspend for Cypress CY7C65632 Breno Lima (1): usb: chipidea: imx: Fix Battery Charger 1.2 CDP detection Greg Kroah-Hartman (1): Merge tag 'usb-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linus Peter Chen (1): usb: dwc3: core: fix kernel panic when do reboot drivers/usb/chipidea/usbmisc_imx.c | 16 ++++++++++++++-- drivers/usb/core/hub.c | 7 +++++++ drivers/usb/dwc3/core.c | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-)