forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux…
…/kernel/git/helgaas/pci Pull more PCI updates from Bjorn Helgaas: - squash AER directory into drivers/pci/pcie/aer.c (Bjorn Helgaas) - collect all native hardware drivers under drivers/pci/controller/ (Shawn Lin) * tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: PCI/AER: Use "PCI Express" consistently in Kconfig text PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/ PCI/AER: Squash Kconfig.debug into Kconfig PCI/AER: Move private AER things to aerdrv.c PCI/AER: Move aer_irq() declaration to portdrv.h PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.h PCI/AER: Remove duplicate pcie_port_bus_type declaration PCI/AER: Squash ecrc.c into aerdrv.c PCI/AER: Squash aerdrv_acpi.c into aerdrv.c PCI/AER: Squash aerdrv_errprint.c into aerdrv.c PCI/AER: Squash aerdrv_core.c into aerdrv.c PCI/AER: Reorder code to group probe/remove stuff together PCI/AER: Remove forward declarations PCI: Collect all native drivers under drivers/pci/controller/
- Loading branch information
Showing
79 changed files
with
1,509 additions
and
1,626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6620,7 +6620,7 @@ F: arch/x86/hyperv | |
F: drivers/hid/hid-hyperv.c | ||
F: drivers/hv/ | ||
F: drivers/input/serio/hyperv-keyboard.c | ||
F: drivers/pci/host/pci-hyperv.c | ||
F: drivers/pci/controller/pci-hyperv.c | ||
F: drivers/net/hyperv/ | ||
F: drivers/scsi/storvsc_drv.c | ||
F: drivers/uio/uio_hv_generic.c | ||
|
@@ -9524,7 +9524,7 @@ M: Subrahmanya Lingappa <[email protected]> | |
L: [email protected] | ||
S: Supported | ||
F: Documentation/devicetree/bindings/pci/mobiveil-pcie.txt | ||
F: drivers/pci/host/pcie-mobiveil.c | ||
F: drivers/pci/controller/pcie-mobiveil.c | ||
|
||
MODULE SUPPORT | ||
M: Jessica Yu <[email protected]> | ||
|
@@ -10829,46 +10829,46 @@ L: [email protected] | |
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/aardvark-pci.txt | ||
F: drivers/pci/host/pci-aardvark.c | ||
F: drivers/pci/controller/pci-aardvark.c | ||
|
||
PCI DRIVER FOR ALTERA PCIE IP | ||
M: Ley Foon Tan <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/devicetree/bindings/pci/altera-pcie.txt | ||
F: drivers/pci/host/pcie-altera.c | ||
F: drivers/pci/controller/pcie-altera.c | ||
|
||
PCI DRIVER FOR APPLIEDMICRO XGENE | ||
M: Tanmay Inamdar <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/xgene-pci.txt | ||
F: drivers/pci/host/pci-xgene.c | ||
F: drivers/pci/controller/pci-xgene.c | ||
|
||
PCI DRIVER FOR ARM VERSATILE PLATFORM | ||
M: Rob Herring <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/versatile.txt | ||
F: drivers/pci/host/pci-versatile.c | ||
F: drivers/pci/controller/pci-versatile.c | ||
|
||
PCI DRIVER FOR ARMADA 8K | ||
M: Thomas Petazzoni <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/pci-armada8k.txt | ||
F: drivers/pci/dwc/pcie-armada8k.c | ||
F: drivers/pci/controller/dwc/pcie-armada8k.c | ||
|
||
PCI DRIVER FOR CADENCE PCIE IP | ||
M: Alan Douglas <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/cdns,*.txt | ||
F: drivers/pci/cadence/pcie-cadence* | ||
F: drivers/pci/controller/pcie-cadence* | ||
|
||
PCI DRIVER FOR FREESCALE LAYERSCAPE | ||
M: Minghuan Lian <[email protected]> | ||
|
@@ -10878,16 +10878,16 @@ L: [email protected] | |
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/pci/dwc/*layerscape* | ||
F: drivers/pci/controller/dwc/*layerscape* | ||
|
||
PCI DRIVER FOR GENERIC OF HOSTS | ||
M: Will Deacon <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/host-generic-pci.txt | ||
F: drivers/pci/host/pci-host-common.c | ||
F: drivers/pci/host/pci-host-generic.c | ||
F: Documentation/devicetree/bindings/pci/controller-generic-pci.txt | ||
F: drivers/pci/controller/pci-host-common.c | ||
F: drivers/pci/controller/pci-host-generic.c | ||
|
||
PCI DRIVER FOR IMX6 | ||
M: Richard Zhu <[email protected]> | ||
|
@@ -10896,14 +10896,14 @@ L: [email protected] | |
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt | ||
F: drivers/pci/dwc/*imx6* | ||
F: drivers/pci/controller/dwc/*imx6* | ||
|
||
PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD) | ||
M: Keith Busch <[email protected]> | ||
M: Jonathan Derrick <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/pci/host/vmd.c | ||
F: drivers/pci/controller/vmd.c | ||
|
||
PCI DRIVER FOR MICROSEMI SWITCHTEC | ||
M: Kurt Schwemmer <[email protected]> | ||
|
@@ -10923,53 +10923,53 @@ M: Jason Cooper <[email protected]> | |
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: drivers/pci/host/*mvebu* | ||
F: drivers/pci/controller/*mvebu* | ||
|
||
PCI DRIVER FOR NVIDIA TEGRA | ||
M: Thierry Reding <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt | ||
F: drivers/pci/host/pci-tegra.c | ||
F: drivers/pci/controller/pci-tegra.c | ||
|
||
PCI DRIVER FOR RENESAS R-CAR | ||
M: Simon Horman <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/pci/host/*rcar* | ||
F: drivers/pci/controller/*rcar* | ||
|
||
PCI DRIVER FOR SAMSUNG EXYNOS | ||
M: Jingoo Han <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: drivers/pci/dwc/pci-exynos.c | ||
F: drivers/pci/controller/dwc/pci-exynos.c | ||
|
||
PCI DRIVER FOR SYNOPSYS DESIGNWARE | ||
M: Jingoo Han <[email protected]> | ||
M: Joao Pinto <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/designware-pcie.txt | ||
F: drivers/pci/dwc/*designware* | ||
F: drivers/pci/controller/dwc/*designware* | ||
|
||
PCI DRIVER FOR TI DRA7XX | ||
M: Kishon Vijay Abraham I <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/devicetree/bindings/pci/ti-pci.txt | ||
F: drivers/pci/dwc/pci-dra7xx.c | ||
F: drivers/pci/controller/dwc/pci-dra7xx.c | ||
|
||
PCI DRIVER FOR TI KEYSTONE | ||
M: Murali Karicheri <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: drivers/pci/dwc/*keystone* | ||
F: drivers/pci/controller/dwc/*keystone* | ||
|
||
PCI ENDPOINT SUBSYSTEM | ||
M: Kishon Vijay Abraham I <[email protected]> | ||
|
@@ -11002,15 +11002,15 @@ L: [email protected] (moderated for non-subscribers) | |
L: [email protected] | ||
S: Supported | ||
F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt | ||
F: drivers/pci/host/pcie-altera-msi.c | ||
F: drivers/pci/controller/pcie-altera-msi.c | ||
|
||
PCI MSI DRIVER FOR APPLIEDMICRO XGENE | ||
M: Duc Dang <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt | ||
F: drivers/pci/host/pci-xgene-msi.c | ||
F: drivers/pci/controller/pci-xgene-msi.c | ||
|
||
PCI SUBSYSTEM | ||
M: Bjorn Helgaas <[email protected]> | ||
|
@@ -11036,84 +11036,82 @@ L: [email protected] | |
Q: http://patchwork.ozlabs.org/project/linux-pci/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/ | ||
S: Supported | ||
F: drivers/pci/cadence/ | ||
F: drivers/pci/host/ | ||
F: drivers/pci/dwc/ | ||
F: drivers/pci/controller/ | ||
|
||
PCIE DRIVER FOR AXIS ARTPEC | ||
M: Jesper Nilsson <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/axis,artpec* | ||
F: drivers/pci/dwc/*artpec* | ||
F: drivers/pci/controller/dwc/*artpec* | ||
|
||
PCIE DRIVER FOR CAVIUM THUNDERX | ||
M: David Daney <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Supported | ||
F: Documentation/devicetree/bindings/pci/pci-thunder-* | ||
F: drivers/pci/host/pci-thunder-* | ||
F: drivers/pci/controller/pci-thunder-* | ||
|
||
PCIE DRIVER FOR HISILICON | ||
M: Zhou Wang <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt | ||
F: drivers/pci/dwc/pcie-hisi.c | ||
F: drivers/pci/controller/dwc/pcie-hisi.c | ||
|
||
PCIE DRIVER FOR HISILICON KIRIN | ||
M: Xiaowei Song <[email protected]> | ||
M: Binghui Wang <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/pcie-kirin.txt | ||
F: drivers/pci/dwc/pcie-kirin.c | ||
F: drivers/pci/controller/dwc/pcie-kirin.c | ||
|
||
PCIE DRIVER FOR HISILICON STB | ||
M: Jianguo Sun <[email protected]> | ||
M: Shawn Guo <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt | ||
F: drivers/pci/dwc/pcie-histb.c | ||
F: drivers/pci/controller/dwc/pcie-histb.c | ||
|
||
PCIE DRIVER FOR MEDIATEK | ||
M: Ryder Lee <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/devicetree/bindings/pci/mediatek* | ||
F: drivers/pci/host/*mediatek* | ||
F: drivers/pci/controller/*mediatek* | ||
|
||
PCIE DRIVER FOR QUALCOMM MSM | ||
M: Stanimir Varbanov <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/pci/dwc/*qcom* | ||
F: drivers/pci/controller/dwc/*qcom* | ||
|
||
PCIE DRIVER FOR ROCKCHIP | ||
M: Shawn Lin <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/rockchip-pcie* | ||
F: drivers/pci/host/pcie-rockchip* | ||
F: drivers/pci/controller/pcie-rockchip* | ||
|
||
PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC | ||
M: Linus Walleij <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt | ||
F: drivers/pci/host/pci-v3-semi.c | ||
F: drivers/pci/controller/pci-v3-semi.c | ||
|
||
PCIE DRIVER FOR ST SPEAR13XX | ||
M: Pratyush Anand <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/pci/dwc/*spear* | ||
F: drivers/pci/controller/dwc/*spear* | ||
|
||
PCMCIA SUBSYSTEM | ||
M: Dominik Brodowski <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.