Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1504478
| From | Dongdong Liu <liudongdong3@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V3 0/2] Add ACPI support for HiSilicon SoCs Host Controllers |
| Date | 2016-10-20 05:00 +0200 |
| Message-ID | <subKh-1Ad-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patchset adds ACPI support for the HiSilicon Hip05/Hip06/Hip07 SoC
PCIe controllers.
The two patches respectively:
- rework the current HiSilicon driver to add support for ECAM
platforms(not RC).
- adds the HiSilicon ACPI specific quirks.
This patchset is based on 4.9-rc1 and add Tomasz quirks V6 pathcset.
Tomasz quirks V6 patchset can be found here:
https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git(pci/ecam-v6)
v2 -> v3:
- rebase against 4.9-rc1 and add Tomasz quirks V6 pathcset.
- obtain rc base addresses from PNP0C02 as subdevice of PNP0A03 instead of
hardcode the addresses.
- modify hisi_pcie_acpi_rd_conf/hisi_pcie_acpi_wr_conf() according to
Arnd comments.
v1 -> v2:
- rebase against Tomasz RFC V5 quirk mechanism
- add ACPI support for the HiSilicon Hip07 SoC PCIe controllers
Dongdong Liu (2):
PCI: hisi: Add ECAM support for devices that are not RC
PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers
.../devicetree/bindings/pci/hisilicon-pcie.txt | 15 +-
MAINTAINERS | 1 +
drivers/acpi/pci_mcfg.c | 15 ++
drivers/pci/host/Kconfig | 12 +-
drivers/pci/host/Makefile | 1 +
drivers/pci/host/pcie-designware.c | 4 +-
drivers/pci/host/pcie-designware.h | 2 +
drivers/pci/host/pcie-hisi-acpi.c | 170 +++++++++++++++++++++
drivers/pci/host/pcie-hisi.c | 45 ++++++
include/linux/pci-ecam.h | 4 +
10 files changed, 259 insertions(+), 10 deletions(-)
create mode 100755 drivers/pci/host/pcie-hisi-acpi.c
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V3 0/2] Add ACPI support for HiSilicon SoCs Host Controllers Dongdong Liu <liudongdong3@huawei.com> - 2016-10-20 05:00 +0200
[PATCH V3 2/2] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers Dongdong Liu <liudongdong3@huawei.com> - 2016-10-20 05:00 +0200
Re: [PATCH V3 2/2] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers "Rafael J. Wysocki" <rafael@kernel.org> - 2016-10-20 14:30 +0200
Re: [PATCH V3 2/2] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers Dongdong Liu <liudongdong3@huawei.com> - 2016-10-21 08:20 +0200
Re: [PATCH V3 2/2] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2016-10-21 18:10 +0200
Re: [PATCH V3 2/2] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers Dongdong Liu <liudongdong3@huawei.com> - 2016-10-24 09:00 +0200
Re: [PATCH V3 2/2] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2016-10-24 15:00 +0200
[PATCH V3 1/2] PCI: hisi: Add ECAM support for devices that are not RC Dongdong Liu <liudongdong3@huawei.com> - 2016-10-20 05:00 +0200
csiph-web