From patchwork Fri Jun 18 10:32:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg Kroah-Hartman X-Patchwork-Id: 12330961 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-25.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 41444C49361 for ; Fri, 18 Jun 2021 10:32:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1C69B613BA for ; Fri, 18 Jun 2021 10:32:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233642AbhFRKen (ORCPT ); Fri, 18 Jun 2021 06:34:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:47954 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232880AbhFRKel (ORCPT ); Fri, 18 Jun 2021 06:34:41 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 17FD7613D1; Fri, 18 Jun 2021 10:32:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1624012351; bh=fmuksRjjlfbWGZWj9ssWyfsZV5V6RiJXO+W+xbQyJbg=; h=Date:From:To:Cc:Subject:From; b=2Z+HIO16TWPspgi6vsv6iGuabfV9jqnxt9b5bp2B9XG8Qfdi23BwWIxIYkWdB/+10 rVKNzHVBBCrTOZdGS49qsCTkO9TSlEpIyUMqhdgrZa7muM3f6fOTaOQhHmsmzI/uob bm1poQttpscLoy9zJ2ZWqeHGqOPRc8/3NvhkM7FU= Date: Fri, 18 Jun 2021 12:32:22 +0200 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB driver fixes for 5.13-rc7 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)