Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751591AbdGRTC1 (ORCPT ); Tue, 18 Jul 2017 15:02:27 -0400 Received: from mail.savoirfairelinux.com ([208.88.110.44]:32818 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751413AbdGRTC0 (ORCPT ); Tue, 18 Jul 2017 15:02:26 -0400 From: Vivien Didelot To: David Miller , f.fainelli@gmail.com Cc: andrew@lunn.ch, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com Subject: Re: [PATCH net-next 11/12] net: dsa: mv88e6xxx: add Energy Detect ops In-Reply-To: <20170718.104636.315406311682846961.davem@davemloft.net> References: <20170717210405.GC11719@lunn.ch> <20170717.141048.999243831453421230.davem@davemloft.net> <20170718.104636.315406311682846961.davem@davemloft.net> Date: Tue, 18 Jul 2017 14:59:44 -0400 Message-ID: <87d18xpo4f.fsf@weeman.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1032 Lines: 29 Hi David, David Miller writes: > However, in this particular case, this issue was brought to Vivien's > attention multiple times in the past. > > And I think the direct PHY poking issue is much more important than > these seemingly endless reorganizations of the driver that Vivien is > doing. > > So I personally share Andrew's serious frustration that we are doing > constant reorgs but not addressing directly the specific issues that > one has been made clearly aware of. We support 26 Marvell Ethernet switch chips, so I am often comparing the documentation of many of them to make sure the driver stops writing arbitrary registers, ending up with many inconsistencies (like Remote Management being currently enabled on all chips with an RMU, fix coming) mainly due to poor documentation and device setup. I know this looks boring, I do not particularly enjoy it myself, but I think this is also important. I don't mind fixing the poking function as well in the near future. Thanks, Vivien