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 2A8F9C4338F for ; Fri, 23 Jul 2021 23:19:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0964160F23 for ; Fri, 23 Jul 2021 23:19:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233286AbhGWWjO (ORCPT ); Fri, 23 Jul 2021 18:39:14 -0400 Received: from mail-io1-f54.google.com ([209.85.166.54]:34556 "EHLO mail-io1-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232909AbhGWWjK (ORCPT ); Fri, 23 Jul 2021 18:39:10 -0400 Received: by mail-io1-f54.google.com with SMTP id y200so4493418iof.1; Fri, 23 Jul 2021 16:19:42 -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=c4/ACHDXtngSw4kQW/DbjWjELEQhTFt5Ht1gEy4Ju/k=; b=rTaum1ce9Ehs4GSXBdx+3DMeoaEYStGxPBLQ1E2E8OzuWjDdWeOmW+PKTiOexeuhMi LEco8AenPglR24uHlSemJqMXpN8jp5gcxBlSTG6H0FBXPt7IpFV9dozTPvBH1LlZd78Q x2aorKEzR1KnBD5UuepGw/SIP9v4qdbwSQxEbTGFc9gFCfn05q6inX++mU8gwImofOnK 1ht1llDcyrf2J5NszmLBXZXhQcJdctBxxEbtNjeNZvOSrb0nWTJP1AOcd/JkvfVmFfRi aG6KQaN/0qUiEJKVuaknUmRyjM7t8nxhbgCnwet/gtT1GXo+BDSDP6Sp094xkrnoq9xx PFkw== X-Gm-Message-State: AOAM5302WnDcN/nYjUNHypba9Ob02qKyzn2yjHifB1YRepMCJS+woUtf KD3Xbm2bbx4epSsXDJ8Bsw== X-Google-Smtp-Source: ABdhPJxAOp8sW2OIdSo5NWF1ZguzM/+zqSGVn9NwZ/Wyv0Y2nCTv6kBgDTJxHsrfMOgAkpJrRXkrMg== X-Received: by 2002:a6b:e90b:: with SMTP id u11mr5677739iof.134.1627082382592; Fri, 23 Jul 2021 16:19:42 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id m184sm18831016ioa.17.2021.07.23.16.19.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 16:19:41 -0700 (PDT) Received: (nullmailer pid 2795169 invoked by uid 1000); Fri, 23 Jul 2021 23:19:40 -0000 Date: Fri, 23 Jul 2021 17:19:40 -0600 From: Rob Herring To: Nobuhiro Iwamatsu Cc: Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Lorenzo Pieralisi , devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, punit1.agrawal@toshiba.co.jp, Bjorn Helgaas , linux-arm-kernel@lists.infradead.org, yuji2.ishikawa@toshiba.co.jp, Kishon Vijay Abraham I Subject: Re: [PATCH v5 1/3] dt-bindings: pci: Add DT binding for Toshiba Visconti PCIe controller Message-ID: <20210723231940.GA2793466@robh.at.kernel.org> References: <20210723221421.113575-1-nobuhiro1.iwamatsu@toshiba.co.jp> <20210723221421.113575-2-nobuhiro1.iwamatsu@toshiba.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210723221421.113575-2-nobuhiro1.iwamatsu@toshiba.co.jp> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 24 Jul 2021 07:14:19 +0900, Nobuhiro Iwamatsu wrote: > This commit adds the Device Tree binding documentation that allows > to describe the PCIe controller found in Toshiba Visconti SoCs. > > Signed-off-by: Nobuhiro Iwamatsu > --- > .../bindings/pci/toshiba,visconti-pcie.yaml | 110 ++++++++++++++++++ > 1 file changed, 110 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml > There's now a DW PCI schema in my tree, so I updated the $ref to it and applied. The rest of the series can go in PCI tree. 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=-15.5 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 4D5DDC4338F for ; Fri, 23 Jul 2021 23:21:20 +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 0B8C460F23 for ; Fri, 23 Jul 2021 23:21:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0B8C460F23 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=JOI3G8jj/gPZ95LVqQNVqylCfwPExA93BKldCDl6BwM=; b=r0UWGfPn4LP1wW XXmiLHYORshn4rkj/sDcVfaEes8957zC87hzfIYDGw1h1FIstBB11dkiT53yzLuI/djpbGTUb3Nv9 6XXtlbiGaBzJATVqfkBUsbVQpxa8vndF4X15aFbn0rmBwf7Ng5IT/HxNTsGryDUvks824KRAtZfN/ KAwYN+Oh1LDjCIVnZuC4x23AdiP/ya4tCyYPJ1JmzmmkXlb/lPNslX3bu7Zsvv0khOwHEGfrOizNa pzhABiApAo7hubpBhETSFV01sJ+loRIbOogh0gPHpkf20qzhr8POLSpCwhalTIxgsZfh5yhugsnJz kb0e2nb/qUGHTUftpx6A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m74SJ-006Nzx-El; Fri, 23 Jul 2021 23:19:47 +0000 Received: from mail-io1-f42.google.com ([209.85.166.42]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m74SF-006Nyu-Qv for linux-arm-kernel@lists.infradead.org; Fri, 23 Jul 2021 23:19:45 +0000 Received: by mail-io1-f42.google.com with SMTP id j21so4419867ioo.6 for ; Fri, 23 Jul 2021 16:19:43 -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=c4/ACHDXtngSw4kQW/DbjWjELEQhTFt5Ht1gEy4Ju/k=; b=SJPt1eC5/yhqZvPXEPmC+MxfKHNR+Sabx5wq13uO+LZj0YT8FlHgA1Yd/4gqvudvjQ JZPTssn4tTPmlFYeekxIkXvvC9c+Cs7cUBzx9oyOXBKyW/Drp+lnUNOtl4geHk+sQMxG SchFwVixAlLrFUNFQzgeLHQq0qsZUYe+tvucP9dQwBfMAc0pFLceD57nU2P2LH5GnI1r ydoSAM+5V8rsA0XUzs/jxReVUdT5GDJj72nWQaoES2rau95lhzjfSV25VLfwpjipJ/j7 NOmxv8nreSnOro8DZr08biT+IFsykWO9KCvE8vrA7glyX6LiTdKjsEJgJUpttMDrbTKN 4t6g== X-Gm-Message-State: AOAM533xtrAKnPevW2VjoYjMeUTsj+Z+PgIMJcjXAmirlf/PvLm534yq dHLIC1gjqZn5s6o7XLpGKlUeO6qXcg== X-Google-Smtp-Source: ABdhPJxAOp8sW2OIdSo5NWF1ZguzM/+zqSGVn9NwZ/Wyv0Y2nCTv6kBgDTJxHsrfMOgAkpJrRXkrMg== X-Received: by 2002:a6b:e90b:: with SMTP id u11mr5677739iof.134.1627082382592; Fri, 23 Jul 2021 16:19:42 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id m184sm18831016ioa.17.2021.07.23.16.19.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 16:19:41 -0700 (PDT) Received: (nullmailer pid 2795169 invoked by uid 1000); Fri, 23 Jul 2021 23:19:40 -0000 Date: Fri, 23 Jul 2021 17:19:40 -0600 From: Rob Herring To: Nobuhiro Iwamatsu Cc: Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Lorenzo Pieralisi , devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, punit1.agrawal@toshiba.co.jp, Bjorn Helgaas , linux-arm-kernel@lists.infradead.org, yuji2.ishikawa@toshiba.co.jp, Kishon Vijay Abraham I Subject: Re: [PATCH v5 1/3] dt-bindings: pci: Add DT binding for Toshiba Visconti PCIe controller Message-ID: <20210723231940.GA2793466@robh.at.kernel.org> References: <20210723221421.113575-1-nobuhiro1.iwamatsu@toshiba.co.jp> <20210723221421.113575-2-nobuhiro1.iwamatsu@toshiba.co.jp> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210723221421.113575-2-nobuhiro1.iwamatsu@toshiba.co.jp> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210723_161943_898503_6983C538 X-CRM114-Status: GOOD ( 12.39 ) 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 Sat, 24 Jul 2021 07:14:19 +0900, Nobuhiro Iwamatsu wrote: > This commit adds the Device Tree binding documentation that allows > to describe the PCIe controller found in Toshiba Visconti SoCs. > > Signed-off-by: Nobuhiro Iwamatsu > --- > .../bindings/pci/toshiba,visconti-pcie.yaml | 110 ++++++++++++++++++ > 1 file changed, 110 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml > There's now a DW PCI schema in my tree, so I updated the $ref to it and applied. The rest of the series can go in PCI tree. Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel