mbox series

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

Message ID 1515069094-4161-1-git-send-email-tmaimon77@gmail.com
Headers show
Series i2c: npcm: add NPCM7xx I2C bus | expand

Message

Tomer Maimon Jan. 4, 2018, 12:31 p.m. UTC
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