Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1239287

[PATCH v2 0/3] Add Palmas iio gpadc

From "H. Nikolaus Schaller" <hns@goldelico.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] Add Palmas iio gpadc
Date 2015-10-05 08:20 +0200
Message-ID <qg7hU-7qa-3@gated-at.bofh.it> (permalink)
References <qbREJ-4pV-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Add Palmas iio gpadc "H. Nikolaus Schaller" <hns@goldelico.com> - 2015-09-23 14:50 +0200
  [PATCH v2 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc "H. Nikolaus Schaller" <hns@goldelico.com> - 2015-10-04 18:10 +0200
  [PATCH v2 0/3] Add Palmas iio gpadc "H. Nikolaus Schaller" <hns@goldelico.com> - 2015-10-05 08:20 +0200
    [PATCH v2 2/3] iio:adc:palmas: add DT support "H. Nikolaus Schaller" <hns@goldelico.com> - 2015-10-05 08:20 +0200
      Re: [PATCH v2 2/3] iio:adc:palmas: add DT support Laxman Dewangan <ldewangan@nvidia.com> - 2015-10-05 13:10 +0200
    [PATCH v2 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc "H. Nikolaus Schaller" <hns@goldelico.com> - 2015-10-05 08:20 +0200
      Re: [PATCH v2 1/3] iio:adc: add iio driver for Palmas (twl6035/7)  gpadc kbuild test robot <lkp@intel.com> - 2015-10-05 09:00 +0200
      [PATCH] iio:adc: fix platform_no_drv_owner.cocci warnings kbuild test robot <lkp@intel.com> - 2015-10-05 09:00 +0200
      Re: [PATCH v2 1/3] iio:adc: add iio driver for Palmas (twl6035/7)  gpadc Laxman Dewangan <ldewangan@nvidia.com> - 2015-10-05 13:00 +0200
    [PATCH v2 3/3] ARM: dts: omap5-uevm: enable iio gpadc for Palmas "H. Nikolaus Schaller" <hns@goldelico.com> - 2015-10-05 08:20 +0200
  Re: [PATCH v2 2/3] iio:adc:palmas: add DT support Mark Rutland <mark.rutland@arm.com> - 2015-10-05 13:20 +0200
    Re: [PATCH v2 2/3] iio:adc:palmas: add DT support "H. Nikolaus Schaller" <hns@goldelico.com> - 2015-10-05 16:30 +0200

csiph-web