All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2]  Initial support for voltage ADC
@ 2015-01-20 10:15 Ivan T. Ivanov
  2015-01-20 10:15 ` [PATCH v5 1/2] DT: iio: vadc: document dt binding Ivan T. Ivanov
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ivan T. Ivanov @ 2015-01-20 10:15 UTC (permalink / raw)
  To: Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen, Peter Meerwald
  Cc: Ivan T. Ivanov, Grant Likely, Rob Herring, linux-kernel,
	linux-iio, devicetree

This type of volatage ADC could be found in Qualcomm's SPMI PMIC's.
I'm sorry that it took me so long to send the updated version.

Changes since v4.
- Addressed review comments from Hartmut Knaack and Jonathan Cameron:
  Fixed spelling errors in DT description files.
  Removed unused structure member.
  Access to hardware during conversion is protected with mutex.
  Measuring reference points moved at driver probe time.

Patches are based on current iio/testing branch.

v4 could be found here: https://lkml.org/lkml/2014/11/3/425

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

 .../devicetree/bindings/iio/adc/qcom,spmi-vadc.txt |  129 +++
 drivers/iio/adc/Kconfig                            |   14 +
 drivers/iio/adc/Makefile                           |    1 +
 drivers/iio/adc/qcom-spmi-vadc.c                   | 1016 ++++++++++++++++++++
 include/dt-bindings/iio/qcom,spmi-vadc.h           |  119 +++
 5 files changed, 1279 insertions(+)
 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-vadc.h

--
1.9.1


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

end of thread, other threads:[~2015-01-30  9:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-20 10:15 [PATCH v5 0/2] Initial support for voltage ADC Ivan T. Ivanov
2015-01-20 10:15 ` [PATCH v5 1/2] DT: iio: vadc: document dt binding Ivan T. Ivanov
2015-01-28 18:45   ` Jonathan Cameron
2015-01-30  9:00     ` Ivan T. Ivanov
2015-01-30  9:00       ` Ivan T. Ivanov
2015-01-20 10:15 ` [PATCH v5 2/2] iio: vadc: Qualcomm SPMI PMIC voltage ADC driver Ivan T. Ivanov
2015-01-28 18:46   ` Jonathan Cameron
2015-01-30  9:10     ` Ivan T. Ivanov
2015-01-30  9:10       ` Ivan T. Ivanov
2015-01-28  8:25 ` [PATCH v5 0/2] Initial support for voltage ADC Ivan T. Ivanov

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.