linux/Documentation/devicetree/bindings/pci
Linus Torvalds 1b6115fbe3 pci-v4.15-changes
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJaDFIdAAoJEFmIoMA60/r8Jg4P/3IrmMNVnpqmYEZ7lRSW7UQ3
 8jtupbzIkbPsIAEhbJ7xqO7zKx85j6Og+ZSOv4a8u/tS6cd1aVZu2PpWsTkacez0
 7nLGVCSL3HZi5qcrtOvb2Pmke18SUKSPxVYSgS2ajQavB1oKaY03FbHDWyWidCZx
 qxkeGZOiUDw5kSGkQWyks1WgB0dd76rVbPcrKKEJueGgrdSm+EdgdDv8eT6bZInZ
 uMrCmSjNYTQP0KASCJJvgYOtJbdwvP6NuQTxzOlU2G+H2SqsLRjsz4UUR8FF06T5
 cndpgpG3QSAZLx7wCeWTvRorTEYORzKMoyw/AUjhiGbRep9Zw0aKNvCC99E6xjyD
 FECrk6kCrqZs7l+LVXK4SwpBXCVjNgRoFAHBEKF2X3/SWUkUhHXZHCVvMQB8LQiS
 2p8VRoYWw2aCLkHCGynuzToUrD2P2Pjxe5n/13aYVJkyBNfQqqZ3l2YHiZdpDO3j
 rgG6RW0WCrpZxfb/0WAbPnQ2qpZAwDPO6hOW7dIfTZabFVXRIkBvNq53by/0MxvP
 jyOcMTsq2l8y46f3VgNPUAHj0f52HwfZA3PQRPh+MQDz5385BJklDRWtfVM7cQx9
 IoeGkq1zLLvpOh63he/jnnRELxDvNVcxND8lOkenJlObj9kK63hUEcXg/zEMS4w3
 oetLw9TqE32Jb7GfpVSw
 =j4L3
 -----END PGP SIGNATURE-----

Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci

Pull PCI updates from Bjorn Helgaas:

  - detach driver before tearing down procfs/sysfs (Alex Williamson)

  - disable PCIe services during shutdown (Sinan Kaya)

  - fix ASPM oops on systems with no Root Ports (Ard Biesheuvel)

  - fix ASPM LTR_L1.2_THRESHOLD programming (Bjorn Helgaas)

  - fix ASPM Common_Mode_Restore_Time computation (Bjorn Helgaas)

  - fix portdrv MSI/MSI-X vector allocation (Dongdong Liu, Bjorn
    Helgaas)

  - report non-fatal AER errors only to the affected endpoint (Gabriele
    Paoloni)

  - distribute bus numbers, MMIO, and I/O space among hotplug bridges to
    allow more devices to be hot-added (Mika Westerberg)

  - fix pciehp races during initialization and surprise link down (Mika
    Westerberg)

  - handle surprise-removed devices in PME handling (Qiang)

  - support resizable BARs for large graphics devices (Christian König)

  - expose SR-IOV offset, stride, and VF device ID via sysfs (Filippo
    Sironi)

  - create SR-IOV virtfn/physfn sysfs links before attaching driver
    (Stuart Hayes)

  - fix SR-IOV "ARI Capable Hierarchy" restore issue (Tony Nguyen)

  - enforce Kconfig IOV/REALLOC dependency (Sascha El-Sharkawy)

  - avoid slot reset if bridge itself is broken (Jan Glauber)

  - clean up pci_reset_function() path (Jan H. Schönherr)

  - make pci_map_rom() fail if the option ROM is invalid (Changbin Du)

  - convert timers to timer_setup() (Kees Cook)

  - move PCI_QUIRKS to PCI bus Kconfig menu (Randy Dunlap)

  - constify pci_dev_type and intel_mid_pci_ops (Bhumika Goyal)

  - remove unnecessary pci_dev, pci_bus, resource, pcibios_set_master()
    declarations (Bjorn Helgaas)

  - fix endpoint framework overflows and BUG()s (Dan Carpenter)

  - fix endpoint framework issues (Kishon Vijay Abraham I)

  - avoid broken Cavium CN8xxx bus reset behavior (David Daney)

  - extend Cavium ACS capability quirks (Vadim Lomovtsev)

  - support Synopsys DesignWare RC in ECAM mode (Ard Biesheuvel)

  - turn off dra7xx clocks cleanly on shutdown (Keerthy)

  - fix Faraday probe error path (Wei Yongjun)

  - support HiSilicon STB SoC PCIe host controller (Jianguo Sun)

  - fix Hyper-V interrupt affinity issue (Dexuan Cui)

  - remove useless ACPI warning for Hyper-V pass-through devices (Vitaly
    Kuznetsov)

  - support multiple MSI on iProc (Sandor Bodo-Merle)

  - support Layerscape LS1012a and LS1046a PCIe host controllers (Hou
    Zhiqiang)

  - fix Layerscape default error response (Minghuan Lian)

  - support MSI on Tango host controller (Marc Gonzalez)

  - support Tegra186 PCIe host controller (Manikanta Maddireddy)

  - use generic accessors on Tegra when possible (Thierry Reding)

  - support V3 Semiconductor PCI host controller (Linus Walleij)

* tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: (85 commits)
  PCI/ASPM: Add L1 Substates definitions
  PCI/ASPM: Reformat ASPM register definitions
  PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
  PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
  PCI: xgene: Rename xgene_pcie_probe_bridge() to xgene_pcie_probe()
  PCI: xilinx: Rename xilinx_pcie_link_is_up() to xilinx_pcie_link_up()
  PCI: altera: Rename altera_pcie_link_is_up() to altera_pcie_link_up()
  PCI: Fix kernel-doc build warning
  PCI: Fail pci_map_rom() if the option ROM is invalid
  PCI: Move pci_map_rom() error path
  PCI: Move PCI_QUIRKS to the PCI bus menu
  alpha/PCI: Make pdev_save_srm_config() static
  PCI: Remove unused declarations
  PCI: Remove redundant pci_dev, pci_bus, resource declarations
  PCI: Remove redundant pcibios_set_master() declarations
  PCI/PME: Handle invalid data when reading Root Status
  PCI: hv: Use effective affinity mask
  PCI: pciehp: Do not clear Presence Detect Changed during initialization
  PCI: pciehp: Fix race condition handling surprise link down
  PCI: Distribute available resources to hotplug-capable bridges
  ...
2017-11-15 15:01:28 -08:00
..
83xx-512x-pci.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
aardvark-pci.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
altera-pcie-msi.txt PCI: altera: Add Altera PCIe MSI driver 2015-11-03 08:36:58 -06:00
altera-pcie.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
arm,juno-r1-pcie.txt Documentation: of: Document the bindings used by Juno R1 PCIe host bridge 2015-10-26 10:02:37 +00:00
axis,artpec6-pcie.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
brcm,iproc-pcie.txt PCI: iproc: Add PAXBv2 binding info 2016-11-23 16:51:14 -06:00
designware-pcie-ecam.txt dt-bindings: PCI: designware: Add binding for Designware PCIe in ECAM mode 2017-10-09 19:11:28 -05:00
designware-pcie.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
faraday,ftpci100.txt PCI: faraday: Add clock bindings 2017-07-02 18:42:35 -05:00
fsl,imx6q-pcie.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
fsl,pci.txt powerpc: fsl_pci: Add forced PCI Agent enumeration 2014-09-03 18:51:23 -05:00
hisilicon-histb-pcie.txt PCI: hisi: Add HiSilicon STB SoC PCIe controller driver 2017-10-24 14:48:20 -05:00
hisilicon-pcie.txt pci-v4.14-changes 2017-09-08 15:47:43 -07:00
host-generic-pci.txt PCI: generic: Fix address window calculation for non-zero starting bus 2015-10-09 18:18:35 -05:00
kirin-pcie.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
layerscape-pci.txt PCI: layerscape: Add support for ls1012a 2017-10-12 11:25:11 -05:00
mediatek-pcie.txt dt-bindings: PCI: Add support for MT2712 and MT7622 2017-08-30 08:23:58 -05:00
mvebu-pci.txt ARM: arm64: Devicetree updates for v4.14 2017-09-10 20:54:48 -07:00
nvidia,tegra20-pcie.txt pci-v4.15-changes 2017-11-15 15:01:28 -08:00
pci-armada8k.txt pci-v4.14-changes 2017-09-08 15:47:43 -07:00
pci-iommu.txt Docs: dt: Be explicit and consistent in reference to IOMMU specifiers 2017-01-09 10:19:15 -06:00
pci-keystone.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
pci-msi.txt Docs: dt: Add PCI MSI map bindings 2015-10-16 11:43:03 +01:00
pci-rcar-gen2.txt dt-bindings: PCI: rcar: Correct example to match reality 2017-10-20 12:25:58 -05:00
pci-thunder-ecam.txt PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices 2016-03-11 16:10:48 -06:00
pci-thunder-pem.txt PCI: thunder: Add PCIe host driver for ThunderX processors 2016-03-11 15:53:41 -06:00
pci.txt dt-bindings: update OpenFirmware document links to devicetree.org 2017-08-01 12:24:07 -05:00
plda,xpressrich3-axi.txt Documentation: of: Document the bindings used by Juno R1 PCIe host bridge 2015-10-26 10:02:37 +00:00
qcom,pcie.txt Merge branch 'pci/trivial' into next 2017-09-07 13:24:20 -05:00
ralink,rt3883-pci.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
rcar-pci.txt pci-v4.14-changes 2017-09-08 15:47:43 -07:00
rockchip-pcie.txt Merge branch 'pci/trivial' into next 2017-09-07 13:24:20 -05:00
samsung,exynos5440-pcie.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
spear13xx-pcie.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
tango-pcie.txt PCI: Add DT binding for Sigma Designs Tango PCIe controller 2017-07-04 15:14:13 -05:00
ti-pci.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
v3-v360epc-pci.txt PCI: v3: Update the device tree bindings 2017-10-05 15:52:54 -05:00
versatile.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
xgene-pci-msi.txt pci-v4.14-changes 2017-09-08 15:47:43 -07:00
xgene-pci.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
xilinx-nwl-pcie.txt PCI: Fix typos and whitespace errors 2017-09-01 16:35:50 -05:00
xilinx-pcie.txt PCI: xilinx: Update Zynq binding with Microblaze node 2016-03-08 14:25:49 -06:00