mbox series

[net-next,v2,0/3] split phylink PCS operations and add PCS support for dpaa2

Message ID 20200329160036.GB25745@shell.armlinux.org.uk
Headers show
Series split phylink PCS operations and add PCS support for dpaa2 | expand

Message

Russell King (Oracle) March 29, 2020, 4 p.m. UTC
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.

 drivers/net/phy/phylink.c | 115 ++++++++++++++++++++++++++++++----------------
 include/linux/phylink.h   |  91 +++++++++++++++++++++++++++++++++++-
 2 files changed, 165 insertions(+), 41 deletions(-)