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=-16.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 A0F95C433EF for ; Tue, 14 Sep 2021 12:57:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7BDCA610CE for ; Tue, 14 Sep 2021 12:57:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232929AbhINM6o (ORCPT ); Tue, 14 Sep 2021 08:58:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:59958 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232716AbhINM6o (ORCPT ); Tue, 14 Sep 2021 08:58:44 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 410756112D for ; Tue, 14 Sep 2021 12:57:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631624247; bh=cauLhA0x1RF0EX5eyG3TESBUUDun6oKtfMyn9eExmpw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=TW9CCGOTU+iupVQMAfElQlNRV9SUjuRmobMjtfX7PyaEU4cl2IkNiFxJbEAULlQAJ 2XQ6EntqSsOhSy41DIJTbxyvCDUV0ASIFoxCisCgsDBm8kKM6ediRHSp6pgJJDXSW8 BQ/QA2ICyd1DIA8Wc4u+b1EiPHOUHZkFmeeZv2EyH37vomus7R8tYKGTAcVjesxnBd WH2w78LaYhqCwYiB/QGK0CjjxbYUuFqf4r+S7qN9j8gDCzJcgqe5bhe+ZnbfPuFIog U7U+PZGiqaZzPvphi/viP6kK71ls/XfdeWacBGTuoK1ym/ZNap6lWaKFnQ0diCPHj/ Gj+1rhBkI7GVg== Received: by mail-ej1-f45.google.com with SMTP id ho42so28658953ejc.9 for ; Tue, 14 Sep 2021 05:57:27 -0700 (PDT) X-Gm-Message-State: AOAM531MmIc3prTh5f/yb9hF/9peCrrt8N5Ef3kiFoaN3X+HvY8+i++7 OCje5wZElcmHgaU9byUO3/VvnFNFhQKrRgiABg== X-Google-Smtp-Source: ABdhPJzmlfdOd8kPqyHKndAMzKDtZW//O7LuukiOSIKBRb9LWJVZP54i7PM0AHhnZ2yXYkaDSBL6z6fl5eDcje+OiU4= X-Received: by 2002:a17:906:7217:: with SMTP id m23mr18716103ejk.466.1631624245845; Tue, 14 Sep 2021 05:57:25 -0700 (PDT) MIME-Version: 1.0 References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-30-maxime@cerno.tech> <20210914071208.7xalrr2qskzdncgs@gilmour> In-Reply-To: <20210914071208.7xalrr2qskzdncgs@gilmour> From: Rob Herring Date: Tue, 14 Sep 2021 07:57:13 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 29/52] dt-bindings: mfd: Convert X-Powers AXP binding to a schema To: Maxime Ripard Cc: Lee Jones , devicetree@vger.kernel.org, Frank Rowand , =?UTF-8?Q?Jernej_=C5=A0krabec?= , Chen-Yu Tsai , linux-sunxi@googlegroups.com, linux-arm-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Sep 14, 2021 at 2:12 AM Maxime Ripard wrote: > > On Mon, Sep 06, 2021 at 10:02:26AM +0100, Lee Jones wrote: > > On Fri, 03 Sep 2021, Rob Herring wrote: > > > > > On Wed, 01 Sep 2021 11:18:29 +0200, Maxime Ripard wrote: > > > > The X-Powers AXP PMICs are supported by Linux thanks to its device tree > > > > binding. > > > > > > > > Now that we have the DT validation in place, let's convert the device > > > > tree bindings for that driver over to a YAML schema. > > > > > > > > Cc: Chen-Yu Tsai > > > > Cc: Lee Jones > > > > Signed-off-by: Maxime Ripard > > > > > > > > --- > > > > > > > > Changes from v1: > > > > - Add GPIO example > > > > - Remove the limitation on regulator-ramp-delay > > > > --- > > > > .../i2c/allwinner,sun6i-a31-p2wi.yaml | 2 +- > > > > .../devicetree/bindings/mfd/axp20x.txt | 273 ------------ > > > > .../bindings/mfd/x-powers,axp152.yaml | 400 ++++++++++++++++++ > > > > 3 files changed, 401 insertions(+), 274 deletions(-) > > > > delete mode 100644 Documentation/devicetree/bindings/mfd/axp20x.txt > > > > create mode 100644 Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml > > > > > > > > > > Reviewed-by: Rob Herring > > > > > > Note that the gpio child schema needs to be applied with this one. > > > > Not sure I'm in possession of that. > > So, how do you want to merge that? Through the DT tree? Resend the MFD and child patches in a series to Lee. Rob 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.4 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 3AEB4C433F5 for ; Tue, 14 Sep 2021 12:59:29 +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 EFA3E610CE for ; Tue, 14 Sep 2021 12:59:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org EFA3E610CE 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:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5W586quF/jb7sftEtWPtSPNYVDItZEhigDOu3RXXUZ8=; b=d5f3+79nhgfh2V rewGaiSq6ob9NmiKwrlk6eLbpqyk2tXXzQPG88AzVFh/eDletn2bYCsQFaPLGpXwN0ynm+XQH5nKN ztwrOUpxNrwpV/xaq0in8xDgEdnEtq2f2gfnOpl1Bok5nV2L2fDx+nNBSPDOcWlzHHan0OuIu/xw4 98/QA4wGAxiphAvxRwb99fAy36X3DzzgCcC84Y3hAr5FuEzAKapIuGjPQSh1OicI6kp5E1GSO5Jxm qJRrFLLTJUKaqU8zj+ZL9Efv6UQuYJBzR2qVFGyZ1s77K/GEpzypMYi8lcWyPhOQD5PWX4SiLqzp7 NOb2Y61x+zff9ETW5Low==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQ80B-005nSc-E6; Tue, 14 Sep 2021 12:57:31 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQ807-005nRZ-Mj for linux-arm-kernel@lists.infradead.org; Tue, 14 Sep 2021 12:57:29 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4985E6113E for ; Tue, 14 Sep 2021 12:57:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631624247; bh=cauLhA0x1RF0EX5eyG3TESBUUDun6oKtfMyn9eExmpw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=TW9CCGOTU+iupVQMAfElQlNRV9SUjuRmobMjtfX7PyaEU4cl2IkNiFxJbEAULlQAJ 2XQ6EntqSsOhSy41DIJTbxyvCDUV0ASIFoxCisCgsDBm8kKM6ediRHSp6pgJJDXSW8 BQ/QA2ICyd1DIA8Wc4u+b1EiPHOUHZkFmeeZv2EyH37vomus7R8tYKGTAcVjesxnBd WH2w78LaYhqCwYiB/QGK0CjjxbYUuFqf4r+S7qN9j8gDCzJcgqe5bhe+ZnbfPuFIog U7U+PZGiqaZzPvphi/viP6kK71ls/XfdeWacBGTuoK1ym/ZNap6lWaKFnQ0diCPHj/ Gj+1rhBkI7GVg== Received: by mail-ej1-f42.google.com with SMTP id x22so154424ejj.8 for ; Tue, 14 Sep 2021 05:57:27 -0700 (PDT) X-Gm-Message-State: AOAM532v99R17aPq4ywK84PJkGksfGG9dYpup+YuAmbxZSuVRcGNwMDv UHECHM4GgaNR1XWBKFBNsMUth/E4Cp54W61UdQ== X-Google-Smtp-Source: ABdhPJzmlfdOd8kPqyHKndAMzKDtZW//O7LuukiOSIKBRb9LWJVZP54i7PM0AHhnZ2yXYkaDSBL6z6fl5eDcje+OiU4= X-Received: by 2002:a17:906:7217:: with SMTP id m23mr18716103ejk.466.1631624245845; Tue, 14 Sep 2021 05:57:25 -0700 (PDT) MIME-Version: 1.0 References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-30-maxime@cerno.tech> <20210914071208.7xalrr2qskzdncgs@gilmour> In-Reply-To: <20210914071208.7xalrr2qskzdncgs@gilmour> From: Rob Herring Date: Tue, 14 Sep 2021 07:57:13 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 29/52] dt-bindings: mfd: Convert X-Powers AXP binding to a schema To: Maxime Ripard Cc: Lee Jones , devicetree@vger.kernel.org, Frank Rowand , =?UTF-8?Q?Jernej_=C5=A0krabec?= , Chen-Yu Tsai , linux-sunxi@googlegroups.com, linux-arm-kernel X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210914_055727_802379_6DBBCEFA X-CRM114-Status: GOOD ( 25.42 ) 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, Sep 14, 2021 at 2:12 AM Maxime Ripard wrote: > > On Mon, Sep 06, 2021 at 10:02:26AM +0100, Lee Jones wrote: > > On Fri, 03 Sep 2021, Rob Herring wrote: > > > > > On Wed, 01 Sep 2021 11:18:29 +0200, Maxime Ripard wrote: > > > > The X-Powers AXP PMICs are supported by Linux thanks to its device tree > > > > binding. > > > > > > > > Now that we have the DT validation in place, let's convert the device > > > > tree bindings for that driver over to a YAML schema. > > > > > > > > Cc: Chen-Yu Tsai > > > > Cc: Lee Jones > > > > Signed-off-by: Maxime Ripard > > > > > > > > --- > > > > > > > > Changes from v1: > > > > - Add GPIO example > > > > - Remove the limitation on regulator-ramp-delay > > > > --- > > > > .../i2c/allwinner,sun6i-a31-p2wi.yaml | 2 +- > > > > .../devicetree/bindings/mfd/axp20x.txt | 273 ------------ > > > > .../bindings/mfd/x-powers,axp152.yaml | 400 ++++++++++++++++++ > > > > 3 files changed, 401 insertions(+), 274 deletions(-) > > > > delete mode 100644 Documentation/devicetree/bindings/mfd/axp20x.txt > > > > create mode 100644 Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml > > > > > > > > > > Reviewed-by: Rob Herring > > > > > > Note that the gpio child schema needs to be applied with this one. > > > > Not sure I'm in possession of that. > > So, how do you want to merge that? Through the DT tree? Resend the MFD and child patches in a series to Lee. Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel