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 B3E26C49361 for ; Wed, 16 Jun 2021 23:21:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9AF3B613C2 for ; Wed, 16 Jun 2021 23:21:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234525AbhFPXXO (ORCPT ); Wed, 16 Jun 2021 19:23:14 -0400 Received: from mail-il1-f174.google.com ([209.85.166.174]:44600 "EHLO mail-il1-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234487AbhFPXXK (ORCPT ); Wed, 16 Jun 2021 19:23:10 -0400 Received: by mail-il1-f174.google.com with SMTP id i17so3761347ilj.11; Wed, 16 Jun 2021 16:21:02 -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=dO/0IK3ZChPtbT+cDEit4w38mGS2paOCnZ+uimQh1SQ=; b=smMMOfXXCvvcrZOA/BJrcmBePvZ73keN8P3TIzaVmTy61LTB4aIab1S6MDmVlRtivC SFWbZgLu/pAd6NmeNPsCSufbZW6yh0swe0Yy5+tonEF0xWRgog3iVTmZaRuqn/WopS6W RlvkeAruEdJNXUvTfBTGkzhVvNTcj7NcCIOGQ6kd3HwBcnzorTsg+lSCrnCisevlPsZ0 sYuzywm58DPTTkpFRZiACp9O4antUDeNcxjQV1XoO3kFCn5VfZvzVKaEhvxxRqUHY8PM nHRpXb2trS1kFSkbS6vkATxgaP6iQYIN54cxqJk65lQwRnt3bZSx/Wvz3b0yGuGLcwrl TT1g== X-Gm-Message-State: AOAM531mv33oUyaSe7HoOiNQH1N3VmOfXaM+Rfo0HMwgtnRxI3zxPlSQ 8pK/nvnYCEuixAaG3rIXA83HPJuE8w== X-Google-Smtp-Source: ABdhPJwbEKMKP1IXu446J/OQg89LxbdPTvXIDDBvFnLkwH8A3fS/ZsKWSzd/W2KIkLEioD0jIIKk8A== X-Received: by 2002:a92:d245:: with SMTP id v5mr1353902ilg.245.1623885662599; Wed, 16 Jun 2021 16:21:02 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id n17sm886429ilm.34.2021.06.16.16.21.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Jun 2021 16:21:01 -0700 (PDT) Received: (nullmailer pid 274985 invoked by uid 1000); Wed, 16 Jun 2021 23:20:59 -0000 Date: Wed, 16 Jun 2021 17:20:59 -0600 From: Rob Herring To: Kishon Vijay Abraham I Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Nishanth Menon , Lokesh Vutla , Rob Herring , linux-kernel@vger.kernel.org, Bjorn Helgaas , Tero Kristo , linux-pci@vger.kernel.org Subject: Re: [PATCH v2] dt-bindings: PCI: ti,am65: Convert PCIe host/endpoint mode dt-bindings to YAML Message-ID: <20210616232059.GA274875@robh.at.kernel.org> References: <20210603133450.24710-1-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210603133450.24710-1-kishon@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 03 Jun 2021 19:04:50 +0530, Kishon Vijay Abraham I wrote: > Convert PCIe host/endpoint mode dt-bindings for TI's AM65/Keystone SoC > to YAML binding. > > Signed-off-by: Kishon Vijay Abraham I > --- > Changes from v1: > 1) Removed '"' for the included schemas > 2) Used default #address-cells and #size-cells for the example > > .../devicetree/bindings/pci/pci-keystone.txt | 115 ------------------ > .../bindings/pci/ti,am65-pci-ep.yaml | 74 +++++++++++ > .../bindings/pci/ti,am65-pci-host.yaml | 96 +++++++++++++++ > 3 files changed, 170 insertions(+), 115 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pci/pci-keystone.txt > create mode 100644 Documentation/devicetree/bindings/pci/ti,am65-pci-ep.yaml > create mode 100644 Documentation/devicetree/bindings/pci/ti,am65-pci-host.yaml > Applied, thanks! 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,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 C7D4DC48BE5 for ; Wed, 16 Jun 2021 23:22:59 +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 9A5FF61246 for ; Wed, 16 Jun 2021 23:22:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9A5FF61246 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=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=mtElRJbTeJwRC63vKUVB0CT0TkWFn0n2INZg5uqmtXs=; b=UZTkUSs3kSSYbl eBo+oWDmACUwpG+W3ZZxUf9dVOKPGlWALkUsLHx4GIA3GYySVIHA0cgkEpzA04taJ5lVVHxU1joR0 UgsxNXqQPu1lnhHT9ST6HcaSEIm/KAxq29PD2IvUQE7RnmgoEIkjewXpEtIoG2DnEurdcOr2QiYui Htu3tjGhOEesSvZ+ttl2uKzmhY8gR6wleqqYKgONcUAox+6udSQRGxkiWBEQQfjCs9Bwevf0Vs3U8 a9awKYzFhrxnI/8+lUO4hiGV+nxDmmD0BXaemMnFryZMcgffU3e8eT9q8SCB+Zu7RrdYPxchWym2N DY8TeGmDfp5cYNB0u1Kw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lteqM-0087Es-H5; Wed, 16 Jun 2021 23:21:12 +0000 Received: from mail-il1-f181.google.com ([209.85.166.181]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lteqG-0087C3-O6 for linux-arm-kernel@lists.infradead.org; Wed, 16 Jun 2021 23:21:05 +0000 Received: by mail-il1-f181.google.com with SMTP id w14so3821096ilv.1 for ; Wed, 16 Jun 2021 16:21:03 -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=dO/0IK3ZChPtbT+cDEit4w38mGS2paOCnZ+uimQh1SQ=; b=SHwPWocsvDccLuXRC75CFyU4InWIrSnfBzdN2OJ1BrrsISlD9rnjM0v8JeWDObuhf3 ZWVBfTNGS+0FbawNM6IUHYidMiP6C10Ix3RW5NNugDuHmkQH7kRvwXQcVdj/BNGSX1/H 2N/iGLlaqGPQH3a8nr44Qh18FD6lUN1i8oEEC0PpGdurC48fdpaNFR2xz5GnONDPw5BK PVAOlh1IXg4XrBAKrlPt8f3BvQ/9oqxDSVT6zuIlT05wqKI9X9xY+U38pddV4eYX+jrB J+wd+D+T15AUwmY/9nYRoO6/PeoAZihhxMnmJn2W43peRz8s+YdR+ECXhDVwcTcCkof3 k87Q== X-Gm-Message-State: AOAM5319XAk32qFoiMljbj/VgZ0d/KR580/RZizAuI9s5PtXn3g0uYoy 2C4JR15F0Ahj28EOnogTbQ== X-Google-Smtp-Source: ABdhPJwbEKMKP1IXu446J/OQg89LxbdPTvXIDDBvFnLkwH8A3fS/ZsKWSzd/W2KIkLEioD0jIIKk8A== X-Received: by 2002:a92:d245:: with SMTP id v5mr1353902ilg.245.1623885662599; Wed, 16 Jun 2021 16:21:02 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id n17sm886429ilm.34.2021.06.16.16.21.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Jun 2021 16:21:01 -0700 (PDT) Received: (nullmailer pid 274985 invoked by uid 1000); Wed, 16 Jun 2021 23:20:59 -0000 Date: Wed, 16 Jun 2021 17:20:59 -0600 From: Rob Herring To: Kishon Vijay Abraham I Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Nishanth Menon , Lokesh Vutla , Rob Herring , linux-kernel@vger.kernel.org, Bjorn Helgaas , Tero Kristo , linux-pci@vger.kernel.org Subject: Re: [PATCH v2] dt-bindings: PCI: ti, am65: Convert PCIe host/endpoint mode dt-bindings to YAML Message-ID: <20210616232059.GA274875@robh.at.kernel.org> References: <20210603133450.24710-1-kishon@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210603133450.24710-1-kishon@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210616_162104_824165_4615B936 X-CRM114-Status: GOOD ( 11.33 ) 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 Thu, 03 Jun 2021 19:04:50 +0530, Kishon Vijay Abraham I wrote: > Convert PCIe host/endpoint mode dt-bindings for TI's AM65/Keystone SoC > to YAML binding. > > Signed-off-by: Kishon Vijay Abraham I > --- > Changes from v1: > 1) Removed '"' for the included schemas > 2) Used default #address-cells and #size-cells for the example > > .../devicetree/bindings/pci/pci-keystone.txt | 115 ------------------ > .../bindings/pci/ti,am65-pci-ep.yaml | 74 +++++++++++ > .../bindings/pci/ti,am65-pci-host.yaml | 96 +++++++++++++++ > 3 files changed, 170 insertions(+), 115 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pci/pci-keystone.txt > create mode 100644 Documentation/devicetree/bindings/pci/ti,am65-pci-ep.yaml > create mode 100644 Documentation/devicetree/bindings/pci/ti,am65-pci-host.yaml > Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel