aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2026-04-06PCI: imx6: Fix reference clock source selection for i.MX95Franz Schnyder1-2/+2
2026-04-06PCI: hisi: Use devm_ghes_register_vendor_record_notifier()Kai-Heng Feng1-11/+1
2026-04-04PCI: cadence: Use cdns_pcie_read_sz() for byte or word read accessAksh Garg1-31/+25
2026-04-04PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not foundChen-Yu Tsai1-4/+4
2026-04-04PCI: tegra194: Expose BAR2 (MSI-X) and BAR4 (DMA) as 64-bit BAR_RESERVEDManikanta Maddireddy1-5/+37
2026-04-04PCI: tegra194: Make BAR0 programmable and remove 1MB size limitManikanta Maddireddy1-2/+2
2026-04-04PCI: aspeed: Fix IRQ domain leak on platform_get_irq() failureFelix Gu1-4/+4
2026-04-04PCI: hv: Fix double ida_free in hv_pci_probe error pathSahil Chandna1-3/+1
2026-04-03PCI: imx6: Keep Root Port MSI capability with iMSI-RX to work around hardware...Richard Zhu3-1/+9
2026-04-02PCI: dwc: Fix type mismatch for kstrtou32_from_user() return valueHans Zhang1-9/+12
2026-03-27PCI: controller: Validate max-link-speedHans Zhang3-4/+5
2026-03-27PCI: j721e: Validate max-link-speed from DTHans Zhang1-1/+2
2026-03-27PCI: dwc: Use pcie_get_link_speed() helper for safe array accessHans Zhang6-9/+9
2026-03-26PCI: sky1: Use boolean true for is_rc fieldHans Zhang1-1/+1
2026-03-26PCI: qcom: Advertise Hotplug Slot Capability with no Command Completion supportKrishna Chaitanya Chundru1-6/+11
2026-03-26PCI: dwc: Expose PCIe event counters for groups 5 to 7 over debugfsHans Zhang1-1/+51
2026-03-26PCI: imx6: Separate PERST# assertion from core reset functionsSherry Sun1-11/+18
2026-03-26PCI: imx6: Change imx_pcie_deassert_core_reset() return type to voidSherry Sun1-11/+3
2026-03-26PCI: imx6: Skip waiting for L2/L3 Ready on i.MX6SXRichard Zhu1-0/+1
2026-03-25PCI: mediatek-gen3: Integrate new pwrctrl APIChen-Yu Tsai2-8/+32
2026-03-25PCI: mediatek-gen3: Disable device if further setup failsChen-Yu Tsai1-1/+6
2026-03-25PCI: mediatek-gen3: Split out device power helpersChen-Yu Tsai1-35/+51
2026-03-25PCI: mediatek-gen3: Add error path for resume driver callbacksChen-Yu Tsai1-4/+6
2026-03-25PCI: mediatek-gen3: Move controller setup steps before PERST# controlChen-Yu Tsai1-25/+25
2026-03-25PCI: mediatek-gen3: Move mtk_pcie_setup_irq() out of mtk_pcie_setup()Chen-Yu Tsai1-11/+14
2026-03-25PCI: mediatek-gen3: Clean up mtk_pcie_parse_port() with dev_err_probe()Chen-Yu Tsai1-26/+10
2026-03-25PCI: hv: Set default NUMA node to 0 for devices without affinity infoLong Li1-0/+8
2026-03-24PCI: sky1: Fix missing cleanup of ECAM config on probe failureFelix Gu1-1/+3
2026-03-23PCI: dwc: rcar-gen4: Change EPC BAR alignment to 4K as per the documentationKoichiro Den1-1/+1
2026-03-21PCI: dwc: rcar-gen4: Mark BAR0 and BAR2 as Resizable BARs in endpoint modeKoichiro Den1-0/+2
2026-03-21PCI: mediatek: Fix possible truncation in mtk_pcie_parse_port()Ryder Lee1-1/+1
2026-03-19PCI: eswin: Add ESWIN PCIe Root Complex driverSenchuan Zhang3-0/+419
2026-03-18PCI/pwrctrl: generic: Rename pci-pwrctrl-slot as genericNeil Armstrong1-2/+2
2026-03-15PCI: dwc: Disable BARs in common code instead of in each glue driverNiklas Cassel12-89/+25
2026-03-15PCI: dwc: Replace certain BAR_RESERVED with BAR_DISABLED in glue driversNiklas Cassel5-15/+27
2026-03-15PCI: dw-rockchip: Describe RK3588 BAR4 DMA ctrl windowKoichiro Den1-1/+14
2026-03-15PCI: endpoint: Do not mark the BAR succeeding a 64-bit BAR as BAR_RESERVEDNiklas Cassel6-16/+0
2026-03-15PCI: rzg3s-host: Add support for RZ/G3E PCIe controllerJohn Madieu1-0/+93
2026-03-15PCI: rzg3s-host: Add PCIe Gen3 (8.0 GT/s) link speed supportJohn Madieu1-6/+20
2026-03-15PCI: rzg3s-host: Explicitly set class code for RZ/G3E compatibilityJohn Madieu1-0/+8
2026-03-15PCI: rzg3s-host: Add SoC-specific configuration and initialization callbacksJohn Madieu1-17/+44
2026-03-15PCI: rzg3s-host: Make configuration reset lines optionalJohn Madieu1-3/+3
2026-03-15PCI: rzg3s-host: Make SYSC register offsets SoC-specificJohn Madieu1-26/+85
2026-03-15PCI: rzg3s-host: Rework inbound window algorithm for supporting RZ/G3E SoCJohn Madieu1-24/+29
2026-03-15PCI: rzg3s-host: Reorder reset assertion during suspendJohn Madieu1-9/+9
2026-03-15PCI: rzg3s-host: Fix reset handling in probe error pathJohn Madieu1-2/+1
2026-03-09PCI: dwc: Perform cleanup in the error path of dw_pcie_resume_noirq()Manivannan Sadhasivam1-3/+12
2026-03-09PCI: dwc: ep: Mirror the max link width and speed fields to all functionsAksh Garg1-1/+28
2026-03-09PCI: dwc: ep: Fix MSI-X Table Size configuration in dw_pcie_ep_set_msix()Aksh Garg1-1/+1
2026-03-05PCI: qilai: Add Andes QiLai SoC PCIe host driver supportRandolph Lin3-0/+209