summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-01-15Merge branch 'pci/controller/vmd'Bjorn Helgaas-3/+3
2024-01-15Merge branch 'pci/controller/rcar'Bjorn Helgaas-2/+29
2024-01-15Merge branch 'pci/controller/mediatek'Bjorn Helgaas-37/+58
2024-01-15Merge branch 'pci/controller/layerscape'Bjorn Helgaas-31/+176
2024-01-15Merge branch 'pci/controller/kirin'Bjorn Helgaas-8/+5
2024-01-15Merge branch 'pci/controller/keystone'Bjorn Helgaas-0/+9
2024-01-15Merge branch 'pci/controller/dwc'Bjorn Helgaas-193/+222
2024-01-15Merge branch 'pci/controller/cadence'Bjorn Helgaas-11/+114
2024-01-15Merge branch 'pci/controller/broadcom'Bjorn Helgaas-10/+104
2024-01-15Merge branch 'pci/virtualization'Bjorn Helgaas-2/+6
2024-01-15Merge branch 'pci/switchtec'Bjorn Helgaas-8/+17
2024-01-15Merge branch 'pci/resource'Bjorn Helgaas-6/+6
2024-01-15Merge branch 'pci/p2pdma'Bjorn Helgaas-13/+3
2024-01-15Merge branch 'pci/enumeration-logging'Bjorn Helgaas-143/+286
2024-01-15Merge branch 'pci/enumeration'Bjorn Helgaas-24/+38
2024-01-15Merge branch 'pci/ecam'Bjorn Helgaas-106/+121
2024-01-15Merge branch 'pci/aer'Bjorn Helgaas-12/+17
2024-01-11PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream deviceJim Quinlan-10/+86
2024-01-11dt-bindings: PCI: brcmstb: Add property "brcm,clkreq-mode"Jim Quinlan-0/+18
2024-01-09PCI: mediatek-gen3: Fix translation window size calculationJianjun Wang-35/+50
2024-01-09PCI: mediatek: Clear interrupt status before dispatching handlerqizhong cheng-2/+8
2024-01-09PCI: keystone: Fix race condition when initializing PHYsSiddharth Vadapalli-0/+9
2024-01-06PCI: rcar-gen4: Fix -Wvoid-pointer-to-enum-cast errorYoshihiro Shimoda-1/+1
2024-01-06PCI: iproc: Fix -Wvoid-pointer-to-enum-cast warningJustin Stitt-1/+1
2024-01-06PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpersYoshihiro Shimoda-124/+153
2024-01-06PCI: dwc: Rename .func_conf_select to .get_dbi_offset in struct dw_pcie_ep_opsYoshihiro Shimoda-60/+59
2024-01-06PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda-13/+13
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda-47/+47
2024-01-06PCI: j721e: Make TI J721E depend on ARCH_K3Peter Robinson-0/+2
2024-01-06PCI: j721e: Add TI J784S4 PCIe configurationMatt Ranostay-0/+22
2024-01-02PCI/AER: Use explicit register sizes for struct membersBjorn Helgaas-6/+6
2024-01-02PCI/AER: Decode Requester ID when no error info foundBjorn Helgaas-2/+7
2024-01-02PCI/AER: Use 'Correctable' and 'Uncorrectable' spec terms for errorsBjorn Helgaas-4/+4
2024-01-02PCI: Fix 64GT/s effective data rate calculationIlpo Järvinen-1/+1
2023-12-18PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment supportNiklas Cassel-0/+1
2023-12-17PCI: kirin: Use devm_kasprintf() to dynamically allocate clock namesChristophe JAILLET-8/+5
2023-12-16PCI: dwc: Convert SOC_SIFIVE to ARCH_SIFIVEConor Dooley-1/+1
2023-12-15PCI: Log bridge info when first enumerating bridgeBjorn Helgaas-4/+19
2023-12-15PCI: Log bridge windows conditionallyBjorn Helgaas-9/+15
2023-12-15PCI: Supply bridge device, not secondary bus, to read window detailsBjorn Helgaas-15/+6
2023-12-15PCI: Move pci_read_bridge_windows() below individual window accessorsBjorn Helgaas-51/+51
2023-12-15PCI: Use resource names in PCI log messagesPuranjay Mohan-72/+103
2023-12-15PCI: Update BAR # and window messagesPuranjay Mohan-0/+62
2023-12-15PCI: Log device type during enumerationBjorn Helgaas-2/+40
2023-12-14PCI: rcar-host: Add support for optional regulatorsWolfram Sang-1/+17
2023-12-14dt-bindings: PCI: rcar-pci-host: Add optional regulatorsWolfram Sang-0/+11
2023-12-14PCI: rcar-gen4: Replace of_device.h with explicit of.h includeRob Herring-1/+1
2023-12-13PCI: vmd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-3/+3
2023-12-13PCI: j721e: Add PCIe 4x lane selection supportMatt Ranostay-2/+8
2023-12-13PCI: j721e: Add per platform maximum lane settingsMatt Ranostay-3/+10