Merge branch 'restructure-struct-ocelot_port'
authorJakub Kicinski <kuba@kernel.org>
Thu, 12 May 2022 23:39:21 +0000 (16:39 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 12 May 2022 23:39:22 +0000 (16:39 -0700)
commit75db72de1f744f8fe1e4eb8da4c305741d02c52f
treec6a4f19010382f197987d8b2d2ccda663c9596d2
parent879c610c924fef47e27ae926539594a4d080affd
parent7e708760fc114f049df9dccb994e23d20866b310
Merge branch 'restructure-struct-ocelot_port'

Vladimir Oltean says:

====================
Restructure struct ocelot_port

This patch set represents preparation for further work. It adds an
"index" field to struct ocelot_port, and populates it from the Felix DSA
driver and Ocelot switchdev driver.

The users of struct ocelot_port :: index are the same users as those of
struct ocelot_port_private :: chip_port.
====================

Link: https://lore.kernel.org/r/20220511100637.568950-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>