summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorLines
2024-05-16Merge branch 'pci/of'Bjorn Helgaas-0/+2
2024-05-16Merge branch 'pci/msi'Bjorn Helgaas-6/+9
2024-05-16Merge branch 'pci/hotplug'Bjorn Helgaas-7/+5
2024-05-16Merge branch 'pci/enumeration'Bjorn Helgaas-26/+21
2024-05-16Merge branch 'pci/edr'Bjorn Helgaas-11/+17
2024-05-16Merge branch 'pci/doe'Bjorn Helgaas-3/+9
2024-05-16Merge branch 'pci/cxl'Bjorn Helgaas-0/+101
2024-05-16Merge branch 'pci/aspm'Bjorn Helgaas-93/+89
2024-05-16PCI: Do not wait for disconnected devices when resumingIlpo Järvinen-0/+5
2024-05-16PCI: Remove unused pci_enable_device_io()Heiner Kallweit-14/+0
2024-05-15Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support"Bjorn Helgaas-59/+0
2024-05-15Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()"Bjorn Helgaas-50/+0
2024-05-15PCI: rockchip-ep: Remove wrong mask on subsys_vendor_idRick Wertenbroek-4/+2
2024-05-08PCI: Make pcie_bandwidth_capable() staticIlpo Järvinen-4/+3
2024-05-08PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3Kuppuswamy Sathyanarayanan-2/+13
2024-05-08PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3Kuppuswamy Sathyanarayanan-9/+4
2024-05-08PCI/CXL: Add 'cxl_bus' reset method for devices below CXL PortsDave Jiang-0/+39
2024-05-08PCI/CXL: Fail bus reset if upstream CXL Port has SBR maskedDave Jiang-0/+42
2024-05-08PCI: Lock upstream bridge for pci_reset_function()Dave Jiang-0/+20
2024-05-08Merge tag 'pci-v6.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2024-05-06PCI/ASPM: Restore parent state to parent, child state to childKai-Heng Feng-2/+2
2024-05-03PCI: hotplug: Remove obsolete sgi_hotplug TODO notesNam Cao-8/+0
2024-05-03PCI: hotplug: Document unchecked return value of pci_hp_add_bridge()Nam Cao-0/+6
2024-05-02PCI: of_property: Return error for int_map allocation failureDuoming Zhou-0/+2
2024-05-02PCI/ASPM: Clean up ASPM disable/enable mask calculationIlpo Järvinen-27/+24
2024-05-02PCI/ASPM: Consolidate link state definesIlpo Järvinen-78/+77
2024-04-29PCI: Clean up accessor macro formattingIlpo Järvinen-13/+27
2024-04-29PCI/ERR: Cleanup misleading indentation inside if conditionsIlpo Järvinen-9/+3
2024-04-26PCI/MSI: Make error path handling follow the standard patternAndy Shevchenko-6/+9
2024-04-25PCI/portdrv: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal-4/+4
2024-04-25PCI/MSI: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal-4/+4
2024-04-25PCI: Clarify intent of LT waitIlpo Järvinen-3/+4
2024-04-25PCI: Wait for Link Training==0 before starting Link retrainIlpo Järvinen-1/+1
2024-04-23PCI: Clear Secondary Status errors after enumerationVidya Sagar-0/+3
2024-04-18PCI: Annotate pci_cache_line_size variables as __ro_after_initHeiner Kallweit-2/+2
2024-04-17PCI: Constify pcibus_classHeiner Kallweit-1/+1
2024-04-17PCI/AER: Update aer-inject tool source URLKuppuswamy Sathyanarayanan-2/+2
2024-04-11PCI: mt7621: Fix string truncation in mt7621_pcie_parse_port()Sergio Paracuellos-1/+1
2024-04-10PCI: tegra194: Fix probe path for Endpoint modeVidya Sagar-0/+3
2024-04-10PCI: endpoint: pci-epf-test: Clean up pci_epf_test_unbind()Niklas Cassel-8/+6
2024-04-10PCI: endpoint: pci-epf-test: Simplify pci_epf_test_set_bar() loopNiklas Cassel-17/+4
2024-04-10PCI: endpoint: pci-epf-test: Remove superfluous codeNiklas Cassel-14/+0
2024-04-10PCI: endpoint: Allocate a 64-bit BAR if that is the only optionNiklas Cassel-3/+6
2024-04-10PCI: endpoint: pci-epf-test: Simplify pci_epf_test_alloc_space() loopNiklas Cassel-8/+5
2024-04-10PCI: endpoint: Remove "core_init_notifier" flagManivannan Sadhasivam-15/+61
2024-04-10PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue dri...Manivannan Sadhasivam-26/+90
2024-04-10PCI: dwc: ep: Rename dw_pcie_ep_init_complete() to dw_pcie_ep_init_registers()Manivannan Sadhasivam-11/+11
2024-04-10PCI: dwc: ep: Introduce dw_pcie_ep_cleanup() API for drivers supporting PERST#Manivannan Sadhasivam-2/+25
2024-04-10PCI: dwc: ep: Rename dw_pcie_ep_exit() to dw_pcie_ep_deinit()Manivannan Sadhasivam-6/+6
2024-04-10PCI: dwc: ep: Remove deinit() callback from struct dw_pcie_ep_opsManivannan Sadhasivam-15/+9