aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2024-06-25PCI: ls-gen4: Make struct mobiveil_rp_ops constantChristophe JAILLET2-2/+2
2024-06-24PCI/MSI: Fix UAF in msi_capability_initMostafa Saleh1-2/+8
2024-06-18PCI/DPC: Disable DPC service on suspendKai-Heng Feng1-12/+48
2024-06-18PCI/AER: Disable AER service on suspendKai-Heng Feng1-0/+18
2024-06-18PCI: acpiphp: Add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-12PCI: Relax bridge window tail sizing rulesIlpo Järvinen1-2/+77
2024-06-12PCI: Make minimum bridge window alignment reference more obviousIlpo Järvinen1-2/+4
2024-06-12PCI/pwrctl: Add a PCI power control driver for power sequenced devicesBartosz Golaszewski3-0/+100
2024-06-12PCI/pwrctl: Add PCI power control core codeBartosz Golaszewski5-0/+151
2024-06-12PCI/pwrctl: Create platform devices for child OF nodes of the port nodeBartosz Golaszewski2-1/+11
2024-06-12PCI/pwrctl: Reuse the OF node for power controlled devicesBartosz Golaszewski1-4/+10
2024-06-12PCI: Hold the rescan mutex when scanning for the first timeBartosz Golaszewski1-0/+2
2024-06-11PCI/PM: Switch to new Intel CPU model definesTony Luck1-2/+2
2024-06-10PCI: switchtec: Make switchtec_class constantGreg Kroah-Hartman1-8/+8
2024-06-07PCI: Use array for .id_table consistentlyMasahiro Yamada1-1/+1
2024-06-06PCI: tegra: Remove unused struct 'tegra_pcie_soc'Dr. David Alan Gilbert1-4/+0
2024-06-04PCI: Warn on missing cfg_access_lock during secondary bus resetDan Williams1-0/+3
2024-06-04PCI: Revert the cfg_access_lock lockdep mechanismDan Williams3-8/+0
2024-06-03PCI: Use preserve_config in place of pci_flagsVidya Sagar2-15/+9
2024-06-03PCI: Unify ACPI and DT 'preserve config' supportVidya Sagar1-0/+3
2024-06-03PCI: of: Add of_pci_preserve_config() for per-host bridge supportVidya Sagar2-10/+50
2024-06-03PCI: Move PRESERVE_BOOT_CONFIG _DSM evaluation to pci_register_host_bridge()Vidya Sagar3-0/+38
2024-05-30PCI: pciehp: Detect device replacement during system sleepLukas Wunner4-1/+54
2024-05-28PCI: endpoint: pci-epf-test: Handle Link Down eventManivannan Sadhasivam1-0/+10
2024-05-28PCI: tegra194: Set EP alignment restriction for inbound ATUJon Hunter1-0/+1
2024-05-28PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup()Marek Vasut1-1/+5
2024-05-28PCI: starfive: Add JH7110 PCIe controllerMinda Chen4-1/+571
2024-05-28PCI: Add PCIE_RESET_CONFIG_DEVICE_WAIT_MS waiting time valueKevin Xie1-0/+15
2024-05-28PCI: plda: Pass pci_host_bridge to plda_pcie_setup_iomems()Minda Chen3-4/+4
2024-05-28PCI: plda: Add host init/deinit and map bus functionsMinda Chen2-14/+139
2024-05-28PCI: plda: Add event bitmap field to struct plda_pcie_rpMinda Chen3-2/+6
2024-05-28PCI: microchip: Move IRQ functions to pcie-plda-host.cMinda Chen3-467/+476
2024-05-28PCI: microchip: Add event irqchip field to host port and add PLDA irqchipMinda Chen2-16/+84
2024-05-28PCI: microchip: Add get_events() callback and PLDA get_event()Minda Chen2-1/+66
2024-05-28PCI: microchip: Add INTx and MSI event num to struct plda_eventMinda Chen2-2/+6
2024-05-28PCI: microchip: Add request_event_irq() callback functionMinda Chen2-4/+32
2024-05-28PCI: microchip: Add num_events field to struct plda_pcie_rpMinda Chen2-3/+6
2024-05-28PCI: microchip: Rename interrupt related functionsMinda Chen1-52/+57
2024-05-28PCI: microchip: Move PLDA functions to pcie-plda-host.cMinda Chen5-60/+84
2024-05-28PCI: microchip: Rename PLDA functions to be genericMinda Chen1-12/+12
2024-05-28PCI: microchip: Move PLDA structures to plda-pcie.hMinda Chen2-20/+21
2024-05-28PCI: microchip: Rename PLDA structures to be genericMinda Chen1-43/+53
2024-05-28PCI: microchip: Add bridge_addr field to struct mc_pcieMinda Chen1-14/+9
2024-05-28PCI: microchip: Move PLDA IP register macros to pcie-plda.hMinda Chen2-92/+124
2024-05-28PCI: microchip: Move pcie-microchip-host.c to PLDA directoryMinda Chen5-10/+19
2024-05-28PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_se...Aleksandr Mishin1-5/+15
2024-05-28PCI: keystone: Don't enable BAR 0 for AM654xSiddharth Vadapalli1-34/+18
2024-05-28PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode()Siddharth Vadapalli1-42/+42
2024-05-28PCI: imx6: Convert to use agnostic GPIO APIAndy Shevchenko1-26/+10
2024-05-28PCI: dwc: Remove unused of_gpio.h inclusionAndy Shevchenko4-5/+0