Merge branch 'mlxsw-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 14 Sep 2021 11:44:17 +0000 (12:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Sep 2021 11:44:17 +0000 (12:44 +0100)
Ido Schimmel says:

====================
mlxsw: spectrum: Adjustments to port split and label port

Jiri says:

This patchset includes patches that prepare the driver to support modular
systems.

PLLP register is introduced to get front panel port label which is no
longer equivalent to "module + 1" for modular systems, where the
numbering is per line card.

So far for all systems all front panel ports had same format and could
be split to the same number of subports. This is no longer true for
modular systems, where every line card can have different types of front
panel ports.

The PMTDB register is introduced to easily query FW for split
capabilities of particular front panel port. It is generic for use in
modular and non-modular systems.
====================

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

Trivial merge