* [PATCH 1/2] dt-bindings: iio: health: Fix max30100 I2C chip address in example @ 2017-10-11 9:09 Peter Meerwald-Stadler [not found] ` <1507712948-29300-1-git-send-email-pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Peter Meerwald-Stadler @ 2017-10-11 9:09 UTC (permalink / raw) To: Jonathan Cameron Cc: linux-iio-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA, robh-DgEjT+Ai2ygdnm+yROfE0A, Peter Meerwald-Stadler Should be in hex, not decimal or even octal Signed-off-by: Peter Meerwald-Stadler <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> --- Documentation/devicetree/bindings/iio/health/max30100.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/iio/health/max30100.txt b/Documentation/devicetree/bindings/iio/health/max30100.txt index 295a9ed..8d81764 100644 --- a/Documentation/devicetree/bindings/iio/health/max30100.txt +++ b/Documentation/devicetree/bindings/iio/health/max30100.txt @@ -20,9 +20,9 @@ Optional properties: Example: -max30100@057 { +max30100@57 { compatible = "maxim,max30100"; - reg = <57>; + reg = <0x57>; maxim,led-current-microamp = <24000 50000>; interrupt-parent = <&gpio1>; interrupts = <16 2>; -- 2.7.4 ^ permalink raw reply related [flat|nested] 6+ messages in thread
[parent not found: <1507712948-29300-1-git-send-email-pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>]
* [PATCH 2/2] dt-bindings: iio: health: Use binding name for max30102 in example [not found] ` <1507712948-29300-1-git-send-email-pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> @ 2017-10-11 9:09 ` Peter Meerwald-Stadler [not found] ` <1507712948-29300-2-git-send-email-pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> 2017-10-13 21:54 ` [PATCH 1/2] dt-bindings: iio: health: Fix max30100 I2C chip address " Rob Herring 1 sibling, 1 reply; 6+ messages in thread From: Peter Meerwald-Stadler @ 2017-10-11 9:09 UTC (permalink / raw) To: Jonathan Cameron Cc: linux-iio-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA, robh-DgEjT+Ai2ygdnm+yROfE0A, Peter Meerwald-Stadler Signed-off-by: Peter Meerwald-Stadler <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> --- Documentation/devicetree/bindings/iio/health/max30102.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/iio/health/max30102.txt b/Documentation/devicetree/bindings/iio/health/max30102.txt index c695e7c..8629c18 100644 --- a/Documentation/devicetree/bindings/iio/health/max30102.txt +++ b/Documentation/devicetree/bindings/iio/health/max30102.txt @@ -20,7 +20,7 @@ Optional properties: Example: -max30100@57 { +max30102@57 { compatible = "maxim,max30102"; reg = <0x57>; maxim,red-led-current-microamp = <7000>; -- 2.7.4 ^ permalink raw reply related [flat|nested] 6+ messages in thread
[parent not found: <1507712948-29300-2-git-send-email-pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>]
* Re: [PATCH 2/2] dt-bindings: iio: health: Use binding name for max30102 in example [not found] ` <1507712948-29300-2-git-send-email-pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> @ 2017-10-13 21:54 ` Rob Herring 2017-10-14 18:24 ` Jonathan Cameron 0 siblings, 1 reply; 6+ messages in thread From: Rob Herring @ 2017-10-13 21:54 UTC (permalink / raw) To: Peter Meerwald-Stadler Cc: Jonathan Cameron, linux-iio-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA On Wed, Oct 11, 2017 at 11:09:08AM +0200, Peter Meerwald-Stadler wrote: > Signed-off-by: Peter Meerwald-Stadler <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> > --- > Documentation/devicetree/bindings/iio/health/max30102.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] dt-bindings: iio: health: Use binding name for max30102 in example 2017-10-13 21:54 ` Rob Herring @ 2017-10-14 18:24 ` Jonathan Cameron 0 siblings, 0 replies; 6+ messages in thread From: Jonathan Cameron @ 2017-10-14 18:24 UTC (permalink / raw) To: Rob Herring Cc: Peter Meerwald-Stadler, linux-iio-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA On Fri, 13 Oct 2017 16:54:55 -0500 Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote: > On Wed, Oct 11, 2017 at 11:09:08AM +0200, Peter Meerwald-Stadler wrote: > > Signed-off-by: Peter Meerwald-Stadler <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> > > --- > > Documentation/devicetree/bindings/iio/health/max30102.txt | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Applied to the togreg branch of iio.git and pushed out as testing. Thanks, Jonathan > > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] dt-bindings: iio: health: Fix max30100 I2C chip address in example [not found] ` <1507712948-29300-1-git-send-email-pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> 2017-10-11 9:09 ` [PATCH 2/2] dt-bindings: iio: health: Use binding name for max30102 " Peter Meerwald-Stadler @ 2017-10-13 21:54 ` Rob Herring 2017-10-14 18:23 ` Jonathan Cameron 1 sibling, 1 reply; 6+ messages in thread From: Rob Herring @ 2017-10-13 21:54 UTC (permalink / raw) To: Peter Meerwald-Stadler Cc: Jonathan Cameron, linux-iio-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA On Wed, Oct 11, 2017 at 11:09:07AM +0200, Peter Meerwald-Stadler wrote: > Should be in hex, not decimal or even octal > > Signed-off-by: Peter Meerwald-Stadler <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> > --- > Documentation/devicetree/bindings/iio/health/max30100.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] dt-bindings: iio: health: Fix max30100 I2C chip address in example 2017-10-13 21:54 ` [PATCH 1/2] dt-bindings: iio: health: Fix max30100 I2C chip address " Rob Herring @ 2017-10-14 18:23 ` Jonathan Cameron 0 siblings, 0 replies; 6+ messages in thread From: Jonathan Cameron @ 2017-10-14 18:23 UTC (permalink / raw) To: Rob Herring Cc: Peter Meerwald-Stadler, linux-iio-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA On Fri, 13 Oct 2017 16:54:38 -0500 Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote: > On Wed, Oct 11, 2017 at 11:09:07AM +0200, Peter Meerwald-Stadler wrote: > > Should be in hex, not decimal or even octal > > > > Signed-off-by: Peter Meerwald-Stadler <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> > > --- > > Documentation/devicetree/bindings/iio/health/max30100.txt | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Applied to the togreg branch of iio.git and pushed out as testing. Thanks, Jonathan > > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-10-14 18:24 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-10-11 9:09 [PATCH 1/2] dt-bindings: iio: health: Fix max30100 I2C chip address in example Peter Meerwald-Stadler [not found] ` <1507712948-29300-1-git-send-email-pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> 2017-10-11 9:09 ` [PATCH 2/2] dt-bindings: iio: health: Use binding name for max30102 " Peter Meerwald-Stadler [not found] ` <1507712948-29300-2-git-send-email-pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> 2017-10-13 21:54 ` Rob Herring 2017-10-14 18:24 ` Jonathan Cameron 2017-10-13 21:54 ` [PATCH 1/2] dt-bindings: iio: health: Fix max30100 I2C chip address " Rob Herring 2017-10-14 18:23 ` Jonathan Cameron
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).