Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp721002ybb; Wed, 8 Apr 2020 08:39:23 -0700 (PDT) X-Google-Smtp-Source: APiQypKrK/ONveQk/3eVG4uqIRgnQmGjpAIc0IAeA34Y3arrGgGxHzlxCjVuBmQ9ZcvFTmOXHFSr X-Received: by 2002:a05:6830:160c:: with SMTP id g12mr6053847otr.335.1586360362867; Wed, 08 Apr 2020 08:39:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586360362; cv=none; d=google.com; s=arc-20160816; b=nmpwRCxxHfnSuI+EzQTkhGe91r91e8FniUE8aNm3DsOBi07QEsfRu2wNUmdIsXm3la 084zOtfa4F3P46AJDqujG5TBYkSAmTEDAD77FFr2U3v/y72d+ewBAG0OL1LNg4KqrZKi fsXj5QLN6W1JrvgnzqXaf+xkZRkIjDmVSQa1CYoZT05M2mTsqiRqZq+40fqCb9C5ILge BGZr54UQU7KMgxPxd5/BhJrRkuLsiqVzblJRNEg1mwASGxG9PWhDnkkfCJaqB+ZwU/0A lCB6yDB6YZg/f+rkqHEr5lYbzjBdJBHMtaLDoKZNA0ymr856u8B1v/iBdO4oj3EtgWju WlsA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=9E95pIYyIvjI+8P1IVMvDQCwsFBiys6BT1qjMR02Zu0=; b=YsxHDbLyJODzL6+DKx9u0/DzPrxHRUMZYAehfUnpR+Qal7DLWTc+K2tmkjTAC1ObIK 2KCzkVh2zthnlwrdc2wpUkCuXT4stclbbtD5jxyFuhNjVX2QW3+6FUc5y57JQP2z/Bsn TBFitUfrTZV1L3SZWs85j2FN1tBzSuD0kI2qoWBhLeXF3dpDRa72PTFDuUddJqNlHMyg E7FWIzbVxDhIANNTeKyvcMd1HoWVucV3TS9dy+roeGhreHBnknnPkDIjX6C2HL9F/gir c9Ec12cWAs+IJffBhgLKKyrAxC3B+vTOC1UBMQOv7tyb/o2k0APneZGmRQikD9g2A6+k V1Dw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k20si2679867otb.168.2020.04.08.08.39.02; Wed, 08 Apr 2020 08:39:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729449AbgDHPiT (ORCPT + 99 others); Wed, 8 Apr 2020 11:38:19 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:10234 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726709AbgDHPiS (ORCPT ); Wed, 8 Apr 2020 11:38:18 -0400 X-IronPort-AV: E=Sophos;i="5.72,359,1580742000"; d="scan'208";a="43920549" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 09 Apr 2020 00:38:16 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id A8BCB4004BDB; Thu, 9 Apr 2020 00:38:11 +0900 (JST) From: Lad Prabhakar To: Yoshihiro Shimoda , Lorenzo Pieralisi , Bjorn Helgaas , Rob Herring , Andrew Murray , Kishon Vijay Abraham I , Marek Vasut , Gustavo Pimentel , Jingoo Han , Shawn Lin , Tom Joseph , Heiko Stuebner Cc: Geert Uytterhoeven , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Chris Paterson , linux-rockchip@lists.infradead.org, Lad Prabhakar , Lad Prabhakar Subject: [PATCH v7 0/8] Add support for PCIe controller to work in endpoint mode on R-Car/RZ/G2x SoCs Date: Wed, 8 Apr 2020 16:37:52 +0100 Message-Id: <1586360280-10956-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi All, This patch series adds support for PCIe controller on R-Car/RZ-G2x to work in endpoint mode, this also extends the epf framework to handle base region for mapping PCI address locally. Note: The cadence/rockchip/designware endpoint drivers are build tested only. Changes for v7 (Respun this version quickly to ML as the changes requested were quite small and it has been reviewed substantially): * Fixed review comments pointed by Shimoda-san 1] Made DT bindings dual licensed, added Shimoda-san as maintainer and fixed the example as its built with #{address,size}-cells = <1>. I have still restored the Ack from Rob and Shimoda-san with these changes. 2] Split up the patches so that they can be picked up by respective subsystem patches 1/4-9/11 are now part of this series. 3] Dropped altering a comment in pci-epc.h 4] Used a local variable align_size in pci_epc_mem_alloc_addr() so that size variable doesn't get overwritten in the loop. 5] Replaced i-=1 with i-- 6] Replaced rcar with R-Car in patch subject and description. 7] Set MACCTLR in init() callback Changes for v6: 1] Rebased patches on endpoint branch of https://git.kernel.org/pub/ scm/linux/kernel/git/lpieralisi/pci.git/ 2] Fixed review comments from Shimoda-san a] Made sure defconfig changes were in separate patch b] Created rcar_pcie_host/rcar_pcie_ep structures c] Added pci-id for R8A774C0 d] Added entry in MAINTAINERS for dt-binding e] Dropped unnecessary braces 3] Added support for msi. Changes for v5: 1] Rebased patches on next branch of https://git.kernel.org/pub/scm/ linux/kernel/git/helgaas/pci.git 2] Fixed review comments reported by Kishon while fetching the matching window in function pci_epc_get_matching_window() 3] Fixed review comments reported by Bjorn a] Split patch up first patch so that its easier to review and incremental b] Fixed typos 4] Included Reviewed tag from Rob for the dt-binding patch 5] Fixed issue reported by Nathan for assigning variable to itself Changes for v4: 1] Fixed dtb_check error reported by Rob 2] Fixed review comments reported by Kishon a] Dropped pci_epc_find_best_fit_window() b] Fixed initializing mem ptr in __pci_epc_mem_init() c] Dropped map_size from pci_epc_mem_window structure Changes for v3: 1] Fixed review comments from Bjorn and Kishon. 3] Converted to DT schema Changes for v2: 1] Fixed review comments from Biju for dt-bindings to include an example for a tested platform. 2] Fixed review comments from Kishon to extend the features of outbound regions in epf framework. 3] Added support to parse outbound-ranges in OF. Lad Prabhakar (8): PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.c PCI: rcar: Move shareable code to a common file PCI: rcar: Fix calculating mask for PCIEPAMR register PCI: endpoint: Add support to handle multiple base for mapping outbound memory dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller PCI: rcar: Add support for R-Car PCIe controller in endpoint mode PCI: Add Renesas R8A774C0 device ID MAINTAINERS: Add file patterns for rcar PCI device tree bindings .../devicetree/bindings/pci/rcar-pci-ep.yaml | 77 ++ MAINTAINERS | 1 + drivers/pci/controller/Kconfig | 18 + drivers/pci/controller/Makefile | 3 +- .../pci/controller/cadence/pcie-cadence-ep.c | 3 +- .../pci/controller/dwc/pcie-designware-ep.c | 16 +- drivers/pci/controller/pcie-rcar-ep.c | 555 ++++++++ drivers/pci/controller/pcie-rcar-host.c | 1065 +++++++++++++++ drivers/pci/controller/pcie-rcar.c | 1206 +---------------- drivers/pci/controller/pcie-rcar.h | 140 ++ drivers/pci/controller/pcie-rockchip-ep.c | 2 +- drivers/pci/endpoint/pci-epc-mem.c | 196 ++- include/linux/pci-epc.h | 37 +- include/linux/pci_ids.h | 1 + 14 files changed, 2071 insertions(+), 1249 deletions(-) create mode 100644 Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml create mode 100644 drivers/pci/controller/pcie-rcar-ep.c create mode 100644 drivers/pci/controller/pcie-rcar-host.c create mode 100644 drivers/pci/controller/pcie-rcar.h -- 2.20.1