mirror-linux/Documentation/devicetree/bindings/pci
Linus Torvalds 43dfc13ca9 pci-v6.19-changes
-----BEGIN PGP SIGNATURE-----
 
 iQJIBAABCgAyFiEEgMe7l+5h9hnxdsnuWYigwDrT+vwFAmkwoyoUHGJoZWxnYWFz
 QGdvb2dsZS5jb20ACgkQWYigwDrT+vztdBAAjvZO0NOafCbhn6lUAz/T4VxPY0R7
 L5RqeLci33rQzbQ0yhJYXsd8VemMo6Zk0qmlSwjddlOMPboHoC1jK3i4C16QoP+3
 R5ecab0VoImLl2Ffig0BZoHQpVq01q2kTGQ2YyrryzDCgBCsBG3U10ZD380pGsTW
 ypqEgOCxaQCq2mtqr5CavaCcquq2krrnHkkVQOP1ryWzRq1C3wDXcQXFYNdzXpDP
 Lq8pBIh8WN5pYwrqjrFMrtNhj7BHPmowLEaAbNIWmH8WjGav624XcKq2O+arx3Hl
 BDHFKVjWtiYikrWmAODZhlY3HgEj546h2HtQYwWPOKuSKkgzNVn28LFIDgL3oXDP
 sJ6gWIDWMgRpEI6VzmqzRXJWbTAkIrRfHv3QFzvATSZV7eHk3eUpMZtG/qOi5z3P
 rPwW7NSXKbPg5qi+zKpqC20Im1Wm6fF4qQtim3uNlz2KXlVGvQl5/Ww27nIZMn6B
 Kkv5RGzdodePbKGqd+CADAQoJOpR6kOng5ZaRdZx+6aTTooyM7KSk8bFq7j/CoYM
 PzVtO6IHIvV42di7H/NP8/qtQA3xwSLue3lWpTh+tzYmZvCdldZiIvBo9YXnlsEM
 kCetDIGBxUWBj7OdYK4hC1BPBVw3XtCWM/51ElslDZTPvT543lApBfMnVTv3JmFp
 gzvZ7XfZx443JOg=
 =qSzr
 -----END PGP SIGNATURE-----

Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci

Pull PCI updates from Bjorn Helgaas:
 "Enumeration:

   - Enable host bridge emulation for PCI_DOMAINS_GENERIC platforms (Dan
     Williams)

   - Switch vmd from custom domain number allocator to the common
     allocator to prevent a potential race with new non-VMD buses (Dan
     Williams)

   - Enable Precision Time Measurement (PTM) only if device advertises
     support for a relevant role, to prevent invalid PTM Requests that
     cause ACS violations that are reported as AER Uncorrectable
     Non-Fatal errors (Mika Westerberg)

  Resource management:

   - Prevent resource tree corruption when BAR resize fails (Ilpo
     Järvinen)

   - Restore BARs to the original size if a BAR resize fails (Ilpo
     Järvinen)

   - Remove BAR release from BAR resize attempts by the xe, i915, and
     amdgpu drivers so the PCI core can restore BARs if the resize fails
     (Ilpo Järvinen)

   - Move Resizable BAR code to rebar.c (Ilpo Järvinen)

   - Add pci_rebar_size_supported() and use it in i915 and xe (Ilpo
     Järvinen)

   - Add pci_rebar_get_max_size() and use it in xe and amdgpu (Ilpo
     Järvinen)

  Power management and error handling:

   - For drivers using PCI legacy suspend, save config state at suspend
     so that state (not any earlier state from enumeration, probe, or
     error recovery) will be restored when resuming (Lukas Wunner)

   - For devices with no driver or a driver that lacks power management,
     save config state at hibernate so that state (not any earlier state
     from enumeration, probe, or error recovery) will be restored when
     resuming (Lukas Wunner)

   - Save device config space on device addition, before driver binding,
     so error recovery works more reliably (Lukas Wunner)

   - Drop pci_save_state() from several drivers that no longer need it
     since the PCI core always does it and pci_restore_state() no longer
     invalidates the saved state (Lukas Wunner)

   - Document use of pci_save_state() by drivers to capture the state
     they want restored during error recovery (Lukas Wunner)

  Power control:

   - Add a struct pci_ops.assert_perst() function pointer to
     assert/deassert PCIe PERST# and implement it for the qcom driver
     (Krishna Chaitanya Chundru)

   - Add DT binding and pwrctrl driver for the Toshiba TC9563 PCIe
     switch, which must be held in reset after poweron so the pwrctrl
     driver can configure the switch via I2C before bringing up the
     links (Krishna Chaitanya Chundru)

  Endpoint framework:

   - Convert the endpoint doorbell test to use a threaded IRQ to fix a
     'sleeping while atomic' issue (Bhanu Seshu Kumar Valluri)

   - Add endpoint VNTB MSI doorbell support to reduce latency between
     host and endpoint (Frank Li)

  New native PCIe controller drivers:

   - Add CIX Sky1 host controller DT binding and driver (Hans Zhang)

   - Add NXP S32G host controller DT binding and driver (Vincent
     Guittot)

   - Add Renesas RZ/G3S host controller DT binding and driver (Claudiu
     Beznea)

   - Add SpacemiT K1 host controller DT binding and driver (Alex Elder)

  Amlogic Meson PCIe controller driver:

   - Update DT binding to name DBI region 'dbi', not 'elbi', and update
     driver to support both (Manivannan Sadhasivam)

  Apple PCIe controller driver:

   - Move struct pci_host_bridge allocation from pci_host_common_init()
     to callers, which significantly simplifies pcie-apple (Marc
     Zyngier)

  Broadcom STB PCIe controller driver:

   - Disable advertising ASPM L0s support correctly (Jim Quinlan)

   - Add a panic/die handler to print diagnostic info in case PCIe
     caused an unrecoverable abort (Jim Quinlan)

  Cadence PCIe controller driver:

   - Add module support for Cadence platform host and endpoint
     controller driver (Manikandan K Pillai)

   - Split headers into 'legacy' (LGA) and 'high perf' (HPA) to prepare
     for new CIX Sky1 driver (Manikandan K Pillai)

  MediaTek PCIe controller driver:

   - Convert DT binding to YAML schema (Christian Marangi)

   - Add Airoha AN7583 DT compatible and driver support (Christian
     Marangi)

  Qualcomm PCIe controller driver:

   - Add Qualcomm Kaanapali to SM8550 DT binding (Qiang Yu)

   - Add required 'power-domains' and 'resets' to qcom sa8775p, sc7280,
     sc8280xp, sm8150, sm8250, sm8350, sm8450, sm8550, x1e80100 DT
     schemas (Krzysztof Kozlowski)

   - Look up OPP using both frequency and data rate (not just frequency)
     so RPMh votes can account for both (Krishna Chaitanya Chundru)

  Rockchip DesignWare PCIe controller driver:

   - Add Rockchip RK3528 compatible strings in DT binding (Yao Zi)

  STMicroelectronics STM32MP25 PCIe controller driver:

   - Fix a race between link training and endpoint register
     initialization (Christian Bruel)

   - Align endpoint allocations to match the ATU requirements (Christian
     Bruel)

  Synopsys DesignWare PCIe controller driver:

   - Clear L1 PM Substate Capability 'Supported' bits unless glue driver
     says it's supported, which prevents users from enabling non-working
     L1SS. Currently only qcom and tegra194 support L1SS (Bjorn Helgaas)

   - Remove now-superfluous L1SS disable code from tegra194 (Bjorn
     Helgaas)

   - Configure L1SS support in dw-rockchip when DT says
     'supports-clkreq' (Shawn Lin)

  TI Keystone PCIe controller driver:

   - Fail the probe instead of silently succeeding if ks_pcie_of_data
     didn't specify Root Complex or Endpoint mode (Siddharth Vadapalli)

   - Make keystone buildable as a loadable module, except on ARM32 where
     hook_fault_code() is __init (Siddharth Vadapalli)"

* tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci: (100 commits)
  MAINTAINERS: Add Manivannan Sadhasivam as PCI/pwrctrl maintainer
  MAINTAINERS: Add CIX Sky1 PCIe controller driver maintainer
  PCI: sky1: Add PCIe host support for CIX Sky1
  dt-bindings: PCI: Add CIX Sky1 PCIe Root Complex bindings
  PCI: cadence: Add support for High Perf Architecture (HPA) controller
  MAINTAINERS: Add NXP S32G PCIe controller driver maintainer
  PCI: s32g: Add NXP S32G PCIe controller driver (RC)
  PCI: dwc: Add register and bitfield definitions
  dt-bindings: PCI: s32g: Add NXP S32G PCIe controller
  PCI: Add Renesas RZ/G3S host controller driver
  PCI: host-generic: Move bridge allocation outside of pci_host_common_init()
  dt-bindings: PCI: Add Renesas RZ/G3S PCIe controller binding
  PCI: Validate pci_rebar_size_supported() input
  Documentation: PCI: Amend error recovery doc with pci_save_state() rules
  treewide: Drop pci_save_state() after pci_restore_state()
  PCI/ERR: Ensure error recoverability at all times
  PCI/PM: Stop needlessly clearing state_saved on enumeration and thaw
  PCI/PM: Reinstate clearing state_saved in legacy and !PM codepaths
  PCI: dw-rockchip: Configure L1SS support
  PCI: tegra194: Remove unnecessary L1SS disable code
  ...
2025-12-04 17:29:41 -08:00
..
altr,pcie-root-port.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
amazon,al-alpine-v3-pcie.yaml dt-bindings: PCI: Convert amazon,al-alpine-v[23]-pcie to DT schema 2025-07-31 16:10:06 -05:00
amd,versal2-mdb-host.yaml Merge branch 'pci/controller/amd-mdb' 2025-10-03 12:13:15 -05:00
amlogic,axg-pcie.yaml Merge branch 'pci/controller/meson' 2025-12-03 14:18:39 -06:00
apm,xgene-pcie.yaml dt-bindings: PCI: Convert apm,xgene-pcie to DT schema 2025-07-31 16:09:58 -05:00
apple,pcie.yaml dt-bindings: pci: apple,pcie: Add t6020 compatible string 2025-04-19 20:24:22 +05:30
axis,artpec6-pcie.yaml dt-bindings: PCI: Convert axis,artpec6-pcie to DT schema 2025-07-31 16:09:54 -05:00
baikal,bt1-pcie.yaml
brcm,iproc-pcie.yaml dt-bindings: PCI: Add missing "#address-cells" to interrupt controllers 2025-08-10 21:49:51 -05:00
brcm,stb-pcie.yaml dt-bindings: PCI: brcm,stb-pcie: Add num-lanes property 2025-06-23 05:52:32 -06:00
cdns,cdns-pcie-ep.yaml dt-bindings: PCI: Correct indentation and style in DTS example 2025-04-23 12:48:59 +05:30
cdns,cdns-pcie-host.yaml
cdns-pcie-ep.yaml
cdns-pcie-host.yaml
cdns-pcie.yaml
cix,sky1-pcie-host.yaml dt-bindings: PCI: Add CIX Sky1 PCIe Root Complex bindings 2025-12-02 14:17:52 -06:00
faraday,ftpci100.yaml
fsl,imx6q-pcie-common.yaml dt-bindings: PCI: fsl,imx6q-pcie: Add Refclk for i.MX95 RC 2025-01-16 14:18:24 -06:00
fsl,imx6q-pcie-ep.yaml dt-bindings: PCI: fsl,imx6q-pcie: Add Refclk for i.MX95 RC 2025-01-16 14:18:24 -06:00
fsl,imx6q-pcie.yaml dt-bindings: PCI: fsl,imx6q-pcie: Add optional DMA interrupt 2025-03-06 12:26:18 +00:00
fsl,layerscape-pcie-ep.yaml dt-bindings: PCI: fsl,layerscape-pcie-ep: Drop unnecessary status from example 2025-03-08 14:54:38 +00:00
fsl,layerscape-pcie.yaml dt-bindings: PCI: layerscape-pci: Change property 'fsl,pcie-scfg' type 2024-09-04 14:58:08 +00:00
fsl,mpc8xxx-pci.yaml dt-bindings: PCI: Convert fsl,mpc83xx-pcie to YAML 2025-03-06 12:26:18 +00:00
hisilicon,kirin-pcie.yaml
hisilicon-histb-pcie.txt
host-generic-pci.yaml
intel,ixp4xx-pci.yaml
intel,keembay-pcie-ep.yaml dt-bindings: PCI: Correct indentation and style in DTS example 2025-04-23 12:48:59 +05:30
intel,keembay-pcie.yaml dt-bindings: PCI: Correct indentation and style in DTS example 2025-04-23 12:48:59 +05:30
intel-gw-pcie.yaml
loongson.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
marvell,armada-3700-pcie.yaml dt-bindings: PCI: Add missing "#address-cells" to interrupt controllers 2025-08-10 21:49:51 -05:00
marvell,armada8k-pcie.yaml dt-bindings: PCI: Convert marvell,armada8k-pcie to schema 2025-04-23 12:49:00 +05:30
marvell,kirkwood-pcie.yaml dt-bindings: PCI: Add missing "#address-cells" to interrupt controllers 2025-08-10 21:49:51 -05:00
mbvl,gpex40-pcie.yaml dt-bindings: PCI: mobiveil: Convert mobiveil-pcie.txt to YAML 2025-01-21 11:17:39 -06:00
mediatek,mt7621-pcie.yaml
mediatek-pcie-cfg.yaml
mediatek-pcie-gen3.yaml dt-bindings: PCI: mediatek-gen3: Add support for MT6991/MT8196 2025-08-19 20:05:57 +05:30
mediatek-pcie-mt7623.yaml dt-bindings: PCI: mediatek: Convert to YAML schema 2025-10-21 07:28:58 +05:30
mediatek-pcie.yaml dt-bindings: PCI: mediatek: Add support for Airoha AN7583 2025-10-21 07:29:10 +05:30
microchip,pcie-host.yaml dt-bindings: PCI: microchip,pcie-host: Fix DMA coherency property 2025-05-16 12:57:12 +00:00
nvidia,tegra20-pcie.txt
nvidia,tegra194-pcie-ep.yaml dt-bindings: PCI: Remove obsolete .txt docs 2025-04-23 12:49:01 +05:30
nvidia,tegra194-pcie.yaml
nxp,s32g-pcie.yaml dt-bindings: PCI: s32g: Add NXP S32G PCIe controller 2025-12-02 14:02:56 -06:00
pci-ep-bus.yaml dt-bindings: PCI: Add common schema for devices accessible through PCI BARs 2025-03-24 15:15:03 -05:00
pci-ep.yaml dt-bindings: PCI: Update the email address for Manivannan Sadhasivam 2025-10-26 21:26:34 +05:30
plda,xpressrich3-axi-common.yaml dt-bindings: Fix inconsistent quoting 2025-11-17 11:24:50 -06:00
qcom,pcie-common.yaml dt-bindings: PCI: Update the email address for Manivannan Sadhasivam 2025-10-26 21:26:34 +05:30
qcom,pcie-ep.yaml dt-bindings: PCI: Update the email address for Manivannan Sadhasivam 2025-10-26 21:26:34 +05:30
qcom,pcie-sa8255p.yaml dt-bindings: PCI: Update the email address for Manivannan Sadhasivam 2025-10-26 21:26:34 +05:30
qcom,pcie-sa8775p.yaml dt-bindings: PCI: qcom,pcie-sa8775p: Add missing required power-domains and resets 2025-11-17 18:31:40 +05:30
qcom,pcie-sc7280.yaml dt-bindings: PCI: qcom,pcie-sc7280: Add missing required power-domains and resets 2025-11-17 18:31:51 +05:30
qcom,pcie-sc8180x.yaml dt-bindings: PCI: Update the email address for Manivannan Sadhasivam 2025-10-26 21:26:34 +05:30
qcom,pcie-sc8280xp.yaml dt-bindings: PCI: qcom,pcie-sc8280xp: Add missing required power-domains and resets 2025-11-17 18:32:05 +05:30
qcom,pcie-sm8150.yaml dt-bindings: PCI: qcom,pcie-sm8150: Add missing required power-domains and resets 2025-11-17 18:32:29 +05:30
qcom,pcie-sm8250.yaml dt-bindings: PCI: qcom,pcie-sm8250: Add missing required power-domains and resets 2025-11-17 18:32:39 +05:30
qcom,pcie-sm8350.yaml dt-bindings: PCI: qcom,pcie-sm8350: Add missing required power-domains and resets 2025-11-17 18:32:50 +05:30
qcom,pcie-sm8450.yaml dt-bindings: PCI: qcom,pcie-sm8450: Add missing required power-domains and resets 2025-11-17 18:32:58 +05:30
qcom,pcie-sm8550.yaml dt-bindings: PCI: qcom,pcie-sm8550: Add missing required power-domains and resets 2025-11-17 18:33:14 +05:30
qcom,pcie-x1e80100.yaml dt-bindings: PCI: qcom,pcie-x1e80100: Add missing required power-domains and resets 2025-11-17 18:33:23 +05:30
qcom,pcie.yaml dt-bindings: PCI: Update the email address for Manivannan Sadhasivam 2025-10-26 21:26:34 +05:30
ralink,rt3883-pci.txt
rcar-gen4-pci-ep.yaml
rcar-gen4-pci-host.yaml
rcar-pci-ep.yaml dt-bindings: PCI: Correct indentation and style in DTS example 2025-04-23 12:48:59 +05:30
rcar-pci-host.yaml dt-bindings: PCI: Correct indentation and style in DTS example 2025-04-23 12:48:59 +05:30
renesas,pci-rcar-gen2.yaml dt-bindings: PCI: renesas,pci-rcar-gen2: Add top-level constraints 2024-09-04 14:32:02 +00:00
renesas,r9a08g045-pcie.yaml dt-bindings: PCI: Add Renesas RZ/G3S PCIe controller binding 2025-11-25 11:17:17 +05:30
rockchip,rk3399-pcie-common.yaml
rockchip,rk3399-pcie-ep.yaml
rockchip,rk3399-pcie.yaml
rockchip-dw-pcie-common.yaml dt-bindings: PCI: dw: rockchip: Add rk3576 support 2025-04-23 12:48:33 +05:30
rockchip-dw-pcie-ep.yaml
rockchip-dw-pcie.yaml pci-v6.19-changes 2025-12-04 17:29:41 -08:00
samsung,exynos-pcie.yaml
sifive,fu740-pcie.yaml dt-bindings: PCI: sifive,fu740-pcie: Fix include placement in DTS example 2025-04-23 12:49:00 +05:30
snps,dw-pcie-common.yaml dt-bindings: PCI: amlogic,axg-pcie: Fix select schema 2025-10-26 21:06:45 +05:30
snps,dw-pcie-ep.yaml
snps,dw-pcie.yaml dt-bindings: PCI: Convert amazon,al-alpine-v[23]-pcie to DT schema 2025-07-31 16:10:06 -05:00
socionext,uniphier-pcie-ep.yaml dt-bindings: PCI: socionext,uniphier-pcie-ep: Add top-level constraints 2024-09-04 14:32:34 +00:00
socionext,uniphier-pcie.yaml dt-bindings: PCI: Add missing "#address-cells" to interrupt controllers 2025-08-10 21:49:51 -05:00
sophgo,sg2042-pcie-host.yaml dt-bindings: pci: Add Sophgo SG2042 PCIe host 2025-09-19 23:39:27 +05:30
sophgo,sg2044-pcie.yaml dt-bindings: pci: Add Sophgo SG2044 PCIe host 2025-06-13 10:20:37 +05:30
spacemit,k1-pcie-host.yaml dt-bindings: pci: spacemit: Introduce PCIe host controller 2025-11-17 18:54:25 +05:30
st,spear1340-pcie.yaml dt-bindings: PCI: Convert st,spear1340-pcie to DT schema 2025-07-31 16:09:40 -05:00
st,stm32-pcie-common.yaml dt-bindings: PCI: Add STM32MP25 PCIe Root Complex bindings 2025-08-27 18:53:39 +05:30
st,stm32-pcie-ep.yaml dt-bindings: PCI: Add STM32MP25 PCIe Endpoint bindings 2025-10-01 09:54:18 -05:00
st,stm32-pcie-host.yaml dt-bindings: PCI: Add STM32MP25 PCIe Root Complex bindings 2025-08-27 18:53:39 +05:30
starfive,jh7110-pcie.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
ti,am65-pci-ep.yaml
ti,am65-pci-host.yaml dt-bindings: PCI: ti,am65: Extend for use with PVU 2025-08-28 21:20:40 +05:30
ti,j721e-pci-ep.yaml dt-bindings: Correct indentation and style in DTS example 2025-07-28 19:56:29 -05:00
ti,j721e-pci-host.yaml dt-bindings: PCI: Add missing "#address-cells" to interrupt controllers 2025-08-10 21:49:51 -05:00
ti-pci.txt
toshiba,tc9563.yaml dt-bindings: PCI: Add binding for Toshiba TC9563 PCIe switch 2025-11-18 12:22:19 -06:00
toshiba,visconti-pcie.yaml
v3,v360epc-pci.yaml dt-bindings: PCI: Convert v3,v360epc-pci to DT schema 2025-05-10 11:56:03 +05:30
versatile.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
xilinx-versal-cpm.yaml dt-bindings: PCI: Correct indentation and style in DTS example 2025-04-23 12:48:59 +05:30
xlnx,axi-pcie-host.yaml
xlnx,nwl-pcie.yaml
xlnx,xdma-host.yaml