From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 0/3] net: sfp: small improvements Date: Wed, 23 May 2018 14:34:47 -0400 (EDT) Message-ID: <20180523.143447.200125497788988369.davem@davemloft.net> References: <20180522101801.18947-1-antoine.tenart@bootlin.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux@armlinux.org.uk, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, maxime.chevallier@bootlin.com, gregory.clement@bootlin.com, miquel.raynal@bootlin.com, nadavh@marvell.com, stefanc@marvell.com, ymarkman@marvell.com, mw@semihalf.com To: antoine.tenart@bootlin.com Return-path: In-Reply-To: <20180522101801.18947-1-antoine.tenart@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Antoine Tenart Date: Tue, 22 May 2018 12:17:58 +0200 > A small series of patches improving the SFP support by adding a warning > when no Tx disable pin is available, and making the i2c-bus property > mandatory. ... > Since v1: > - Removed the patch fixing the sfp driver when no i2c bus was described. > - Made two new patches to make the i2c-bus property mandatory for sfp modules. Series applied, thank you.