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 2CA63C433EF for ; Tue, 1 Mar 2022 12:16:56 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 61BBC8390E; Tue, 1 Mar 2022 13:16:54 +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=1646137014; bh=DkCEKD8GwatsukKQG+BaPXxobcXqKXzZK6DM5gRZqQ4=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=L6YwuEqqyataKHdoTrJaOwWPxr7E0IfV549ZCvl9iDF9ZBrvfBBT9xFCa1mX/sHRt yS9YGCuypiQi5Ivu7qaa9CtTXrqot9OXKLuW/3/yZ0zt7wKe3dFylM/U2bNnpJI+HN U/+x6HIYYpF3sYIBA1766FnsAlLy/FJG/XWjGzc80Q4oL5rbtKCzYZhGHM1NmMvsa1 i7lw8ZByysLQmvc8+YKAcHJO47XU8yH93h6oV8iYQHgMsyYkgqX1TyiTSekOYoQhg8 UnvzH5hg1ItA7fHfgMRBZpWrkKSHHNFFPmYZiXYeDsKmMuJKqdw/4nI9WQeJ6R6Fh7 iB3VeOJllDO4A== 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 51C72801DA; Tue, 1 Mar 2022 13:16:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1646137012; bh=DkCEKD8GwatsukKQG+BaPXxobcXqKXzZK6DM5gRZqQ4=; h=Date:To:From:Subject:From; b=m79McJ5YfcGGFD2i9rUXR9FOeaIt8JwwwhS8pe85xAchwxHG89icCEgKPN38pYX76 O1QT7gncRQTjmw3M5vDjpIhR57eSfcsBlZOn52s6FAQ1hrouR1tPjwiUen4k3Q49ZZ LDzuyCWJlbcIeg5wbf8+8hgjZUGky6+bKerpLY+sB2JCHI8bDxbz9X3AL3b3MuP+n9 3JmsNOVOU5pF8T9pjElFi3KvULLxDhRVqSXZ+JDnswgc4sDZH2MDFeH9rVwAE0fvbf YXw1swOkN5ivlPMgxZReaiEm29882T13e4vUKVAcaiEAVSDAdwgx+1uKW4giQvqYVq hJXLOATsKH/bA== Message-ID: Date: Tue, 1 Mar 2022 13:16:51 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Content-Language: en-US To: Tom Rini , "u-boot@lists.denx.de" , Adam Ford 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 f9a719e2954473f9be1f8c14a28288f943a00dd2: Prepare v2022.04-rc3 (2022-02-28 18:02:33 -0500) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch changes up to a41b88ec02ea1dbf4e5e6e895625a5fee96097c5: phy: nop-phy: Fix phy reset if no reset-gpio defined (2022-03-01 00:21:11 +0100) ---------------------------------------------------------------- Tim Harvey (1): phy: nop-phy: Fix phy reset if no reset-gpio defined drivers/phy/nop-phy.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-)