linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/5] Add DSA driver support for KSZ8795 switch
@ 2017-09-07 21:16 Tristram.Ha
  0 siblings, 0 replies; only message in thread
From: Tristram.Ha @ 2017-09-07 21:16 UTC (permalink / raw)
  To: andrew, muvarov, pavel, nathan.leigh.conrad, vivien.didelot,
	f.fainelli, netdev, linux-kernel, Woojung.Huh

From: Tristram Ha <Tristram.Ha@microchip.com>

This series of patches is to add DSA driver support for KSZ8795 switch.

Previous patches for KSZ9477 have to be applied first before these.

This patch set is against net-next.

 drivers/net/dsa/microchip/Kconfig       |   18 +
 drivers/net/dsa/microchip/Makefile      |    2 +
 drivers/net/dsa/microchip/ksz8795.c     | 2066 +++++++++++++++++++++++++++++++
 drivers/net/dsa/microchip/ksz8795.h     | 1015 +++++++++++++++
 drivers/net/dsa/microchip/ksz8795_spi.c |  229 ++++
 5 files changed, 3330 insertions(+)
 create mode 100644 drivers/net/dsa/microchip/ksz8795.c
 create mode 100644 drivers/net/dsa/microchip/ksz8795.h
 create mode 100644 drivers/net/dsa/microchip/ksz8795_spi.c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-09-07 21:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-07 21:16 [PATCH RFC 0/5] Add DSA driver support for KSZ8795 switch Tristram.Ha

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).