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 DCE8BC7EE29 for ; Thu, 8 Jun 2023 22:03:28 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A50BA860C6; Fri, 9 Jun 2023 00:03:26 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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=1686261807; bh=QC5RWHMa71RXzCGln3ZlsxaRAZli0FJMYexGMYG0Oy0=; h=From:To:Cc:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=Qp3XqB/M5Dqz7HpNheR+x7iYf3kB8+nCJdS0irsKjqxFbEyEkrOHHS5MvqtJaDtTv pIoNiVPeL7LytNIzgjNClToCq3GGLkH56Jduid8FMhqm0DNSqP0X1ELblETPXAhnXU PEGbQd3/3Jrk4xTR9ieEHAcn7f4q7PnyAM1FxJE/QqWdIMwlQmT6rQbLKp9+bPJlJe ztUcaN74RxGJn5MHNGG7CMQVqc8h/gYpb2B1rK2dekMrdyfAYHKYfo9eOoijcmiMZM mjyQoaseHA7gzyRTk4BEfSpsNqUGihK9Vuu1ZxNdjG5aIFPtpeAF+NrbmDkKKTVsOb ChC/vVED9Yepw== Received: from tr.lan (ip-86-49-120-218.bb.vodafone.cz [86.49.120.218]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 3CA3B860BC; Fri, 9 Jun 2023 00:03:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1686261805; bh=QC5RWHMa71RXzCGln3ZlsxaRAZli0FJMYexGMYG0Oy0=; h=From:To:Cc:Subject:Date:From; b=DOA4/GoHZkWyKVtI/QFDeq5HuZB9dL/dIyWPo7qncMFh/4rPZv5b5fT0Heri6Qb38 JC1fU/OG68ReDwn9cMd8mhFyjaFIHALJG1FZK6xGXW45goiilftQIepgpwvP1zi4RZ DEzkFffeXsDoeTR96nMTWjP24wSD5fA1SuqfSh00tRD7seL2dYQywMud83S7pfqo44 6LTkmeFnDGKtSZZBQgJlZwNXmhyDrqnbiQlwH1IjShMLVD5ZEo7R3Ued6e38QhugZn gaViwVUhA44P2J+ZeAe4MRSEfWdp6RAeO3FSNiwJy0uus/v/AXbAL2A84yzZRDBmi/ WuRGbkjHb8yfg== From: Marek Vasut To: u-boot@lists.denx.de, Tom Rini Cc: Marek Vasut Subject: [PULL] u-boot-usb/master Date: Fri, 9 Jun 2023 00:03:06 +0200 Message-Id: <20230608220306.90075-1-marex@denx.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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.8 at phobos.denx.de X-Virus-Status: Clean The following changes since commit 0a8a4b86422650d6955a2382796089735453902d: Merge tag 'u-boot-amlogic-20230607' of https://source.denx.de/u-boot/custodians/u-boot-amlogic (2023-06-07 12:17:06 -0400) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch changes up to e10f96414934edaca958e4323f82149a030e56a4: usb: musb-new: sunxi: remove unused define (2023-06-08 21:57:01 +0200) ---------------------------------------------------------------- Sam Edwards (2): usb: musb-new: sunxi: fix error check usb: musb-new: sunxi: remove unused define Xavier Drudis Ferran (2): phy: rockchip-inno-usb2: Add usb2phy clock provider of 480MHz clock phy: rockchip-inno-usb2: Implement clock operations for usb2phy clock drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 109 +++++++++++++++++++++++++- drivers/usb/musb-new/sunxi.c | 4 +- 2 files changed, 107 insertions(+), 6 deletions(-)