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 B7861C433EF for ; Mon, 14 Mar 2022 13:09:20 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DCBFD83CB4; Mon, 14 Mar 2022 14:08:54 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (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="bvXwR+4M"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 33A8C83B84; Mon, 14 Mar 2022 14:08:26 +0100 (CET) Received: from mail-qv1-xf32.google.com (mail-qv1-xf32.google.com [IPv6:2607:f8b0:4864:20::f32]) (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 9C1A483C63 for ; Mon, 14 Mar 2022 14:08:03 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf32.google.com with SMTP id e22so12429579qvf.9 for ; Mon, 14 Mar 2022 06:08:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=8FeMxvLtXf4LkkW6jWlZLIRLYSZY7OfR4B37qTSE/3Y=; b=bvXwR+4MVl+CoV6GqOuKn7+6UkL95LuF3zWjlMWh95iCnenBF7vK8oGBrUvg5gTGTJ 4CvvmGQ7LtWF95I4Edb/xe+aQVCL8KJZooBpJanGQpKeSzZ1jYkczaZWO9mLG36q8Og9 2E6UsHePkpbzzcvCzbyBWzwjk6t5cJJzPFjsc= 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:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=8FeMxvLtXf4LkkW6jWlZLIRLYSZY7OfR4B37qTSE/3Y=; b=hxTTP/94Nca7//yOS9EPoeD1m2qH0P8huxa0BttilhVfzrMoUwoHzIx2UzMHm3OuiN tN/j/GpTzmnBklkFOM7v6465eZw1gxaR0KbJRhynBebyLlmEuPNUBIcZn2yCNZoFrRdR K6bfOTn+mOwOLDQ2apJ5cXftij10w7EfnwN6Qox421mMPxP9yOisLP+VKpYFv5d2/sQ1 cf0awI+6SXRSoOxSB0N2CrDq/L0nQfpwy11SCeDDj12B63eQE6LI31s/se25e6Ts/Ln9 dM9YwMCqq8CJkOq1lVx4uw7yXA4/qNCWJKTSw/ipdjDl4vyco2UoMj+2qlq1+69Q4ys7 jylw== X-Gm-Message-State: AOAM532BaA0CxK9nWKzz08xCj4X7spOdYYl1BiAujYmj5SObWyakSxDN hrUgGFoMQYhsGdg2hPnj7oyFHwS1riHa3QNn X-Google-Smtp-Source: ABdhPJxJkJKu6hcKDhRDuxHgM2lDs/T80DECa4naSHCHqhkU9S/BL1vA40mIcZQ8c/ykKevqgNgrqA== X-Received: by 2002:ad4:5fcb:0:b0:440:aa13:bc81 with SMTP id jq11-20020ad45fcb000000b00440aa13bc81mr4140455qvb.53.1647263282120; Mon, 14 Mar 2022 06:08:02 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id a13-20020a05622a064d00b002e1b8d9d6cfsm7893212qtb.32.2022.03.14.06.08.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Mar 2022 06:08:01 -0700 (PDT) Date: Mon, 14 Mar 2022 09:07:59 -0400 From: Tom Rini To: Adam Ford Cc: u-boot@lists.denx.de, woods.technical@gmail.com Subject: Re: [PATCH] ARM: am3517-evm: Remove more non-DM legacy ethernet reset code Message-ID: <20220314130759.GQ9986@bill-the-cat> References: <20220226161309.683908-1-aford173@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="FilwpOHBrTVNlmJ3" Content-Disposition: inline In-Reply-To: <20220226161309.683908-1-aford173@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett 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 --FilwpOHBrTVNlmJ3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 26, 2022 at 10:13:09AM -0600, Adam Ford wrote: > The ethernet controller is DM compliant, and the device tree > defines it. There is no need to manually handle pulling > the ethernet out of reset. >=20 > Signed-off-by: Adam Ford > Tested-by: Derald D. Woods >=20 > diff --git a/board/logicpd/am3517evm/am3517evm.c b/board/logicpd/am3517ev= m/am3517evm.c > index f014165928..e787441c74 100644 Applied to u-boot/next, thanks! --=20 Tom --FilwpOHBrTVNlmJ3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmIvPi8ACgkQFHw5/5Y0 tywhDQwAk4RIIe4au/JOyqxJ86byT74TWIBvRhQ3nm22Mw363tdrIhYZBUwieD+z Pfppo7LD4X+Vi5Rt6kyhh4Agglz5WkVyUhmjKarIkLWn7leXoNR56FfEurTYBYry K7yYN4Mb27rbZUlgNrszUNauGGstDHaR5j0qONqo55w+cRiKYq2D7/WEMbTZo34U OjEy3zJ1I+dFnwlP2Ytfl1kUaDtmAQ4heeh5ZHbBKTGN1FnFX9Qw+bYC+4T2+7kh H5yxnD5Du1wBznqLe9J5ZR4/ABwaAfOob0C4ccfgD+WaV4t47ya5FUlxYkT2PxXb 0nuwFEEofmgeQuGGc3N+xPn9McSwqKXWLkScu/OU3p9VrroI3HQaysrQyKLazlgo 97MpRXrZdbFYIy2xVhXRI09lmjHO5YNKC8kJn6dxvawf3cqmY0r3zZgrbfqzOKU7 cQUPH6yvPRLoyscRQu94nHoXlzY6Wl5+7+NPtyN3EyoFX7lJJ+JvPnf7XFjP2yZL gzaZ72gi =XTa0 -----END PGP SIGNATURE----- --FilwpOHBrTVNlmJ3--