From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759679AbbJ3PoX (ORCPT ); Fri, 30 Oct 2015 11:44:23 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:38408 "EHLO mail-wi0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758935AbbJ3PoV (ORCPT ); Fri, 30 Oct 2015 11:44:21 -0400 Subject: Re: [PATCH v2 1/6] net: dsa: Use delayed work instead of timer+work for polling To: Andrew Lunn , Vivien Didelot 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> Cc: "David S. Miller" , Florian Fainelli , Guenter Roeck , Fabian Frederick , Pavel Nakonechny , Joe Perches , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Frode Isaksen From: Neil Armstrong Organization: Baylibre Message-ID: <5633904D.6060108@baylibre.com> Date: Fri, 30 Oct 2015 16:44:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20151029152802.GX2307@lunn.ch> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Neil