All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/1] Add Microchip KSZ8895 DSA driver
@ 2017-10-06 20:33 Tristram.Ha
  2017-10-06 20:33 ` [PATCH RFC] " Tristram.Ha
  0 siblings, 1 reply; 4+ messages in thread
From: Tristram.Ha @ 2017-10-06 20:33 UTC (permalink / raw)
  To: Andrew Lunn, Florian Fainelli, Pavel Machek
  Cc: Tristram Ha, muvarov, nathan.leigh.conrad, vivien.didelot,
	UNGLinuxDriver, netdev, linux-kernel

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

This patch requires the previous patch for Microchip KSZ8795 DSA driver.

Tristram Ha (1):
  Add Microchip KSZ8895 DSA driver.

 drivers/net/dsa/microchip/Kconfig       |   17 +
 drivers/net/dsa/microchip/Makefile      |    2 +
 drivers/net/dsa/microchip/ksz8895.c     | 1288 +++++++++++++++++++++++++++++++
 drivers/net/dsa/microchip/ksz8895_reg.h |  824 ++++++++++++++++++++
 drivers/net/dsa/microchip/ksz8895_spi.c |  157 ++++
 drivers/net/dsa/microchip/ksz_priv.h    |    1 +
 6 files changed, 2289 insertions(+)
 create mode 100644 drivers/net/dsa/microchip/ksz8895.c
 create mode 100644 drivers/net/dsa/microchip/ksz8895_reg.h
 create mode 100644 drivers/net/dsa/microchip/ksz8895_spi.c

-- 
1.9.1

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

end of thread, other threads:[~2017-10-22 11:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-06 20:33 [PATCH RFC 0/1] Add Microchip KSZ8895 DSA driver Tristram.Ha
2017-10-06 20:33 ` [PATCH RFC] " Tristram.Ha
2017-10-11 21:03   ` Pavel Machek
2017-10-22 11:01   ` Pavel Machek

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.