From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 32D3AC636D6 for ; Wed, 22 Feb 2023 15:36:15 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C2FAA85AA8; Wed, 22 Feb 2023 16:36:12 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1677080173; bh=3lvqxhDpDDTph5+sHxLlxKMxuHWsB+wFa014t7Y+jn4=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=aV0fT8ONGae3pLNH4KDFN8Q4TDkFJWi5x0C728c1AHt7zHWxPV4X1SQ2cyJKcy1HM TlI2e2KKh08ztUVaOLyfNjcAbABSeE1GcbRa/BxW7oaE8+YFMAolMPKBSE2qQTGxYf CbyrTC5SBz0YAMkp8KoHNAdkqIg0nVw8GDxHdpsM5c48EfYJ4YUl8gOYn6I2ON4J3W h4tI84bnyN5yLfMUfRbThBMslXLdsc9WmircNaNfFSRpk0wKLLPwF4d6q5dX1kw6mz cL+eU4nHhAPdJXwNw+0RTPGr7ZvD7BNru6O2f6+8XgLUzrGTgcnorVsLiayukdJxhC 4P8khNZVODKfQ== Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id C18108583D; Wed, 22 Feb 2023 16:36:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1677080170; bh=3lvqxhDpDDTph5+sHxLlxKMxuHWsB+wFa014t7Y+jn4=; h=Date:To:From:Subject:From; b=COwe1wXovnBsm8i2qliZpjuN6bn5h4R9k7MhlaMFk6QtSvTO59vZbsXdQim84hBqQ OXQSMbjkq9zSRNlzHbJrdEDwJURVLfYgt+l7nBt2g4xVIe9rKHxT40A0Y8PU2ZsfQb /nys3IEdNmkXGuI4RMmCG9qY1HRayLjWYJ/Uazo5gj94DuPmEVKwIi50EPdAkppdzR o08R3dy+veXIhRqk9hfvdf1PpB4xVV2DN/PLKCRMNPXlshSa+2DyUVP6BWrcJmUdlT UrHD935SXbG2Bi648KfFn0AoN/zysxwu8BJxZW5wQY8/hXXrnYl5OTw+SfTHaly94R zQb4Gq9zoUsDQ== Message-ID: Date: Wed, 22 Feb 2023 16:36:08 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Content-Language: en-US To: Tom Rini , Kunihiko Hayashi , "u-boot@lists.denx.de" From: Marek Vasut Subject: [PULL] u-boot-usb/next Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean The following changes since commit 4eb7c5030d3f3c707c02a64dc8ea90de3da89928: Merge tag 'efi-2023-04-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi (2023-02-19 17:03:30 -0500) are available in the Git repository at: git://source.denx.de/u-boot-usb.git next for you to fetch changes up to a073f9d7779e3f911306b61b7856a2262a8148a4: uniphier_defconfig: Disable USB_XHCI_DWC3 (2023-02-22 04:22:30 +0100) ---------------------------------------------------------------- Kunihiko Hayashi (9): usb: dwc3-generic: Allow different controller DT node pattern usb: dwc3-generic: Add clock initialization in child DT node usb: dwc3-generic: Export glue structures and functions usb: dwc3-generic: Add the size of regs property to glue structure reset: uniphier: Add USB glue reset support clk: uniphier: Add missing USB SS-PHY clocks phy: socionext: Add UniPhier USB3 PHY driver usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3 uniphier_defconfig: Disable USB_XHCI_DWC3 Marek Vasut (1): usb: dwc3: Look up reference clock DT phandle in both controller DT nodes configs/uniphier_v7_defconfig | 1 - configs/uniphier_v8_defconfig | 1 - drivers/clk/uniphier/clk-uniphier-sys.c | 5 +++ drivers/phy/socionext/Kconfig | 8 +++++ drivers/phy/socionext/Makefile | 1 + drivers/phy/socionext/phy-uniphier-usb3.c | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/reset/reset-uniphier.c | 78 +++++++++++++++++++++++++++++++++++++++++- drivers/usb/dwc3/Kconfig | 4 ++- drivers/usb/dwc3/dwc3-generic.c | 132 ++++++++++++++++++++++++++++++++++++++++++++--------------------------- drivers/usb/dwc3/dwc3-generic.h | 33 ++++++++++++++++++ drivers/usb/dwc3/dwc3-uniphier.c | 116 +++++++++++++++++++++++++++++++++++++++++---------------------- 11 files changed, 453 insertions(+), 94 deletions(-) create mode 100644 drivers/phy/socionext/phy-uniphier-usb3.c create mode 100644 drivers/usb/dwc3/dwc3-generic.h