mbox series

[v5,0/2] net: mdio-ipq4019: add Clause 45 support

Message ID 20200922101632.54896-1-robert.marko@sartura.hr
Headers show
Series net: mdio-ipq4019: add Clause 45 support | expand

Message

Robert Marko Sept. 22, 2020, 10:16 a.m. UTC
This patch series adds support for Clause 45 to the driver.

While at it also change some defines to upper case to match rest of the driver.

Changes since v4:
* Rebase onto net-next.git

Changes since v1:
* Drop clock patches, these need further investigation and
no user for non default configuration has been found

Robert Marko (2):
  net: mdio-ipq4019: change defines to upper case
  net: mdio-ipq4019: add Clause 45 support

 drivers/net/mdio/mdio-ipq4019.c | 109 +++++++++++++++++++++++++++-----
 1 file changed, 92 insertions(+), 17 deletions(-)

Comments

David Miller Sept. 24, 2020, 12:41 a.m. UTC | #1
From: Robert Marko <robert.marko@sartura.hr>
Date: Tue, 22 Sep 2020 12:16:30 +0200

> This patch series adds support for Clause 45 to the driver.
> 
> While at it also change some defines to upper case to match rest of the driver.
> 
> Changes since v4:
> * Rebase onto net-next.git
> 
> Changes since v1:
> * Drop clock patches, these need further investigation and
> no user for non default configuration has been found

Series applied, thank you.