[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <86F849CB-1A50-4BEB-99C6-79FF97971DCB@goldelico.com>
Date: Wed, 23 Sep 2015 14:48:44 +0200
From: "H. Nikolaus Schaller" <hns@...delico.com>
To: Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
BenoƮt Cousson <bcousson@...libre.com>,
Tony Lindgren <tony@...mide.com>,
Russell King <linux@....linux.org.uk>,
Marek Belisko <marek@...delico.com>,
Pradeep Goudagunta <pgoudagunta@...dia.com>,
Nikolaus Schaller <hns@...delico.com>,
Laxman Dewangan <ldewangan@...dia.com>, gg@...mlogic.co.uk,
jic23@...23.retrosnub.co.uk
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-omap@...r.kernel.org, linux-iio@...r.kernel.org,
notaz@...npandora.org
Subject: [PATCH 0/3] Add Palmas iio gpadc
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@...dia.com>
Laxman Dewangan <ldewangan@...dia.com>
Edited and extended for mainline by:
H. Nikolaus Schaller <hns@...delico.com>
Marek Belisko <marek@...delico.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 | 67 ++
arch/arm/boot/dts/omap5-uevm.dts | 22 +
drivers/iio/adc/Kconfig | 9 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/palmas_gpadc.c | 883 +++++++++++++++++++++
include/linux/mfd/palmas.h | 59 +-
6 files changed, 1037 insertions(+), 4 deletions(-)
create mode 100644 Documentation/devicetree/bindings/iio/adc/palmas-gpadc.txt
create mode 100644 drivers/iio/adc/palmas_gpadc.c
--
2.5.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists