[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20201015080630.4c4e85aa@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Thu, 15 Oct 2020 08:06:30 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Pavana Sharma <pavana.sharma@...i.com>
Cc: andrew@...n.ch, vivien.didelot@...il.com, f.fainelli@...il.com,
davem@...emloft.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, gregkh@...uxfoundation.org
Subject: Re: [PATCH v2] Add support for mv88e6393x family of Marvell.
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@...i.com>
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)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Powered by blists - more mailing lists