From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH net-next 2/2] sfp/phylink: move module EEPROM ethtool access into netdev core ethtool Date: Wed, 28 Mar 2018 12:12:58 -0700 Message-ID: References: <20180328190339.31433-1-f.fainelli@gmail.com> <20180328190339.31433-3-f.fainelli@gmail.com> <20180328191151.GS10980@n2100.armlinux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Thomas Petazzoni , Andrew Lunn , "David S. Miller" , open list , Antoine Tenart , Yan Markman , Stefan Chulski , Maxime Chevallier , Miquel Raynal , Marcin Wojtas To: Russell King - ARM Linux Return-path: In-Reply-To: <20180328191151.GS10980@n2100.armlinux.org.uk> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 03/28/2018 12:11 PM, Russell King - ARM Linux wrote: > On Wed, Mar 28, 2018 at 12:03:39PM -0700, Florian Fainelli wrote: >> From: Russell King >> >> Provide a pointer to the SFP bus in struct net_device, so that the >> ethtool module EEPROM methods can access the SFP directly, rather >> than needing every user to provide a hook for it. >> >> Signed-off-by: Russell King > > This probably ought to have your sign-off too as you're passing the > patch along rather than me submitting it directly. DCO v1.1 (c) > seems to apply to this situation. Indeed: Signed-off-by: Florian Fainelli -- Florian