From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9F48E2C80 for ; Tue, 12 Oct 2021 15:43:40 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 5869E60E97 for ; Tue, 12 Oct 2021 15:43:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634053420; bh=+NcxmneZwUx/KAF+cqk+pHvqjws8+6x2l8OhgWrHevU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=qwcmib2Pj7qScOVbfak9KfICE8srqHBjI+ZRC7Q+wI5uoFA8pyr6q3lMorRbHJ+nJ L520NvZxgYUUdORHO5YJaZPXYDQC/+DDJ7qhJfd142GhlsR05uS1++O/2i4jgCDmpt kMno/HuZy0ustZbOyjN/cRO+gxX570sDObyPBXj8NG2xBgeB8nWb0/W6vtVSN+lLss KTgmldBNXNlMVmSBFeG6yaCzfwFjRK4EyAGwcKTtz1OHc3qQTitHqg9SIDs61brcWa Z+uwJtxRbWk14cJOLu7Y/v0nShkMhh1z4pzRpzxwom/VBezFyf5D3uHYMEq2FpuqRc druf5zbu/5q+A== Received: by mail-ed1-f48.google.com with SMTP id y12so1273457eda.4 for ; Tue, 12 Oct 2021 08:43:40 -0700 (PDT) X-Gm-Message-State: AOAM5339cUEuZ7k7KXzM4NQkMiOWxMkKFDx9Za/njY3pvkJK7KPfNRnP XXF7hUTY4kXfjTqCXfSNypeEQfCzv2NjxUxdew== X-Google-Smtp-Source: ABdhPJzDPMAET5T6iDEfX4w4s6nnhrxBrU1iVlj20mqSc1ZcQR/zAgPvd4gaR+L1QD+PX3Or/0NH570WwlZYOionBMw= X-Received: by 2002:aa7:c357:: with SMTP id j23mr725044edr.145.1634053418356; Tue, 12 Oct 2021 08:43:38 -0700 (PDT) Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <20210924071614.868307-1-maxime@cerno.tech> In-Reply-To: From: Rob Herring Date: Tue, 12 Oct 2021 10:43:26 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [RESEND v2 1/3] dt-bindings: gpio: Convert X-Powers AXP209 GPIO binding to a schema To: Lee Jones Cc: Maxime Ripard , Chen-Yu Tsai , =?UTF-8?Q?Jernej_=C5=A0krabec?= , Frank Rowand , linux-arm-kernel , devicetree@vger.kernel.org, linux-sunxi@lists.linux.dev, Linus Walleij , "open list:GPIO SUBSYSTEM" , Bartosz Golaszewski Content-Type: text/plain; charset="UTF-8" On Tue, Oct 12, 2021 at 9:51 AM Lee Jones wrote: > > On Tue, 12 Oct 2021, Rob Herring wrote: > > > On Fri, Sep 24, 2021 at 2:16 AM Maxime Ripard wrote: > > > > > > The X-Powers AXP PMICs feature a GPIO Controller 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: Linus Walleij > > > Cc: linux-gpio@vger.kernel.org > > > Acked-by: Bartosz Golaszewski > > > Reviewed-by: Rob Herring > > > Signed-off-by: Maxime Ripard > > > > > > --- > > > > > > Changes from v1: > > > - Removed the example and moved it in the mfd schema > > > --- > > > .../devicetree/bindings/gpio/gpio-axp209.txt | 75 ------------------- > > > .../bindings/gpio/x-powers,axp209-gpio.yaml | 55 ++++++++++++++ > > > 2 files changed, 55 insertions(+), 75 deletions(-) > > > delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-axp209.txt > > > create mode 100644 Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml > > > > This one not being applied with the rest of the series is also > > breaking linux-next. > > > > b4 am -P_ -sl -o - 20210924071614.868307-1-maxime@cerno.tech | git am > > Thanks for the link. > > Seeing as there are no *real* dependencies, it would be better for > Linus to take the patch (if he's okay with it of course). Only that 'make dt_binding_check' is broken for anyone using your branch (and linux-next ATM). It's as real as a broken build due to a missing header. If you don't think this is a problem, then don't apply MFD binding patches. 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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B344C433EF for ; Tue, 12 Oct 2021 15:45:46 +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 D1CB060E53 for ; Tue, 12 Oct 2021 15:45:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D1CB060E53 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=IAVWWdH8kJZ9VQOb98xtc2DJbOHLn4kNcbCOp93NelI=; b=Od9Gz0Z4pk9fxp ZbFJONUJ4YvUnIUeNRS2SEVPXoUPzKX3cFX+OmkWErm5HncOgoCpPhLdFdMInh9N28Nd4Vg1Z9McO 7GV3QJdbZKkzJtqPgbrlPd8lBVswKbUteLSuKkg3c/v8Jj4yr6MBaGG7Y2dkVk3UccIVK9w8XHCcs xMT96brL7nLQVSmze7fDvUSH1TVB5K43jYfsVr5sOpve1EDDlkAr9I890TYDHzmIsr7tkYRt8sNzR to2gIB9YWk/SRsVtOYUa4x0iT7VGjiJ+/Fk/MR/RQ61faWFwrueaazNZlsGSPMgXAdz+vOrZWI4Lo aH80/Ujk3fcfaHHrdxaw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1maJwP-00DOOj-8r; Tue, 12 Oct 2021 15:43:45 +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 1maJwK-00DONK-Nv for linux-arm-kernel@lists.infradead.org; Tue, 12 Oct 2021 15:43:42 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5CA04610E7 for ; Tue, 12 Oct 2021 15:43:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634053420; bh=+NcxmneZwUx/KAF+cqk+pHvqjws8+6x2l8OhgWrHevU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=qwcmib2Pj7qScOVbfak9KfICE8srqHBjI+ZRC7Q+wI5uoFA8pyr6q3lMorRbHJ+nJ L520NvZxgYUUdORHO5YJaZPXYDQC/+DDJ7qhJfd142GhlsR05uS1++O/2i4jgCDmpt kMno/HuZy0ustZbOyjN/cRO+gxX570sDObyPBXj8NG2xBgeB8nWb0/W6vtVSN+lLss KTgmldBNXNlMVmSBFeG6yaCzfwFjRK4EyAGwcKTtz1OHc3qQTitHqg9SIDs61brcWa Z+uwJtxRbWk14cJOLu7Y/v0nShkMhh1z4pzRpzxwom/VBezFyf5D3uHYMEq2FpuqRc druf5zbu/5q+A== Received: by mail-ed1-f54.google.com with SMTP id ec8so1232229edb.6 for ; Tue, 12 Oct 2021 08:43:40 -0700 (PDT) X-Gm-Message-State: AOAM530TOSrLodT+PaVZmT7/BjjdR+WSl0NXcNzy6NeomlQl1X/q9uEt eEjvUhC66Zdyq9nUKrRGjf2Eq7sKQO0+8bTEGA== X-Google-Smtp-Source: ABdhPJzDPMAET5T6iDEfX4w4s6nnhrxBrU1iVlj20mqSc1ZcQR/zAgPvd4gaR+L1QD+PX3Or/0NH570WwlZYOionBMw= X-Received: by 2002:aa7:c357:: with SMTP id j23mr725044edr.145.1634053418356; Tue, 12 Oct 2021 08:43:38 -0700 (PDT) MIME-Version: 1.0 References: <20210924071614.868307-1-maxime@cerno.tech> In-Reply-To: From: Rob Herring Date: Tue, 12 Oct 2021 10:43:26 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [RESEND v2 1/3] dt-bindings: gpio: Convert X-Powers AXP209 GPIO binding to a schema To: Lee Jones Cc: Maxime Ripard , Chen-Yu Tsai , =?UTF-8?Q?Jernej_=C5=A0krabec?= , Frank Rowand , linux-arm-kernel , devicetree@vger.kernel.org, linux-sunxi@lists.linux.dev, Linus Walleij , "open list:GPIO SUBSYSTEM" , Bartosz Golaszewski X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211012_084340_872334_595BB67E X-CRM114-Status: GOOD ( 26.34 ) 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, Oct 12, 2021 at 9:51 AM Lee Jones wrote: > > On Tue, 12 Oct 2021, Rob Herring wrote: > > > On Fri, Sep 24, 2021 at 2:16 AM Maxime Ripard wrote: > > > > > > The X-Powers AXP PMICs feature a GPIO Controller 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: Linus Walleij > > > Cc: linux-gpio@vger.kernel.org > > > Acked-by: Bartosz Golaszewski > > > Reviewed-by: Rob Herring > > > Signed-off-by: Maxime Ripard > > > > > > --- > > > > > > Changes from v1: > > > - Removed the example and moved it in the mfd schema > > > --- > > > .../devicetree/bindings/gpio/gpio-axp209.txt | 75 ------------------- > > > .../bindings/gpio/x-powers,axp209-gpio.yaml | 55 ++++++++++++++ > > > 2 files changed, 55 insertions(+), 75 deletions(-) > > > delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-axp209.txt > > > create mode 100644 Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml > > > > This one not being applied with the rest of the series is also > > breaking linux-next. > > > > b4 am -P_ -sl -o - 20210924071614.868307-1-maxime@cerno.tech | git am > > Thanks for the link. > > Seeing as there are no *real* dependencies, it would be better for > Linus to take the patch (if he's okay with it of course). Only that 'make dt_binding_check' is broken for anyone using your branch (and linux-next ATM). It's as real as a broken build due to a missing header. If you don't think this is a problem, then don't apply MFD binding patches. Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel