[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1455039260-6040-1-git-send-email-gabriele.paoloni@huawei.com>
Date: Tue, 9 Feb 2016 17:34:17 +0000
From: Gabriele Paoloni <gabriele.paoloni@...wei.com>
To: <guohanjun@...wei.com>, <wangzhou1@...ilicon.com>,
<liudongdong3@...wei.com>, <linuxarm@...wei.com>,
<qiujiang@...wei.com>, <bhelgaas@...gle.com>, <arnd@...db.de>,
<Lorenzo.Pieralisi@....com>, <tn@...ihalf.com>
CC: <gabriele.paoloni@...wei.com>, <zhangjukuo@...wei.com>,
<xuwei5@...ilicon.com>, <liguozhu@...ilicon.com>,
<linux-pci@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-acpi@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<jcm@...hat.com>
Subject: [RFC PATCH v3 0/3] Add ACPI support for HiSilicon PCIe Host Controllers
From: gabriele paoloni <gabriele.paoloni@...wei.com>
This patchset adds ACPI support for the HiSilicon Hip05/Hip06 SoC PCIe controllers
The four patches respectively:
- re-architect the current HiSilicon driver to make it scalable to the
new ACPI quirks
- rework the current HiSilicon driver to add support for ECAM platforms
- adds the HiSilicon ACPI specific quirks.
This patchset is based on
https://github.com/semihalf-nowicki-tomasz/linux.git
branch pci-acpi-v4
Changes v1 -> v2: removed the ACPI quirks dependency on Designware framework
Changes v2 -> v3: kept backward compatibility for non-ECAM platforms
gabriele paoloni (3):
PCI: hisi: re-architect Hip05/Hip06 controllers driver to preapare for
ACPI
PCI: hisi: Add ECAM support to HiSilicon PCIe host controller
PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers
.../devicetree/bindings/pci/hisilicon-pcie.txt | 15 +-
MAINTAINERS | 3 +
drivers/pci/host/Kconfig | 8 +
drivers/pci/host/Makefile | 3 +-
drivers/pci/host/pcie-designware.c | 4 +-
drivers/pci/host/pcie-designware.h | 2 +
drivers/pci/host/pcie-hisi-acpi.c | 188 +++++++++++++++++++++
drivers/pci/host/pcie-hisi-common.c | 73 ++++++++
drivers/pci/host/pcie-hisi.c | 149 ++++++++--------
drivers/pci/host/pcie-hisi.h | 25 +++
10 files changed, 382 insertions(+), 88 deletions(-)
create mode 100644 drivers/pci/host/pcie-hisi-acpi.c
create mode 100644 drivers/pci/host/pcie-hisi-common.c
create mode 100644 drivers/pci/host/pcie-hisi.h
--
1.9.1
Powered by blists - more mailing lists