All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example
@ 2021-11-25 15:21 ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2021-11-25 15:21 UTC (permalink / raw)
  To: Jonathan Cameron, Lars-Peter Clausen, Rob Herring, Krzysztof Kozlowski
  Cc: linux-iio, devicetree, linux-arm-kernel, linux-samsung-soc,
	Geert Uytterhoeven

"make dt_binding_check":

    Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$'
	    From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml b/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml
index c65921e66dc1f4d0..81c87295912cec04 100644
--- a/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml
@@ -136,7 +136,7 @@ examples:
         samsung,syscon-phandle = <&pmu_system_controller>;
 
         /* NTC thermistor is a hwmon device */
-        ncp15wb473 {
+        thermistor {
             compatible = "murata,ncp15wb473";
             pullup-uv = <1800000>;
             pullup-ohm = <47000>;
-- 
2.25.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] 12+ messages in thread

* [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example
@ 2021-11-25 15:21 ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2021-11-25 15:21 UTC (permalink / raw)
  To: Jonathan Cameron, Lars-Peter Clausen, Rob Herring, Krzysztof Kozlowski
  Cc: linux-iio, devicetree, linux-arm-kernel, linux-samsung-soc,
	Geert Uytterhoeven

"make dt_binding_check":

    Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$'
	    From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml b/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml
index c65921e66dc1f4d0..81c87295912cec04 100644
--- a/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml
@@ -136,7 +136,7 @@ examples:
         samsung,syscon-phandle = <&pmu_system_controller>;
 
         /* NTC thermistor is a hwmon device */
-        ncp15wb473 {
+        thermistor {
             compatible = "murata,ncp15wb473";
             pullup-uv = <1800000>;
             pullup-ohm = <47000>;
-- 
2.25.1


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

* Re: [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example
  2021-11-25 15:21 ` Geert Uytterhoeven
@ 2021-11-25 15:26   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2021-11-25 15:26 UTC (permalink / raw)
  To: Geert Uytterhoeven, Jonathan Cameron, Lars-Peter Clausen, Rob Herring
  Cc: linux-iio, devicetree, linux-arm-kernel, linux-samsung-soc

On 25/11/2021 16:21, Geert Uytterhoeven wrote:
> "make dt_binding_check":
> 
>     Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$'
> 	    From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
>  .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml         | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example
@ 2021-11-25 15:26   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2021-11-25 15:26 UTC (permalink / raw)
  To: Geert Uytterhoeven, Jonathan Cameron, Lars-Peter Clausen, Rob Herring
  Cc: linux-iio, devicetree, linux-arm-kernel, linux-samsung-soc

On 25/11/2021 16:21, Geert Uytterhoeven wrote:
> "make dt_binding_check":
> 
>     Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$'
> 	    From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
>  .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml         | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof

_______________________________________________
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] 12+ messages in thread

* Re: [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example
  2021-11-25 15:26   ` Krzysztof Kozlowski
@ 2021-11-27 17:43     ` Jonathan Cameron
  -1 siblings, 0 replies; 12+ messages in thread
From: Jonathan Cameron @ 2021-11-27 17:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Geert Uytterhoeven, Lars-Peter Clausen, Rob Herring, linux-iio,
	devicetree, linux-arm-kernel, linux-samsung-soc

On Thu, 25 Nov 2021 16:26:16 +0100
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote:

> On 25/11/2021 16:21, Geert Uytterhoeven wrote:
> > "make dt_binding_check":
> > 
> >     Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$'
> > 	    From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml
> > 
> > Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> > ---
> >  .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml         | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >   
> 
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> 
This doesn't particularly feel like we need to rush it in, so applied
to the togreg branch of iio.git which will go in next merge window.

Shout if I should pull it to a fixes branch.

Thanks,

Jonathan

> 
> Best regards,
> Krzysztof


_______________________________________________
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] 12+ messages in thread

* Re: [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example
@ 2021-11-27 17:43     ` Jonathan Cameron
  0 siblings, 0 replies; 12+ messages in thread
From: Jonathan Cameron @ 2021-11-27 17:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Geert Uytterhoeven, Lars-Peter Clausen, Rob Herring, linux-iio,
	devicetree, linux-arm-kernel, linux-samsung-soc

On Thu, 25 Nov 2021 16:26:16 +0100
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote:

> On 25/11/2021 16:21, Geert Uytterhoeven wrote:
> > "make dt_binding_check":
> > 
> >     Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$'
> > 	    From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml
> > 
> > Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> > ---
> >  .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml         | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >   
> 
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> 
This doesn't particularly feel like we need to rush it in, so applied
to the togreg branch of iio.git which will go in next merge window.

Shout if I should pull it to a fixes branch.

Thanks,

Jonathan

> 
> Best regards,
> Krzysztof


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

* Re: [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example
  2021-11-27 17:43     ` Jonathan Cameron
@ 2021-11-29  8:22       ` Geert Uytterhoeven
  -1 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2021-11-29  8:22 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Krzysztof Kozlowski, Lars-Peter Clausen, Rob Herring, linux-iio,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux ARM, linux-samsung-soc

Hi Jonathan,

On Sat, Nov 27, 2021 at 6:38 PM Jonathan Cameron <jic23@kernel.org> wrote:
> On Thu, 25 Nov 2021 16:26:16 +0100
> Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote:
> > On 25/11/2021 16:21, Geert Uytterhoeven wrote:
> > > "make dt_binding_check":
> > >
> > >     Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$'
> > >         From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml
> > >
> > > Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> > > ---
> > >  .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml         | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> >
> >
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> >
> This doesn't particularly feel like we need to rush it in, so applied
> to the togreg branch of iio.git which will go in next merge window.
>
> Shout if I should pull it to a fixes branch.

Thank you, that's fine. We're still far from the point where we can start
enforcing "no errors" in "make dt_binding_check dtbs_check".

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example
@ 2021-11-29  8:22       ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2021-11-29  8:22 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Krzysztof Kozlowski, Lars-Peter Clausen, Rob Herring, linux-iio,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux ARM, linux-samsung-soc

Hi Jonathan,

On Sat, Nov 27, 2021 at 6:38 PM Jonathan Cameron <jic23@kernel.org> wrote:
> On Thu, 25 Nov 2021 16:26:16 +0100
> Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote:
> > On 25/11/2021 16:21, Geert Uytterhoeven wrote:
> > > "make dt_binding_check":
> > >
> > >     Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$'
> > >         From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml
> > >
> > > Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> > > ---
> > >  .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml         | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> >
> >
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> >
> This doesn't particularly feel like we need to rush it in, so applied
> to the togreg branch of iio.git which will go in next merge window.
>
> Shout if I should pull it to a fixes branch.

Thank you, that's fine. We're still far from the point where we can start
enforcing "no errors" in "make dt_binding_check dtbs_check".

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

_______________________________________________
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] 12+ messages in thread

* Re: [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example
  2021-11-29  8:22       ` Geert Uytterhoeven
@ 2021-12-01 22:50         ` Rob Herring
  -1 siblings, 0 replies; 12+ messages in thread
From: Rob Herring @ 2021-12-01 22:50 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Jonathan Cameron, Krzysztof Kozlowski, Lars-Peter Clausen,
	linux-iio,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux ARM, linux-samsung-soc

On Mon, Nov 29, 2021 at 09:22:35AM +0100, Geert Uytterhoeven wrote:
> Hi Jonathan,
> 
> On Sat, Nov 27, 2021 at 6:38 PM Jonathan Cameron <jic23@kernel.org> wrote:
> > On Thu, 25 Nov 2021 16:26:16 +0100
> > Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote:
> > > On 25/11/2021 16:21, Geert Uytterhoeven wrote:
> > > > "make dt_binding_check":
> > > >
> > > >     Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$'
> > > >         From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml
> > > >
> > > > Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> > > > ---
> > > >  .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml         | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > >
> > >
> > >
> > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> > >
> > This doesn't particularly feel like we need to rush it in, so applied
> > to the togreg branch of iio.git which will go in next merge window.
> >
> > Shout if I should pull it to a fixes branch.
> 
> Thank you, that's fine. We're still far from the point where we can start
> enforcing "no errors" in "make dt_binding_check dtbs_check".

No errors/warnings is the rule for dt_binding_check, but not dtbs_check.

Jonathan, Can you drop this and I'll apply with some other fixes I have 
for 5.16.

Rob

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

* Re: [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example
@ 2021-12-01 22:50         ` Rob Herring
  0 siblings, 0 replies; 12+ messages in thread
From: Rob Herring @ 2021-12-01 22:50 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Jonathan Cameron, Krzysztof Kozlowski, Lars-Peter Clausen,
	linux-iio,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux ARM, linux-samsung-soc

On Mon, Nov 29, 2021 at 09:22:35AM +0100, Geert Uytterhoeven wrote:
> Hi Jonathan,
> 
> On Sat, Nov 27, 2021 at 6:38 PM Jonathan Cameron <jic23@kernel.org> wrote:
> > On Thu, 25 Nov 2021 16:26:16 +0100
> > Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote:
> > > On 25/11/2021 16:21, Geert Uytterhoeven wrote:
> > > > "make dt_binding_check":
> > > >
> > > >     Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$'
> > > >         From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml
> > > >
> > > > Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> > > > ---
> > > >  .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml         | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > >
> > >
> > >
> > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> > >
> > This doesn't particularly feel like we need to rush it in, so applied
> > to the togreg branch of iio.git which will go in next merge window.
> >
> > Shout if I should pull it to a fixes branch.
> 
> Thank you, that's fine. We're still far from the point where we can start
> enforcing "no errors" in "make dt_binding_check dtbs_check".

No errors/warnings is the rule for dt_binding_check, but not dtbs_check.

Jonathan, Can you drop this and I'll apply with some other fixes I have 
for 5.16.

Rob

_______________________________________________
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] 12+ messages in thread

* Re: [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example
  2021-12-01 22:50         ` Rob Herring
@ 2021-12-04 15:35           ` Jonathan Cameron
  -1 siblings, 0 replies; 12+ messages in thread
From: Jonathan Cameron @ 2021-12-04 15:35 UTC (permalink / raw)
  To: Rob Herring
  Cc: Geert Uytterhoeven, Krzysztof Kozlowski, Lars-Peter Clausen,
	linux-iio,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux ARM, linux-samsung-soc

On Wed, 1 Dec 2021 16:50:10 -0600
Rob Herring <robh@kernel.org> wrote:

> On Mon, Nov 29, 2021 at 09:22:35AM +0100, Geert Uytterhoeven wrote:
> > Hi Jonathan,
> > 
> > On Sat, Nov 27, 2021 at 6:38 PM Jonathan Cameron <jic23@kernel.org> wrote:  
> > > On Thu, 25 Nov 2021 16:26:16 +0100
> > > Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote:  
> > > > On 25/11/2021 16:21, Geert Uytterhoeven wrote:  
> > > > > "make dt_binding_check":
> > > > >
> > > > >     Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$'
> > > > >         From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml
> > > > >
> > > > > Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> > > > > ---
> > > > >  .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml         | 2 +-
> > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > >  
> > > >
> > > >
> > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> > > >  
> > > This doesn't particularly feel like we need to rush it in, so applied
> > > to the togreg branch of iio.git which will go in next merge window.
> > >
> > > Shout if I should pull it to a fixes branch.  
> > 
> > Thank you, that's fine. We're still far from the point where we can start
> > enforcing "no errors" in "make dt_binding_check dtbs_check".  
> 
> No errors/warnings is the rule for dt_binding_check, but not dtbs_check.
> 
> Jonathan, Can you drop this and I'll apply with some other fixes I have 
> for 5.16.
> 
> Rob

Done, it's all yours.  Feel free to add

Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

if you haven't already pushed it out.

THanks,

Jonathan


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

* Re: [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example
@ 2021-12-04 15:35           ` Jonathan Cameron
  0 siblings, 0 replies; 12+ messages in thread
From: Jonathan Cameron @ 2021-12-04 15:35 UTC (permalink / raw)
  To: Rob Herring
  Cc: Geert Uytterhoeven, Krzysztof Kozlowski, Lars-Peter Clausen,
	linux-iio,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux ARM, linux-samsung-soc

On Wed, 1 Dec 2021 16:50:10 -0600
Rob Herring <robh@kernel.org> wrote:

> On Mon, Nov 29, 2021 at 09:22:35AM +0100, Geert Uytterhoeven wrote:
> > Hi Jonathan,
> > 
> > On Sat, Nov 27, 2021 at 6:38 PM Jonathan Cameron <jic23@kernel.org> wrote:  
> > > On Thu, 25 Nov 2021 16:26:16 +0100
> > > Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote:  
> > > > On 25/11/2021 16:21, Geert Uytterhoeven wrote:  
> > > > > "make dt_binding_check":
> > > > >
> > > > >     Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$'
> > > > >         From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml
> > > > >
> > > > > Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> > > > > ---
> > > > >  .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml         | 2 +-
> > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > >  
> > > >
> > > >
> > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> > > >  
> > > This doesn't particularly feel like we need to rush it in, so applied
> > > to the togreg branch of iio.git which will go in next merge window.
> > >
> > > Shout if I should pull it to a fixes branch.  
> > 
> > Thank you, that's fine. We're still far from the point where we can start
> > enforcing "no errors" in "make dt_binding_check dtbs_check".  
> 
> No errors/warnings is the rule for dt_binding_check, but not dtbs_check.
> 
> Jonathan, Can you drop this and I'll apply with some other fixes I have 
> for 5.16.
> 
> Rob

Done, it's all yours.  Feel free to add

Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

if you haven't already pushed it out.

THanks,

Jonathan


_______________________________________________
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] 12+ messages in thread

end of thread, other threads:[~2021-12-04 15:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 15:21 [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example Geert Uytterhoeven
2021-11-25 15:21 ` Geert Uytterhoeven
2021-11-25 15:26 ` Krzysztof Kozlowski
2021-11-25 15:26   ` Krzysztof Kozlowski
2021-11-27 17:43   ` Jonathan Cameron
2021-11-27 17:43     ` Jonathan Cameron
2021-11-29  8:22     ` Geert Uytterhoeven
2021-11-29  8:22       ` Geert Uytterhoeven
2021-12-01 22:50       ` Rob Herring
2021-12-01 22:50         ` Rob Herring
2021-12-04 15:35         ` Jonathan Cameron
2021-12-04 15:35           ` Jonathan Cameron

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.