summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2025-01-15PCI: of: Drop 'No bus range found' messageBjorn Helgaas
2025-01-15PCI: Unexport of_pci_parse_bus_range()Bjorn Helgaas
2025-01-15PCI: apple: Convert to {en,dis}able_device() callbacksMarc Zyngier
2025-01-15PCI: host-generic: Allow {en,dis}able_device() to be provided via pci_ecam_opsMarc Zyngier
2025-01-15PCI: imx6: Add IOMMU and ITS MSI support for i.MX95Frank Li
2025-01-15x86/apic: Convert to IRQCHIP_MOVE_DEFERREDThomas Gleixner
2025-01-15PCI: rockchip-ep: Fix error code in rockchip_pcie_ep_init_ob_mem()Dan Carpenter
2025-01-15PCI: rockchip: Refactor rockchip_pcie_disable_clocks() signatureAnand Moon
2025-01-15PCI: rockchip: Simplify reset control handling by using reset_control_bulk*()...Anand Moon
2025-01-15PCI: Add enable_device() and disable_device() callbacks for bridgesFrank Li
2025-01-15PCI/DPC: Quirk PIO log size for Intel Raptor Lake-PTakashi Iwai
2025-01-15PCI/sysfs: Remove unnecessary zero in initializerIlpo Järvinen
2025-01-15PCI/sysfs: Use __free() in reset_method_store()Ilpo Järvinen
2025-01-15PCI/sysfs: Move reset related sysfs code to correct fileIlpo Järvinen
2025-01-14PCI: Store number of supported End-End TLP PrefixesIlpo Järvinen
2025-01-14PCI: Use unsigned int i in pcie_read_tlp_log()Ilpo Järvinen
2025-01-14PCI: Use same names in pcie_read_tlp_log() prototype and definitionIlpo Järvinen
2025-01-14PCI: Add defines for TLP Header/Prefix log sizesIlpo Järvinen
2025-01-14PCI: Move TLP Log handling to its own fileIlpo Järvinen
2025-01-14PCI: Don't expose pcie_read_tlp_log() outside PCI subsystemIlpo Järvinen
2025-01-14Merge tag 'pci-v6.13-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-14PCI: mvebu: Enable module autoloadingLiao Chen
2025-01-13PCI: rockchip: Simplify clock handling by using clk_bulk*() functionsAnand Moon
2025-01-13PCI: rockchip: Add missing fields descriptions for struct rockchip_pcie_epDamien Le Moal
2025-01-13PCI: rcar-ep: Fix incorrect variable used when calling devm_request_mem_region()King Dix
2025-01-13PCI: mediatek-gen3: Enable async probe by defaultDouglas Anderson
2025-01-13PCI: mediatek-gen3: Avoid PCIe resetting via PERST# for Airoha EN7581 SoCLorenzo Bianconi
2025-01-13PCI: mediatek-gen3: Rely on msleep() in mtk_pcie_en7581_power_up()Lorenzo Bianconi
2025-01-13PCI: mediatek-gen3: Move reset delay in mtk_pcie_en7581_power_up()Lorenzo Bianconi
2025-01-13PCI: mediatek-gen3: Add comment about initialization order in mtk_pcie_en7581...Lorenzo Bianconi
2025-01-13PCI: mediatek-gen3: Move reset/assert callbacks in .power_up()Lorenzo Bianconi
2025-01-13PCI: mediatek-gen3: Rely on clk_bulk_prepare_enable() in mtk_pcie_en7581_powe...Lorenzo Bianconi
2025-01-07PCI/bwctrl: Fix NULL pointer deref on unbind and bindLukas Wunner
2024-12-29Merge tag 'irq-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-12-23PCI: exynos: Switch to devm_clk_bulk_get_all_enabled()Cristian Ciocaltea
2024-12-23PCI: hookup irq_get_affinity callbackDaniel Wagner
2024-12-21Merge tag 'pci-v6.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-12-19PCI/bwctrl: Enable only if more than one speed is supportedLukas Wunner
2024-12-19PCI: Honor Max Link Speed when determining supported speedsLukas Wunner
2024-12-18PCI: xilinx-cpm: Add support for Versal CPM5 Root Port Controller 1Thippeswamy Havalige
2024-12-18PCI: endpoint: Verify that requested BAR size is a power of twoNiklas Cassel
2024-12-18PCI: endpoint: Add size check for fixed size BARs in pci_epc_set_bar()Niklas Cassel
2024-12-18PCI: artpec6: Implement dw_pcie_ep operation get_featuresNiklas Cassel
2024-12-18PCI: dwc: ep: Add 'address' alignment to 'size' check in dw_pcie_prog_ep_inbo...Niklas Cassel
2024-12-18PCI: dwc: ep: Prevent changing BAR size/flags in pci_epc_set_bar()Niklas Cassel
2024-12-18PCI: dwc: ep: Write BAR_MASK before iATU registers in pci_epc_set_bar()Niklas Cassel
2024-12-16PCI/MSI: Handle lack of irqdomain gracefullyThomas Gleixner
2024-12-13PCI/ASPM: Save parent L1SS config in pci_save_aspm_l1ss_state()Jian-Hong Pan
2024-12-12PCI: endpoint: Finish virtual EP removal in pci_epf_remove_vepf()Zijun Hu
2024-12-12PCI: endpoint: Simplify pci_epc_get()Zijun Hu