2022-07-02 19:54:15

by Samuel Holland

[permalink] [raw]
Subject: [PATCH 0/3] dt-bindings: usb: Document Allwinner D1 compatibles

These patches document the compatible strings for the USB controllers in
the Allwinner D1 SoC, which require no special driver support.


Samuel Holland (3):
dt-bindings: usb: sunxi-musb: Add Allwinner D1 compatible
dt-bindings: usb: generic-ehci: Add Allwinner D1 compatible
dt-bindings: usb: generic-ohci: Add Allwinner D1 compatible

.../devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml | 1 +
Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 +
Documentation/devicetree/bindings/usb/generic-ohci.yaml | 1 +
3 files changed, 3 insertions(+)

--
2.35.1


2022-07-02 19:54:47

by Samuel Holland

[permalink] [raw]
Subject: [PATCH 1/3] dt-bindings: usb: sunxi-musb: Add Allwinner D1 compatible

The MUSB controller in the Allwinner D1 has 10 endpoints, making it
compatible with the A33 variant of the hardware.

Signed-off-by: Samuel Holland <[email protected]>
---

.../devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml b/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml
index 933fa356d2ce..e5dbf4169bc9 100644
--- a/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml
+++ b/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml
@@ -20,6 +20,7 @@ properties:
- items:
- enum:
- allwinner,sun8i-a83t-musb
+ - allwinner,sun20i-d1-musb
- allwinner,sun50i-h6-musb
- const: allwinner,sun8i-a33-musb
- items:
--
2.35.1

2022-07-02 19:55:25

by Samuel Holland

[permalink] [raw]
Subject: [PATCH 2/3] dt-bindings: usb: generic-ehci: Add Allwinner D1 compatible

The Allwinner D1 contains USB controllers which claim to be compatible
with the EHCI specification version 1.0.

Signed-off-by: Samuel Holland <[email protected]>
---

Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Documentation/devicetree/bindings/usb/generic-ehci.yaml
index 1e84e1b7ab27..25a6c14618e1 100644
--- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml
+++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml
@@ -38,6 +38,7 @@ properties:
- allwinner,sun8i-h3-ehci
- allwinner,sun8i-r40-ehci
- allwinner,sun9i-a80-ehci
+ - allwinner,sun20i-d1-ehci
- aspeed,ast2400-ehci
- aspeed,ast2500-ehci
- aspeed,ast2600-ehci
--
2.35.1

2022-07-02 20:30:13

by Samuel Holland

[permalink] [raw]
Subject: [PATCH 3/3] dt-bindings: usb: generic-ohci: Add Allwinner D1 compatible

The Allwinner D1 contains USB controllers which claim to be compatible
with the OHCI specification version 1.0a.

Signed-off-by: Samuel Holland <[email protected]>
---

Documentation/devicetree/bindings/usb/generic-ohci.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/generic-ohci.yaml b/Documentation/devicetree/bindings/usb/generic-ohci.yaml
index bb6bbd5f129d..180361b79f52 100644
--- a/Documentation/devicetree/bindings/usb/generic-ohci.yaml
+++ b/Documentation/devicetree/bindings/usb/generic-ohci.yaml
@@ -28,6 +28,7 @@ properties:
- allwinner,sun8i-h3-ohci
- allwinner,sun8i-r40-ohci
- allwinner,sun9i-a80-ohci
+ - allwinner,sun20i-d1-ohci
- brcm,bcm3384-ohci
- brcm,bcm63268-ohci
- brcm,bcm6328-ohci
--
2.35.1

2022-07-04 20:52:14

by Jernej Škrabec

[permalink] [raw]
Subject: Re: [PATCH 0/3] dt-bindings: usb: Document Allwinner D1 compatibles

Dne sobota, 02. julij 2022 ob 21:52:46 CEST je Samuel Holland napisal(a):
> These patches document the compatible strings for the USB controllers in
> the Allwinner D1 SoC, which require no special driver support.
>
>
> Samuel Holland (3):
> dt-bindings: usb: sunxi-musb: Add Allwinner D1 compatible
> dt-bindings: usb: generic-ehci: Add Allwinner D1 compatible
> dt-bindings: usb: generic-ohci: Add Allwinner D1 compatible

Acked-by: Jernej Skrabec <[email protected]>

Best regards,
Jernej

>
> .../devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml | 1 +
> Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 +
> Documentation/devicetree/bindings/usb/generic-ohci.yaml | 1 +
> 3 files changed, 3 insertions(+)
>
> --
> 2.35.1


2022-07-05 20:07:06

by Jernej Škrabec

[permalink] [raw]
Subject: Re: Re: [PATCH 0/3] dt-bindings: usb: Document Allwinner D1 compatibles

Dne ponedeljek, 04. julij 2022 ob 22:35:24 CEST je Jernej Škrabec napisal(a):
> Dne sobota, 02. julij 2022 ob 21:52:46 CEST je Samuel Holland napisal(a):
> > These patches document the compatible strings for the USB controllers in
> > the Allwinner D1 SoC, which require no special driver support.
> >
> > Samuel Holland (3):
> > dt-bindings: usb: sunxi-musb: Add Allwinner D1 compatible
> > dt-bindings: usb: generic-ehci: Add Allwinner D1 compatible
> > dt-bindings: usb: generic-ohci: Add Allwinner D1 compatible
>
> Acked-by: Jernej Skrabec <[email protected]>

Applied all three, thanks!

Best regards,
Jernej

> > .../devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml | 1 +
> > Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 +
> > Documentation/devicetree/bindings/usb/generic-ohci.yaml | 1 +
> > 3 files changed, 3 insertions(+)
> >
> > --
> > 2.35.1


2022-07-05 20:33:17

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: usb: sunxi-musb: Add Allwinner D1 compatible

On Sat, 02 Jul 2022 14:52:47 -0500, Samuel Holland wrote:
> The MUSB controller in the Allwinner D1 has 10 endpoints, making it
> compatible with the A33 variant of the hardware.
>
> Signed-off-by: Samuel Holland <[email protected]>
> ---
>
> .../devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>

2022-07-05 20:33:50

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 2/3] dt-bindings: usb: generic-ehci: Add Allwinner D1 compatible

On Sat, 02 Jul 2022 14:52:48 -0500, Samuel Holland wrote:
> The Allwinner D1 contains USB controllers which claim to be compatible
> with the EHCI specification version 1.0.
>
> Signed-off-by: Samuel Holland <[email protected]>
> ---
>
> Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>

2022-07-05 20:52:30

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 3/3] dt-bindings: usb: generic-ohci: Add Allwinner D1 compatible

On Sat, 02 Jul 2022 14:52:49 -0500, Samuel Holland wrote:
> The Allwinner D1 contains USB controllers which claim to be compatible
> with the OHCI specification version 1.0a.
>
> Signed-off-by: Samuel Holland <[email protected]>
> ---
>
> Documentation/devicetree/bindings/usb/generic-ohci.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>