mbox series

[net-next,0/3] nixge: Fixed-link support

Message ID 20190204173040.5538-1-moritz.fischer@ettus.com
Headers show
Series nixge: Fixed-link support | expand

Message

Moritz Fischer Feb. 4, 2019, 5:30 p.m. UTC
From: Moritz Fischer <mdf@kernel.org>

This series adds fixed-link support to nixge.

The first patch corrects the binding to correctly reflect
hardware that does not come with MDIO cores instantiated.

The second patch adds fixed link support to the driver.

The third patch updates the binding document with the now
optional (formerly required) phy-handle property and references
the fixed-link docs.

Thanks,
Moritz

Moritz Fischer (3):
  net: nixge: Make mdio child node optional
  net: nixge: Add support for fixed-link configurations
  dt-bindings: net: Add fixed-link support

 .../devicetree/bindings/net/nixge.txt         | 60 +++++++++++++++++--
 drivers/net/ethernet/ni/nixge.c               | 44 ++++++++++----
 2 files changed, 88 insertions(+), 16 deletions(-)

Comments

David Miller Feb. 5, 2019, 6:34 p.m. UTC | #1
From: Moritz Fischer <moritz.fischer@ettus.com>
Date: Mon,  4 Feb 2019 09:30:37 -0800

> From: Moritz Fischer <mdf@kernel.org>
> 
> This series adds fixed-link support to nixge.
> 
> The first patch corrects the binding to correctly reflect
> hardware that does not come with MDIO cores instantiated.
> 
> The second patch adds fixed link support to the driver.
> 
> The third patch updates the binding document with the now
> optional (formerly required) phy-handle property and references
> the fixed-link docs.

Series applied, thank you.