mbox series

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

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

Message

Robert Marko Sept. 20, 2020, 2:16 p.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 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/phy/mdio-ipq4019.c | 109 ++++++++++++++++++++++++++++-----
 1 file changed, 92 insertions(+), 17 deletions(-)

Comments

David Miller Sept. 21, 2020, 9:48 p.m. UTC | #1
From: Robert Marko <robert.marko@sartura.hr>
Date: Sun, 20 Sep 2020 16:16:51 +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 v1:
> * Drop clock patches, these need further investigation and
> no user for non default configuration has been found

Please respin, in the net-next tree the MDIO drivers have been moved
into their own directory.
Robert Marko Sept. 22, 2020, 10:17 a.m. UTC | #2
On Mon, Sep 21, 2020 at 11:48 PM David Miller <davem@davemloft.net> wrote:
>
> From: Robert Marko <robert.marko@sartura.hr>
> Date: Sun, 20 Sep 2020 16:16:51 +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 v1:
> > * Drop clock patches, these need further investigation and
> > no user for non default configuration has been found
>
> Please respin, in the net-next tree the MDIO drivers have been moved
> into their own directory.

Done,
I completely missed the commit moving them to MDIO subdirectory.

Regards
Robert