]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'split-phylink-PCS-operations'
authorDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 18:52:28 +0000 (11:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 18:52:28 +0000 (11:52 -0700)
commitf2f0f4bf8c797f72a9aea49398798708b4305ef9
tree66247c20e215aae9c50572d235daa230fe9e1f86
parent38dc3e58e23698a2249e54421507a31606b433d7
parent248dd0389a56e2e2b1d550700f3317585605dbcd
Merge branch 'split-phylink-PCS-operations'

Russell King says:

====================
split phylink PCS operations

This series splits the phylink_mac_ops structure so that PCS can be
supported separately with their own PCS operations, separating them
from the MAC layer.  This may need adaption later as more users come
along.

v2: change pcs_config() and associated called function prototypes to
only pass the information that is required, and add some documention.

v3: change phylink_create() prototype
====================

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