[PATCH linux dev-4.13 v1 0/2] i2c: npcm: add NPCM7xx I2C bus

Tomer Maimon tmaimon77 at gmail.com
Thu Jan 4 23:31:32 AEDT 2018


This patch set adds I2C bus support for the 
Nuvoton NPCM7xx Baseboard Management Controller (BMC).

The NPCM750x includes sixteen I2C busses

The NPCM750x I2C bus driver support only master mode.

Tomer Maimon (2):
  dt-binding: i2c: document NPCM7xx I2C bus DT bindings
  i2c: npcm: add NPCM7xx I2C bus driver

 .../devicetree/bindings/i2c/i2c-npcm7xx.txt        |   23 +
 drivers/i2c/busses/Kconfig                         |   10 +
 drivers/i2c/busses/Makefile                        |    1 +
 drivers/i2c/busses/i2c-npcm7xx.c                   | 3512 ++++++++++++++++++++
 4 files changed, 3546 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-npcm7xx.txt
 create mode 100644 drivers/i2c/busses/i2c-npcm7xx.c

-- 
2.14.1



More information about the openbmc mailing list