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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 5E18EC433FE for ; Thu, 23 Sep 2021 22:04:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 451CF61242 for ; Thu, 23 Sep 2021 22:04:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235631AbhIWWFx (ORCPT ); Thu, 23 Sep 2021 18:05:53 -0400 Received: from mail-ot1-f53.google.com ([209.85.210.53]:36610 "EHLO mail-ot1-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234737AbhIWWFv (ORCPT ); Thu, 23 Sep 2021 18:05:51 -0400 Received: by mail-ot1-f53.google.com with SMTP id 5-20020a9d0685000000b0054706d7b8e5so10606094otx.3; Thu, 23 Sep 2021 15:04:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=1Yn/zKfY1e+OALBtmnxl+pt+aoAA40VXrdqikSMZ29s=; b=GEsXRuCWzoHymPTn1WP4eyHxUm4e6fM/O4px8YNYwoPsFwPlhVkmWxgyh2gaRIduhr Ipq0shlBrJ4qZssK4kzgmzRDCHTdRiUXQEuYQxM/R5cacGLn4dsjvIGotry58klXS37K 7p6WHC0SnKHuFqFYYKbQxk0BuJs0gwPyW3MhZofDXmm+C0NQnH4epK3Ip5fWvTVOm2G0 FTeTOhXVEUpmzyOa7xL+F96a0Rj6J1J6iujunVWpiLPBke+tZvdkvspTF0DWmJTGfR0G Fu2MWZDBV4k/u9+CQ3DUjYxfpA4Z6oU5ggO4D5CXmBuZRN8kPlLgw2GZ2S1BiQFtZfUz 77HA== X-Gm-Message-State: AOAM53316dFLjq9+6cqKw3hn7e0cDwbeWwIwosYLuQO3Lm8Z6Z8Ox8ZI 40hBonflpHXp141lFAnvrE5gvIRkFA== X-Google-Smtp-Source: ABdhPJzqiFPHmVyFkh2YZAtU90uejrnAT37LFonxYP0a0NeDFHNro0hOUYwnziZsZ7vbJQN+MlC7uw== X-Received: by 2002:a05:6830:40cb:: with SMTP id h11mr937856otu.176.1632434659372; Thu, 23 Sep 2021 15:04:19 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id c10sm1653247ooi.11.2021.09.23.15.04.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Sep 2021 15:04:18 -0700 (PDT) Received: (nullmailer pid 3607140 invoked by uid 1000); Thu, 23 Sep 2021 22:04:17 -0000 Date: Thu, 23 Sep 2021 17:04:17 -0500 From: Rob Herring To: Cai Huoqing Cc: linux-iio@vger.kernel.org, Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Shawn Guo , Pengutronix Kernel Team , Lars-Peter Clausen , Sascha Hauer , Jonathan Cameron , linux-kernel@vger.kernel.org, Rob Herring Subject: Re: [PATCH v5 2/3] iio: imx8qxp-adc: dt-bindings: iio: adc: Add binding documentation for NXP IMX8QXP ADC Message-ID: References: <20210921052821.91-1-caihuoqing@baidu.com> <20210921052821.91-3-caihuoqing@baidu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210921052821.91-3-caihuoqing@baidu.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 21 Sep 2021 13:28:14 +0800, Cai Huoqing wrote: > The NXP i.MX 8QuadXPlus SOC a new ADC IP, so add > binding documentation for NXP IMX8QXP ADC. > > Signed-off-by: Cai Huoqing > --- > v1->v2: > *Fix some indentation issues. > *Mark status as okay. > *Change clock2 source. > v3->v4: > *Remove 'status' from examples. > *Remove unused 'state'. > *Remove interrupts-parent. > *Change num of address/size-cells from 1 to 2. > v4->v5: > *Remove unused properties > v1 link: > https://patchwork.kernel.org/project/linux-arm-kernel/patch/20210830172140.414-5-caihuoqing@baidu.com/ > v3 link: > https://patchwork.kernel.org/project/linux-arm-kernel/patch/20210907015724.1377-3-caihuoqing@baidu.com/ > v4 link: > https://patchwork.kernel.org/project/linux-arm-kernel/patch/20210912071334.1745-3-caihuoqing@baidu.com/ > > .../bindings/iio/adc/nxp,imx8qxp-adc.yaml | 78 +++++++++++++++++++ > 1 file changed, 78 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/adc/nxp,imx8qxp-adc.yaml > Reviewed-by: Rob Herring 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=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 87F47C433F5 for ; Thu, 23 Sep 2021 22:07:11 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 368CB61242 for ; Thu, 23 Sep 2021 22:07:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 368CB61242 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Nr/X9ryXiJkuSRckBokCgiR+yVGR0MGR4iGBsTeOizE=; b=DI3h8kYs/TNwyz XQNovP1vCmmp+qP1AGREDARVQ3eWywQP5WdjRgL5E+miPbZoZj1bkpZy+gkUSYMs0QfPZgRNavFIS LW0mPVv1qdGPlQdrmtC6kMeFuDzB3uFHoUlS+tPWRXJheOB5m/BrcdN5B3BNkZo0EGA7b9V+V/S+s 47pIRKO1LoFoSRR/96NAxQSA1frcj4yVus+kD7yeTXJn+R84tqaf4v5bBjeVyYjdIZJJK9JVnKhbE fD5JT0L29KrdwDBWLHiv46bYNsK3J4Q+ZazgqKnYIjp1Py028H6TOA8z2BrXq7pqlU4spzYEAW9WL jEkVjG166sSHKFeR84Ng==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mTWpP-00CfXC-UN; Thu, 23 Sep 2021 22:04:28 +0000 Received: from mail-ot1-f46.google.com ([209.85.210.46]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mTWpL-00CfWQ-7W for linux-arm-kernel@lists.infradead.org; Thu, 23 Sep 2021 22:04:24 +0000 Received: by mail-ot1-f46.google.com with SMTP id x33-20020a9d37a4000000b0054733a85462so10544113otb.10 for ; Thu, 23 Sep 2021 15:04:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=1Yn/zKfY1e+OALBtmnxl+pt+aoAA40VXrdqikSMZ29s=; b=0vQDfva6HhyQpROeewb2P4liNvgC+D4fS02cae6e7M+zm/qqCkbQ/bz6df/YiaupUU 0F3o8LUyDlXIl3l503exgo+dhuVpNaZPdyc93vslppnVm9NxJHpF22I/DkvAGyKUCC0Z 8HhhIM5NgJHdd477ElWUBzkLNSSzZpZN6pey9oYohNcw6GIk+W1g6L8C3qg6yKR3DQco ihSFl30qlXQarRSi36nQCYWAt3oc6CrTGg1pHIe/j2Szw9phsEfoIARIuABi4kZEHBlH YbRw83075/tLEeWgbouC4NB/8X/fnWUCHFG6l2GqB24HuXEiL0DRGov4SjPQAZiOxCk9 yZFQ== X-Gm-Message-State: AOAM532bqttwYpGJG/8ShJqBXPuvTguzbnoPL39CuOOVKbw48En5Gcz9 Ph8x1JT3U6VcylZIx1wP4Q== X-Google-Smtp-Source: ABdhPJzqiFPHmVyFkh2YZAtU90uejrnAT37LFonxYP0a0NeDFHNro0hOUYwnziZsZ7vbJQN+MlC7uw== X-Received: by 2002:a05:6830:40cb:: with SMTP id h11mr937856otu.176.1632434659372; Thu, 23 Sep 2021 15:04:19 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id c10sm1653247ooi.11.2021.09.23.15.04.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Sep 2021 15:04:18 -0700 (PDT) Received: (nullmailer pid 3607140 invoked by uid 1000); Thu, 23 Sep 2021 22:04:17 -0000 Date: Thu, 23 Sep 2021 17:04:17 -0500 From: Rob Herring To: Cai Huoqing Cc: linux-iio@vger.kernel.org, Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Shawn Guo , Pengutronix Kernel Team , Lars-Peter Clausen , Sascha Hauer , Jonathan Cameron , linux-kernel@vger.kernel.org, Rob Herring Subject: Re: [PATCH v5 2/3] iio: imx8qxp-adc: dt-bindings: iio: adc: Add binding documentation for NXP IMX8QXP ADC Message-ID: References: <20210921052821.91-1-caihuoqing@baidu.com> <20210921052821.91-3-caihuoqing@baidu.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210921052821.91-3-caihuoqing@baidu.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210923_150423_316449_A22E7F9A X-CRM114-Status: GOOD ( 11.07 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 21 Sep 2021 13:28:14 +0800, Cai Huoqing wrote: > The NXP i.MX 8QuadXPlus SOC a new ADC IP, so add > binding documentation for NXP IMX8QXP ADC. > > Signed-off-by: Cai Huoqing > --- > v1->v2: > *Fix some indentation issues. > *Mark status as okay. > *Change clock2 source. > v3->v4: > *Remove 'status' from examples. > *Remove unused 'state'. > *Remove interrupts-parent. > *Change num of address/size-cells from 1 to 2. > v4->v5: > *Remove unused properties > v1 link: > https://patchwork.kernel.org/project/linux-arm-kernel/patch/20210830172140.414-5-caihuoqing@baidu.com/ > v3 link: > https://patchwork.kernel.org/project/linux-arm-kernel/patch/20210907015724.1377-3-caihuoqing@baidu.com/ > v4 link: > https://patchwork.kernel.org/project/linux-arm-kernel/patch/20210912071334.1745-3-caihuoqing@baidu.com/ > > .../bindings/iio/adc/nxp,imx8qxp-adc.yaml | 78 +++++++++++++++++++ > 1 file changed, 78 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/adc/nxp,imx8qxp-adc.yaml > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel