From patchwork Fri Feb 8 08:37:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg KH X-Patchwork-Id: 10802483 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 31C366C2 for ; Fri, 8 Feb 2019 08:37:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 164562DB47 for ; Fri, 8 Feb 2019 08:37:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 091DA2DBD9; Fri, 8 Feb 2019 08:37:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9D9072DB47 for ; Fri, 8 Feb 2019 08:37:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727168AbfBHIhv (ORCPT ); Fri, 8 Feb 2019 03:37:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:37166 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726115AbfBHIhv (ORCPT ); Fri, 8 Feb 2019 03:37:51 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CC10821917; Fri, 8 Feb 2019 08:37:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549615070; bh=T8cHf+eKduPjblabmc4iqCXrdA7LfD+YYKMyrTp0paw=; h=Date:From:To:Cc:Subject:From; b=IAOGpqMRjbtBOfg2t+oxU37MYUoFKY6Wd01PdmoGhZmtMSq+2SRG0gH99NySCVJzy v/gAYAB4Tx/mG8SwIvKX9XPO+KOhqe62Db21dMQ7WXcZjKxdWqjDcH0YllcUM7PjzJ xhtOFQlA0+NyghuJuO9dTlgXaIvpTxa9PuTauz34= Date: Fri, 8 Feb 2019 09:37:47 +0100 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.0-rc6 Message-ID: <20190208083747.GA26787@kroah.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.11.3 (2019-02-01) Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit f17b5f06cb92ef2250513a1e154c47b78df07d40: Linux 5.0-rc4 (2019-01-27 15:18:05 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.0-rc6 for you to fetch changes up to a07ddce4df807e41a85245e769b6f6f14f0c6db0: usb: typec: tcpm: Correct the PPS out_volt calculation (2019-01-31 09:14:00 +0100) ---------------------------------------------------------------- USB fixes for 5.0-rc6 Here are some small USB fixes for 5.0-rc6. Nothing huge, the normal amount of USB gadget fixes as well as some USB phy fixes. There's also a typec fix as well. Full details are in the shortlog. All of these have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Alexey Khoroshilov (1): usb: dwc3: exynos: Fix error handling of clk_prepare_enable Anders Roxell (1): usb: phy: fix link errors Bin Liu (1): usb: phy: am335x: fix race condition in _probe Greg Kroah-Hartman (1): Merge tag 'fixes-for-v5.0-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus Gustavo A. R. Silva (1): usb: gadget: udc: net2272: Fix bitwise and boolean operations Kyle Tso (1): usb: typec: tcpm: Correct the PPS out_volt calculation Paul Elder (1): usb: gadget: musb: fix short isoc packets with inventra dma Tejas Joglekar (1): usb: dwc3: gadget: Handle 0 xfer length for OUT EP drivers/usb/dwc3/dwc3-exynos.c | 4 ++-- drivers/usb/dwc3/gadget.c | 2 +- drivers/usb/gadget/udc/net2272.c | 2 +- drivers/usb/musb/musb_gadget.c | 13 +------------ drivers/usb/musb/musbhsdma.c | 21 +++++++++++---------- drivers/usb/phy/Kconfig | 2 +- drivers/usb/phy/phy-am335x.c | 5 +---- drivers/usb/typec/tcpm/tcpm.c | 3 ++- 8 files changed, 20 insertions(+), 32 deletions(-)