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=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 CE873C433F5 for ; Fri, 3 Sep 2021 19:32:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A876C60F42 for ; Fri, 3 Sep 2021 19:32:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235133AbhICTd4 (ORCPT ); Fri, 3 Sep 2021 15:33:56 -0400 Received: from mail-oi1-f175.google.com ([209.85.167.175]:38644 "EHLO mail-oi1-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232516AbhICTd4 (ORCPT ); Fri, 3 Sep 2021 15:33:56 -0400 Received: by mail-oi1-f175.google.com with SMTP id u25so464974oiv.5; Fri, 03 Sep 2021 12:32:55 -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:in-reply-to; bh=KheS+b13SKBDM5Cw+jQcKqwiqg25iR1Yy5WSWs+WcCE=; b=pixGb6ZMzriVBWL+FF3w1HuszjjVdYRz2T769j7APbmjaTeXvYOaVj28NfC3ZvxsFs tZ04Glh6QQ9MfKTRJdCETCmzBBC9I16kc8Qt3uFuCeNnEtKi9rmLzVmRHe674gSD76xJ IKSNUCshGJ72Pu+NG41d2wzZJalHo1zY4pwsv3S4lzTUGr4VR1d9BKqIJyXNheU6wU/k l1YUkFid0Z04s21b19I5zUTHHn3a7i4dFSjtgSTND6jMk4VZSn+mpuI40iHftEtFVehD Rn6Nfpnys+1LTSY5JXDTJSs7/GvWQthwTGCQe0/gB2iTOdYhihrWQYE6HyPBQuZZeusx n4uw== X-Gm-Message-State: AOAM532eB9UDrQtoi3K0xA1cdpkFZ4tjt+5l2do0m09gMukkrgERc+Cb /MpZaHbu8HorJCDHQTJngw== X-Google-Smtp-Source: ABdhPJzLt3LVPMzouNMsLAkLdBJidudfteM4PetC18oSXhQoyXr7xTBPWBX8jxV0fVylGSipHxUsrg== X-Received: by 2002:aca:42c2:: with SMTP id p185mr269289oia.159.1630697575482; Fri, 03 Sep 2021 12:32:55 -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 a6sm59968oto.36.2021.09.03.12.32.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 12:32:54 -0700 (PDT) Received: (nullmailer pid 3322715 invoked by uid 1000); Fri, 03 Sep 2021 19:32:53 -0000 Date: Fri, 3 Sep 2021 14:32:53 -0500 From: Rob Herring To: Maxime Ripard Cc: linux-gpio@vger.kernel.org, Frank Rowand , Rob Herring , linux-sunxi@googlegroups.com, Jernej =?utf-8?Q?=C5=A0krabec?= , linux-arm-kernel@lists.infradead.org, Linus Walleij , Chen-Yu Tsai , Bartosz Golaszewski , devicetree@vger.kernel.org Subject: Re: [PATCH v2 22/52] dt-bindings: gpio: Convert X-Powers AXP209 GPIO binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-23-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901091852.479202-23-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, 01 Sep 2021 11:18:22 +0200, 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: Bartosz Golaszewski > Cc: Chen-Yu Tsai > Cc: Linus Walleij > Cc: linux-gpio@vger.kernel.org > 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 > Reviewed-by: Rob Herring This needs to be applied with the MFD schema. 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,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 AE329C433F5 for ; Fri, 3 Sep 2021 19:34:33 +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 7145160F42 for ; Fri, 3 Sep 2021 19:34:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7145160F42 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=RHJ17aObO4azqWXP4pV0MAOD6B36Z9wzCXX7REfClPs=; b=1I6zlPC8urveys 0WSXg6XHUkFciHRyiusotYPvhsxouV/qeTgljzfhXrFdnjVYXnXHDv7lrcEFpdq5Lzi9OiwO+s76d yO+1zJ6S3hdVSgySb2lZGaXAtUi2YlXA0fKbfF0ljjnMmrd8M2hz7rbIwaf/G0hWUcJTTt9BJZA/g ZU9gzhGbPnYM/q1RMX19e6NJ6xWeDY4HegZB+xRzy4WlghWvAwsYy8OKMsILT4fqwOvqpd3ClHX5P +SmYIvZ7gGc6SdGkKHY21+IEVSNA52HxhA9lJlFXIHP0raH3oAo9BbreVlZNIQqG/qlgE/uLiWlPS 5k8VK8+lfq5YBqWKvzWA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMEvr-00CjuT-Gv; Fri, 03 Sep 2021 19:32:59 +0000 Received: from mail-oi1-f182.google.com ([209.85.167.182]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMEvo-00Cjtv-AR for linux-arm-kernel@lists.infradead.org; Fri, 03 Sep 2021 19:32:57 +0000 Received: by mail-oi1-f182.google.com with SMTP id q39so428082oiw.12 for ; Fri, 03 Sep 2021 12:32:55 -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:in-reply-to; bh=KheS+b13SKBDM5Cw+jQcKqwiqg25iR1Yy5WSWs+WcCE=; b=n5yFaqdJwkNLGZKNAoETEmFBjv9boUielUtzNbS0Me3qpJ7YGsNlExn0ZdyE6htKsx KZGzdGNc0ezM3UdWRjJrYghSpNJyybm8MyuKCd3t//r74bmJFL0fiDKJi0oJRLdtlVgp h3nn+dJVhsDxn0mR7gahFTn1YHncL3fLxfAMIAYsGLbvkE6v66JtEVnaOCU+lQZYc95L OM+fX9ADWlBtKo4r7W+CespMKbddEUYfHCCVm/BxOfQr779+dvRY4fsDq9sN0fQVetUT YcreUUbpdrifXHGsQ//i+vHix5YR43LrYWlXGp8bUB9Mu6HTXMWL/Nz+tWTHPDQULIAm JQKA== X-Gm-Message-State: AOAM530t50hw4pwBaAzk2h7N+IrPIS7pvSK0mIClHH7DHfklp1bLDEQH mkT0STNKKFhaMUvY1MxxEqx8LDyAoQ== X-Google-Smtp-Source: ABdhPJzLt3LVPMzouNMsLAkLdBJidudfteM4PetC18oSXhQoyXr7xTBPWBX8jxV0fVylGSipHxUsrg== X-Received: by 2002:aca:42c2:: with SMTP id p185mr269289oia.159.1630697575482; Fri, 03 Sep 2021 12:32:55 -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 a6sm59968oto.36.2021.09.03.12.32.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 12:32:54 -0700 (PDT) Received: (nullmailer pid 3322715 invoked by uid 1000); Fri, 03 Sep 2021 19:32:53 -0000 Date: Fri, 3 Sep 2021 14:32:53 -0500 From: Rob Herring To: Maxime Ripard Cc: linux-gpio@vger.kernel.org, Frank Rowand , Rob Herring , linux-sunxi@googlegroups.com, Jernej =?utf-8?Q?=C5=A0krabec?= , linux-arm-kernel@lists.infradead.org, Linus Walleij , Chen-Yu Tsai , Bartosz Golaszewski , devicetree@vger.kernel.org Subject: Re: [PATCH v2 22/52] dt-bindings: gpio: Convert X-Powers AXP209 GPIO binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-23-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210901091852.479202-23-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210903_123256_380807_05330624 X-CRM114-Status: GOOD ( 17.60 ) 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 Wed, 01 Sep 2021 11:18:22 +0200, 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: Bartosz Golaszewski > Cc: Chen-Yu Tsai > Cc: Linus Walleij > Cc: linux-gpio@vger.kernel.org > 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 > Reviewed-by: Rob Herring This needs to be applied with the MFD schema. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel