summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2023-08-25PCI: qcom: Add support for sa8775p SoCMrinmay Sarkar1-0/+1
2023-08-25PCI: qcom-ep: Pass alignment restriction to the EPF coreManivannan Sadhasivam1-0/+1
2023-08-25PCI: Simplify pcie_capability_clear_and_set_word() control flowBjorn Helgaas1-12/+10
2023-08-25PCI: Tidy config space save/restore messagesBjorn Helgaas1-2/+2
2023-08-25PCI: Fix code formatting inconsistenciesBjorn Helgaas1-21/+14
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas8-27/+27
2023-08-25PCI: Fix pci_bus_resetable(), pci_slot_resetable() name typosBjorn Helgaas1-6/+6
2023-08-25PCI: Simplify pci_dev_driver()Bjorn Helgaas1-6/+7
2023-08-25PCI: Simplify pci_pio_to_address()Bjorn Helgaas1-7/+3
2023-08-25PCI/AER: Simplify AER_RECOVER_RING_SIZE definitionBjorn Helgaas1-2/+1
2023-08-25PCI: Use consistent put_user() pointer typesBjorn Helgaas1-6/+6
2023-08-25PCI: Fix printk field formattingBjorn Helgaas1-2/+2
2023-08-25PCI: Remove unnecessary initializationsBjorn Helgaas1-2/+2
2023-08-25PCI: Unexport pcie_port_bus_typeBjorn Helgaas1-1/+0
2023-08-25PCI: mvebu: Remove unused busn memberPali Rohár1-1/+0
2023-08-24PCI: Remove unused function declarationsYue Haibing3-5/+0
2023-08-24PCI/VGA: Fix typosSui Jingfeng1-149/+159
2023-08-24PCI: brcmstb: Remove stale commentJim Quinlan1-1/+0
2023-08-24PCI: brcmstb: Assert PERST# on BCM2711Jim Quinlan1-0/+5
2023-08-24PCI: layerscape: Add power management support for ls1028aHou Zhiqiang1-9/+131
2023-08-24PCI: dwc: Implement generic suspend/resume functionalityFrank Li2-0/+99
2023-08-24PCI: Add PCIE_PME_TO_L2_TIMEOUT_US L2 ready timeout valueFrank Li1-0/+6
2023-08-24PCI: layerscape: Add workaround for lost link capabilities during resetXiaowei Bao1-0/+19
2023-08-24PCI: layerscape: Add support for link-down notificationFrank Li1-0/+1
2023-08-24PCI/VGA: Simplify vga_client_register()Sui Jingfeng1-12/+7
2023-08-24PCI/VGA: Simplify vga_arbiter_notify_clients()Sui Jingfeng1-4/+2
2023-08-24PCI/VGA: Correct vga_update_device_decodes() parameter typeSui Jingfeng1-13/+12
2023-08-24PCI/VGA: Correct vga_str_to_iostate() io_state parameter typeSui Jingfeng1-1/+1
2023-08-23PCI: fu740: Set the number of MSI vectorsYong-Xuan Wang1-0/+1
2023-08-22of: unittest: Add pci_dt_testdrv pci driverLizhi Hou1-0/+1
2023-08-22PCI: Add quirks to generate device tree node for Xilinx Alveo U50Lizhi Hou1-0/+11
2023-08-22PCI: Create device tree node for bridgeLizhi Hou7-0/+462
2023-08-22PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernationDexuan Cui1-0/+3
2023-08-22PCI: vmd: Disable bridge window for domain resetNirmal Patel1-2/+17
2023-08-18PCI: rpaphp: Error out on busy status from get-sensor-stateMahesh Salgaonkar1-3/+82
2023-08-14PCI/P2PDMA: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-11PCI: Fix runtime PM race with PME pollingAlex Williamson1-7/+16
2023-08-11PCI/VPD: Add runtime power management to sysfs interfaceAlex Williamson1-2/+32
2023-08-11Merge tag 'pci-v6.5-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-25/+18
2023-08-10PCI/ASPM: Use RMW accessors for changing LNKCTLIlpo Järvinen1-17/+13
2023-08-10PCI: pciehp: Use RMW accessors for changing LNKCTLIlpo Järvinen1-9/+3
2023-08-10PCI: Make link retraining use RMW accessors for changing LNKCTLIlpo Järvinen1-6/+2
2023-08-10PCI: Add locking to RMW PCI Express Capability Register accessorsIlpo Järvinen2-3/+18
2023-08-10PCI: Mark NVIDIA T4 GPUs to avoid bus resetWu Zongyong1-1/+1
2023-08-09PCI: switchtec: Add support for PCIe Gen5 devicesKelvin Cao2-4/+76
2023-08-09PCI: switchtec: Use normal comment styleKelvin Cao1-57/+57
2023-08-09PCI: move OF status = "disabled" detection to dev->match_driverVladimir Oltean2-6/+3
2023-08-08PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root busIgor Mammedov1-1/+7
2023-08-08PCI: dwc: Provide deinit callback for i.MXMark Brown1-0/+1
2023-08-08PCI: microchip: Re-partition code between probe() and init()Daire McNamara1-20/+38