From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v3 0/5] net: phy: Reduce duplication Date: Thu, 01 Mar 2018 21:24:07 -0500 (EST) Message-ID: <20180301.212407.1353464039047216968.davem@davemloft.net> References: <20180302000859.17309-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: <20180302000859.17309-1-f.fainelli@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Florian Fainelli Date: Thu, 1 Mar 2018 16:08:54 -0800 > 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. Series applied, thanks Florian.