mbox series

[net-next,0/2] net: lan966x: make reset optional

Message ID 20220831111855.1749646-1-michael@walle.cc (mailing list archive)
Headers show
Series net: lan966x: make reset optional | expand

Message

Michael Walle Aug. 31, 2022, 11:18 a.m. UTC
This is the remaining part of the reset rework on the LAN966x targetting
the netdev tree.

The former series can be found at:
https://lore.kernel.org/lkml/20220826115607.1148489-1-michael@walle.cc/

Michael Walle (2):
  dt-bindings: net: sparx5: don't require a reset line
  net: lan966x: make reset optional

 .../devicetree/bindings/net/microchip,sparx5-switch.yaml       | 2 --
 drivers/net/ethernet/microchip/lan966x/lan966x_main.c          | 3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 2, 2022, 11:30 a.m. UTC | #1
Hello:

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

On Wed, 31 Aug 2022 13:18:53 +0200 you wrote:
> This is the remaining part of the reset rework on the LAN966x targetting
> the netdev tree.
> 
> The former series can be found at:
> https://lore.kernel.org/lkml/20220826115607.1148489-1-michael@walle.cc/
> 
> Michael Walle (2):
>   dt-bindings: net: sparx5: don't require a reset line
>   net: lan966x: make reset optional
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] dt-bindings: net: sparx5: don't require a reset line
    https://git.kernel.org/netdev/net-next/c/baa6a9b59070
  - [net-next,2/2] net: lan966x: make reset optional
    https://git.kernel.org/netdev/net-next/c/f4c1f51cea4e

You are awesome, thank you!