linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add touch screen support in at91 adc
@ 2013-10-08  3:48 Josh Wu
  2013-10-08  3:48 ` [PATCH 1/3] iio: at91: ADC start-up time calculation changed since at91sam9x5 Josh Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Josh Wu @ 2013-10-08  3:48 UTC (permalink / raw)
  To: jic23, dmitry.torokhov
  Cc: linux-iio, linux-arm-kernel, maxime.ripard, plagnioj,
	nicolas.ferre, thomas.petazzoni, mark.rutland, b.brezillon,
	Josh Wu

This patch series introduce multiple compatible string for different ip.
So remove some adc dt parameters as it already included in driver code.

It also touch screen support for at91 adc driver.
To enable touch screen you need add the touch screen related dt properties.

v3 --> v4:
  Seperate these 3 patches since the others are already in mainline.

Josh Wu (3):
  iio: at91: ADC start-up time calculation changed since at91sam9x5
  iio: at91: move the num_channels from DT to driver itself
  iio: at91: introduce touch screen support in iio adc driver

 .../devicetree/bindings/arm/atmel-adc.txt          |    8 +-
 arch/arm/mach-at91/include/mach/at91_adc.h         |   34 ++
 drivers/iio/adc/at91_adc.c                         |  453 ++++++++++++++++++--
 3 files changed, 456 insertions(+), 39 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-10-17 22:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-08  3:48 [PATCH v4 0/3] Add touch screen support in at91 adc Josh Wu
2013-10-08  3:48 ` [PATCH 1/3] iio: at91: ADC start-up time calculation changed since at91sam9x5 Josh Wu
2013-10-09 20:12   ` Jonathan Cameron
2013-10-08  3:48 ` [PATCH 2/3] iio: at91: move the num_channels from DT to driver itself Josh Wu
2013-10-09 20:13   ` Jonathan Cameron
2013-10-08  3:48 ` [PATCH 3/3] iio: at91: introduce touch screen support in iio adc driver Josh Wu
2013-10-09 20:14   ` Jonathan Cameron
2013-10-17  5:20     ` Josh Wu
2013-10-17 17:18   ` Dmitry Torokhov
2013-10-17 23:00     ` 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).