mbox series

[net-next,0/2] net: axienet: modernise pcs implementation

Message ID YfAgeKiKvxcQ0w57@shell.armlinux.org.uk (mailing list archive)
Headers show
Series net: axienet: modernise pcs implementation | expand

Message

Russell King (Oracle) Jan. 25, 2022, 4:08 p.m. UTC
Hi,

These two patches modernise the Xilinx axienet PCS implementation to
use the phylink split PCS support.

The first patch adds split PCS support and makes use of the newly
introduced mac_select_pcs() function, which is the preferred way to
conditionally attach a PCS.

The second patch cleans up the use of mdiobus_write() since we now have
bus accessors for mdio devices.

There should be no functional change to the driver.

This series was previously sent CFT on the 16th December (message ID
Ybs1cdM3KUTsq4Vx@shell.armlinux.org.uk), and feedback addressed. CFT v2
sent 4th January (message ID YdQlI8gcVwg2sR+5@shell.armlinux.org.uk).

 drivers/net/ethernet/xilinx/xilinx_axienet.h      |   2 +
 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 108 +++++++++++-----------
 2 files changed, 55 insertions(+), 55 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 26, 2022, 3:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Tue, 25 Jan 2022 16:08:24 +0000 you wrote:
> Hi,
> 
> These two patches modernise the Xilinx axienet PCS implementation to
> use the phylink split PCS support.
> 
> The first patch adds split PCS support and makes use of the newly
> introduced mac_select_pcs() function, which is the preferred way to
> conditionally attach a PCS.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: axienet: convert to phylink_pcs
    https://git.kernel.org/netdev/net-next/c/7a86be6a5135
  - [net-next,2/2] net: axienet: replace mdiobus_write() with mdiodev_write()
    https://git.kernel.org/netdev/net-next/c/03854d8a7723

You are awesome, thank you!