[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200714133431.17532-1-ioana.ciornei@nxp.com>
Date: Tue, 14 Jul 2020 16:34:25 +0300
From: Ioana Ciornei <ioana.ciornei@....com>
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org,
Ioana Ciornei <ioana.ciornei@....com>
Subject: [PATCH 0/6] staging: dpaa2-ethsw: cleanup of link state and MAC addresses
This patch set is cleaning up the link state handling of the switch
ports in patches 1-4. The last two patches are setting up the MAC
addresses of the switch ports automatically so that the user is not
forced to manually add them before adding them to a bridge.
Ioana Ciornei (6):
staging: dpaa2-ethsw: fix reported link state
staging: dpaa2-ethsw: ignore state interrupts when the interface is
not running
staging: dpaa2-ethsw: use netif_running when checking for port up
staging: dpaa2-ethsw: disable switch ports are probe time
staging: dpaa2-ethsw: store version information of the DPSW object
staging: dpaa2-ethsw: setup MAC address of switch netdevices
drivers/staging/fsl-dpaa2/ethsw/dpsw-cmd.h | 14 +++
drivers/staging/fsl-dpaa2/ethsw/dpsw.c | 106 +++++++++++++++++++++
drivers/staging/fsl-dpaa2/ethsw/dpsw.h | 9 ++
drivers/staging/fsl-dpaa2/ethsw/ethsw.c | 102 +++++++++++++++++---
drivers/staging/fsl-dpaa2/ethsw/ethsw.h | 4 +
5 files changed, 221 insertions(+), 14 deletions(-)
--
2.25.1
Powered by blists - more mailing lists