[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191113090006.58898-1-antoine.tenart@bootlin.com>
Date: Wed, 13 Nov 2019 10:00:04 +0100
From: Antoine Tenart <antoine.tenart@...tlin.com>
To: davem@...emloft.net, linux@...linux.org.uk
Cc: Antoine Tenart <antoine.tenart@...tlin.com>, andrew@...n.ch,
alexandre.belloni@...tlin.com, nicolas.ferre@...rochip.com,
netdev@...r.kernel.org, thomas.petazzoni@...tlin.com,
mparab@...ence.com, piotrs@...ence.com, dkangude@...ence.com,
ewanm@...ence.com, arthurm@...ence.com, stevenh@...ence.com
Subject: [PATCH net-next v3 0/2] net: macb: convert to phylink
Hello,
This series converts the MACB Ethernet driver to the Phylink framework.
The MAC configuration is moved to the Phylink ops and Phylink helpers
are now used in the ethtools functions. This helps to access the flow
control and pauseparam logic and this will be helpful in the future for
boards using this controller with SFP cages.
Thanks,
Antoine
Since v2:
- Moved the Tx and Rx buffer initialization rework to its own patch.
Since v1:
- Stopped using state->link in mac_config and moved macb_set_tx_clk to
the link_up helper..
- Fixed the node given to phylink_of_phy_connect.
- Removed netif_carrier_off from macb_open.
- Fixed the macb_get_wol logic.
- Rewored macb_ioctl as suggested.
- Added a call to phylink_destroy in macb_remove.
- Fixed the suspend/resume case by calling phylink_start/stop in the
resume/suspend helpers. I had to take the rtnl lock to do this,
which might be something to discuss.
Antoine Tenart (2):
net: macb: move the Tx and Rx buffer initialization into a function
net: macb: convert to phylink
drivers/net/ethernet/cadence/Kconfig | 2 +-
drivers/net/ethernet/cadence/macb.h | 9 +-
drivers/net/ethernet/cadence/macb_main.c | 484 ++++++++++++-----------
3 files changed, 261 insertions(+), 234 deletions(-)
--
2.23.0
Powered by blists - more mailing lists