From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D62FC388F9 for ; Sun, 8 Nov 2020 15:29:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 03920206F9 for ; Sun, 8 Nov 2020 15:29:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604849352; bh=LO5JP7loOG/rhx2URhXeys5m6yKMzppXxoeIZLjmeCM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=vHQOqUr+HsQwqGP9GwHsyL93+0Xz72YR4Rj/iWiRom9kU/uZYA/u4wJ5ot95ydppx 4Zki61twJkuZX6tNlPTTwHtKz4RIozAXmo4xPd1vfZErlq2momKOz/BeqzbH8mt/jQ av5p3Ae74pq6ZKYJ6TXDU3lmhRHx5iGsbf7gSDkA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727929AbgKHP3L (ORCPT ); Sun, 8 Nov 2020 10:29:11 -0500 Received: from mail.kernel.org ([198.145.29.99]:49704 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726814AbgKHP3L (ORCPT ); Sun, 8 Nov 2020 10:29:11 -0500 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BD6CD206E0; Sun, 8 Nov 2020 15:29:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604849350; bh=LO5JP7loOG/rhx2URhXeys5m6yKMzppXxoeIZLjmeCM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MshF4R62iRSb1m2m4kUYF6m6lZrGaFgFZ+wTCetJEzUDFwcg+cxj9FFndFmqYENw9 Pod/zyZfnq4qNGMzdPNoFos30XypQYvJEZKPh7+5CYSAA++6P3XZak3A2JQCF2tI7f yZ1f7BLsY6s0bvMKjLLjmbqOkJV47IbtShsYgl/U= Date: Sun, 8 Nov 2020 15:29:12 +0000 From: Jonathan Cameron To: Rob Herring Cc: Cristian Pop , robh+dt@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org Subject: Re: [PATCH v7 5/5] dt-bindings:iio:adc:adc.txt: Add documentation for channel label attribute Message-ID: <20201108152912.6712c267@archlinux> In-Reply-To: <20201105173718.GA1526144@bogus> References: <20201102142000.68916-1-cristian.pop@analog.com> <20201102142000.68916-5-cristian.pop@analog.com> <20201105173718.GA1526144@bogus> X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Thu, 5 Nov 2020 11:37:18 -0600 Rob Herring wrote: > On Mon, 02 Nov 2020 16:20:00 +0200, Cristian Pop wrote: > > Optional attribute for better identification of the channels. > > > > Signed-off-by: Cristian Pop > > --- > > Changes in v7: > > - Add this extra commit > > Documentation/devicetree/bindings/iio/adc/adc.txt | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > Reviewed-by: Rob Herring Series applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to see if we missed anything. Thanks, Jonathan