mbox series

[v2,0/3] net: Convert Gianfar (Triple Speed Ethernet Controller) bindings to YAML

Message ID 20250228-gianfar-yaml-v2-0-6beeefbd4818@posteo.net (mailing list archive)
Headers show
Series net: Convert Gianfar (Triple Speed Ethernet Controller) bindings to YAML | expand

Message

J. Neuschäfer via B4 Relay Feb. 28, 2025, 5:32 p.m. UTC
The aim of this series is to modernize the device tree bindings for the
Freescale "Gianfar" ethernet controller (a.k.a. TSEC, Triple Speed
Ethernet Controller) by converting them to YAML.

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
---
Changes in v2:
- various cleanups suggested by reviewers
- use a 'select:' schema to disambiguate compatible = "gianfar" between
  network controller and MDIO nodes
- Link to v1: https://lore.kernel.org/r/20250220-gianfar-yaml-v1-0-0ba97fd1ef92@posteo.net

---
J. Neuschäfer (3):
      dt-bindings: net: Convert fsl,gianfar-{mdio,tbi} to YAML
      dt-bindings: net: fsl,gianfar-mdio: Update information about TBI
      dt-bindings: net: Convert fsl,gianfar to YAML

 .../devicetree/bindings/net/fsl,gianfar-mdio.yaml  | 112 ++++++++++
 .../devicetree/bindings/net/fsl,gianfar.yaml       | 248 +++++++++++++++++++++
 .../devicetree/bindings/net/fsl-tsec-phy.txt       |  80 +------
 3 files changed, 363 insertions(+), 77 deletions(-)
---
base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b
change-id: 20250209-gianfar-yaml-a654263b7534

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org March 5, 2025, 1:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 28 Feb 2025 18:32:49 +0100 you wrote:
> The aim of this series is to modernize the device tree bindings for the
> Freescale "Gianfar" ethernet controller (a.k.a. TSEC, Triple Speed
> Ethernet Controller) by converting them to YAML.
> 
> Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
> ---
> Changes in v2:
> - various cleanups suggested by reviewers
> - use a 'select:' schema to disambiguate compatible = "gianfar" between
>   network controller and MDIO nodes
> - Link to v1: https://lore.kernel.org/r/20250220-gianfar-yaml-v1-0-0ba97fd1ef92@posteo.net
> 
> [...]

Here is the summary with links:
  - [v2,1/3] dt-bindings: net: Convert fsl,gianfar-{mdio,tbi} to YAML
    https://git.kernel.org/netdev/net-next/c/e4c4522390c9
  - [v2,2/3] dt-bindings: net: fsl,gianfar-mdio: Update information about TBI
    https://git.kernel.org/netdev/net-next/c/0386e29e60bd
  - [v2,3/3] dt-bindings: net: Convert fsl,gianfar to YAML
    https://git.kernel.org/netdev/net-next/c/a70fdd936818

You are awesome, thank you!