Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753498AbdLGQgM (ORCPT ); Thu, 7 Dec 2017 11:36:12 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:39351 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932586AbdLGP4O (ORCPT ); Thu, 7 Dec 2017 10:56:14 -0500 X-Google-Smtp-Source: AGs4zMblWARYRXVUBRK6UI9eHfAgLaIbrlW4pixuvTbK7MOoKZYsZk9F0J10thyJJWXXv8zazIjzWA== Message-ID: <1512662172.7042.14.camel@baylibre.com> Subject: Re: [PATCH net-next v2 6/8] net: phy: meson-gxl: leave CONFIG_A6 untouched From: Jerome Brunet To: Andrew Lunn Cc: Florian Fainelli , Kevin Hilman , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Date: Thu, 07 Dec 2017 16:56:12 +0100 In-Reply-To: <20171207154943.GI24750@lunn.ch> References: <20171207142715.32578-1-jbrunet@baylibre.com> <20171207142715.32578-7-jbrunet@baylibre.com> <20171207154943.GI24750@lunn.ch> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.2 (3.26.2-1.fc27) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 723 Lines: 17 On Thu, 2017-12-07 at 16:49 +0100, Andrew Lunn wrote: > On Thu, Dec 07, 2017 at 03:27:13PM +0100, Jerome Brunet wrote: > > The PHY performs just as well when left in its default configuration and > > it makes senses because this poke gets reset just after init. > > The only thing which might speak against this, is some bootloader > which sets something other than the default, and here we put it back > to the value it should have. But if you say a reset will put it back > to the default value anyway, this seems save. I was worried about this too bu the bank also gets reset on power down and soft reset, so we won't get bootloader value at this point > > Reviewed-by: Andrew Lunn > > Andrew