From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Date: Wed, 1 Feb 2017 18:16:10 +0100 Message-ID: <20170201171610.GC7395@lunn.ch> References: <1485960215-5148-1-git-send-email-lukma@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1485960215-5148-1-git-send-email-lukma-ynQEQJNshbs@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Lukasz Majewski Cc: Rob Herring , Mark Rutland , Florian Fainelli , "David S. Miller" , Mugunthan V N , Karicheri Muralidharan , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Eric Engestrom , netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Kishon Vijay Abraham I , Grygorii Strashko , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Wed, Feb 01, 2017 at 03:43:35PM +0100, Lukasz Majewski wrote: > This patch adds support for enabling or disabling the port mirroring > feature of the DP83867 TI's PHY device. > > One use case is when bootstrap configuration enables this feature (because > of e.g. LED wiring) so then one needs to disable it in software > (u-boot/Linux). Hi Lukasz How does this differ from "enet-phy-lane-swap"? Thanks Andrew -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753433AbdBARQX (ORCPT ); Wed, 1 Feb 2017 12:16:23 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:52633 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753232AbdBARQV (ORCPT ); Wed, 1 Feb 2017 12:16:21 -0500 Date: Wed, 1 Feb 2017 18:16:10 +0100 From: Andrew Lunn To: Lukasz Majewski Cc: Rob Herring , Mark Rutland , Florian Fainelli , "David S. Miller" , Mugunthan V N , Karicheri Muralidharan , linux-kernel@vger.kernel.org, Eric Engestrom , netdev@vger.kernel.org, Kishon Vijay Abraham I , Grygorii Strashko , devicetree@vger.kernel.org Subject: Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Message-ID: <20170201171610.GC7395@lunn.ch> References: <1485960215-5148-1-git-send-email-lukma@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1485960215-5148-1-git-send-email-lukma@denx.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 01, 2017 at 03:43:35PM +0100, Lukasz Majewski wrote: > This patch adds support for enabling or disabling the port mirroring > feature of the DP83867 TI's PHY device. > > One use case is when bootstrap configuration enables this feature (because > of e.g. LED wiring) so then one needs to disable it in software > (u-boot/Linux). Hi Lukasz How does this differ from "enet-phy-lane-swap"? Thanks Andrew