Merge branch 'net-sfp-small-improvements'
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 May 2018 18:34:28 +0000 (14:34 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 May 2018 18:34:28 +0000 (14:34 -0400)
Antoine Tenart says:

====================
net: sfp: small improvements

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.

Thanks!
Antoine

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.

Since the phylink series:
  - s/-EOPNOTSUPP/-ENODEV/ in patch 1/2.
  - I added the acked-by tag in patch 2/2.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge