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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 7B917C433E0 for ; Mon, 18 May 2020 14:59:05 +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 11E8320756 for ; Mon, 18 May 2020 14:59:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="DCMExmiI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 11E8320756 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=3BE+rN4XyOBDlot8gexKHnr6suUblTPaWiAmyd4DAcA=; b=DCMExmiIpkLRxh p2Sig+FLJp8+23pg1x9nlf0+9rAklDLQxDXAcc4LX05550iAATEo8To043FJb4JGyJyX3wsjbP8in euS567wriRRoFEDmf4GS/ZOwLW/U4uxrpaikwIXcgUGYitNdiSeRVhgA14xzRp/VHmasxB5LfcyIg x6FodEhmxDydtRjhR+qMSUEC6i6D28fwHQlRcsrD/3Ud+AMFIq71WL6lsDgH0E6Pc3eTVdSxUcAF7 o+TvqqWv5rTkmfnWmYnIUiIreTjwq/WUGY8jFRn9X4/gVybHHqNrbkLIJ1TssONrIVxijwUKL9gB8 2nPEFTj6Byn0DYU19Emg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jahEN-0000wR-9D; Mon, 18 May 2020 14:59:03 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jahDY-00005v-7K for linux-arm-kernel@lists.infradead.org; Mon, 18 May 2020 14:58:13 +0000 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 4B9C4101E; Mon, 18 May 2020 07:58:08 -0700 (PDT) Received: from red-moon.cambridge.arm.com (unknown [10.57.25.108]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id ED0463F52E; Mon, 18 May 2020 07:58:06 -0700 (PDT) Date: Mon, 18 May 2020 15:57:59 +0100 From: Lorenzo Pieralisi To: Kishon Vijay Abraham I Subject: Re: [PATCH v3 0/4] PCI: cadence: Deprecate inbound/outbound specific bindings Message-ID: <20200518145759.GA19714@red-moon.cambridge.arm.com> References: <20200508130646.23939-1-kishon@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200508130646.23939-1-kishon@ti.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200518_075812_316619_F9FBAB7D X-CRM114-Status: GOOD ( 15.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Tom Joseph , Rob Herring , Bjorn Helgaas , Robin Murphy , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, May 08, 2020 at 06:36:42PM +0530, Kishon Vijay Abraham I wrote: > This series is a result of comments given by Rob Herring @ [1]. > Patch series changes the DT bindings and makes the corresponding driver > changes. > > Changes from v2: > 1) Changed the order of patches (no solid reason. Just save some > rebasing effort for me) > 2) Added Acked-by Tom and Rob except for the dma-ranges patch > 3) Re-worked dma-ranges patch for it do decode multiple dma-ranges > and configure BAR0, BAR1 and NO_BAR instead of just NO_BAR [2]. > > Changes from v1: > 1) Added Reviewed-by: Rob Herring for dt-binding patch > 2) Fixed nitpick comments from Bjorn Helgaas > 3) Added a patch to read 32-bit Vendor ID/Device ID property from DT > > [1] -> http://lore.kernel.org/r/20200219202700.GA21908@bogus > [2] -> http://lore.kernel.org/r/eb1ffcb3-264f-5174-1f25-b5b2d3269840@ti.com > > Kishon Vijay Abraham I (4): > dt-bindings: PCI: cadence: Deprecate inbound/outbound specific > bindings > PCI: cadence: Remove "cdns,max-outbound-regions" DT property > PCI: cadence: Fix to read 32-bit Vendor ID/Device ID property from DT > PCI: cadence: Use "dma-ranges" instead of "cdns,no-bar-match-nbits" > property > > .../bindings/pci/cdns,cdns-pcie-ep.yaml | 2 +- > .../bindings/pci/cdns,cdns-pcie-host.yaml | 3 +- > .../devicetree/bindings/pci/cdns-pcie-ep.yaml | 25 +++ > .../bindings/pci/cdns-pcie-host.yaml | 10 ++ > .../devicetree/bindings/pci/cdns-pcie.yaml | 8 - > .../controller/cadence/pcie-cadence-host.c | 151 +++++++++++++++--- > drivers/pci/controller/cadence/pcie-cadence.h | 23 ++- > 7 files changed, 182 insertions(+), 40 deletions(-) > create mode 100644 Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml I have applied patches 1-3 to pci/cadence (that I think are self-contained), waiting for the dma-ranges discussion to wrap up on patch 4. Lorenzo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel