From: Tristram Ha <tristram...@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