All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: "Søren Andersen" <san@rosetechnology.dk>
Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [patch 2/2] dt-bindings Help for MCP ADCs
Date: Thu, 12 Mar 2015 10:18:36 +0000	[thread overview]
Message-ID: <550167FC.6010904@kernel.org> (raw)
In-Reply-To: <1426022097.5476.39.camel@sanws1.rosetechnology.dk>


Applied to the togreg branch of iio.git. Initially pushed out as
testing for the autobuilders to play.

Thanks

Jonathan
On 10/03/15 21:14, Søren Andersen wrote:
> Signed-off-by: Soeren Andersen <san at rosetechnology.dk>
> ---
> Documentation/devicetree/bindings/iio/adc/mcp320x.txt | 30 ++++++++++++++++++++++++++++++
>  1 file changed, 30 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/iio/adc/mcp320x.txt b/Documentation/devicetree/bindings/iio/adc/mcp320x.txt
> new file mode 100644
> index 0000000..b851843
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/mcp320x.txt
> @@ -0,0 +1,30 @@
> +* Microchip Analog to Digital Converter (ADC)
> +
> +The node for this driver must be a child node of a SPI controller, hence
> +all mandatory properties described in
> +
> +        Documentation/devicetree/bindings/spi/spi-bus.txt
> +
> +must be specified.
> +
> +Required properties:
> +	- compatible:  	Must be one of the following, depending on the
> +			model:
> +				"mcp3001"
> +				"mcp3002"
> +				"mcp3004"
> +				"mcp3008"
> +				"mcp3201"
> +				"mcp3202"
> +				"mcp3204"
> +				"mcp3208"
> +
> +
> +Examples:
> +spi_controller {
> +	mcp3x0x@0 {
> +		compatible = "mcp3002";
> +		reg = <0>;
> +		spi-max-frequency = <1000000>;
> +	};
> +};
> 
> 


WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: "Søren Andersen" <san-KGKi0rHxN0fKWSuBa/xFvVpr/1R2p/CL@public.gmane.org>
Cc: linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [patch 2/2] dt-bindings Help for MCP ADCs
Date: Thu, 12 Mar 2015 10:18:36 +0000	[thread overview]
Message-ID: <550167FC.6010904@kernel.org> (raw)
In-Reply-To: <1426022097.5476.39.camel-rRCAEZI4IAEDelDkmA0sXqLhmOlAk3PJ@public.gmane.org>


Applied to the togreg branch of iio.git. Initially pushed out as
testing for the autobuilders to play.

Thanks

Jonathan
On 10/03/15 21:14, Søren Andersen wrote:
> Signed-off-by: Soeren Andersen <san at rosetechnology.dk>
> ---
> Documentation/devicetree/bindings/iio/adc/mcp320x.txt | 30 ++++++++++++++++++++++++++++++
>  1 file changed, 30 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/iio/adc/mcp320x.txt b/Documentation/devicetree/bindings/iio/adc/mcp320x.txt
> new file mode 100644
> index 0000000..b851843
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/mcp320x.txt
> @@ -0,0 +1,30 @@
> +* Microchip Analog to Digital Converter (ADC)
> +
> +The node for this driver must be a child node of a SPI controller, hence
> +all mandatory properties described in
> +
> +        Documentation/devicetree/bindings/spi/spi-bus.txt
> +
> +must be specified.
> +
> +Required properties:
> +	- compatible:  	Must be one of the following, depending on the
> +			model:
> +				"mcp3001"
> +				"mcp3002"
> +				"mcp3004"
> +				"mcp3008"
> +				"mcp3201"
> +				"mcp3202"
> +				"mcp3204"
> +				"mcp3208"
> +
> +
> +Examples:
> +spi_controller {
> +	mcp3x0x@0 {
> +		compatible = "mcp3002";
> +		reg = <0>;
> +		spi-max-frequency = <1000000>;
> +	};
> +};
> 
> 

  reply	other threads:[~2015-03-14 14:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-10 21:14 [patch 2/2] dt-bindings Help for MCP ADCs Søren Andersen
2015-03-10 21:14 ` Søren Andersen
2015-03-12 10:18 ` Jonathan Cameron [this message]
2015-03-12 10:18   ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=550167FC.6010904@kernel.org \
    --to=jic23@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=san@rosetechnology.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.