From: "H. Nikolaus Schaller" <hns@goldelico.com>
To: "Rob Herring" <robh+dt@kernel.org>,
"Pawel Moll" <pawel.moll@arm.com>,
"Mark Rutland" <mark.rutland@arm.com>,
"Ian Campbell" <ijc+devicetree@hellion.org.uk>,
"Kumar Gala" <galak@codeaurora.org>,
"Benoît Cousson" <bcousson@baylibre.com>,
"Tony Lindgren" <tony@atomide.com>,
"Russell King" <linux@arm.linux.org.uk>,
"Marek Belisko" <marek@goldelico.com>,
"Pradeep Goudagunta" <pgoudagunta@nvidia.com>,
"H. Nikolaus Schaller" <hns@goldelico.com>,
"Laxman Dewangan" <ldewangan@nvidia.com>,
gg@slimlogic.co.uk, jic23@jic23.retrosnub.co.uk
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-omap@vger.kernel.org, linux-iio@vger.kernel.org,
Grazvydas Ignotas <notasas@gmail.com>
Subject: [PATCH v2 0/3] Add Palmas iio gpadc
Date: Mon, 5 Oct 2015 08:14:51 +0200 [thread overview]
Message-ID: <cover.1444025625.git.hns@goldelico.com> (raw)
In-Reply-To: <86F849CB-1A50-4BEB-99C6-79FF97971DCB@goldelico.com>
V2 changes:
- worked in review comments by Peter Meerwald
- made channels 1 and 3 report (raw) temperature values
- moved PALMAS_GPADC_TRIMINVALID to driver core
- worked in review comments by Jonathan Cameron
- iio_map removed
Add iio driver for the TI Palmas (twl6035, 6037) including device tree bindings.
It enables the gpadc for the OMAP5 uevm.
This patch series is based on original code taken from Android Tegra kernels:
(https://android.googlesource.com/kernel/tegra/+/aaabb2e045f31e5a970109ffdaae900dd403d17e/drivers/staging/iio/adc)
Tegra code was developed by:
Pradeep Goudagunta <pgoudagunta@nvidia.com>
Laxman Dewangan <ldewangan@nvidia.com>
Edited and extended for mainline by:
H. Nikolaus Schaller <hns@goldelico.com>
Marek Belisko <marek@goldelico.com>
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 | 46 ++
arch/arm/boot/dts/omap5-uevm.dts | 9 +
drivers/iio/adc/Kconfig | 9 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/palmas_gpadc.c | 860 +++++++++++++++++++++
include/linux/mfd/palmas.h | 75 +-
6 files changed, 976 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
next prev parent reply other threads:[~2015-10-05 6:14 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1437657169.3419965.331206849.51D66A2E@webmail.messagingengine.com>
2015-09-23 12:48 ` [PATCH 0/3] Add Palmas iio gpadc H. Nikolaus Schaller
2015-10-04 16:05 ` [PATCH v2 " H. Nikolaus Schaller
[not found] ` <cover.1443973837.git.hns@goldelico.com>
2015-10-04 16:05 ` [PATCH v2 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc H. Nikolaus Schaller
2015-10-04 16:05 ` [PATCH v2 2/3] iio:adc:palmas: add DT support H. Nikolaus Schaller
[not found] ` <6C211191-87B8-4444-ADA7-8BE454C2B3D3-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2015-10-05 11:17 ` Mark Rutland
2015-10-05 14:26 ` H. Nikolaus Schaller
2015-10-04 16:06 ` [PATCH v2 3/3] ARM: dts: omap5-uevm: enable iio gpadc for Palmas H. Nikolaus Schaller
2015-10-05 6:14 ` H. Nikolaus Schaller [this message]
[not found] ` <cover.1444025625.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2015-10-05 6:14 ` [PATCH v2 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc H. Nikolaus Schaller
2015-10-05 6:54 ` kbuild test robot
[not found] ` <fba10a9902d88110569630da2a86ed4faf261e79.1444025628.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2015-10-05 6:54 ` [PATCH] iio:adc: fix platform_no_drv_owner.cocci warnings kbuild test robot
2015-10-05 10:48 ` [PATCH v2 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc Laxman Dewangan
2015-10-11 14:27 ` Jonathan Cameron
[not found] ` <561A71B5.6020405-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2015-10-13 8:14 ` Lee Jones
2015-10-05 6:14 ` [PATCH v2 2/3] iio:adc:palmas: add DT support H. Nikolaus Schaller
[not found] ` <fd8f41c179c5e4ac3cf8cd22ec888a941e84cef6.1444025628.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2015-10-05 10:53 ` Laxman Dewangan
2015-10-05 6:14 ` [PATCH v2 3/3] ARM: dts: omap5-uevm: enable iio gpadc for Palmas H. Nikolaus Schaller
[not found] ` <cover.1443012491.git.hns@goldelico.com>
2015-09-23 12:48 ` [PATCH 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc H. Nikolaus Schaller
[not found] ` <F03BBE76-3F7D-4995-810E-6E2E98FC156C-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2015-09-23 13:26 ` Peter Meerwald
[not found] ` <alpine.DEB.2.02.1509231505150.19984-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>
2015-09-24 8:59 ` H. Nikolaus Schaller
2015-09-27 15:21 ` Jonathan Cameron
[not found] ` <56080960.8020405-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2015-09-28 20:54 ` H. Nikolaus Schaller
2015-10-04 16:04 ` H. Nikolaus Schaller
[not found] ` <95BEC150-7B77-48BF-B11D-929090A1CC11-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2015-10-11 14:33 ` Jonathan Cameron
2015-09-23 12:49 ` [PATCH 2/3] iio:adc:palmas: add DT support H. Nikolaus Schaller
[not found] ` <0A17C76F-3E8F-430E-BDED-506CC9C2E2AC-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2015-09-27 15:37 ` Jonathan Cameron
2015-10-04 16:05 ` H. Nikolaus Schaller
2015-09-23 12:49 ` [PATCH 3/3] ARM: dts: omap5-uevm: enable iio gpadc for Palmas H. Nikolaus Schaller
2015-09-23 16:56 ` Tony Lindgren
2015-09-23 17:03 ` H. Nikolaus Schaller
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=cover.1444025625.git.hns@goldelico.com \
--to=hns@goldelico.com \
--cc=bcousson@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=gg@slimlogic.co.uk \
--cc=ijc+devicetree@hellion.org.uk \
--cc=jic23@jic23.retrosnub.co.uk \
--cc=ldewangan@nvidia.com \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=marek@goldelico.com \
--cc=mark.rutland@arm.com \
--cc=notasas@gmail.com \
--cc=pawel.moll@arm.com \
--cc=pgoudagunta@nvidia.com \
--cc=robh+dt@kernel.org \
--cc=tony@atomide.com \
/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 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).