mbox series

[0/4] ksz9477 dsa switch driver improvements

Message ID 20200905140325.108846-1-pbarker@konsulko.com
Headers show
Series ksz9477 dsa switch driver improvements | expand

Message

Paul Barker Sept. 5, 2020, 2:03 p.m. UTC
These changes were made while debugging the ksz9477 driver for use on a
custom board which uses the ksz9893 switch supported by this driver. The
patches have been runtime tested on top of Linux 5.8.4, I couldn't
runtime test them on top of 5.9-rc3 due to unrelated issues. They have
been build tested on top of 5.9-rc3.

Paul Barker (4):
  net: dsa: microchip: Make switch detection more informative
  net: dsa: microchip: Add debug print for XMII port mode
  net: dsa: microchip: Disable RGMII in-band status on KSZ9893
  net: dsa: microchip: Implement recommended reset timing

 drivers/net/dsa/microchip/ksz9477.c    | 11 +++++++++++
 drivers/net/dsa/microchip/ksz_common.c |  3 ++-
 2 files changed, 13 insertions(+), 1 deletion(-)

Comments

Andrew Lunn Sept. 5, 2020, 3:34 p.m. UTC | #1
On Sat, Sep 05, 2020 at 03:03:21PM +0100, Paul Barker wrote:
> These changes were made while debugging the ksz9477 driver for use on a
> custom board which uses the ksz9893 switch supported by this driver. The
> patches have been runtime tested on top of Linux 5.8.4, I couldn't
> runtime test them on top of 5.9-rc3 due to unrelated issues. They have
> been build tested on top of 5.9-rc3.

Hi Paul

Please rebase onto net-next. Take a look at:

https://www.kernel.org/doc/html/latest/networking/netdev-FAQ.html

	Andrew
Paul Barker Sept. 5, 2020, 3:54 p.m. UTC | #2
On Sat, 5 Sep 2020 at 16:34, Andrew Lunn <andrew@lunn.ch> wrote:
>
> On Sat, Sep 05, 2020 at 03:03:21PM +0100, Paul Barker wrote:
> > These changes were made while debugging the ksz9477 driver for use on a
> > custom board which uses the ksz9893 switch supported by this driver. The
> > patches have been runtime tested on top of Linux 5.8.4, I couldn't
> > runtime test them on top of 5.9-rc3 due to unrelated issues. They have
> > been build tested on top of 5.9-rc3.
>
> Hi Paul
>
> Please rebase onto net-next. Take a look at:
>
> https://www.kernel.org/doc/html/latest/networking/netdev-FAQ.html

Will do. I'll send a rebased v2 which also addresses your other comments.

Thanks,