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)
commita9d5e3d78dfddeb2be135204289d4718922d929c
treeb876f02053004eedd709ef1529beab3e317eecf8
parent13bb8429ca985497bfba3a4afa6cd470d15fed10
parentcd92d79d5fdbdb62a9dff70470f2578707318125
Merge branch 'mlxsw-next'

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>