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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 BFAD6C432BE for ; Fri, 27 Aug 2021 09:48:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 940DD60EB0 for ; Fri, 27 Aug 2021 09:48:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245086AbhH0Jt3 (ORCPT ); Fri, 27 Aug 2021 05:49:29 -0400 Received: from foss.arm.com ([217.140.110.172]:38190 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245045AbhH0JtM (ORCPT ); Fri, 27 Aug 2021 05:49:12 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 418FC31B; Fri, 27 Aug 2021 02:48:23 -0700 (PDT) Received: from lpieralisi (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C8E5C3F766; Fri, 27 Aug 2021 02:48:21 -0700 (PDT) Date: Fri, 27 Aug 2021 10:48:15 +0100 From: Lorenzo Pieralisi To: nobuhiro1.iwamatsu@toshiba.co.jp Cc: robh+dt@kernel.org, bhelgaas@google.com, kishon@ti.com, yuji2.ishikawa@toshiba.co.jp, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, kw@linux.com, punit1.agrawal@toshiba.co.jp, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 0/3] Visconti: Add Toshiba Visconti PCIe host controller driver Message-ID: <20210827094815.GA13112@lpieralisi> References: <20210811083830.784065-1-nobuhiro1.iwamatsu@toshiba.co.jp> <162998285902.30814.11206633831020646086.b4-ty@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 26, 2021 at 11:49:04PM +0000, nobuhiro1.iwamatsu@toshiba.co.jp wrote: > Hi, > > > -----Original Message----- > > From: Lorenzo Pieralisi [mailto:lorenzo.pieralisi@arm.com] > > Sent: Thursday, August 26, 2021 10:01 PM > > To: iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT) ; Rob Herring > > ; Bjorn Helgaas > > Cc: Lorenzo Pieralisi ; Kishon Vijay Abraham I ; ishikawa yuji(石川 悠司 > > ○RDC□AITC○EA開) ; linux-arm-kernel@lists.infradead.org; > > linux-pci@vger.kernel.org; Krzysztof Wilczyński ; agrawal punit(アグラワル プニト □SWC◯ACT) > > ; devicetree@vger.kernel.org; linux-kernel@vger.kernel.org > > Subject: Re: [PATCH v6 0/3] Visconti: Add Toshiba Visconti PCIe host controller driver > > > > On Wed, 11 Aug 2021 17:38:27 +0900, Nobuhiro Iwamatsu wrote: > > > This series is the PCIe driver for Toshiba's ARM SoC, Visconti[0]. > > > This provides DT binding documentation, device driver, MAINTAINER files. > > > > > > Best regards, > > > Nobuhiro > > > > > > [0]: https://toshiba.semicon-storage.com/ap-en/semiconductor/product/image-recognition-processors-visconti.html > > > > > > [...] > > > > Applied to pci/dwc, thanks! > > Thanks! But... > > > > [1/3] dt-bindings: pci: Add DT binding for Toshiba Visconti PCIe controller > > https://git.kernel.org/lpieralisi/pci/c/a655ce4000 > > [2/3] PCI: visconti: Add Toshiba Visconti PCIe host controller driver > > https://git.kernel.org/lpieralisi/pci/c/09436f819c > > Only drivers/pci/controller/dwc/Makefile is applied. Could you check this? I fixed this. Please don't write patch versions changes in the commit log - I had to delete those myself, I did not notice while applying them. Please let me know if the branch looks OK now. Lorenzo > > [3/3] MAINTAINERS: Add entries for Toshiba Visconti PCIe controller > > https://git.kernel.org/lpieralisi/pci/c/34af7aace1 > > > > Thanks, > > Lorenzo > > Best regards, > Nobuhiro