forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
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.9-fixes-4' of git://git.kernel.org/pub/scm/linux/ke…
…rnel/git/helgaas/pci Pull PCI fixes from Bjorn Helgaas: "PCI fixes: - Fix Read Completion Boundary setting, which fixes a boot failure on IBM x3850 with Mellanox MT27500 ConnectX-3 - Update some MAINTAINERS entries and email addresses" * tag 'pci-v4.9-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX) PCI: Export pcie_find_root_port PCI: designware-plat: Update author email PCI: designware: Change maintainer to Joao Pinto MAINTAINERS: Add devicetree binding to PCI i.MX6 entry MAINTAINERS: Update Richard Zhu's email address
- Loading branch information
Showing
5 changed files
with
46 additions
and
25 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 |
---|---|---|
|
@@ -9257,11 +9257,12 @@ S: Maintained | |
F: drivers/pci/host/*layerscape* | ||
|
||
PCI DRIVER FOR IMX6 | ||
M: Richard Zhu <Richard.Zhu@freescale.com> | ||
M: Richard Zhu <hongxing.zhu@nxp.com> | ||
M: Lucas Stach <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt | ||
F: drivers/pci/host/*imx6* | ||
|
||
PCI DRIVER FOR TI KEYSTONE | ||
|
@@ -9320,17 +9321,11 @@ F: drivers/pci/host/pci-exynos.c | |
|
||
PCI DRIVER FOR SYNOPSIS DESIGNWARE | ||
M: Jingoo Han <[email protected]> | ||
M: Pratyush Anand <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/pci/host/*designware* | ||
|
||
PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE | ||
M: Jose Abreu <[email protected]> | ||
M: Joao Pinto <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/designware-pcie.txt | ||
F: drivers/pci/host/pcie-designware-plat.c | ||
F: drivers/pci/host/*designware* | ||
|
||
PCI DRIVER FOR GENERIC OF HOSTS | ||
M: Will Deacon <[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 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