Re: [PATCH v2] Add support for mv88e6393x family of Marvell.

From: Jakub Kicinski
Date: Thu Oct 15 2020 - 11:06:34 EST


On Thu, 15 Oct 2020 12:26:06 +1000 Pavana Sharma wrote:
> The Marvell 88E6393X device is a single-chip integration of a 11-port
> Ethernet switch with eight integrated Gigabit Ethernet (GbE) transceivers
> and three 10-Gigabit interfaces.
>
> This patch adds functionalities specific to mv88e6393x family (88E6393X,
> 88E6193X and 88E6191X)
>
> Signed-off-by: Pavana Sharma <pavana.sharma@xxxxxxxx>

Not sure what you fixed, but there is still a warning here:

drivers/net/dsa/mv88e6xxx/global2.c:67:12: warning: ‘mv88e6393x_g2_maclink_int_mask’ defined but not used [-Wunused-function]
67 | static int mv88e6393x_g2_maclink_int_mask(struct mv88e6xxx_chip *chip, u16 mask)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~