netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ksz9477 dsa switch driver improvements
@ 2020-09-07 10:12 Paul Barker
  2020-09-07 10:12 ` [PATCH v2 1/4] net: dsa: microchip: Make switch detection more informative Paul Barker
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Paul Barker @ 2020-09-07 10:12 UTC (permalink / raw)
  To: Woojung Huh, Microchip Linux Driver Support, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, David S . Miller
  Cc: Paul Barker, netdev

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 net-next.

Changes from v1:

  * Rebased onto net-next.

  * Dropped unnecessary `#include <linux/printk.h>`.

  * Instead of printing the phy mode in `ksz9477_port_setup()`, modify
    the existing print in `ksz9477_config_cpu_port()` to always produce
    output and to be more clear.

  * Include Reviewed-by tag from v1 series so it isn't lost (is this
    correct?).

Paul Barker (4):
  net: dsa: microchip: Make switch detection more informative
  net: dsa: microchip: Improve phy mode message
  net: dsa: microchip: Disable RGMII in-band status on KSZ9893
  net: dsa: microchip: Implement recommended reset timing

 drivers/net/dsa/microchip/ksz9477.c    | 25 ++++++++++++++++++++-----
 drivers/net/dsa/microchip/ksz_common.c |  3 ++-
 2 files changed, 22 insertions(+), 6 deletions(-)

-- 
2.28.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-09-08  4:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-07 10:12 [PATCH v2 0/4] ksz9477 dsa switch driver improvements Paul Barker
2020-09-07 10:12 ` [PATCH v2 1/4] net: dsa: microchip: Make switch detection more informative Paul Barker
2020-09-08  4:11   ` Florian Fainelli
2020-09-07 10:12 ` [PATCH v2 2/4] net: dsa: microchip: Improve phy mode message Paul Barker
2020-09-07 12:08   ` kernel test robot
2020-09-08  4:11   ` Florian Fainelli
2020-09-07 10:12 ` [PATCH v2 3/4] net: dsa: microchip: Disable RGMII in-band status on KSZ9893 Paul Barker
2020-09-08  4:09   ` Florian Fainelli
2020-09-07 10:12 ` [PATCH v2 4/4] net: dsa: microchip: Implement recommended reset timing Paul Barker
2020-09-08  4:09   ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).