From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759405AbbJ3QaZ (ORCPT ); Fri, 30 Oct 2015 12:30:25 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:34189 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751666AbbJ3QaY (ORCPT ); Fri, 30 Oct 2015 12:30:24 -0400 Date: Fri, 30 Oct 2015 17:30:07 +0100 From: Andrew Lunn To: Neil Armstrong Cc: Vivien Didelot , "David S. Miller" , Florian Fainelli , Guenter Roeck , 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: <20151030163007.GB8940@lunn.ch> References: <56321DA1.4060304@baylibre.com> <20151029135156.GQ2307@lunn.ch> <563228C3.6010501@baylibre.com> <20151029144012.GT2307@lunn.ch> <20151029145234.GB21131@ketchup.mtl.sfl> <20151029152802.GX2307@lunn.ch> <5633904D.6060108@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5633904D.6060108@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 On Fri, Oct 30, 2015 at 04:44:13PM +0100, Neil Armstrong wrote: > On 10/29/2015 04:28 PM, Andrew Lunn wrote: > >> Is 6060 supported by the 6352 family? It doesn't share any mv88e6xxx > >> code... > > > > It is a totally separate driver. Nothing shared at all.. It is an old > > device, and only does 10/100. It could be it is just too different to > > support via mv88e6xxx. > > > > Andrew > > > > Andrew, > > The link detection still works without the polling for 6060, this will largely simplify the patchset. > > I will include a link poll callback removal in my 6060 cleanup patchset. > > Then I will include a poll_link removal in dsa.c instead of fixing it. Great, always nice to see unneeded code removed. Andrew