All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] microchip: add support for ksz88x3 driver family
@ 2020-05-08 15:43 Michael Grzeschik
  2020-05-08 15:43 ` [PATCH v3 1/5] net: phy: Add support for microchip SMI0 MDIO bus Michael Grzeschik
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Michael Grzeschik @ 2020-05-08 15:43 UTC (permalink / raw)
  To: andrew; +Cc: netdev, f.fainelli, davem, kernel

This series adds support for the ksz88x3 driver family to the dsa based ksz
drivers. The driver is making use of the already available ksz8795 driver and
moves it to an generic driver for the ksz8 based chips which have similar
functions but an totaly different register layout.

Andrew Lunn (1):
  net: phy: Add support for microchip SMI0 MDIO bus

Michael Grzeschik (4):
  dt-bindings: net: mdio-gpio: add compatible for microchip,mdio-smi0
  net: tag: ksz: Add KSZ8863 tag code
  ksz: Add Microchip KSZ8863 SMI/SPI based driver support
  dt-bindings: net: dsa: document additional Microchip KSZ8863/8873
    switch

 .../devicetree/bindings/net/dsa/ksz.txt       |   2 +
 .../devicetree/bindings/net/mdio-gpio.txt     |   1 +
 drivers/net/dsa/microchip/Kconfig             |   9 +
 drivers/net/dsa/microchip/Makefile            |   1 +
 drivers/net/dsa/microchip/ksz8.h              |  68 ++
 drivers/net/dsa/microchip/ksz8795.c           | 909 ++++++++++++------
 drivers/net/dsa/microchip/ksz8795_reg.h       | 214 +++--
 drivers/net/dsa/microchip/ksz8795_spi.c       |  83 +-
 drivers/net/dsa/microchip/ksz8863_reg.h       | 121 +++
 drivers/net/dsa/microchip/ksz8863_smi.c       | 186 ++++
 drivers/net/dsa/microchip/ksz_common.h        |   1 +
 drivers/net/phy/mdio-bitbang.c                |   7 +-
 drivers/net/phy/mdio-gpio.c                   |  13 +
 include/linux/mdio-bitbang.h                  |   2 +
 include/net/dsa.h                             |   2 +
 net/dsa/tag_ksz.c                             |  57 ++
 16 files changed, 1266 insertions(+), 410 deletions(-)
 create mode 100644 drivers/net/dsa/microchip/ksz8.h
 create mode 100644 drivers/net/dsa/microchip/ksz8863_reg.h
 create mode 100644 drivers/net/dsa/microchip/ksz8863_smi.c

-- 
2.26.2


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

end of thread, other threads:[~2020-05-19 18:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 15:43 [PATCH v3 0/5] microchip: add support for ksz88x3 driver family Michael Grzeschik
2020-05-08 15:43 ` [PATCH v3 1/5] net: phy: Add support for microchip SMI0 MDIO bus Michael Grzeschik
2020-05-09 17:28   ` Florian Fainelli
2020-05-09 19:25     ` Andrew Lunn
2020-05-11 15:40     ` Michael Grzeschik
2020-05-08 15:43 ` [PATCH v3 2/5] dt-bindings: net: mdio-gpio: add compatible for microchip,mdio-smi0 Michael Grzeschik
2020-05-09 16:57   ` Andrew Lunn
2020-05-09 17:16   ` Florian Fainelli
2020-05-19 18:21   ` Rob Herring
2020-05-08 15:43 ` [PATCH v3 3/5] net: tag: ksz: Add KSZ8863 tag code Michael Grzeschik
2020-05-09 16:41   ` Andrew Lunn
2020-05-11 15:38     ` Michael Grzeschik
2020-05-08 15:43 ` [PATCH v3 4/5] ksz: Add Microchip KSZ8863 SMI/SPI based driver support Michael Grzeschik
2020-05-09 16:56   ` Andrew Lunn
2020-05-11 15:39     ` Michael Grzeschik
2020-05-08 15:43 ` [PATCH v3 5/5] dt-bindings: net: dsa: document additional Microchip KSZ8863/8873 switch Michael Grzeschik
2020-05-09 16:57   ` Andrew Lunn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.