From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757403AbbJ2OkY (ORCPT ); Thu, 29 Oct 2015 10:40:24 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:58177 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757315AbbJ2OkW (ORCPT ); Thu, 29 Oct 2015 10:40:22 -0400 Date: Thu, 29 Oct 2015 15:40:12 +0100 From: Andrew Lunn To: Neil Armstrong Cc: "David S. Miller" , Florian Fainelli , Guenter Roeck , vivien.didelot@savoirfairelinux.com, Fabian Frederick , Pavel Nakonechny , Joe Perches , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Frode Isaksen Subject: Re: [PATCH v2 1/6] net: dsa: Use delayed work instead of timer+work for polling Message-ID: <20151029144012.GT2307@lunn.ch> References: <56321DA1.4060304@baylibre.com> <20151029135156.GQ2307@lunn.ch> <563228C3.6010501@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <563228C3.6010501@baylibre.com> 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 > Thanks for the hint, I will test this, but while reviewing the datasheet, > the port 5 has no PHY, so must only be used as cpu port. Not necessarily. All that is needed is an external phy. Linux does not care what MDIO bus that phy hangs off. It could be the same MDIO bus as the switch, or some other MDIO bus. It is likely that port 5 is the CPU port, but it does not have to be. > I also have another patchset which fixes 2 setup registers writes and > adds a shiny new mv88e6060.h based on mv88e6xxx.h. Great. I hope that will help determine if we can merge 6060 into 6xxx. Andrew