]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commite89e59c08d1bc736c8f593d7bad0706b20e73f30
tree580a061017e14731a212838e8ba0eb663bcc2973
parent47de868bd62b1c9d6f7cdd50f121cf65ab3a9537
parent3e48439347d56cd1b3d3d07a93bed2b0c6b129fe
Merge branch 'net-sfp-small-improvements'

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>