mbox series

[net,0/2] net: bcmasp: phy managements fixes

Message ID 20240325193025.1540737-1-justin.chen@broadcom.com (mailing list archive)
Headers show
Series net: bcmasp: phy managements fixes | expand

Message

Justin Chen March 25, 2024, 7:30 p.m. UTC
Fix two issues.

- The unimac may be put in a bad state if PHY RX clk doesn't exist
  during reset. Work around this by bringing the unimac out of reset
  during phy up.

- Remove redundant phy_{suspend/resume}

Justin Chen (2):
  net: bcmasp: Bring up unimac after PHY link up
  net: bcmasp: Remove phy_{suspend/resume}

 .../net/ethernet/broadcom/asp2/bcmasp_intf.c  | 43 +++++++++----------
 1 file changed, 20 insertions(+), 23 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 28, 2024, 9:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 25 Mar 2024 12:30:23 -0700 you wrote:
> Fix two issues.
> 
> - The unimac may be put in a bad state if PHY RX clk doesn't exist
>   during reset. Work around this by bringing the unimac out of reset
>   during phy up.
> 
> - Remove redundant phy_{suspend/resume}
> 
> [...]

Here is the summary with links:
  - [net,1/2] net: bcmasp: Bring up unimac after PHY link up
    https://git.kernel.org/netdev/net/c/dfd222e2aef6
  - [net,2/2] net: bcmasp: Remove phy_{suspend/resume}
    https://git.kernel.org/netdev/net/c/4494c10e0071

You are awesome, thank you!