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@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- 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(-)