From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: dsa: mv88e6xxx: Make sure to configure ports with external PHYs Date: Wed, 12 Sep 2018 20:36:22 -0700 (PDT) Message-ID: <20180912.203622.1194493329367350489.davem@davemloft.net> References: <20180911221524.12938-1-marex@denx.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, andrew@lunn.ch To: marex@denx.de Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:42388 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726080AbeIMIn4 (ORCPT ); Thu, 13 Sep 2018 04:43:56 -0400 In-Reply-To: <20180911221524.12938-1-marex@denx.de> Sender: netdev-owner@vger.kernel.org List-ID: From: Marek Vasut Date: Wed, 12 Sep 2018 00:15:24 +0200 > The MV88E6xxx can have external PHYs attached to certain ports and those > PHYs could even be on different MDIO bus than the one within the switch. > This patch makes sure that ports with such PHYs are configured correctly > according to the information provided by the PHY. > > Signed-off-by: Marek Vasut Applied to net-next.