All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ivan T. Ivanov" <iivanov@mm-sol.com>
To: Jonathan Cameron <jic23@kernel.org>
Cc: Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald <pmeerw@pmeerw.net>,
	Grant Likely <grant.likely@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
	devicetree@vger.kernel.org,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>
Subject: Re: [PATCH v5 0/2]  Initial support for voltage ADC
Date: Wed, 28 Jan 2015 10:25:40 +0200	[thread overview]
Message-ID: <1422433540.5754.6.camel@mm-sol.com> (raw)
In-Reply-To: <1421748922-8933-1-git-send-email-iivanov@mm-sol.com>


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

      parent reply	other threads:[~2015-01-28  8:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Ivan T. Ivanov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1422433540.5754.6.camel@mm-sol.com \
    --to=iivanov@mm-sol.com \
    --cc=devicetree@vger.kernel.org \
    --cc=grant.likely@linaro.org \
    --cc=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.