On Mon, Mar 28, 2022 at 12:31:39PM +0200, Sascha Hauer wrote:
> On Mon, Mar 21, 2022 at 10:26:00AM +0100, Oleksij Rempel wrote:
> +static void dsa_port_set_ethaddr(struct eth_device *edev)
> > +{
> > + struct dsa_port *dp = edev->priv;
> > + struct dsa_switch *ds = dp->ds;
> > +
> > + if (is
On Mon, Mar 21, 2022 at 10:26:00AM +0100, Oleksij Rempel wrote:
> Add DSA based port multiplexing functionality for barebox. With this
> framework we will be able to use different ports of as switch
> separately.
>
> Signed-off-by: Oleksij Rempel
> ---
> drivers/net/Kconfig | 3 +
> drivers/n
Am 21.03.22 um 10:26 schrieb Oleksij Rempel:
Add DSA based port multiplexing functionality for barebox. With this
framework we will be able to use different ports of as switch
separately.
Signed-off-by: Oleksij Rempel
---
drivers/net/Kconfig | 3 +
drivers/net/Makefile | 1 +
drivers/n
Add DSA based port multiplexing functionality for barebox. With this
framework we will be able to use different ports of as switch
separately.
Signed-off-by: Oleksij Rempel
---
drivers/net/Kconfig | 3 +
drivers/net/Makefile | 1 +
drivers/net/dsa.c| 385