summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2024-07-15Merge tag 'pwrseq-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds10-5/+274
2024-07-08PCI/pwrctl: only call of_platform_populate() if CONFIG_OF is enabledBert Karwatzki1-1/+1
2024-06-24PCI/MSI: Fix UAF in msi_capability_initMostafa Saleh1-2/+8
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-04PCI: Revert the cfg_access_lock lockdep mechanismDan Williams3-8/+0
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds38-454/+686
2024-05-16Merge branch 'pci/misc'Bjorn Helgaas5-29/+36
2024-05-16Merge branch 'pci/ims-removal'Bjorn Helgaas2-109/+0
2024-05-16Merge branch 'pci/endpoint'Bjorn Helgaas2-50/+21
2024-05-16Merge branch 'pci/controller/tegra194'Bjorn Helgaas1-0/+3
2024-05-16Merge branch 'pci/controller/rockchip'Bjorn Helgaas1-5/+3
2024-05-16Merge branch 'pci/controller/mt7621'Bjorn Helgaas1-1/+1
2024-05-16Merge branch 'pci/controller/dwc'Bjorn Helgaas19-108/+334
2024-05-16Merge branch 'pci/controller/cadence'Bjorn Helgaas1-4/+1
2024-05-16Merge branch 'pci/pm'Bjorn Helgaas1-0/+12
2024-05-16Merge branch 'pci/of'Bjorn Helgaas1-0/+2
2024-05-16Merge branch 'pci/msi'Bjorn Helgaas1-6/+9
2024-05-16Merge branch 'pci/hotplug'Bjorn Helgaas1-7/+5
2024-05-16Merge branch 'pci/enumeration'Bjorn Helgaas4-26/+21
2024-05-16Merge branch 'pci/edr'Bjorn Helgaas1-11/+17
2024-05-16Merge branch 'pci/doe'Bjorn Helgaas1-3/+9
2024-05-16Merge branch 'pci/cxl'Bjorn Helgaas3-0/+101
2024-05-16Merge branch 'pci/aspm'Bjorn Helgaas1-93/+89
2024-05-16PCI: Do not wait for disconnected devices when resumingIlpo Järvinen1-0/+5
2024-05-16PCI: Remove unused pci_enable_device_io()Heiner Kallweit1-14/+0
2024-05-15Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support"Bjorn Helgaas1-59/+0
2024-05-15Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()"Bjorn Helgaas1-50/+0
2024-05-15PCI: rockchip-ep: Remove wrong mask on subsys_vendor_idRick Wertenbroek1-4/+2
2024-05-08PCI: Make pcie_bandwidth_capable() staticIlpo Järvinen2-4/+3
2024-05-08PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3Kuppuswamy Sathyanarayanan1-2/+13
2024-05-08PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3Kuppuswamy Sathyanarayanan1-9/+4
2024-05-08PCI/CXL: Add 'cxl_bus' reset method for devices below CXL PortsDave Jiang1-0/+39
2024-05-08PCI/CXL: Fail bus reset if upstream CXL Port has SBR maskedDave Jiang1-0/+42
2024-05-08PCI: Lock upstream bridge for pci_reset_function()Dave Jiang3-0/+20
2024-05-08Merge tag 'pci-v6.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2024-05-06PCI/ASPM: Restore parent state to parent, child state to childKai-Heng Feng1-2/+2
2024-05-03PCI: hotplug: Remove obsolete sgi_hotplug TODO notesNam Cao1-8/+0
2024-05-03PCI: hotplug: Document unchecked return value of pci_hp_add_bridge()Nam Cao1-0/+6
2024-05-02PCI: of_property: Return error for int_map allocation failureDuoming Zhou1-0/+2
2024-05-02PCI/ASPM: Clean up ASPM disable/enable mask calculationIlpo Järvinen1-27/+24
2024-05-02PCI/ASPM: Consolidate link state definesIlpo Järvinen1-78/+77
2024-04-29PCI: Clean up accessor macro formattingIlpo Järvinen1-13/+27
2024-04-29PCI/ERR: Cleanup misleading indentation inside if conditionsIlpo Järvinen1-9/+3
2024-04-26PCI/MSI: Make error path handling follow the standard patternAndy Shevchenko1-6/+9
2024-04-25PCI/portdrv: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-4/+4
2024-04-25PCI/MSI: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-4/+4