summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2025-01-18PCI: dw-rockchip: Enumerate endpoints based on dll_link_up IRQNiklas Cassel
2025-01-18PCI: qcom: Update ICC and OPP values after Link Up eventKrishna chaitanya chundru
2025-01-18PCI: qcom: Don't wait for link if we can detect Link UpKrishna chaitanya chundru
2025-01-18PCI: dwc: Don't wait for link up if driver can detect Link Up eventKrishna chaitanya chundru
2025-01-18PCI: dwc: Fix potential truncation in dw_pcie_edma_irq_verify()Niklas Cassel
2025-01-16PCI: dra7xx: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski
2025-01-16PCI: layerscape: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski
2025-01-16PCI: imx6: Remove surplus imx7d_pcie_init_phy() functionRichard Zhu
2025-01-16PCI: imx6: Add missing reference clock disable logicRichard Zhu
2025-01-16PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset()Richard Zhu
2025-01-16PCI: imx6: Skip controller_id generation logic for i.MX7DRichard Zhu
2025-01-16PCI: imx6: Fetch dbi2 and iATU base addesses from DTRichard Zhu
2025-01-16PCI: imx6: Configure PHY based on Root Complex or Endpoint modeFrank Li
2025-01-16PCI: imx6: Add Refclk for i.MX95 PCIeRichard Zhu
2025-01-16PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) supportFrank Li
2025-01-16PCI: Add pcie_print_tlp_log() to print TLP Header and Prefix LogIlpo Järvinen
2025-01-16PCI: Add TLP Prefix reading to pcie_read_tlp_log()Ilpo Järvinen
2025-01-15PCI: of: Simplify devm_of_pci_get_host_bridge_resources() interfaceBjorn Helgaas
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