]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mlxsw: minimal: Add I2C support for Mellanox ASICs
authorVadim Pasternak <vadimp@mellanox.com>
Wed, 16 Nov 2016 14:20:46 +0000 (15:20 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Nov 2016 04:29:04 +0000 (23:29 -0500)
commitd556e929164fdc6c94848374fc98c40852f97adb
tree88f89bd19d4116997ddb9632f55412b5e97145ee
parent4ebd00bc5ffc747f07fe23b1993adc9e6220ba2f
mlxsw: minimal: Add I2C support for Mellanox ASICs

Add I2C access support for Mellanox ASICs:
- Virtual Protocol Interconnect switches SwitchX, SwitchX2,
  providing InfiniBand, Ethernet and Fibre Channel connectivity;
- Infiniband switches SwitchIB, SwitchIB2:
- Ethernet switch Spectrum.

Example of probing activation:
echo mlxsw_minimal 0x48 > /sys/bus/i2c/devices/i2c-2/new_device

Signed-off-by: Vadim Pasternak <vadimp@mellanox.com>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/Kconfig
drivers/net/ethernet/mellanox/mlxsw/Makefile
drivers/net/ethernet/mellanox/mlxsw/minimal.c [new file with mode: 0644]