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 527E1C433EF for ; Tue, 28 Sep 2021 23:23:05 +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 C717D613A9 for ; Tue, 28 Sep 2021 23:23:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C717D613A9 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 651CC83322; Wed, 29 Sep 2021 01:22:19 +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="jmlAxqf6"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 261A9831E7; Wed, 29 Sep 2021 01:21:28 +0200 (CEST) Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (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 23193831FD for ; Wed, 29 Sep 2021 01:21:23 +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-qt1-x834.google.com with SMTP id r16so572141qtw.11 for ; Tue, 28 Sep 2021 16:21:23 -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=U1V3V/hISEvwFFIC60xcbEv9X9TvRsn+xz918QjbJa0=; b=jmlAxqf6LlitqdfwtacDKLTk7z5QTEtS3UgFudn3ORIKufJIKxscyfeWBCuPHZ0iGW b4wmJrz4Whkw1YeOFSm9Lao0Bf8t6n2NkvbYQnlvEl7qYQq90MKHIAuXlXJCJ3mepzsr sG3X1bDp5DkB8K4JMKQkdUV7SYo8dLEUnkg2M= 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=U1V3V/hISEvwFFIC60xcbEv9X9TvRsn+xz918QjbJa0=; b=iXzGTWDy+KAgce5ZCYrh6AuoMyAAx2pbK/BZEr1EfGRa8YL5mc8EfbVGPLjbbuycjn qcSqE9VlD3ngN2Plbh+28U2WOAivcxPtt+aOTRSDSp6UFdLv2wymF8RhqYj93sE5LN/c li/9H9/33i3kwn3Bdwyk09QYXRqm/TC3fTPvonqCTMg0tmCmksDI4JkCmnWcUnilA9Pd I23vGtKVxGo7TOnlO1s6EhfqA6alaBKgq3hB/6pRLTs4wwuh/yTL5phDGYKup/3XNKak 4/E0xkFKOntb33ORRnrTqCWLwaXH6GBaED9l3izk8RG9lb4WFiC5kKi/DXHLxeLdXv8d twSw== X-Gm-Message-State: AOAM531hUk+uCHnhBQrktImqJuCEH1Bw/Dw0xYEwMDhHQapAFmxjKDau x7hkG4Eqg5b8f/ihMr3HtifOHGVOOqxtkQ== X-Google-Smtp-Source: ABdhPJz0dLRGDtmBGmBZNDLtcvEultOUphvYnJrNAgYcjoWMk25ZxCh066BAZ9y5EtZqsBDfJUXDow== X-Received: by 2002:ac8:4811:: with SMTP id g17mr8660814qtq.148.1632871281680; Tue, 28 Sep 2021 16:21:21 -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 k10sm408888qkk.124.2021.09.28.16.21.21 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 28 Sep 2021 16:21:21 -0700 (PDT) Date: Tue, 28 Sep 2021 19:21:19 -0400 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 11/17] usb: ehci-omap: Drop non-DM_USB legacy code Message-ID: <20210928232119.GI31748@bill-the-cat> References: <20210913003233.4125-1-trini@konsulko.com> <20210913003233.4125-11-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="VGoz+il/cCEnkAr0" Content-Disposition: inline In-Reply-To: <20210913003233.4125-11-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 --VGoz+il/cCEnkAr0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 12, 2021 at 08:32:27PM -0400, Tom Rini wrote: > Now that DM_USB is always enabled, we can drop some legacy code. >=20 > Signed-off-by: Tom Rini Applied to u-boot/next, thanks! --=20 Tom --VGoz+il/cCEnkAr0 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFTo28ACgkQFHw5/5Y0 tywhiQv+Ju91wJrrhx5hQ/EqH3YqESJqPWwOEvDH7f/LTWLz2v5cLfKDd51W3vht W2TZmkjLhYjmZ5gQ0UtC4geM7UWwSS+klpxZjdGdqnG0T4na7zlYpTs9ujdhY77V r4DARyIowBLSoj2hBpFLhgmisHeVUfw+9aQR76JkjgOuWGDWHE9FLfMdrE3NoO6v PMvN7TxgaN2oNLh0S6NXbe/7AVwKzcPzd/58UCe4xjb1vlEReYA/s2YZCM6Y4zmh N6EGKlEQi5zPk4irox7h7XpwsxwamGgaSvyfPN6EX+dxUJvAOaO43WiDoKBK3g/u LlZp2blQkVqBOiLnFp5XIh9Iy1JBwBDUAFqC/qO9zFkVREjyGbRTn9XHS0GOgDLl dtsCUYcYY9ebfKQhVcIiWJp37du0NILukqww7VdfHcw2pEzUU+GQiBg2Z66Ytsom KtLaGaBxJMaaKb+zdcXwLwbIjhDiOgKBFFj7FaWiQUUZBoS7LiF98uwDIjZh9n0N teH/4ddc =un4P -----END PGP SIGNATURE----- --VGoz+il/cCEnkAr0--