All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] dt-bindings: usb: tegra-xudc: Add Tegra234 XUSB controller support
@ 2022-09-29  3:42 Wayne Chang
  2022-09-29  7:01 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Wayne Chang @ 2022-09-29  3:42 UTC (permalink / raw)
  To: gregkh, robh+dt, thierry.reding, jonathanh,
	krzysztof.kozlowski+dt, nkristam, jckuo
  Cc: waynec, devicetree, linux-usb, linux-tegra, linux-kernel

Extend the Tegra XUSB controller device tree binding with Tegra234
support.

Signed-off-by: Wayne Chang <waynec@nvidia.com>
---
 Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml b/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml
index fd6e7c81426e..7e4eb379bcf4 100644
--- a/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml
+++ b/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml
@@ -22,6 +22,7 @@ properties:
           - nvidia,tegra210-xudc # For Tegra210
           - nvidia,tegra186-xudc # For Tegra186
           - nvidia,tegra194-xudc # For Tegra194
+          - nvidia,tegra234-xudc # For Tegra194
 
   reg:
     minItems: 2
@@ -153,6 +154,7 @@ allOf:
             enum:
               - nvidia,tegra186-xudc
               - nvidia,tegra194-xudc
+              - nvidia,tegra234-xudc
     then:
       properties:
         reg:
-- 
2.25.1


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

* Re: [PATCH 1/1] dt-bindings: usb: tegra-xudc: Add Tegra234 XUSB controller support
  2022-09-29  3:42 [PATCH 1/1] dt-bindings: usb: tegra-xudc: Add Tegra234 XUSB controller support Wayne Chang
@ 2022-09-29  7:01 ` Krzysztof Kozlowski
  2022-09-30  2:52   ` Wayne Chang
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-29  7:01 UTC (permalink / raw)
  To: Wayne Chang, gregkh, robh+dt, thierry.reding, jonathanh,
	krzysztof.kozlowski+dt, nkristam, jckuo
  Cc: devicetree, linux-usb, linux-tegra, linux-kernel

On 29/09/2022 05:42, Wayne Chang wrote:
> Extend the Tegra XUSB controller device tree binding with Tegra234
> support.
> 
> Signed-off-by: Wayne Chang <waynec@nvidia.com>
> ---
>  Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml b/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml
> index fd6e7c81426e..7e4eb379bcf4 100644
> --- a/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml
> +++ b/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml
> @@ -22,6 +22,7 @@ properties:
>            - nvidia,tegra210-xudc # For Tegra210
>            - nvidia,tegra186-xudc # For Tegra186
>            - nvidia,tegra194-xudc # For Tegra194
> +          - nvidia,tegra234-xudc # For Tegra194

Where is the driver change? Where is DTS?

Best regards,
Krzysztof


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

* Re: [PATCH 1/1] dt-bindings: usb: tegra-xudc: Add Tegra234 XUSB controller support
  2022-09-29  7:01 ` Krzysztof Kozlowski
@ 2022-09-30  2:52   ` Wayne Chang
  0 siblings, 0 replies; 3+ messages in thread
From: Wayne Chang @ 2022-09-30  2:52 UTC (permalink / raw)
  To: Krzysztof Kozlowski, gregkh, robh+dt, thierry.reding,
	Jonathan Hunter, krzysztof.kozlowski+dt, Nagarjuna Kristam,
	Jui Chang Kuo
  Cc: devicetree, linux-usb, linux-tegra, linux-kernel

Hi Krzvsztof,

Thanks for the review.

On 9/29/22 15:01, Krzysztof Kozlowski wrote:
> External email: Use caution opening links or attachments
> 
> 
> On 29/09/2022 05:42, Wayne Chang wrote:
>> Extend the Tegra XUSB controller device tree binding with Tegra234
>> support.
>>
>> Signed-off-by: Wayne Chang <waynec@nvidia.com>
>> ---
>>   Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml b/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml
>> index fd6e7c81426e..7e4eb379bcf4 100644
>> --- a/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml
>> +++ b/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml
>> @@ -22,6 +22,7 @@ properties:
>>             - nvidia,tegra210-xudc # For Tegra210
>>             - nvidia,tegra186-xudc # For Tegra186
>>             - nvidia,tegra194-xudc # For Tegra194
>> +          - nvidia,tegra234-xudc # For Tegra194
> 
> Where is the driver change? Where is DTS?
The driver is sent to upstream while the dts is working now.
I'll send them out together with this change in a series when they all 
got ready.

> Best regards,
> Krzysztof
> 
> 

thanks,
Wayne.

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

end of thread, other threads:[~2022-09-30  2:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29  3:42 [PATCH 1/1] dt-bindings: usb: tegra-xudc: Add Tegra234 XUSB controller support Wayne Chang
2022-09-29  7:01 ` Krzysztof Kozlowski
2022-09-30  2:52   ` Wayne Chang

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.