All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: iio: dac: adi,ad5755: drop unrelated included.
@ 2021-12-04 16:58 Jonathan Cameron
  2021-12-06 20:20 ` Rob Herring
  2022-02-25 12:37 ` Sean Nyekjaer
  0 siblings, 2 replies; 5+ messages in thread
From: Jonathan Cameron @ 2021-12-04 16:58 UTC (permalink / raw)
  To: linux-iio, devicetree; +Cc: Rob Herring, Jonathan Cameron, Sean Nyekjaer

From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Probably a cut and paste error, but the binding header used in the
example is for the wrong device and nothing from it is used.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
---
 Documentation/devicetree/bindings/iio/dac/adi,ad5755.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/dac/adi,ad5755.yaml b/Documentation/devicetree/bindings/iio/dac/adi,ad5755.yaml
index be419ac46caa..f866b88e1440 100644
--- a/Documentation/devicetree/bindings/iio/dac/adi,ad5755.yaml
+++ b/Documentation/devicetree/bindings/iio/dac/adi,ad5755.yaml
@@ -125,7 +125,6 @@ oneOf:
 
 examples:
   - |
-    #include <dt-bindings/iio/adi,ad5592r.h>
     spi {
         #address-cells = <1>;
         #size-cells = <0>;
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: iio: dac: adi,ad5755: drop unrelated included.
  2021-12-04 16:58 [PATCH] dt-bindings: iio: dac: adi,ad5755: drop unrelated included Jonathan Cameron
@ 2021-12-06 20:20 ` Rob Herring
  2021-12-12 16:17   ` Jonathan Cameron
  2022-02-25 12:37 ` Sean Nyekjaer
  1 sibling, 1 reply; 5+ messages in thread
From: Rob Herring @ 2021-12-06 20:20 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: devicetree, Rob Herring, Jonathan Cameron, linux-iio, Sean Nyekjaer

On Sat, 04 Dec 2021 16:58:17 +0000, Jonathan Cameron wrote:
> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> 
> Probably a cut and paste error, but the binding header used in the
> example is for the wrong device and nothing from it is used.
> 
> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> Cc: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
> ---
>  Documentation/devicetree/bindings/iio/dac/adi,ad5755.yaml | 1 -
>  1 file changed, 1 deletion(-)
> 

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

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

* Re: [PATCH] dt-bindings: iio: dac: adi,ad5755: drop unrelated included.
  2021-12-06 20:20 ` Rob Herring
@ 2021-12-12 16:17   ` Jonathan Cameron
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2021-12-12 16:17 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, Rob Herring, Jonathan Cameron, linux-iio, Sean Nyekjaer

On Mon, 6 Dec 2021 14:20:20 -0600
Rob Herring <robh@kernel.org> wrote:

> On Sat, 04 Dec 2021 16:58:17 +0000, Jonathan Cameron wrote:
> > From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > 
> > Probably a cut and paste error, but the binding header used in the
> > example is for the wrong device and nothing from it is used.
> > 
> > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > Cc: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
> > ---
> >  Documentation/devicetree/bindings/iio/dac/adi,ad5755.yaml | 1 -
> >  1 file changed, 1 deletion(-)
> >   
> 
> Reviewed-by: Rob Herring <robh@kernel.org>
Applied to the togreg branch of iio.git and pushed out as testing to
let 0-day have a go and finding issues.

Thanks,

Jonathan



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

* Re: [PATCH] dt-bindings: iio: dac: adi,ad5755: drop unrelated included.
  2021-12-04 16:58 [PATCH] dt-bindings: iio: dac: adi,ad5755: drop unrelated included Jonathan Cameron
  2021-12-06 20:20 ` Rob Herring
@ 2022-02-25 12:37 ` Sean Nyekjaer
  2022-02-26 16:37   ` Jonathan Cameron
  1 sibling, 1 reply; 5+ messages in thread
From: Sean Nyekjaer @ 2022-02-25 12:37 UTC (permalink / raw)
  To: Jonathan Cameron, linux-iio, devicetree
  Cc: Rob Herring, Jonathan Cameron, Sean Nyekjaer



On 04/12/2021 17.58, Jonathan Cameron wrote:
> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> 
> Probably a cut and paste error, but the binding header used in the
> example is for the wrong device and nothing from it is used.
> 
> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> Cc: Sean Nyekjaer <sean.nyekjaer@prevas.dk>

Hi Joanthan,

Sorry for not seeing this :)
I hope I have updated the mailmap correctly to reflect this email address.

Br,
Sean

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

* Re: [PATCH] dt-bindings: iio: dac: adi,ad5755: drop unrelated included.
  2022-02-25 12:37 ` Sean Nyekjaer
@ 2022-02-26 16:37   ` Jonathan Cameron
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2022-02-26 16:37 UTC (permalink / raw)
  To: Sean Nyekjaer; +Cc: linux-iio, devicetree, Rob Herring, Jonathan Cameron

On Fri, 25 Feb 2022 13:37:24 +0100
Sean Nyekjaer <sean@geanix.com> wrote:

> On 04/12/2021 17.58, Jonathan Cameron wrote:
> > From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > 
> > Probably a cut and paste error, but the binding header used in the
> > example is for the wrong device and nothing from it is used.
> > 
> > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > Cc: Sean Nyekjaer <sean.nyekjaer@prevas.dk>  
> 
> Hi Joanthan,
> 
> Sorry for not seeing this :)
> I hope I have updated the mailmap correctly to reflect this email address.
> 
Lazy me didn't check :( 

Sorry!

Jonathan

> Br,
> Sean


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

end of thread, other threads:[~2022-02-26 16:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-04 16:58 [PATCH] dt-bindings: iio: dac: adi,ad5755: drop unrelated included Jonathan Cameron
2021-12-06 20:20 ` Rob Herring
2021-12-12 16:17   ` Jonathan Cameron
2022-02-25 12:37 ` Sean Nyekjaer
2022-02-26 16:37   ` 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.