netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC v1] net: dsa: microchip: add KSZ9477 I2C driver
@ 2019-01-17  3:24 Tristram.Ha
  2019-01-17  3:24 ` Tristram.Ha
  0 siblings, 1 reply; 8+ messages in thread
From: Tristram.Ha @ 2019-01-17  3:24 UTC (permalink / raw)
  To: Sergio Paracuellos, Marek Vasut, Andrew Lunn, Florian Fainelli,
	Pavel Machek, Dan Carpenter
  Cc: Tristram Ha, vivien.didelot, UNGLinuxDriver, netdev

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

This patch adds KSZ9477 I2C driver support using regmap mechanism.
Previous patches converting KSZ9477 SPI driver to regmap have to be
applied first.

v1
- Regmap mechanism is used to simplify access code.

Tristram Ha (1):
  net: dsa: microchip: add KSZ9477 I2C driver

 drivers/net/dsa/microchip/Kconfig       |   7 ++
 drivers/net/dsa/microchip/Makefile      |   1 +
 drivers/net/dsa/microchip/ksz9477_i2c.c | 120 ++++++++++++++++++++++++++++++++
 3 files changed, 128 insertions(+)
 create mode 100644 drivers/net/dsa/microchip/ksz9477_i2c.c

-- 
1.9.1


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

end of thread, other threads:[~2019-01-19  6:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-17  3:24 [PATCH RFC v1] net: dsa: microchip: add KSZ9477 I2C driver Tristram.Ha
2019-01-17  3:24 ` Tristram.Ha
2019-01-17  8:38   ` Dan Carpenter
2019-01-17  9:36   ` Sergio Paracuellos
2019-01-17  9:49     ` Sergio Paracuellos
2019-01-18  6:22   ` Marek Vasut
2019-01-18 20:25     ` Tristram.Ha
2019-01-19  6:22       ` Marek Vasut

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