]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'mlxsw'
authorDavid S. Miller <davem@davemloft.net>
Thu, 30 Jul 2015 07:05:00 +0000 (00:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Jul 2015 07:05:00 +0000 (00:05 -0700)
commitcfcbe858f26f6450aa0cb3ab26b3a0a058b348d5
treebff8b37aa9668a09fd99e34b492546bff60b5531
parent8670f2a5acec2f79839785efdfb3626dfada7ed4
parent31557f0f9755696530d08465cf9940404f2d48e2
Merge branch 'mlxsw'

Jiri Pirko says:

====================
Introduce Mellanox Technologies Switch ASICs switchdev drivers

This patchset introduces Mellanox Technologies Switch driver infrastructure
and support for SwitchX-2 ASIC.

The driver is divided into 3 logical parts:
1) Bus - implements switch bus interface. Currently only PCI bus is
   implemented, but more buses will be added in the future. Namely I2C
   and SGMII.
   (patch #2)
2) Driver - implemements of ASIC-specific functions.
   Currently SwitchX-2 ASIC is supported, but a plan exists to introduce
   support for Spectrum ASIC in the near future.
   (patch #4)
3) Core - infrastructure that glues buses and drivers together.
   It implements register access logic (EMADs) and takes care of RX traps
   and events.
   (patch #1 and #3)
====================

Signed-off-by: David S. Miller <davem@davemloft.net>