devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Intial support for voltage ADC
@ 2014-09-24 12:56 Stanimir Varbanov
       [not found] ` <1411563415-11933-1-git-send-email-svarbanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: Stanimir Varbanov @ 2014-09-24 12:56 UTC (permalink / raw)
  To: Ian Campbell, Pawel Moll, Rob Herring, Kumar Gala, Mark Rutland,
	Grant Likely, Jonathan Cameron, Arnd Bergmann
  Cc: linux-arm-msm, linux-kernel, linux-iio, devicetree,
	Greg Kroah-Hartman, Lars-Peter Clausen, Hartmut Knaack,
	Angelo Compagnucci, Doug Anderson, Fugang Duan,
	Johannes Thumshirn, Jean Delvare, Philippe Reynes, Lee Jones,
	Josh Cartwright, Stephen Boyd, David Collins, Stanimir Varbanov

Changes since v2:

 - fixes per comments from Hartmut Knaack and Jonathan Cameron.
 - now register through IIO core only ADC channels described in DT.
 - register TEMP_DIE channel as IIO_TEMP type and as processed return value.
 - implement INFO_RAW and INFO_SCALE masks support in order to avoid losing 
   ADC precision.
 - various cleanups.

-------------------------------------------------------------------------------
Changes since v1:

 - the review comments from Peter Meerwald and Hartmut Knaack are taken into
   account
 - the driver private sysfs attributes are dropped out.
 - dt binding document is changed in the section of adc channel nodes - now the
   adc channel number is represented by "reg" property.
 - various cleanups found during preparation of version 2.

-------------------------------------------------------------------------------
Introduce inital support for VADC inside Qualcomm SPMI PMICs.
The vadc driver is reworked version of the same downstream
driver but now it is implemented through Industrial IO core.

Stanimir Varbanov (2):
  iio: vadc: Qualcomm SPMI PMIC voltage ADC driver
  DT: iio: vadc: document dt binding

 .../devicetree/bindings/iio/adc/qcom,spmi-vadc.txt |  130 +++
 drivers/iio/adc/Kconfig                            |   10 +
 drivers/iio/adc/Makefile                           |    1 +
 drivers/iio/adc/qcom-spmi-vadc.c                   | 1029 ++++++++++++++++++++
 include/dt-bindings/iio/qcom,spmi-pmic-vadc.h      |  119 +++
 5 files changed, 1289 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.txt
 create mode 100644 drivers/iio/adc/qcom-spmi-vadc.c
 create mode 100644 include/dt-bindings/iio/qcom,spmi-pmic-vadc.h

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

end of thread, other threads:[~2014-10-31 14:40 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-24 12:56 [PATCH v3 0/2] Intial support for voltage ADC Stanimir Varbanov
     [not found] ` <1411563415-11933-1-git-send-email-svarbanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2014-09-24 12:56   ` [PATCH v3 1/2] iio: vadc: Qualcomm SPMI PMIC voltage ADC driver Stanimir Varbanov
     [not found]     ` <1411563415-11933-2-git-send-email-svarbanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2014-09-25 12:47       ` Ivan T. Ivanov
2014-09-25 15:30         ` Stanimir Varbanov
     [not found]           ` <54243533.7080809-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2014-09-25 19:27             ` Ivan T. Ivanov
2014-10-12 22:14           ` Hartmut Knaack
2014-10-02  9:29       ` Ivan T. Ivanov
     [not found]         ` <542D1B11.8070600-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2014-10-02 12:08           ` Ivan T. Ivanov
2014-10-04 11:51             ` Jonathan Cameron
     [not found]               ` <542FDF41.2040106-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-10-07 11:57                 ` Ivan T. Ivanov
2014-10-16 13:58                 ` Ivan T. Ivanov
2014-10-12 22:07     ` Hartmut Knaack
2014-10-14  9:36       ` Stanimir Varbanov
2014-09-24 12:56   ` [PATCH v3 2/2] DT: iio: vadc: document dt binding Stanimir Varbanov
2014-09-27  9:43     ` Jonathan Cameron
2014-10-11 23:05     ` Hartmut Knaack
2014-10-14  5:28       ` Stanimir Varbanov
     [not found]     ` <1411563415-11933-3-git-send-email-svarbanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2014-10-13 15:00       ` Mark Rutland
2014-10-14  9:27         ` Stanimir Varbanov
     [not found]           ` <543CEC7F.50208-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2014-10-31 14:40             ` Ivan T. Ivanov

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