linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add Palmas iio gpadc
@ 2015-10-16 12:53 H. Nikolaus Schaller
  2015-10-16 12:53 ` [PATCH v3 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc H. Nikolaus Schaller
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: H. Nikolaus Schaller @ 2015-10-16 12:53 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Benoît Cousson, Tony Lindgren, Russell King, Marek Belisko,
	Pradeep Goudagunta, Laxman Dewangan, Graeme Gregory, jic23,
	devicetree, LKML, linux-omap, linux-iio, Grazvydas Ignotas,
	Lee Jones, Samuel Ortiz, H. Nikolaus Schaller

H. Nikolaus Schaller (2):
  iio:adc: add iio driver for Palmas (twl6035/7) gpadc
  ARM: dts: omap5-uevm: enable iio gpadc for Palmas

Marek Belisko (1):
  iio:adc:palmas: add DT support

 .../devicetree/bindings/iio/adc/palmas-gpadc.txt   |  48 ++
 arch/arm/boot/dts/omap5-uevm.dts                   |  10 +
 drivers/iio/adc/Kconfig                            |   8 +
 drivers/iio/adc/Makefile                           |   1 +
 drivers/iio/adc/palmas_gpadc.c                     | 859 +++++++++++++++++++++
 include/linux/mfd/palmas.h                         |  75 +-
 6 files changed, 977 insertions(+), 24 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/palmas-gpadc.txt
 create mode 100644 drivers/iio/adc/palmas_gpadc.c

-- 
2.5.1


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

end of thread, other threads:[~2015-10-25 12:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-16 12:53 [PATCH v3 0/3] Add Palmas iio gpadc H. Nikolaus Schaller
2015-10-16 12:53 ` [PATCH v3 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc H. Nikolaus Schaller
2015-10-25 12:04   ` Jonathan Cameron
2015-10-25 12:24     ` H. Nikolaus Schaller
2015-10-16 12:53 ` [PATCH v3 2/3] iio:adc:palmas: add DT support H. Nikolaus Schaller
2015-10-19 11:57   ` Lars-Peter Clausen
2015-10-19 12:30     ` H. Nikolaus Schaller
2015-10-25 12:04   ` Jonathan Cameron
2015-10-16 12:53 ` [PATCH v3 3/3] ARM: dts: omap5-uevm: enable iio gpadc for Palmas H. Nikolaus Schaller
2015-10-20 16:24   ` Tony Lindgren
2015-10-20 16:48     ` H. Nikolaus Schaller
2015-10-20 17:34       ` Tony Lindgren

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).