]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Add-support-for-SFPs-behind-PHYs'
authorDavid S. Miller <davem@davemloft.net>
Tue, 19 Nov 2019 00:56:13 +0000 (16:56 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Nov 2019 00:56:13 +0000 (16:56 -0800)
commit2a2c7c5b629546074786af36963909a8fdcb135e
treef8f1ce231596d36105036a02cc4a4807a14a70a1
parenta4c91375b3443586db92bd33b4ff8740e7441f22
parent208a9f26825ac771e280b8cd684d89dc90177112
Merge branch 'Add-support-for-SFPs-behind-PHYs'

Russell King says:

====================
Add support for SFPs behind PHYs

This series adds partial support for SFP cages connected to PHYs,
specifically optical SFPs.

We add core infrastructure to phylib for this, and arrange for
minimal code in the PHY driver - currently, this is code to verify
that the module is one that we can support for Marvell 10G PHYs.

v2: add yaml binding patch
====================

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