All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Sanchayan Maity <maitysanchayan@gmail.com>
Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org,
	mark.rutland@arm.com, pawel.moll@arm.com,
	ijc+devicetree@hellion.org.uk, linux-kernel@vger.kernel.org,
	stefan@agner.ch, robh+dt@kernel.org, kernel@pengutronix.de,
	galak@codeaurora.org, shawn.guo@linaro.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/4] ARM: dts: vfxxx: Add io-channel-cells property for ADC node
Date: Tue, 28 Jul 2015 11:14:56 +0800	[thread overview]
Message-ID: <20150728031456.GA12927@tiger> (raw)
In-Reply-To: <2832d45c2a04c45a583d95a1e351f62c115e8065.1437058481.git.maitysanchayan@gmail.com>

On Thu, Jul 16, 2015 at 08:43:19PM +0530, Sanchayan Maity wrote:
> This commit adds io-channel-cells property to the ADC node. This
> property is required in order for an IIO consumer driver to work.
> Especially required for Colibri VF50, as the touchscreen driver
> uses ADC channels with the ADC driver based on IIO framework.
> 
> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>

Applied, thanks.

WARNING: multiple messages have this Message-ID (diff)
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/4] ARM: dts: vfxxx: Add io-channel-cells property for ADC node
Date: Tue, 28 Jul 2015 11:14:56 +0800	[thread overview]
Message-ID: <20150728031456.GA12927@tiger> (raw)
In-Reply-To: <2832d45c2a04c45a583d95a1e351f62c115e8065.1437058481.git.maitysanchayan@gmail.com>

On Thu, Jul 16, 2015 at 08:43:19PM +0530, Sanchayan Maity wrote:
> This commit adds io-channel-cells property to the ADC node. This
> property is required in order for an IIO consumer driver to work.
> Especially required for Colibri VF50, as the touchscreen driver
> uses ADC channels with the ADC driver based on IIO framework.
> 
> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>

Applied, thanks.

  reply	other threads:[~2015-07-28  3:14 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-16 15:13 [PATCH v2 0/4] Add support for touchscreen on Colibri VF50 Sanchayan Maity
2015-07-16 15:13 ` Sanchayan Maity
2015-07-16 15:13 ` [PATCH v2 1/4] ARM: dts: vfxxx: Add io-channel-cells property for ADC node Sanchayan Maity
2015-07-16 15:13   ` Sanchayan Maity
2015-07-28  3:14   ` Shawn Guo [this message]
2015-07-28  3:14     ` Shawn Guo
2015-07-16 15:13 ` [PATCH v2 2/4] ARM: dts: vf500-colibri: Add device tree node for touchscreen support Sanchayan Maity
2015-07-16 15:13   ` Sanchayan Maity
2015-07-28  3:19   ` Shawn Guo
2015-07-28  3:19     ` Shawn Guo
2015-07-16 15:13 ` [PATCH v2 3/4] touchscreen: colibri-vf50-ts: Add touchscreen support for Colibri VF50 Sanchayan Maity
2015-07-16 15:13   ` Sanchayan Maity
2015-07-17 23:42   ` Dmitry Torokhov
2015-07-17 23:42     ` Dmitry Torokhov
2015-07-18 12:37     ` maitysanchayan
2015-07-18 12:37       ` maitysanchayan at gmail.com
2015-07-21 14:43     ` Stefan Agner
2015-07-21 14:43       ` Stefan Agner
2015-07-21 14:43       ` Stefan Agner
2015-07-21 17:20       ` Dmitry Torokhov
2015-07-21 17:20         ` Dmitry Torokhov
2015-07-22  5:50         ` maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w
2015-07-22  5:50           ` maitysanchayan
2015-07-22  5:50           ` maitysanchayan at gmail.com
2015-08-03 15:25         ` maitysanchayan
2015-08-03 15:25           ` maitysanchayan at gmail.com
2015-08-03 21:04           ` Dmitry Torokhov
2015-08-03 21:04             ` Dmitry Torokhov
2015-08-05  7:27             ` maitysanchayan
2015-08-05  7:27               ` maitysanchayan at gmail.com
2015-07-18 11:03   ` Nicolae Rosia
2015-07-18 11:03     ` Nicolae Rosia
2015-07-18 12:28     ` maitysanchayan
2015-07-18 12:28       ` maitysanchayan at gmail.com
2015-07-16 15:13 ` [PATCH v2 4/4] input: Add DT binding documentation for Colibri VF50 touchscreen Sanchayan Maity
2015-07-16 15:13   ` Sanchayan Maity

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=20150728031456.GA12927@tiger \
    --to=shawnguo@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maitysanchayan@gmail.com \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=shawn.guo@linaro.org \
    --cc=stefan@agner.ch \
    /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.