]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - Documentation/i2c/busses/i2c-mlxcpld
i2c: mlxcpld: add master driver for mellanox systems
authorVadim Pasternak <vadimp@mellanox.com>
Sun, 20 Nov 2016 16:56:14 +0000 (16:56 +0000)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 24 Nov 2016 15:21:42 +0000 (16:21 +0100)
commit6bec23bff914915822f2c34d0555902fb2b9be1f
treef563003de45e39e5887e0fa34f2d14f2fcd3c0ff
parent254df038e5ca275be437d5fa562d7f59beab6ef5
i2c: mlxcpld: add master driver for mellanox systems

Device driver for Mellanox I2C controller logic, implemented in Lattice
CPLD device.
Device supports:
 - Master mode
 - One physical bus
 - Polling mode

The Kconfig currently controlling compilation of this code is:
drivers/i2c/busses/Kconfig:config I2C_MLXCPLD

Signed-off-by: Michael Shych <michaelsh@mellanox.com>
Signed-off-by: Vadim Pasternak <vadimp@mellanox.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Documentation/i2c/busses/i2c-mlxcpld [new file with mode: 0644]
MAINTAINERS
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-mlxcpld.c [new file with mode: 0644]