linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: hwmon: Fix incorrect $id paths
@ 2020-04-09 20:25 Rob Herring
  2020-04-09 20:33 ` Guenter Roeck
  2020-04-14  9:05 ` Sa, Nuno
  0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring @ 2020-04-09 20:25 UTC (permalink / raw)
  To: devicetree
  Cc: linux-kernel, Nuno Sá, Jean Delvare, Guenter Roeck, linux-hwmon

Fix the path warnings in the adi,axi-fan-control and adt7475 bindings:

Documentation/devicetree/bindings/hwmon/adt7475.yaml: $id:
  relative path/filename doesn't match actual path or filename
  expected: http://devicetree.org/schemas/hwmon/adt7475.yaml#
Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml: $id:
  relative path/filename doesn't match actual path or filename
  expected: http://devicetree.org/schemas/hwmon/adi,axi-fan-control.yaml#

Cc: "Nuno Sá" <nuno.sa@analog.com>
Cc: Jean Delvare <jdelvare@suse.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: linux-hwmon@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
---
Will take this via the DT tree.

Rob

 .../devicetree/bindings/hwmon/adi,axi-fan-control.yaml          | 2 +-
 Documentation/devicetree/bindings/hwmon/adt7475.yaml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml b/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml
index 29bb2c778c59..7db78767c02d 100644
--- a/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml
+++ b/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml
@@ -2,7 +2,7 @@
 # Copyright 2019 Analog Devices Inc.
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/bindings/hwmon/adi,axi-fan-control.yaml#
+$id: http://devicetree.org/schemas/hwmon/adi,axi-fan-control.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Analog Devices AXI FAN Control Device Tree Bindings
diff --git a/Documentation/devicetree/bindings/hwmon/adt7475.yaml b/Documentation/devicetree/bindings/hwmon/adt7475.yaml
index 76985034ea73..46c441574f98 100644
--- a/Documentation/devicetree/bindings/hwmon/adt7475.yaml
+++ b/Documentation/devicetree/bindings/hwmon/adt7475.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/adt7475.yaml#
+$id: http://devicetree.org/schemas/hwmon/adt7475.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: ADT7475 hwmon sensor
-- 
2.20.1


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

* Re: [PATCH] dt-bindings: hwmon: Fix incorrect $id paths
  2020-04-09 20:25 [PATCH] dt-bindings: hwmon: Fix incorrect $id paths Rob Herring
@ 2020-04-09 20:33 ` Guenter Roeck
  2020-04-14  9:05 ` Sa, Nuno
  1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2020-04-09 20:33 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, linux-kernel, Nuno Sá, Jean Delvare, linux-hwmon

On Thu, Apr 09, 2020 at 02:25:15PM -0600, Rob Herring wrote:
> Fix the path warnings in the adi,axi-fan-control and adt7475 bindings:
> 
> Documentation/devicetree/bindings/hwmon/adt7475.yaml: $id:
>   relative path/filename doesn't match actual path or filename
>   expected: http://devicetree.org/schemas/hwmon/adt7475.yaml#
> Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml: $id:
>   relative path/filename doesn't match actual path or filename
>   expected: http://devicetree.org/schemas/hwmon/adi,axi-fan-control.yaml#
> 
> Cc: "Nuno Sá" <nuno.sa@analog.com>
> Cc: Jean Delvare <jdelvare@suse.com>
> Cc: Guenter Roeck <linux@roeck-us.net>
> Cc: linux-hwmon@vger.kernel.org
> Signed-off-by: Rob Herring <robh@kernel.org>

Acked-by: Guenter Roeck <linux@roeck-us.net>

> ---
> Will take this via the DT tree.
> 
> Rob
> 
>  .../devicetree/bindings/hwmon/adi,axi-fan-control.yaml          | 2 +-
>  Documentation/devicetree/bindings/hwmon/adt7475.yaml            | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml b/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml
> index 29bb2c778c59..7db78767c02d 100644
> --- a/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml
> @@ -2,7 +2,7 @@
>  # Copyright 2019 Analog Devices Inc.
>  %YAML 1.2
>  ---
> -$id: http://devicetree.org/schemas/bindings/hwmon/adi,axi-fan-control.yaml#
> +$id: http://devicetree.org/schemas/hwmon/adi,axi-fan-control.yaml#
>  $schema: http://devicetree.org/meta-schemas/core.yaml#
>  
>  title: Analog Devices AXI FAN Control Device Tree Bindings
> diff --git a/Documentation/devicetree/bindings/hwmon/adt7475.yaml b/Documentation/devicetree/bindings/hwmon/adt7475.yaml
> index 76985034ea73..46c441574f98 100644
> --- a/Documentation/devicetree/bindings/hwmon/adt7475.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/adt7475.yaml
> @@ -1,7 +1,7 @@
>  # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
>  %YAML 1.2
>  ---
> -$id: http://devicetree.org/schemas/adt7475.yaml#
> +$id: http://devicetree.org/schemas/hwmon/adt7475.yaml#
>  $schema: http://devicetree.org/meta-schemas/core.yaml#
>  
>  title: ADT7475 hwmon sensor
> -- 
> 2.20.1
> 

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

* RE: [PATCH] dt-bindings: hwmon: Fix incorrect $id paths
  2020-04-09 20:25 [PATCH] dt-bindings: hwmon: Fix incorrect $id paths Rob Herring
  2020-04-09 20:33 ` Guenter Roeck
@ 2020-04-14  9:05 ` Sa, Nuno
  1 sibling, 0 replies; 3+ messages in thread
From: Sa, Nuno @ 2020-04-14  9:05 UTC (permalink / raw)
  To: Rob Herring, devicetree
  Cc: linux-kernel, Jean Delvare, Guenter Roeck, linux-hwmon

> From: linux-hwmon-owner@vger.kernel.org <linux-hwmon-
> owner@vger.kernel.org> On Behalf Of Rob Herring
> Sent: Donnerstag, 9. April 2020 22:25
> To: devicetree@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org; Sa, Nuno <Nuno.Sa@analog.com>; Jean
> Delvare <jdelvare@suse.com>; Guenter Roeck <linux@roeck-us.net>; linux-
> hwmon@vger.kernel.org
> Subject: [PATCH] dt-bindings: hwmon: Fix incorrect $id paths
> 
> 
> Fix the path warnings in the adi,axi-fan-control and adt7475 bindings:
> 
> Documentation/devicetree/bindings/hwmon/adt7475.yaml: $id:
>   relative path/filename doesn't match actual path or filename
>   expected:
> https://urldefense.com/v3/__http://devicetree.org/schemas/hwmon/adt7
> 475.yaml*__;Iw!!A3Ni8CS0y2Y!rhxgSigmHmtbV5H9e_T_95_GdxnhLyCiQwv-
> iSF4ciM0bQs5Dea4wfEReZjBvw$
> Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml: $id:
>   relative path/filename doesn't match actual path or filename
>   expected:
> https://urldefense.com/v3/__http://devicetree.org/schemas/hwmon/adi,a
> xi-fan-
> control.yaml*__;Iw!!A3Ni8CS0y2Y!rhxgSigmHmtbV5H9e_T_95_GdxnhLyCiQ
> wv-iSF4ciM0bQs5Dea4wfGuCklYAg$
> 
> Cc: "Nuno Sá" <nuno.sa@analog.com>
> Cc: Jean Delvare <jdelvare@suse.com>
> Cc: Guenter Roeck <linux@roeck-us.net>
> Cc: linux-hwmon@vger.kernel.org
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---

Acked-by: Nuno Sá <nuno.sa@analog.com>

> Will take this via the DT tree.
> 
> Rob
> 
>  .../devicetree/bindings/hwmon/adi,axi-fan-control.yaml          | 2 +-
>  Documentation/devicetree/bindings/hwmon/adt7475.yaml            | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/hwmon/adi,axi-fan-
> control.yaml b/Documentation/devicetree/bindings/hwmon/adi,axi-fan-
> control.yaml
> index 29bb2c778c59..7db78767c02d 100644
> --- a/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml
> @@ -2,7 +2,7 @@
>  # Copyright 2019 Analog Devices Inc.
>  %YAML 1.2
>  ---
> -$id:
> https://urldefense.com/v3/__http://devicetree.org/schemas/bindings/hw
> mon/adi,axi-fan-
> control.yaml*__;Iw!!A3Ni8CS0y2Y!rhxgSigmHmtbV5H9e_T_95_GdxnhLyCiQ
> wv-iSF4ciM0bQs5Dea4wfFmPtwp2w$
> +$id:
> https://urldefense.com/v3/__http://devicetree.org/schemas/hwmon/adi,a
> xi-fan-
> control.yaml*__;Iw!!A3Ni8CS0y2Y!rhxgSigmHmtbV5H9e_T_95_GdxnhLyCiQ
> wv-iSF4ciM0bQs5Dea4wfGuCklYAg$
>  $schema: https://urldefense.com/v3/__http://devicetree.org/meta-
> schemas/core.yaml*__;Iw!!A3Ni8CS0y2Y!rhxgSigmHmtbV5H9e_T_95_Gdxn
> hLyCiQwv-iSF4ciM0bQs5Dea4wfHX4LQ_HA$
> 
>  title: Analog Devices AXI FAN Control Device Tree Bindings
> diff --git a/Documentation/devicetree/bindings/hwmon/adt7475.yaml
> b/Documentation/devicetree/bindings/hwmon/adt7475.yaml
> index 76985034ea73..46c441574f98 100644
> --- a/Documentation/devicetree/bindings/hwmon/adt7475.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/adt7475.yaml
> @@ -1,7 +1,7 @@
>  # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
>  %YAML 1.2
>  ---
> -$id:
> https://urldefense.com/v3/__http://devicetree.org/schemas/adt7475.yaml
> *__;Iw!!A3Ni8CS0y2Y!rhxgSigmHmtbV5H9e_T_95_GdxnhLyCiQwv-
> iSF4ciM0bQs5Dea4wfFzZihZyA$
> +$id:
> https://urldefense.com/v3/__http://devicetree.org/schemas/hwmon/adt7
> 475.yaml*__;Iw!!A3Ni8CS0y2Y!rhxgSigmHmtbV5H9e_T_95_GdxnhLyCiQwv-
> iSF4ciM0bQs5Dea4wfEReZjBvw$
>  $schema: https://urldefense.com/v3/__http://devicetree.org/meta-
> schemas/core.yaml*__;Iw!!A3Ni8CS0y2Y!rhxgSigmHmtbV5H9e_T_95_Gdxn
> hLyCiQwv-iSF4ciM0bQs5Dea4wfHX4LQ_HA$
> 
>  title: ADT7475 hwmon sensor
> --
> 2.20.1


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

end of thread, other threads:[~2020-04-14  9:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-09 20:25 [PATCH] dt-bindings: hwmon: Fix incorrect $id paths Rob Herring
2020-04-09 20:33 ` Guenter Roeck
2020-04-14  9:05 ` Sa, Nuno

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