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 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 006D5C433E4 for ; Tue, 23 Mar 2021 22:25:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D21CC619E3 for ; Tue, 23 Mar 2021 22:25:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234270AbhCWWY5 (ORCPT ); Tue, 23 Mar 2021 18:24:57 -0400 Received: from mail-il1-f171.google.com ([209.85.166.171]:46717 "EHLO mail-il1-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234314AbhCWWWV (ORCPT ); Tue, 23 Mar 2021 18:22:21 -0400 Received: by mail-il1-f171.google.com with SMTP id j11so19605670ilu.13; Tue, 23 Mar 2021 15:22:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=Lsd3JZQm8JZcQF66tUklgJKPkCMFSVQcW29hFT1TSjY=; b=nZVksIKtv+hko0NL4ZucbHTwCuFns0Je1QC3xAhao3CYCQoNczCLRmtD54SA6fSap8 dNAGGzIxRshJZvkEQmOkk6GATGjsfZQAZtq8vsg/RBWR4Mih3AeBs9ieME+0N7CyXptl wEewWLCFx31RmTMvh4RKZCsw+eZ+8NeONVPYZodIh5OzNS6PaN7r17XKUQ9ukQ+YTzQD GFXXOhpHWSb//cLamQ9u2rDYI32eYwGgmqTzxKjROcmhInrRZfnd1WvvHaDqjJ8J4R36 YIzpzyXh1SHVbT1SVYtOX5YZGmsi7SiPgAcGdFNUa6oDZfNi1JBN56HeGFoQFV8Q181s 7BaQ== X-Gm-Message-State: AOAM530kKW/MhNTID2JTeSsK+1VTtPLTTF62d9yuHLaFWMg00RcI5ERm XBJ2yg23K0Nja+bLIJE6Zw== X-Google-Smtp-Source: ABdhPJy1mfm2ar/RBe8uqyNsXyrCuWeqAUwQtroz7ofYeqG9JJ599ISfl+6oOZJP/gF5PpfZNfJc3g== X-Received: by 2002:a92:7d11:: with SMTP id y17mr314366ilc.93.1616538140810; Tue, 23 Mar 2021 15:22:20 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id w1sm87900iom.53.2021.03.23.15.22.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Mar 2021 15:22:20 -0700 (PDT) Received: (nullmailer pid 1449360 invoked by uid 1000); Tue, 23 Mar 2021 22:22:18 -0000 Date: Tue, 23 Mar 2021 16:22:18 -0600 From: Rob Herring To: =?iso-8859-1?Q?=C1lvaro_Fern=E1ndez?= Rojas Cc: bcm-kernel-feedback-list@broadcom.com, Jonas Gorski , Andy Shevchenko , Rob Herring , linux-arm-kernel@lists.infradead.org, Necip Fazil Yildiran , Lee Jones , Florian Fainelli , devicetree@vger.kernel.org, Linus Walleij , Michael Walle , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH v8 15/22] dt-bindings: add BCM6368 GPIO sysctl binding documentation Message-ID: <20210323222218.GA1449305@robh.at.kernel.org> References: <20210317143803.26127-1-noltari@gmail.com> <20210317143803.26127-16-noltari@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210317143803.26127-16-noltari@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, 17 Mar 2021 15:37:56 +0100, Álvaro Fernández Rojas wrote: > Add binding documentation for the GPIO sysctl found in BCM6368 SoCs. > > Signed-off-by: Álvaro Fernández Rojas > --- > v8: add changes suggested by Rob Herring > v7: add changes suggested by Rob Herring > > .../mfd/brcm,bcm6368-gpio-sysctl.yaml | 246 ++++++++++++++++++ > 1 file changed, 246 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/brcm,bcm6368-gpio-sysctl.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=-14.2 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 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 CAE0BC433DB for ; Tue, 23 Mar 2021 22:23:56 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 665D4619B3 for ; Tue, 23 Mar 2021 22:23:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 665D4619B3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; 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=facjOWRzvOvW2yUKkqpUWJvYXKvZyCflOTxZPfcdlYU=; b=CRtVaB+485+KJf7WMTLwsN51/ c/zRXXaywJSvkZtyL5MLsWwpxS4mT1/UrSlU1Uj9jTScKvxdtq83AQw4GmFjNO7IvKAGByn2bk0If 2MPmogfdtVJ/ZROe60T9FRWg1y15ROiYiuYKdkaEwsgSSXRajxB95asabNq1B4aKnCzXd2mu51208 +xNypcUU2vpwK5Hvmkn2toyXO9EK2N7iFfJ/ClNJsSF4JKcgA/QuzldBzbNOoLZ7f5tiCtbFQ2qgo NSqO+6C5TgkMoYSCx7vwPlSHoPG9NoYFZMS6+r0WV/cvTx55pGGsH528VWHPP/SYdjRGHi4Oxvf1M bXRqipJrg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lOpPx-00Fqs8-J0; Tue, 23 Mar 2021 22:22:29 +0000 Received: from mail-il1-f169.google.com ([209.85.166.169]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lOpPp-00Fqph-SW for linux-arm-kernel@lists.infradead.org; Tue, 23 Mar 2021 22:22:24 +0000 Received: by mail-il1-f169.google.com with SMTP id c17so19642003ilj.7 for ; Tue, 23 Mar 2021 15:22:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=Lsd3JZQm8JZcQF66tUklgJKPkCMFSVQcW29hFT1TSjY=; b=iXEcIgaaQyMmCqgq1JPSKTOHceSU//gw1JOxQVXmH3qML4uwCpf8CmsXLLxZnofPo0 BYsJSvlzb/jZWjYIzdNCJ2oWrnGm4NiadEf53RMgsVkHOS+8Omp1a8ETvo6taoyiqAxF b5EhGE7Ksv8zawZSxbsvVMC/tFDW5BhKfoChvWISwn5d5GepMp8JiSQ1tV2eutPPSBTr RvdVCOESJK1NGChoo543/EmIqVey7qDLLlCinmMRPvk39qwiQ2tSlDgsMzyo9jx1Y/mM qT7AnIMLWvrv/esA2YAIMYywxhuFVvlrL417asZfN0VCodKQZ/tPJ9zgU4onK0S7Iclu mi9Q== X-Gm-Message-State: AOAM531s6aVRuLyphHOuEKRvNaktqjVciTyhJ4lSpOOWiuOCGXdIKRf8 boIeJxxNF1xBQLZlKhDL2g== X-Google-Smtp-Source: ABdhPJy1mfm2ar/RBe8uqyNsXyrCuWeqAUwQtroz7ofYeqG9JJ599ISfl+6oOZJP/gF5PpfZNfJc3g== X-Received: by 2002:a92:7d11:: with SMTP id y17mr314366ilc.93.1616538140810; Tue, 23 Mar 2021 15:22:20 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id w1sm87900iom.53.2021.03.23.15.22.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Mar 2021 15:22:20 -0700 (PDT) Received: (nullmailer pid 1449360 invoked by uid 1000); Tue, 23 Mar 2021 22:22:18 -0000 Date: Tue, 23 Mar 2021 16:22:18 -0600 From: Rob Herring To: =?iso-8859-1?Q?=C1lvaro_Fern=E1ndez?= Rojas Cc: bcm-kernel-feedback-list@broadcom.com, Jonas Gorski , Andy Shevchenko , Rob Herring , linux-arm-kernel@lists.infradead.org, Necip Fazil Yildiran , Lee Jones , Florian Fainelli , devicetree@vger.kernel.org, Linus Walleij , Michael Walle , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH v8 15/22] dt-bindings: add BCM6368 GPIO sysctl binding documentation Message-ID: <20210323222218.GA1449305@robh.at.kernel.org> References: <20210317143803.26127-1-noltari@gmail.com> <20210317143803.26127-16-noltari@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210317143803.26127-16-noltari@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210323_222222_083195_DACE7D76 X-CRM114-Status: GOOD ( 10.81 ) 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 17 Mar 2021 15:37:56 +0100, =C1lvaro Fern=E1ndez Rojas wrote: > Add binding documentation for the GPIO sysctl found in BCM6368 SoCs. > = > Signed-off-by: =C1lvaro Fern=E1ndez Rojas > --- > v8: add changes suggested by Rob Herring > v7: add changes suggested by Rob Herring > = > .../mfd/brcm,bcm6368-gpio-sysctl.yaml | 246 ++++++++++++++++++ > 1 file changed, 246 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/brcm,bcm6368-gp= io-sysctl.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