All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] dt-bindings: usb: Document Allwinner D1 compatibles
@ 2022-07-02 19:52 ` Samuel Holland
  0 siblings, 0 replies; 18+ messages in thread
From: Samuel Holland @ 2022-07-02 19:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Samuel Holland, Chen-Yu Tsai, Jernej Skrabec,
	Krzysztof Kozlowski, Maxime Ripard, Rob Herring, devicetree,
	linux-arm-kernel, linux-kernel, linux-sunxi, linux-usb

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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [PATCH 0/3] dt-bindings: usb: Document Allwinner D1 compatibles
@ 2022-07-02 19:52 ` Samuel Holland
  0 siblings, 0 replies; 18+ messages in thread
From: Samuel Holland @ 2022-07-02 19:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Samuel Holland, Chen-Yu Tsai, Jernej Skrabec,
	Krzysztof Kozlowski, Maxime Ripard, Rob Herring, devicetree,
	linux-arm-kernel, linux-kernel, linux-sunxi, linux-usb

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [PATCH 1/3] dt-bindings: usb: sunxi-musb: Add Allwinner D1 compatible
  2022-07-02 19:52 ` Samuel Holland
@ 2022-07-02 19:52   ` Samuel Holland
  -1 siblings, 0 replies; 18+ messages in thread
From: Samuel Holland @ 2022-07-02 19:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Samuel Holland, Chen-Yu Tsai, Jernej Skrabec,
	Krzysztof Kozlowski, Maxime Ripard, Rob Herring, devicetree,
	linux-arm-kernel, linux-kernel, linux-sunxi, linux-usb

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 <samuel@sholland.org>
---

 .../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


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 1/3] dt-bindings: usb: sunxi-musb: Add Allwinner D1 compatible
@ 2022-07-02 19:52   ` Samuel Holland
  0 siblings, 0 replies; 18+ messages in thread
From: Samuel Holland @ 2022-07-02 19:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Samuel Holland, Chen-Yu Tsai, Jernej Skrabec,
	Krzysztof Kozlowski, Maxime Ripard, Rob Herring, devicetree,
	linux-arm-kernel, linux-kernel, linux-sunxi, linux-usb

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 <samuel@sholland.org>
---

 .../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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 2/3] dt-bindings: usb: generic-ehci: Add Allwinner D1 compatible
  2022-07-02 19:52 ` Samuel Holland
@ 2022-07-02 19:52   ` Samuel Holland
  -1 siblings, 0 replies; 18+ messages in thread
From: Samuel Holland @ 2022-07-02 19:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Samuel Holland, Chen-Yu Tsai, Jernej Skrabec,
	Krzysztof Kozlowski, Maxime Ripard, Rob Herring, devicetree,
	linux-arm-kernel, linux-kernel, linux-sunxi, linux-usb

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

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 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


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 2/3] dt-bindings: usb: generic-ehci: Add Allwinner D1 compatible
@ 2022-07-02 19:52   ` Samuel Holland
  0 siblings, 0 replies; 18+ messages in thread
From: Samuel Holland @ 2022-07-02 19:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Samuel Holland, Chen-Yu Tsai, Jernej Skrabec,
	Krzysztof Kozlowski, Maxime Ripard, Rob Herring, devicetree,
	linux-arm-kernel, linux-kernel, linux-sunxi, linux-usb

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

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 3/3] dt-bindings: usb: generic-ohci: Add Allwinner D1 compatible
  2022-07-02 19:52 ` Samuel Holland
@ 2022-07-02 19:52   ` Samuel Holland
  -1 siblings, 0 replies; 18+ messages in thread
From: Samuel Holland @ 2022-07-02 19:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Samuel Holland, Chen-Yu Tsai, Jernej Skrabec,
	Krzysztof Kozlowski, Maxime Ripard, Rob Herring, devicetree,
	linux-arm-kernel, linux-kernel, linux-sunxi, linux-usb

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

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 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


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 3/3] dt-bindings: usb: generic-ohci: Add Allwinner D1 compatible
@ 2022-07-02 19:52   ` Samuel Holland
  0 siblings, 0 replies; 18+ messages in thread
From: Samuel Holland @ 2022-07-02 19:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Samuel Holland, Chen-Yu Tsai, Jernej Skrabec,
	Krzysztof Kozlowski, Maxime Ripard, Rob Herring, devicetree,
	linux-arm-kernel, linux-kernel, linux-sunxi, linux-usb

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

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* Re: [PATCH 0/3] dt-bindings: usb: Document Allwinner D1 compatibles
  2022-07-02 19:52 ` Samuel Holland
@ 2022-07-04 20:35   ` Jernej Škrabec
  -1 siblings, 0 replies; 18+ messages in thread
From: Jernej Škrabec @ 2022-07-04 20:35 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Samuel Holland
  Cc: Samuel Holland, Chen-Yu Tsai, Krzysztof Kozlowski, Maxime Ripard,
	Rob Herring, devicetree, linux-arm-kernel, linux-kernel,
	linux-sunxi, linux-usb

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 <jernej.skrabec@gmail.com>

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



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 0/3] dt-bindings: usb: Document Allwinner D1 compatibles
@ 2022-07-04 20:35   ` Jernej Škrabec
  0 siblings, 0 replies; 18+ messages in thread
From: Jernej Škrabec @ 2022-07-04 20:35 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Samuel Holland
  Cc: Samuel Holland, Chen-Yu Tsai, Krzysztof Kozlowski, Maxime Ripard,
	Rob Herring, devicetree, linux-arm-kernel, linux-kernel,
	linux-sunxi, linux-usb

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 <jernej.skrabec@gmail.com>

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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Re: [PATCH 0/3] dt-bindings: usb: Document Allwinner D1 compatibles
  2022-07-04 20:35   ` Jernej Škrabec
@ 2022-07-05 19:53     ` Jernej Škrabec
  -1 siblings, 0 replies; 18+ messages in thread
From: Jernej Škrabec @ 2022-07-05 19:53 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Samuel Holland
  Cc: Samuel Holland, Chen-Yu Tsai, Krzysztof Kozlowski, Maxime Ripard,
	Rob Herring, devicetree, linux-arm-kernel, linux-kernel,
	linux-sunxi, linux-usb

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 <jernej.skrabec@gmail.com>

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



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Re: [PATCH 0/3] dt-bindings: usb: Document Allwinner D1 compatibles
@ 2022-07-05 19:53     ` Jernej Škrabec
  0 siblings, 0 replies; 18+ messages in thread
From: Jernej Škrabec @ 2022-07-05 19:53 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Samuel Holland
  Cc: Samuel Holland, Chen-Yu Tsai, Krzysztof Kozlowski, Maxime Ripard,
	Rob Herring, devicetree, linux-arm-kernel, linux-kernel,
	linux-sunxi, linux-usb

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 <jernej.skrabec@gmail.com>

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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 1/3] dt-bindings: usb: sunxi-musb: Add Allwinner D1 compatible
  2022-07-02 19:52   ` Samuel Holland
@ 2022-07-05 20:30     ` Rob Herring
  -1 siblings, 0 replies; 18+ messages in thread
From: Rob Herring @ 2022-07-05 20:30 UTC (permalink / raw)
  To: Samuel Holland
  Cc: linux-usb, Jernej Skrabec, devicetree, linux-kernel,
	Maxime Ripard, Krzysztof Kozlowski, Chen-Yu Tsai,
	linux-arm-kernel, Rob Herring, linux-sunxi, Greg Kroah-Hartman

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 <samuel@sholland.org>
> ---
> 
>  .../devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml        | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 1/3] dt-bindings: usb: sunxi-musb: Add Allwinner D1 compatible
@ 2022-07-05 20:30     ` Rob Herring
  0 siblings, 0 replies; 18+ messages in thread
From: Rob Herring @ 2022-07-05 20:30 UTC (permalink / raw)
  To: Samuel Holland
  Cc: linux-usb, Jernej Skrabec, devicetree, linux-kernel,
	Maxime Ripard, Krzysztof Kozlowski, Chen-Yu Tsai,
	linux-arm-kernel, Rob Herring, linux-sunxi, Greg Kroah-Hartman

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 <samuel@sholland.org>
> ---
> 
>  .../devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml        | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 2/3] dt-bindings: usb: generic-ehci: Add Allwinner D1 compatible
  2022-07-02 19:52   ` Samuel Holland
@ 2022-07-05 20:30     ` Rob Herring
  -1 siblings, 0 replies; 18+ messages in thread
From: Rob Herring @ 2022-07-05 20:30 UTC (permalink / raw)
  To: Samuel Holland
  Cc: Greg Kroah-Hartman, Rob Herring, devicetree, linux-usb,
	linux-sunxi, Chen-Yu Tsai, linux-arm-kernel, Maxime Ripard,
	Jernej Skrabec, Krzysztof Kozlowski, linux-kernel

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 <samuel@sholland.org>
> ---
> 
>  Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 2/3] dt-bindings: usb: generic-ehci: Add Allwinner D1 compatible
@ 2022-07-05 20:30     ` Rob Herring
  0 siblings, 0 replies; 18+ messages in thread
From: Rob Herring @ 2022-07-05 20:30 UTC (permalink / raw)
  To: Samuel Holland
  Cc: Greg Kroah-Hartman, Rob Herring, devicetree, linux-usb,
	linux-sunxi, Chen-Yu Tsai, linux-arm-kernel, Maxime Ripard,
	Jernej Skrabec, Krzysztof Kozlowski, linux-kernel

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 <samuel@sholland.org>
> ---
> 
>  Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 3/3] dt-bindings: usb: generic-ohci: Add Allwinner D1 compatible
  2022-07-02 19:52   ` Samuel Holland
@ 2022-07-05 20:30     ` Rob Herring
  -1 siblings, 0 replies; 18+ messages in thread
From: Rob Herring @ 2022-07-05 20:30 UTC (permalink / raw)
  To: Samuel Holland
  Cc: Maxime Ripard, Chen-Yu Tsai, linux-arm-kernel, linux-usb,
	Rob Herring, linux-kernel, Krzysztof Kozlowski, linux-sunxi,
	Jernej Skrabec, devicetree, Greg Kroah-Hartman

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 <samuel@sholland.org>
> ---
> 
>  Documentation/devicetree/bindings/usb/generic-ohci.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 3/3] dt-bindings: usb: generic-ohci: Add Allwinner D1 compatible
@ 2022-07-05 20:30     ` Rob Herring
  0 siblings, 0 replies; 18+ messages in thread
From: Rob Herring @ 2022-07-05 20:30 UTC (permalink / raw)
  To: Samuel Holland
  Cc: Maxime Ripard, Chen-Yu Tsai, linux-arm-kernel, linux-usb,
	Rob Herring, linux-kernel, Krzysztof Kozlowski, linux-sunxi,
	Jernej Skrabec, devicetree, Greg Kroah-Hartman

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 <samuel@sholland.org>
> ---
> 
>  Documentation/devicetree/bindings/usb/generic-ohci.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-07-05 21:32 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-02 19:52 [PATCH 0/3] dt-bindings: usb: Document Allwinner D1 compatibles Samuel Holland
2022-07-02 19:52 ` Samuel Holland
2022-07-02 19:52 ` [PATCH 1/3] dt-bindings: usb: sunxi-musb: Add Allwinner D1 compatible Samuel Holland
2022-07-02 19:52   ` Samuel Holland
2022-07-05 20:30   ` Rob Herring
2022-07-05 20:30     ` Rob Herring
2022-07-02 19:52 ` [PATCH 2/3] dt-bindings: usb: generic-ehci: " Samuel Holland
2022-07-02 19:52   ` Samuel Holland
2022-07-05 20:30   ` Rob Herring
2022-07-05 20:30     ` Rob Herring
2022-07-02 19:52 ` [PATCH 3/3] dt-bindings: usb: generic-ohci: " Samuel Holland
2022-07-02 19:52   ` Samuel Holland
2022-07-05 20:30   ` Rob Herring
2022-07-05 20:30     ` Rob Herring
2022-07-04 20:35 ` [PATCH 0/3] dt-bindings: usb: Document Allwinner D1 compatibles Jernej Škrabec
2022-07-04 20:35   ` Jernej Škrabec
2022-07-05 19:53   ` Jernej Škrabec
2022-07-05 19:53     ` Jernej Škrabec

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.