mbox series

[v6,0/3] document dt-schema for some USB Ethernet controllers

Message ID 20220517111505.929722-1-o.rempel@pengutronix.de
Headers show
Series document dt-schema for some USB Ethernet controllers | expand

Message

Oleksij Rempel May 17, 2022, 11:15 a.m. UTC
changes v6:
- remove USB hub example from microchip,lan95xx.yaml. We care only about
  ethernet node.
- use only documented USD ID in example.
- add Reviewed-by
- drop board patches, all of them are taken by different subsystem
  maintainers.

changes v5:
- move compatible string changes to a separate patch
- add note about possible regressions

changes v4:
- reword commit logs.
- add note about compatible fix

Oleksij Rempel (3):
  dt-bindings: net: add schema for ASIX USB Ethernet controllers
  dt-bindings: net: add schema for Microchip/SMSC LAN95xx USB Ethernet
    controllers
  dt-bindings: usb: ci-hdrc-usb2: fix node node for ethernet controller

 .../devicetree/bindings/net/asix,ax88178.yaml | 68 +++++++++++++++++++
 .../bindings/net/microchip,lan95xx.yaml       | 63 +++++++++++++++++
 .../devicetree/bindings/usb/ci-hdrc-usb2.txt  |  2 +-
 3 files changed, 132 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/net/asix,ax88178.yaml
 create mode 100644 Documentation/devicetree/bindings/net/microchip,lan95xx.yaml

Comments

Rob Herring May 17, 2022, 6:05 p.m. UTC | #1
On Tue, May 17, 2022 at 01:15:02PM +0200, Oleksij Rempel wrote:
> changes v6:
> - remove USB hub example from microchip,lan95xx.yaml. We care only about
>   ethernet node.
> - use only documented USD ID in example.
> - add Reviewed-by
> - drop board patches, all of them are taken by different subsystem
>   maintainers.
> 
> changes v5:
> - move compatible string changes to a separate patch
> - add note about possible regressions
> 
> changes v4:
> - reword commit logs.
> - add note about compatible fix
> 
> Oleksij Rempel (3):
>   dt-bindings: net: add schema for ASIX USB Ethernet controllers
>   dt-bindings: net: add schema for Microchip/SMSC LAN95xx USB Ethernet
>     controllers
>   dt-bindings: usb: ci-hdrc-usb2: fix node node for ethernet controller

Series applied, thanks.

Rob