summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-252-6/+6
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-032-6/+6
* | Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-221-0/+20
|\ \
| * | PCI/MSI: Provide MSI_FLAG_PCI_MSI_MASK_PARENTShivamurthy Shastri2024-07-181-0/+20
| |/
* | Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-07-201-2/+1
|\ \
| * | pci/hotplug/pnv_php: Fix hotplug driver crash on PowernvKrishna Kumar2024-07-041-2/+1
* | | Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-2075-1654/+4445
|\ \ \
| * \ \ Merge branch 'pci/misc'Bjorn Helgaas2024-07-1914-3/+15
| |\ \ \
| | * | | PCI: controller: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-0810-0/+10
| | * | | PCI: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-082-0/+2
| | * | | PCI/PM: Switch to new Intel CPU model definesTony Luck2024-06-121-2/+2
| | * | | PCI: Use array for .id_table consistentlyMasahiro Yamada2024-06-071-1/+1
| | |/ /
| * | | Merge branch 'pci/switchtec'Bjorn Helgaas2024-07-191-8/+8
| |\ \ \
| | * | | PCI: switchtec: Make switchtec_class constantGreg Kroah-Hartman2024-06-101-8/+8
| | |/ /
| * | | Merge branch 'pci/controller/vmd'Bjorn Helgaas2024-07-191-4/+4
| |\ \ \
| | * | | PCI: vmd: Create domain symlink before pci_bus_add_devices()Jiwei Sun2024-07-101-4/+4
| | |/ /
| * | | Merge branch 'pci/controller/tegra194'Bjorn Helgaas2024-07-191-4/+1
| |\ \ \
| | * | | PCI: tegra: Remove unused struct 'tegra_pcie_soc'Dr. David Alan Gilbert2024-06-061-4/+0
| | * | | PCI: tegra194: Set EP alignment restriction for inbound ATUJon Hunter2024-05-281-0/+1
| | |/ /
| * | | Merge branch 'pci/controller/rockchip'Bjorn Helgaas2024-07-196-44/+322
| |\ \ \
| | * | | PCI: dw-rockchip: Use pci_epc_init_notify() directlyNiklas Cassel2024-07-101-1/+1
| | * | | PCI: dw-rockchip: Add endpoint mode supportNiklas Cassel2024-07-103-5/+228
| | * | | PCI: dw-rockchip: Refactor the driver to prepare for EP modeNiklas Cassel2024-07-101-24/+60
| | * | | PCI: dw-rockchip: Add rockchip_pcie_get_ltssm() helperNiklas Cassel2024-07-101-1/+6
| | * | | PCI: dw-rockchip: Fix weird indentationNiklas Cassel2024-07-101-4/+3
| | * | | PCI: dw-rockchip: Fix initial PERST# GPIO valueNiklas Cassel2024-07-101-1/+1
| | * | | PCI: dw-rockchip: Add error messages in .probe() error pathsUwe Kleine-König2024-07-101-8/+13
| | * | | PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpioManivannan Sadhasivam2024-07-101-1/+1
| | * | | PCI: rockchip-host: Wait 100ms after reset before starting configurationDamien Le Moal2024-07-102-0/+9
| | * | | PCI: rockchip-host: Fix rockchip_pcie_host_init_port() PERST# handlingDamien Le Moal2024-07-101-0/+1
| * | | | Merge branch 'pci/controller/rcar-gen4'Bjorn Helgaas2024-07-192-34/+276
| |\ \ \ \
| | * | | | PCI: rcar-gen4: Add support for R-Car V4HYoshihiro Shimoda2024-07-021-1/+197
| | * | | | PCI: rcar-gen4: Add .ltssm_control() for other SoC supportYoshihiro Shimoda2024-06-291-24/+50
| | * | | | PCI: rcar-gen4: Add struct rcar_gen4_pcie_drvdataYoshihiro Shimoda2024-06-291-9/+23
| | * | | | PCI: dwc: Add PCIE_PORT_{FORCE,LANE_SKEW} macrosYoshihiro Shimoda2024-06-291-0/+6
| | | |/ / | | |/| |
| * | | | Merge branch 'pci/controller/rcar'Bjorn Helgaas2024-07-191-1/+5
| |\ \ \ \
| | * | | | PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup()Marek Vasut2024-05-281-1/+5
| | |/ / /
| * | | | Merge branch 'pci/controller/qcom'Bjorn Helgaas2024-07-198-186/+314
| |\ \ \ \
| | * | | | PCI: qcom: Prevent use of uninitialized data in qcom_pcie_suspend_noirq()Dan Carpenter2024-07-101-1/+1
| | * | | | PCI: qcom: Prevent potential error pointer dereferenceDan Carpenter2024-07-101-1/+1
| | * | | | PCI: qcom: Fix missing error code in qcom_pcie_probe()Dan Carpenter2024-07-101-1/+2
| | * | | | PCI: qcom: Add OPP support to scale performanceKrishna chaitanya chundru2024-07-091-19/+80
| | * | | | PCI: Bring the PCIe speed to MBps logic to new pcie_dev_speed_mbps()Krishna chaitanya chundru2024-07-092-18/+23
| | * | | | PCI: qcom: Add ICC bandwidth vote for CPU to PCIe pathKrishna chaitanya chundru2024-07-091-4/+41
| | * | | | PCI: qcom-ep: Disable resources unconditionally during PERST# assertManivannan Sadhasivam2024-07-091-6/+0
| | * | | | PCI: qcom-ep: Override NO_SNOOP attribute for SA8775P EPMrinmay Sarkar2024-07-091-3/+16
| | * | | | PCI: qcom: Override NO_SNOOP attribute for SA8775P RCMrinmay Sarkar2024-07-091-1/+24
| | * | | | PCI: epf-mhi: Enable HDMA for SA8775P SoCMrinmay Sarkar2024-05-281-0/+1
| | * | | | PCI: qcom-ep: Add HDMA support for SA8775P SoCMrinmay Sarkar2024-05-281-1/+22
| | * | | | PCI: dwc: Pass the eDMA mapping format flag directly from glue driversManivannan Sadhasivam2024-05-283-11/+12