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 54911C433F5 for ; Fri, 6 May 2022 11:42:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 83AD0802EB; Fri, 6 May 2022 13:42:50 +0200 (CEST) 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=1651837370; bh=8icmgNCYU7m2ne0Z9sLySovq1Oy4rDbbiCVpyXl6Ya0=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=N2j9gFiRLTW0R0uPYn4BTx2rJ+DmV5xngMt+FQsV7Bv0RV2i4FLMCgQOzVyMX7RRU /i+LJ6YhPT5dvlVSIiY4qw3J7I5gvPbi2d/EGtD9ydW8mTZmfJudsYJ4e73b7RB+m2 fbJhYyOl9+wiwaSCV9q+FY4QA8aPhk291Qbdip70n9j7Z433jcejGEOc5dEhHK6iN6 3KVSe8X1KhXHg5ZybnsQGWKF+vLRCXA1z8g/mBkpx5cdLIeCUwF9vRFYrG/C1ByCmZ mUnkaMyVVCcqHvkwG1TMzzKrPm8TY/hUe1SosDQj/Ei4dtJtI/7aQifyr14PxyHyZC 8zaJrLp8imvCQ== 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 8E26E802C1; Fri, 6 May 2022 13:42:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1651837368; bh=8icmgNCYU7m2ne0Z9sLySovq1Oy4rDbbiCVpyXl6Ya0=; h=Date:To:From:Subject:From; b=aalkgXjEWZfDV+L9FGcvHcttSgvuoguwMwOQlqfeKPQhc8t3ukllEdadxCKkUgbF/ G57NqYq4IaLMwBRSOgKuP0nYaPaC/UwGVqTVSoOZ4Wh1qSK2ms1K+8+2d62mVKdl+x dbslnqpPuMQFJn/jjY+x0L1P8zmW/55XhzFmel4+n80nJzKqfJ1VPDya4uVI2vTmFx QUsRla3Jfgy59RA1ehM835SPyhi2+hrnm45UkL4xGDwNcX44lGwIp17fMQ03kbOydr WhC/sy2EZFGZbkb6AE0iibfP+TjXN/iYrmJN3DFHADDfWmUG4ZpHWwCCygUzDW3H0E SHMA7RZOCIdHA== Message-ID: <6f929dc7-3ad8-44b5-6e45-9e2ff81e379d@denx.de> Date: Fri, 6 May 2022 13:42:48 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Content-Language: en-US To: Tom Rini , "u-boot@lists.denx.de" From: Marek Vasut Subject: [PULL] u-boot-usb/master 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.5 at phobos.denx.de X-Virus-Status: Clean The following changes since commit 03b873b4f41010e4f85a72dd59016bb0b123dde1: Merge branch '2022-05-05-assorted-cleanups-and-fixes' (2022-05-05 19:37:22 -0400) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch changes up to 6aa8bde8786d7bd8077b1a4708fc4bffd4861baa: usb: host: ehci-generic: Remove DM_REGULATOR flag (2022-05-06 10:38:39 +0200) ---------------------------------------------------------------- Patrice Chotard (2): usb: host: ehci-generic: Make usage of clock/reset bulk() API usb: host: ehci-generic: Remove DM_REGULATOR flag drivers/usb/host/ehci-generic.c | 117 ++++++++++++++++++++++++++++------------------------------------------------------------------------- 1 file changed, 32 insertions(+), 85 deletions(-)