All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: mcp3422: Add DT binding documentation
@ 2014-12-17 18:11 Angelo Compagnucci
  2014-12-26 11:58 ` Jonathan Cameron
  0 siblings, 1 reply; 11+ messages in thread
From: Angelo Compagnucci @ 2014-12-17 18:11 UTC (permalink / raw)
  To: linux-iio; +Cc: Angelo Compagnucci

Adding binding documentation for ADC MCP3422.
---
 Documentation/devicetree/bindings/iio/adc/mcp3422.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/mcp3422.txt

diff --git a/Documentation/devicetree/bindings/iio/adc/mcp3422.txt b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
new file mode 100644
index 0000000..d6d6eb6
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
@@ -0,0 +1,12 @@
+* Microchip mcp3422/3/4/6/7/8 chip family (ADC)
+
+Required properties:
+  - compatible: Should be 
+               "microchip,mcp3422" or
+               "microchip,mcp3423" or
+               "microchip,mcp3424" or
+               "microchip,mcp3426" or
+               "microchip,mcp3427" or
+               "microchip,mcp3428"
+  - reg: I2C address for the device
+
+Example:
+adc@0 {
+	compatible = "microchip,mcp3424";
+	reg = <0x68>;
+};
-- 
1.9.1


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

* Re: [PATCH] iio: mcp3422: Add DT binding documentation
  2014-12-17 18:11 [PATCH] iio: mcp3422: Add DT binding documentation Angelo Compagnucci
@ 2014-12-26 11:58 ` Jonathan Cameron
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Cameron @ 2014-12-26 11:58 UTC (permalink / raw)
  To: Angelo Compagnucci, linux-iio

On 17/12/14 18:11, Angelo Compagnucci wrote:
> Adding binding documentation for ADC MCP3422.
No sign off.

Also, should go to the device tree list and maintainers.
Another option for this would be to add it to the list
in bindings/i2c/trivial-devices - but I think I prefer them
to have explicit binding docs myself.

Jonathan
> ---
>  Documentation/devicetree/bindings/iio/adc/mcp3422.txt | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> 
> diff --git a/Documentation/devicetree/bindings/iio/adc/mcp3422.txt b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> new file mode 100644
> index 0000000..d6d6eb6
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> @@ -0,0 +1,12 @@
> +* Microchip mcp3422/3/4/6/7/8 chip family (ADC)
> +
> +Required properties:
> +  - compatible: Should be 
> +               "microchip,mcp3422" or
> +               "microchip,mcp3423" or
> +               "microchip,mcp3424" or
> +               "microchip,mcp3426" or
> +               "microchip,mcp3427" or
> +               "microchip,mcp3428"
> +  - reg: I2C address for the device
> +
> +Example:
> +adc@0 {
> +	compatible = "microchip,mcp3424";
> +	reg = <0x68>;
> +};
> 


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

* Re: [PATCH] iio: mcp3422: Add DT binding documentation
  2015-03-08 13:37 ` Angelo Compagnucci
@ 2015-03-09 11:04     ` Jonathan Cameron
  -1 siblings, 0 replies; 11+ messages in thread
From: Jonathan Cameron @ 2015-03-09 11:04 UTC (permalink / raw)
  To: Angelo Compagnucci, linux-iio-u79uwXL29TY76Z2rM5mHXA
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA

On 08/03/15 13:37, Angelo Compagnucci wrote:
> Adding binding documentation for ADC MCP3422.
> 
> Signed-off-by: Angelo Compagnucci <angelo.compagnucci-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Applied to the togreg branch of iio.git

Thanks,

> ---
>  Documentation/devicetree/bindings/iio/adc/mcp3422.txt | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> 
> diff --git a/Documentation/devicetree/bindings/iio/adc/mcp3422.txt b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> new file mode 100644
> index 0000000..333139c
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> @@ -0,0 +1,17 @@
> +* Microchip mcp3422/3/4/6/7/8 chip family (ADC)
> +
> +Required properties:
> + - compatible: Should be
> +	"microchip,mcp3422" or
> +	"microchip,mcp3423" or
> +	"microchip,mcp3424" or
> +	"microchip,mcp3426" or
> +	"microchip,mcp3427" or
> +	"microchip,mcp3428"
> + - reg: I2C address for the device
> +
> +Example:
> +adc@0 {
> +	compatible = "microchip,mcp3424";
> +	reg = <0x68>;
> +};
> 

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

* Re: [PATCH] iio: mcp3422: Add DT binding documentation
@ 2015-03-09 11:04     ` Jonathan Cameron
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Cameron @ 2015-03-09 11:04 UTC (permalink / raw)
  To: Angelo Compagnucci, linux-iio; +Cc: devicetree

On 08/03/15 13:37, Angelo Compagnucci wrote:
> Adding binding documentation for ADC MCP3422.
> 
> Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Applied to the togreg branch of iio.git

Thanks,

> ---
>  Documentation/devicetree/bindings/iio/adc/mcp3422.txt | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> 
> diff --git a/Documentation/devicetree/bindings/iio/adc/mcp3422.txt b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> new file mode 100644
> index 0000000..333139c
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> @@ -0,0 +1,17 @@
> +* Microchip mcp3422/3/4/6/7/8 chip family (ADC)
> +
> +Required properties:
> + - compatible: Should be
> +	"microchip,mcp3422" or
> +	"microchip,mcp3423" or
> +	"microchip,mcp3424" or
> +	"microchip,mcp3426" or
> +	"microchip,mcp3427" or
> +	"microchip,mcp3428"
> + - reg: I2C address for the device
> +
> +Example:
> +adc@0 {
> +	compatible = "microchip,mcp3424";
> +	reg = <0x68>;
> +};
> 


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

* [PATCH] iio: mcp3422: Add DT binding documentation
@ 2015-03-08 13:37 ` Angelo Compagnucci
  0 siblings, 0 replies; 11+ messages in thread
From: Angelo Compagnucci @ 2015-03-08 13:37 UTC (permalink / raw)
  To: linux-iio-u79uwXL29TY76Z2rM5mHXA
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, Angelo Compagnucci

Adding binding documentation for ADC MCP3422.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 Documentation/devicetree/bindings/iio/adc/mcp3422.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/mcp3422.txt

diff --git a/Documentation/devicetree/bindings/iio/adc/mcp3422.txt b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
new file mode 100644
index 0000000..333139c
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
@@ -0,0 +1,17 @@
+* Microchip mcp3422/3/4/6/7/8 chip family (ADC)
+
+Required properties:
+ - compatible: Should be
+	"microchip,mcp3422" or
+	"microchip,mcp3423" or
+	"microchip,mcp3424" or
+	"microchip,mcp3426" or
+	"microchip,mcp3427" or
+	"microchip,mcp3428"
+ - reg: I2C address for the device
+
+Example:
+adc@0 {
+	compatible = "microchip,mcp3424";
+	reg = <0x68>;
+};
-- 
1.9.1

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

* [PATCH] iio: mcp3422: Add DT binding documentation
@ 2015-03-08 13:37 ` Angelo Compagnucci
  0 siblings, 0 replies; 11+ messages in thread
From: Angelo Compagnucci @ 2015-03-08 13:37 UTC (permalink / raw)
  To: linux-iio; +Cc: devicetree, Angelo Compagnucci

Adding binding documentation for ADC MCP3422.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
---
 Documentation/devicetree/bindings/iio/adc/mcp3422.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/mcp3422.txt

diff --git a/Documentation/devicetree/bindings/iio/adc/mcp3422.txt b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
new file mode 100644
index 0000000..333139c
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
@@ -0,0 +1,17 @@
+* Microchip mcp3422/3/4/6/7/8 chip family (ADC)
+
+Required properties:
+ - compatible: Should be
+	"microchip,mcp3422" or
+	"microchip,mcp3423" or
+	"microchip,mcp3424" or
+	"microchip,mcp3426" or
+	"microchip,mcp3427" or
+	"microchip,mcp3428"
+ - reg: I2C address for the device
+
+Example:
+adc@0 {
+	compatible = "microchip,mcp3424";
+	reg = <0x68>;
+};
-- 
1.9.1


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

* Re: [PATCH] iio: mcp3422: Add DT binding documentation
  2015-02-16 11:21 ` Angelo Compagnucci
@ 2015-03-08 12:35     ` Jonathan Cameron
  -1 siblings, 0 replies; 11+ messages in thread
From: Jonathan Cameron @ 2015-03-08 12:35 UTC (permalink / raw)
  To: Angelo Compagnucci, devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-iio-u79uwXL29TY76Z2rM5mHXA

On 16/02/15 11:21, Angelo Compagnucci wrote:
> Adding binding documentation for ADC MCP3422.
Could have gone in the trivial bindings, but I'm happy enough happy enough with it
here.

Anyhow, no sign off so not applied.  Please repost with a sign off.

Jonathan
> ---
>  Documentation/devicetree/bindings/iio/adc/mcp3422.txt | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> 
> diff --git a/Documentation/devicetree/bindings/iio/adc/mcp3422.txt b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> new file mode 100644
> index 0000000..333139c
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> @@ -0,0 +1,17 @@
> +* Microchip mcp3422/3/4/6/7/8 chip family (ADC)
> +
> +Required properties:
> + - compatible: Should be
> +	"microchip,mcp3422" or
> +	"microchip,mcp3423" or
> +	"microchip,mcp3424" or
> +	"microchip,mcp3426" or
> +	"microchip,mcp3427" or
> +	"microchip,mcp3428"
> + - reg: I2C address for the device
> +
> +Example:
> +adc@0 {
> +	compatible = "microchip,mcp3424";
> +	reg = <0x68>;
> +};
> 

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

* Re: [PATCH] iio: mcp3422: Add DT binding documentation
@ 2015-03-08 12:35     ` Jonathan Cameron
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Cameron @ 2015-03-08 12:35 UTC (permalink / raw)
  To: Angelo Compagnucci, devicetree; +Cc: linux-iio

On 16/02/15 11:21, Angelo Compagnucci wrote:
> Adding binding documentation for ADC MCP3422.
Could have gone in the trivial bindings, but I'm happy enough happy enough with it
here.

Anyhow, no sign off so not applied.  Please repost with a sign off.

Jonathan
> ---
>  Documentation/devicetree/bindings/iio/adc/mcp3422.txt | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> 
> diff --git a/Documentation/devicetree/bindings/iio/adc/mcp3422.txt b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> new file mode 100644
> index 0000000..333139c
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
> @@ -0,0 +1,17 @@
> +* Microchip mcp3422/3/4/6/7/8 chip family (ADC)
> +
> +Required properties:
> + - compatible: Should be
> +	"microchip,mcp3422" or
> +	"microchip,mcp3423" or
> +	"microchip,mcp3424" or
> +	"microchip,mcp3426" or
> +	"microchip,mcp3427" or
> +	"microchip,mcp3428"
> + - reg: I2C address for the device
> +
> +Example:
> +adc@0 {
> +	compatible = "microchip,mcp3424";
> +	reg = <0x68>;
> +};
> 


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

* [PATCH] iio: mcp3422: Add DT binding documentation
@ 2015-02-16 11:21 ` Angelo Compagnucci
  0 siblings, 0 replies; 11+ messages in thread
From: Angelo Compagnucci @ 2015-02-16 11:21 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-iio-u79uwXL29TY76Z2rM5mHXA, Angelo Compagnucci

Adding binding documentation for ADC MCP3422.
---
 Documentation/devicetree/bindings/iio/adc/mcp3422.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/mcp3422.txt

diff --git a/Documentation/devicetree/bindings/iio/adc/mcp3422.txt b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
new file mode 100644
index 0000000..333139c
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
@@ -0,0 +1,17 @@
+* Microchip mcp3422/3/4/6/7/8 chip family (ADC)
+
+Required properties:
+ - compatible: Should be
+	"microchip,mcp3422" or
+	"microchip,mcp3423" or
+	"microchip,mcp3424" or
+	"microchip,mcp3426" or
+	"microchip,mcp3427" or
+	"microchip,mcp3428"
+ - reg: I2C address for the device
+
+Example:
+adc@0 {
+	compatible = "microchip,mcp3424";
+	reg = <0x68>;
+};
-- 
1.9.1

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

* [PATCH] iio: mcp3422: Add DT binding documentation
@ 2015-02-16 11:21 ` Angelo Compagnucci
  0 siblings, 0 replies; 11+ messages in thread
From: Angelo Compagnucci @ 2015-02-16 11:21 UTC (permalink / raw)
  To: devicetree; +Cc: linux-iio, Angelo Compagnucci

Adding binding documentation for ADC MCP3422.
---
 Documentation/devicetree/bindings/iio/adc/mcp3422.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/mcp3422.txt

diff --git a/Documentation/devicetree/bindings/iio/adc/mcp3422.txt b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
new file mode 100644
index 0000000..333139c
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
@@ -0,0 +1,17 @@
+* Microchip mcp3422/3/4/6/7/8 chip family (ADC)
+
+Required properties:
+ - compatible: Should be
+	"microchip,mcp3422" or
+	"microchip,mcp3423" or
+	"microchip,mcp3424" or
+	"microchip,mcp3426" or
+	"microchip,mcp3427" or
+	"microchip,mcp3428"
+ - reg: I2C address for the device
+
+Example:
+adc@0 {
+	compatible = "microchip,mcp3424";
+	reg = <0x68>;
+};
-- 
1.9.1


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

* [PATCH] iio: mcp3422: Add DT binding documentation
@ 2014-12-19 17:09 Angelo Compagnucci
  0 siblings, 0 replies; 11+ messages in thread
From: Angelo Compagnucci @ 2014-12-19 17:09 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA; +Cc: Angelo Compagnucci

Adding binding documentation for ADC MCP3422.
---
 Documentation/devicetree/bindings/iio/adc/mcp3422.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/mcp3422.txt

diff --git a/Documentation/devicetree/bindings/iio/adc/mcp3422.txt b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
new file mode 100644
index 0000000..d6d6eb6
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt
@@ -0,0 +1,12 @@
+* Microchip mcp3422/3/4/6/7/8 chip family (ADC)
+
+Required properties:
+  - compatible: Should be 
+               "microchip,mcp3422" or
+               "microchip,mcp3423" or
+               "microchip,mcp3424" or
+               "microchip,mcp3426" or
+               "microchip,mcp3427" or
+               "microchip,mcp3428"
+  - reg: I2C address for the device
+
+Example:
+adc@0 {
+	compatible = "microchip,mcp3424";
+	reg = <0x68>;
+};
-- 
1.9.1

--
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 related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-03-09 11:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-17 18:11 [PATCH] iio: mcp3422: Add DT binding documentation Angelo Compagnucci
2014-12-26 11:58 ` Jonathan Cameron
2014-12-19 17:09 Angelo Compagnucci
2015-02-16 11:21 Angelo Compagnucci
2015-02-16 11:21 ` Angelo Compagnucci
     [not found] ` <1424085663-21799-1-git-send-email-angelo.compagnucci-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-03-08 12:35   ` Jonathan Cameron
2015-03-08 12:35     ` Jonathan Cameron
2015-03-08 13:37 Angelo Compagnucci
2015-03-08 13:37 ` Angelo Compagnucci
     [not found] ` <1425821843-29185-1-git-send-email-angelo.compagnucci-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-03-09 11:04   ` Jonathan Cameron
2015-03-09 11:04     ` 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.