linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mfd: ti,am3359-tscadc: Make dmas & dma-names optional
@ 2024-01-17  5:21 Wadim Egorov
  2024-01-17 15:16 ` Conor Dooley
  0 siblings, 1 reply; 3+ messages in thread
From: Wadim Egorov @ 2024-01-17  5:21 UTC (permalink / raw)
  To: lee, robh+dt, krzysztof.kozlowski+dt, conor+dt, miquel.raynal
  Cc: devicetree, linux-kernel, upstream

The driver does not require dmas or dma-names to be configured for the
ADC to work properly. Remove dmas and dma-names from the required
property list.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
---
 Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml
index 23a63265be3c..70b5dfce07d2 100644
--- a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml
+++ b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml
@@ -61,8 +61,6 @@ required:
   - interrupts
   - clocks
   - clock-names
-  - dmas
-  - dma-names
 
 additionalProperties: false
 
-- 
2.25.1


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

* Re: [PATCH] dt-bindings: mfd: ti,am3359-tscadc: Make dmas & dma-names optional
  2024-01-17  5:21 [PATCH] dt-bindings: mfd: ti,am3359-tscadc: Make dmas & dma-names optional Wadim Egorov
@ 2024-01-17 15:16 ` Conor Dooley
  2024-01-18  9:16   ` AW: " Wadim Egorov
  0 siblings, 1 reply; 3+ messages in thread
From: Conor Dooley @ 2024-01-17 15:16 UTC (permalink / raw)
  To: Wadim Egorov
  Cc: lee, robh+dt, krzysztof.kozlowski+dt, conor+dt, miquel.raynal,
	devicetree, linux-kernel, upstream

[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]

On Wed, Jan 17, 2024 at 06:21:04AM +0100, Wadim Egorov wrote:
> The driver does not require dmas or dma-names to be configured for the
> ADC to work properly. Remove dmas and dma-names from the required
> property list.

You say "the driver" - I assume that this is the linux driver. What
about drivers for other operating systems?

Thanks,
Conor.

> 
> Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
> ---
>  Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml
> index 23a63265be3c..70b5dfce07d2 100644
> --- a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml
> +++ b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml
> @@ -61,8 +61,6 @@ required:
>    - interrupts
>    - clocks
>    - clock-names
> -  - dmas
> -  - dma-names
>  
>  additionalProperties: false
>  
> -- 
> 2.25.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* AW: [PATCH] dt-bindings: mfd: ti,am3359-tscadc: Make dmas & dma-names optional
  2024-01-17 15:16 ` Conor Dooley
@ 2024-01-18  9:16   ` Wadim Egorov
  0 siblings, 0 replies; 3+ messages in thread
From: Wadim Egorov @ 2024-01-18  9:16 UTC (permalink / raw)
  To: Conor Dooley
  Cc: lee@kernel.org, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	miquel.raynal@bootlin.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, upstream@lists.phytec.de

Please ignore, a similar patch was already accepted

https://lore.kernel.org/linux-arm-kernel/20231124045019.21003-1-s-k6@ti.com/T/
________________________________________
Von: Conor Dooley <conor@kernel.org>
Gesendet: Mittwoch, 17. Januar 2024 16:16:45
An: Wadim Egorov
Cc: lee@kernel.org; robh+dt@kernel.org; krzysztof.kozlowski+dt@linaro.org; conor+dt@kernel.org; miquel.raynal@bootlin.com; devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; upstream@lists.phytec.de
Betreff: Re: [PATCH] dt-bindings: mfd: ti,am3359-tscadc: Make dmas & dma-names optional

On Wed, Jan 17, 2024 at 06:21:04AM +0100, Wadim Egorov wrote:
> The driver does not require dmas or dma-names to be configured for the
> ADC to work properly. Remove dmas and dma-names from the required
> property list.

You say "the driver" - I assume that this is the linux driver. What
about drivers for other operating systems?

Thanks,
Conor.

>
> Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
> ---
>  Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml
> index 23a63265be3c..70b5dfce07d2 100644
> --- a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml
> +++ b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml
> @@ -61,8 +61,6 @@ required:
>    - interrupts
>    - clocks
>    - clock-names
> -  - dmas
> -  - dma-names
>
>  additionalProperties: false
>
> --
> 2.25.1
>

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

end of thread, other threads:[~2024-01-18  9:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-17  5:21 [PATCH] dt-bindings: mfd: ti,am3359-tscadc: Make dmas & dma-names optional Wadim Egorov
2024-01-17 15:16 ` Conor Dooley
2024-01-18  9:16   ` AW: " Wadim Egorov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).