mbox series

[net-next,v3,0/2] Handle switch reset in mscc-miim

Message ID 20240620120126.412323-1-herve.codina@bootlin.com (mailing list archive)
Headers show
Series Handle switch reset in mscc-miim | expand

Message

Herve Codina June 20, 2024, 12:01 p.m. UTC
These two patches were previously sent as part of a bigger series:
  https://lore.kernel.org/lkml/20240527161450.326615-1-herve.codina@bootlin.com/

v1 and v2 iterations were handled during the v1 and v2 reviews of this
bigger series. As theses two patches are now ready to be applied, they
were extracted from the bigger series and sent alone in this current
series.

This current v3 series takes into account feedback received during the
bigger series v2 review.

Best regards,
Hervé

Changes v2 -> v3
  - patch 1
    Drop one useless sentence.
    Add 'Reviewed-by: Andrew Lunn <andrew@lunn.ch>'
    Add 'Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>'

  - patch 2
   Add 'Reviewed-by: Andrew Lunn <andrew@lunn.ch>'

Changes v1 -> v2 (as part of the bigger series iterations)
  - Patch 1
    Improve the reset property description

  - Patch 2
    Fix a wrong reverse x-mass tree declaration

Herve Codina (2):
  dt-bindings: net: mscc-miim: Add resets property
  net: mdio: mscc-miim: Handle the switch reset

 Documentation/devicetree/bindings/net/mscc,miim.yaml | 10 ++++++++++
 drivers/net/mdio/mdio-mscc-miim.c                    |  8 ++++++++
 2 files changed, 18 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org June 21, 2024, 11:20 a.m. UTC | #1
Hello:

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

On Thu, 20 Jun 2024 14:01:23 +0200 you wrote:
> These two patches were previously sent as part of a bigger series:
>   https://lore.kernel.org/lkml/20240527161450.326615-1-herve.codina@bootlin.com/
> 
> v1 and v2 iterations were handled during the v1 and v2 reviews of this
> bigger series. As theses two patches are now ready to be applied, they
> were extracted from the bigger series and sent alone in this current
> series.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] dt-bindings: net: mscc-miim: Add resets property
    https://git.kernel.org/netdev/net-next/c/e5efa3ff412d
  - [net-next,v3,2/2] net: mdio: mscc-miim: Handle the switch reset
    https://git.kernel.org/netdev/net-next/c/9e6d33937b42

You are awesome, thank you!