All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Intial support for voltage ADC
@ 2014-09-11 15:13 Stanimir Varbanov
  2014-09-11 15:13 ` [PATCH v2 1/2] iio: vadc: Qualcomm SPMI PMIC voltage ADC driver Stanimir Varbanov
  2014-09-11 15:13 ` [PATCH v2 2/2] DT: iio: vadc: document dt binding Stanimir Varbanov
  0 siblings, 2 replies; 23+ messages in thread
From: Stanimir Varbanov @ 2014-09-11 15:13 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

Here is version 2.

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.

regards,
Stan

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

Comments are welcome!

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 |  123 +++
 drivers/iio/adc/Kconfig                            |   11 +
 drivers/iio/adc/Makefile                           |    1 +
 drivers/iio/adc/qcom-spmi-vadc.c                   |  999 ++++++++++++++++++++
 include/dt-bindings/iio/qcom,spmi-pmic-vadc.h      |  119 +++
 5 files changed, 1253 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] 23+ messages in thread

end of thread, other threads:[~2014-09-22  6:28 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-11 15:13 [PATCH v2 0/2] Intial support for voltage ADC Stanimir Varbanov
2014-09-11 15:13 ` [PATCH v2 1/2] iio: vadc: Qualcomm SPMI PMIC voltage ADC driver Stanimir Varbanov
2014-09-12 23:27   ` Hartmut Knaack
2014-09-13 17:27     ` Jonathan Cameron
     [not found]       ` <54147E97.60808-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-09-15 14:12         ` Stanimir Varbanov
2014-09-15 14:12           ` Stanimir Varbanov
     [not found]           ` <5416F3E2.3030009-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2014-09-15 16:11             ` Jonathan Cameron
2014-09-15 16:11               ` Jonathan Cameron
     [not found]               ` <4dbc485f-599a-4b50-854c-c2e1c44d4810-2ueSQiBKiTY7tOexoI0I+QC/G2K4zDHf@public.gmane.org>
2014-09-18  9:57                 ` Stanimir Varbanov
2014-09-18  9:57                   ` Stanimir Varbanov
     [not found]                   ` <541AAC80.1090708-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2014-09-21 13:29                     ` Jonathan Cameron
2014-09-21 13:29                       ` Jonathan Cameron
2014-09-22  1:01                       ` Kim, Milo
2014-09-22  1:01                         ` Kim, Milo
2014-09-22  1:01                         ` Kim, Milo
2014-09-22  6:28                         ` Jonathan Cameron
     [not found]     ` <54138151.8010902-Mmb7MZpHnFY@public.gmane.org>
2014-09-15 14:16       ` Stanimir Varbanov
2014-09-15 14:16         ` Stanimir Varbanov
2014-09-11 15:13 ` [PATCH v2 2/2] DT: iio: vadc: document dt binding Stanimir Varbanov
     [not found]   ` <1410448403-19402-3-git-send-email-svarbanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2014-09-12 23:35     ` Hartmut Knaack
2014-09-12 23:35       ` Hartmut Knaack
     [not found]       ` <5413832F.6040503-Mmb7MZpHnFY@public.gmane.org>
2014-09-13 17:32         ` Jonathan Cameron
2014-09-13 17:32           ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.