From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753072AbaIXPiF (ORCPT ); Wed, 24 Sep 2014 11:38:05 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:39217 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751434AbaIXPiB (ORCPT ); Wed, 24 Sep 2014 11:38:01 -0400 From: Robert Richter To: Bjorn Helgaas Cc: Liviu Dudau , Rob Herring , Arnd Bergmann , Will Deacon , Sunil Goutham , linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Robert Richter Subject: [PATCH 0/6] pci, thunder: Add Cavium Thunder PCIe host controller Date: Wed, 24 Sep 2014 17:37:42 +0200 Message-Id: <1411573068-12952-1-git-send-email-rric@kernel.org> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Robert Richter This patches add support for the Cavium Thunder PCIe host controller. Patches base on following branches: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci pci/liviu-generic-v11 git://linux-arm.org/linux-ld for-upstream/pci_arm64_v11 Additionally a fix is required for liviu-generic-v11 to allow the generation of mem-mapped pci ranges: https://lkml.org/lkml/2014/9/22/150 It also requires Marc's gicv3-its support to work. The first patch introduces the host controller driver. Patch 2 to 4 are DT changes including documentation. Patch 5 and 6 enable PCI support for arm64 defconfig. Robert Richter (2): arm64, defconfig: Enable PCI pci, thunder: Enable Cavium Thunder PCIe host controller Sunil Goutham (3): pci, thunder: Add support for Thunder PCIe host controller pci, thunder: Add PCIe host controller devicetree bindings pci, thunder: Document PCIe host controller devicetree bindings Tirumalesh Chalamarla (1): GICv3: Add ITS entry to THUNDER dts .../devicetree/bindings/pci/cavium,thunder-pci.txt | 32 +++ arch/arm64/Kconfig | 15 ++ arch/arm64/boot/dts/thunder-88xx.dtsi | 58 +++++ drivers/pci/host/Kconfig | 8 + drivers/pci/host/Makefile | 1 + drivers/pci/host/pcie-thunder.c | 246 +++++++++++++++++++++ include/linux/pci_ids.h | 2 + 7 files changed, 362 insertions(+) create mode 100644 Documentation/devicetree/bindings/pci/cavium,thunder-pci.txt create mode 100644 drivers/pci/host/pcie-thunder.c -- 2.1.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: rric@kernel.org (Robert Richter) Date: Wed, 24 Sep 2014 17:37:42 +0200 Subject: [PATCH 0/6] pci, thunder: Add Cavium Thunder PCIe host controller Message-ID: <1411573068-12952-1-git-send-email-rric@kernel.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Robert Richter This patches add support for the Cavium Thunder PCIe host controller. Patches base on following branches: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci pci/liviu-generic-v11 git://linux-arm.org/linux-ld for-upstream/pci_arm64_v11 Additionally a fix is required for liviu-generic-v11 to allow the generation of mem-mapped pci ranges: https://lkml.org/lkml/2014/9/22/150 It also requires Marc's gicv3-its support to work. The first patch introduces the host controller driver. Patch 2 to 4 are DT changes including documentation. Patch 5 and 6 enable PCI support for arm64 defconfig. Robert Richter (2): arm64, defconfig: Enable PCI pci, thunder: Enable Cavium Thunder PCIe host controller Sunil Goutham (3): pci, thunder: Add support for Thunder PCIe host controller pci, thunder: Add PCIe host controller devicetree bindings pci, thunder: Document PCIe host controller devicetree bindings Tirumalesh Chalamarla (1): GICv3: Add ITS entry to THUNDER dts .../devicetree/bindings/pci/cavium,thunder-pci.txt | 32 +++ arch/arm64/Kconfig | 15 ++ arch/arm64/boot/dts/thunder-88xx.dtsi | 58 +++++ drivers/pci/host/Kconfig | 8 + drivers/pci/host/Makefile | 1 + drivers/pci/host/pcie-thunder.c | 246 +++++++++++++++++++++ include/linux/pci_ids.h | 2 + 7 files changed, 362 insertions(+) create mode 100644 Documentation/devicetree/bindings/pci/cavium,thunder-pci.txt create mode 100644 drivers/pci/host/pcie-thunder.c -- 2.1.0