[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1422433540.5754.6.camel@mm-sol.com>
Date: Wed, 28 Jan 2015 10:25:40 +0200
From: "Ivan T. Ivanov" <iivanov@...sol.com>
To: Jonathan Cameron <jic23@...nel.org>
Cc: Hartmut Knaack <knaack.h@....de>,
Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald <pmeerw@...erw.net>,
Grant Likely <grant.likely@...aro.org>,
Rob Herring <robh+dt@...nel.org>, linux-kernel@...r.kernel.org,
linux-iio@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-msm <linux-arm-msm@...r.kernel.org>
Subject: Re: [PATCH v5 0/2] Initial support for voltage ADC
On Tue, 2015-01-20 at 12:15 +0200, Ivan T. Ivanov wrote:
> 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.
Hi,
Are there any comments on these patches?
Regards,
Ivan
>
> 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
>
>
--
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