mbox series

[net-next,0/3] Convert Broadcom SF2 to mac_link_up() resolved state

Message ID 20200630102751.GA1551@shell.armlinux.org.uk
Headers show
Series Convert Broadcom SF2 to mac_link_up() resolved state | expand

Message

Russell King (Oracle) June 30, 2020, 10:27 a.m. UTC
Convert Broadcom SF2 DSA support to use the newly provided resolved
link state via mac_link_up() rather than using the state in
mac_config().

 drivers/net/dsa/bcm_sf2.c | 90 +++++++++++++++++++++++++++++------------------
 1 file changed, 56 insertions(+), 34 deletions(-)

Comments

David Miller June 30, 2020, 8:05 p.m. UTC | #1
From: Russell King - ARM Linux admin <linux@armlinux.org.uk>
Date: Tue, 30 Jun 2020 11:27:51 +0100

> Convert Broadcom SF2 DSA support to use the newly provided resolved
> link state via mac_link_up() rather than using the state in
> mac_config().

Series applied with double newline in patch #3 fixed up.
Russell King (Oracle) June 30, 2020, 8:37 p.m. UTC | #2
On Tue, Jun 30, 2020 at 01:05:32PM -0700, David Miller wrote:
> From: Russell King - ARM Linux admin <linux@armlinux.org.uk>
> Date: Tue, 30 Jun 2020 11:27:51 +0100
> 
> > Convert Broadcom SF2 DSA support to use the newly provided resolved
> > link state via mac_link_up() rather than using the state in
> > mac_config().
> 
> Series applied with double newline in patch #3 fixed up.

Thanks David, I was going to send a series with that fixed up tomorrow.