mbox series

[net-next,v3,0/2] net: dsa: realtek: realtek-mdio: reset before setup

Message ID 20220214022012.14787-1-luizluca@gmail.com (mailing list archive)
Headers show
Series net: dsa: realtek: realtek-mdio: reset before setup | expand

Message

Luiz Angelo Daros de Luca Feb. 14, 2022, 2:20 a.m. UTC
This patch series cleans the realtek-smi reset code and copy that to the
realtek-mdio.

v1-v2)
- do not run reset code block if GPIO is missing. It was printing "RESET
  deasserted" even when there is no GPIO configured.
- reset switch after dsa_unregister_switch()
- demote reset messages to debug

v2-v3)
- do not assert the reset on gpiod_get. Do it explicitly aferwards.
- split the commit into two (one for each module)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 14, 2022, 2:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Sun, 13 Feb 2022 23:20:10 -0300 you wrote:
> This patch series cleans the realtek-smi reset code and copy that to the
> realtek-mdio.
> 
> v1-v2)
> - do not run reset code block if GPIO is missing. It was printing "RESET
>   deasserted" even when there is no GPIO configured.
> - reset switch after dsa_unregister_switch()
> - demote reset messages to debug
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] net: dsa: realtek: realtek-smi: clean-up reset
    https://git.kernel.org/netdev/net-next/c/9a236b543f6b
  - [net-next,v3,2/2] net: dsa: realtek: realtek-mdio: reset before setup
    https://git.kernel.org/netdev/net-next/c/05f7b042c5a6

You are awesome, thank you!