From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751148AbdKSQtY (ORCPT ); Sun, 19 Nov 2017 11:49:24 -0500 Received: from mail.kernel.org ([198.145.29.99]:42562 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750952AbdKSQtW (ORCPT ); Sun, 19 Nov 2017 11:49:22 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E540721910 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jic23@kernel.org Date: Sun, 19 Nov 2017 16:48:03 +0000 From: Jonathan Cameron To: Rob Herring Cc: Fabrice Gasnier , linux@armlinux.org.uk, mark.rutland@arm.com, mcoquelin.stm32@gmail.com, alexandre.torgue@st.com, lars@metafoo.de, knaack.h@gmx.de, pmeerw@pmeerw.net, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, benjamin.gaignard@linaro.org, benjamin.gaignard@st.com Subject: Re: [PATCH v2 1/3] dt-bindings: iio: adc: stm32: add support for diff channels Message-ID: <20171119164803.22cd7f7f@archlinux> In-Reply-To: <20171027143729.7oqcps43qvieko4r@rob-hp-laptop> References: <1508923665-2274-1-git-send-email-fabrice.gasnier@st.com> <1508923665-2274-2-git-send-email-fabrice.gasnier@st.com> <20171027143729.7oqcps43qvieko4r@rob-hp-laptop> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 27 Oct 2017 09:37:29 -0500 Rob Herring wrote: > On Wed, Oct 25, 2017 at 11:27:43AM +0200, Fabrice Gasnier wrote: > > STM32H7 ADC channels may be configured either as single-ended or > > differential. > > Add 'st,adc-diff-channels' property to support differential channels. > > Differential channels are defined as a pair of positive and negative > > inputs: vinp & vinn. > > > > Signed-off-by: Fabrice Gasnier > > --- > > Changes in v2: > > - Add differential channels example > > - Add a note on mixed single-ended / differential channels > > --- > > .../devicetree/bindings/iio/adc/st,stm32-adc.txt | 24 ++++++++++++++++++++++ > > 1 file changed, 24 insertions(+) > > Acked-by: Rob Herring > Thanks. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html