From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 0/5] net: phy: Reduce duplication Date: Thu, 01 Mar 2018 13:47:17 -0500 (EST) Message-ID: <20180301.134717.1628675594904426105.davem@davemloft.net> References: <20180228195849.17770-1-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, andrew@lunn.ch, rmk@armlinux.org.uk, linux-kernel@vger.kernel.org, moritz.fischer@ettus.com To: f.fainelli@gmail.com Return-path: In-Reply-To: <20180228195849.17770-1-f.fainelli@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Florian Fainelli Date: Wed, 28 Feb 2018 11:58:44 -0800 > Hi all, > > This patch series reduces the duplication among 10G PHY drivers that just > essentially stub most functions, but do that while replicating what the existing > generic functions do. > > Changes in v2: > > - rename gen10g_soft_reset() to gen10g_no_soft_reset() to better illustrate > what it does (or does not) > - removed stray comment in marvell10g.c The teranetics change creates an unused variable warning on 'reg'.