From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ivan T. Ivanov" Subject: Re: [PATCH v3] iio: iadc: Qualcomm SPMI PMIC current ADC driver Date: Tue, 07 Oct 2014 14:54:30 +0300 Message-ID: <1412682870.1027.58.camel@iivanov-dev> References: <1412180088-24683-1-git-send-email-iivanov@mm-sol.com> <542FE207.2080508@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <542FE207.2080508-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: linux-iio-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jonathan Cameron Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Grant Likely , Lars-Peter Clausen , Hartmut Knaack , Fugang Duan , Lee Jones , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Sat, 2014-10-04 at 13:03 +0100, Jonathan Cameron wrote: > On 01/10/14 17:14, Ivan T. Ivanov wrote: > > The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has > > 16 bits resolution and register space inside PMIC accessible across > > SPMI bus. > > > > The driver registers itself through IIO interface. > > > > Signed-off-by: Ivan T. Ivanov > Looks good to me. I would however like to wait for Mark Rutland to > say whether he is happy with the bindings (and the rest if he > feels like it ;) > > Given the merge window will open shortly and hence the IIO merge > window is long closed, we aren't in a particular rush at the moment. Sure. Thank you. Ivan > > > Jonathan