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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5733CC433F5 for ; Tue, 28 Sep 2021 23:21:43 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 980CD60F9D for ; Tue, 28 Sep 2021 23:21:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 980CD60F9D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 624688325E; Wed, 29 Sep 2021 01:21:37 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="Nix1eFJ/"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E45C083230; Wed, 29 Sep 2021 01:21:08 +0200 (CEST) Received: from mail-qk1-x72b.google.com (mail-qk1-x72b.google.com [IPv6:2607:f8b0:4864:20::72b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id E31AB83221 for ; Wed, 29 Sep 2021 01:20:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x72b.google.com with SMTP id c7so539441qka.2 for ; Tue, 28 Sep 2021 16:20:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=udBj146/k0EzbyPXB8QoIjPg69BkMwBfzFTTX78iSnI=; b=Nix1eFJ/e7IaYWbry3TgoYsZGDsAAjFZvtbi2lytjTHH3azXmJWtGxV77+rz/c/nMW MP4zFfX7pUSg80QQP+asrfEFYpiHmd57uApew8HbN4kI45qCtTS1LY1ysQ1oa1kZ4jaC NfOJfroOPh2a/LzLMnGcCg/owXOkS3RJTolbI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=udBj146/k0EzbyPXB8QoIjPg69BkMwBfzFTTX78iSnI=; b=OmiR8iPx6ktxHp9WaCml1XOCb3MNJSK9ivXKWIyDRBIC5FRQhmE/XscvKipertcbYp ChBap19RJKFXoNYGYCv8WbF6+qAYlQ9wwzsnhUB75Et7RBPnYWqobWhZNshQyQsPJBpa vN8kkZkDZGmeIbAe07ujz5FMw0o5NF1ASqeu2K65Lpvo0da8nyyc5hWQAeU2Qy6IjjR+ d1ukgEoy84MvGJZqOLk7IGcZBsQBZ49omVE8a/u8UK5H4Kl+bUmKutrkofDWHNFhIMxA JZc1nR7zsOLG1TDnpHJBkWL9oYBKuV4h9QeVIOvG0RKdniH2hONDCDJCgCaswd9Tl2I7 0Bow== X-Gm-Message-State: AOAM530ODuqJJzVeDeLE6ACtCsElNHj3X57zusCGn+s3lUkf+S9Lm23K DwBR694TJtLhG5p6Gbu7mS2Lie3JeYmopw== X-Google-Smtp-Source: ABdhPJysAy3BTVr6Vse9QzLSLptzVXAuFgVTV7bysXorFXn3i6VAAV0JBWrXmP2867HYJ3HSCpMp3Q== X-Received: by 2002:a37:a495:: with SMTP id n143mr2627240qke.339.1632871257495; Tue, 28 Sep 2021 16:20:57 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-4dbd-2778-b846-7c33.res6.spectrum.com. [2603:6081:7b01:cbda:4dbd:2778:b846:7c33]) by smtp.gmail.com with ESMTPSA id e17sm467670qty.28.2021.09.28.16.20.56 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 28 Sep 2021 16:20:56 -0700 (PDT) Date: Tue, 28 Sep 2021 19:20:55 -0400 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 05/17] usb: phy: ti: Remove non-DM PHY code Message-ID: <20210928232055.GC31748@bill-the-cat> References: <20210913003233.4125-1-trini@konsulko.com> <20210913003233.4125-5-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="sSUaqNktoHc9XcFh" Content-Disposition: inline In-Reply-To: <20210913003233.4125-5-trini@konsulko.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean --sSUaqNktoHc9XcFh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 12, 2021 at 08:32:21PM -0400, Tom Rini wrote: > At this point in time, all platforms that had previously used > drivers/usb/phy/omap_usb_phy.c have been migrated to DM and related > options. Remove this now unused code and some related unused defines. >=20 > Signed-off-by: Tom Rini Applied to u-boot/next, thanks! --=20 Tom --sSUaqNktoHc9XcFh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFTo1cACgkQFHw5/5Y0 tyx2vAv9Hn2XU0j9Q64gpiJfbvrLb17y2vY+4J6Gnrc/MU/obQY1db3O7jMT11+F LYJjiIR680be2xMQfIBMFzKDQaAmfbipAGuAB7hmsLIp6xPwhYUztcue3wYxvX1p 10fael8bks8t/rI6LJVP73v66hD17n4U27h0nbmbPi934R7DGPzQsd1H8hJQ3vbA LQhtavj/7QNFcKuOLize5WrXSa1s337PqEYrMhUu4Y015TjSjrHx5sdK5shsU59X 98VZZwbs9JNntSwXVVFn9DNsaRCpt4Xd6eV5j/B+byliiGv109godjMLAOybdMaz dy69vdiV9WIZoEVGwpCyf/skbwnYU4bTCvHtCA/1BadZOQqWGYGTJtdMPE1q6r/o 7GpGHRlluEWzu0jH+5Gq8O9P7Bly+9t/6OieMtSEM94n5nXNpxTgoym8qjuqL/rt Vn8N8Ol+B0yvXT6C/tT0S86it/IPiSNCpV9XAMYqQVCzXgM9DCQrxppjK7ciBnvx 5OAjD9w/ =nMVg -----END PGP SIGNATURE----- --sSUaqNktoHc9XcFh--