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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05ADBC433FE for ; Thu, 16 Dec 2021 11:32:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236817AbhLPLcz (ORCPT ); Thu, 16 Dec 2021 06:32:55 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:58378 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236796AbhLPLcy (ORCPT ); Thu, 16 Dec 2021 06:32:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=NtaOGBpB6lsB9P9I29EvKZV1egxUKGFnKpZP4CODS7E=; b=28R2eRHR1w+cVTWtNvv2bcFMLf 9nGQPsMJrZirtQXa5khRzfr4LPMfyyqJ8llTi+DpwYQqH2vhXPAi4FFEZ/HyQ6FAIyoqXoqi/bpDI Wx17S9fSnRD9j+aXsFygcRpNuqLHnixt9rchS4ABMOnfg0ZE3rB66roEXFusDqQagb0o=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mxp09-00Gjb5-Iq; Thu, 16 Dec 2021 12:32:45 +0100 Date: Thu, 16 Dec 2021 12:32:45 +0100 From: Andrew Lunn To: Francesco Dolcini Cc: "Russell King (Oracle)" , Joakim Zhang , Philippe Schenker , "netdev@vger.kernel.org" , "David S . Miller" , Heiner Kallweit , Jakub Kicinski , Fabio Estevam , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH net-next 3/3] net: fec: reset phy on resume after power-up Message-ID: References: <20211215110139.GA64001@francesco-nb.int.toradex.com> <20211216075216.GA4190@francesco-nb.int.toradex.com> <20211216112433.GB4190@francesco-nb.int.toradex.com> <20211216113104.GC4190@francesco-nb.int.toradex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211216113104.GC4190@francesco-nb.int.toradex.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Can we safely assume that we do have at most one regulator for the phy? Seems like a reasonable assumption. Andrew