summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-02-091-4/+6
|\
| * PCI: dwc: Clean up dw_pcie_ep_raise_msi_irq() alignmentDan Carpenter2024-02-071-3/+4
| * PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()Dan Carpenter2024-02-071-1/+2
* | PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold2024-01-311-1/+1
|/
* Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-1747-492/+797
|\
| * Merge branch 'pci/irq-clean-up'Bjorn Helgaas2024-01-1521-178/+165
| |\
| | * PCI: xilinx-nwl: Use INTX instead of legacyDamien Le Moal2023-12-191-26/+26
| | * PCI: rockchip-host: Rename rockchip_pcie_legacy_int_handler()Damien Le Moal2023-12-191-2/+2
| | * PCI: rockchip-ep: Use INTX instead of legacyDamien Le Moal2023-12-191-8/+8
| | * PCI: uniphier: Use INTX instead of legacyDamien Le Moal2023-12-192-8/+8
| | * PCI: tegra194: Use INTX instead of legacyDamien Le Moal2023-12-191-5/+5
| | * PCI: dw-rockchip: Rename rockchip_pcie_legacy_int_handler()Damien Le Moal2023-12-191-2/+2
| | * PCI: keystone: Use INTX instead of legacyDamien Le Moal2023-12-191-40/+37
| | * PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()Damien Le Moal2023-12-197-10/+10
| | * PCI: cadence: Use INTX instead of legacyDamien Le Moal2023-12-192-11/+11
| | * PCI: dra7xx: Rename dra7xx_pcie_raise_legacy_irq()Damien Le Moal2023-12-191-2/+2
| | * PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal2023-12-1816-64/+54
| * | Merge branch 'pci/controller/remove-void-return'Bjorn Helgaas2024-01-153-12/+6
| |\ \
| | * | PCI: kirin: Convert to platform remove callback returning voidUwe Kleine-König2023-12-161-4/+2
| | * | PCI: keystone: Convert to platform remove callback returning voidUwe Kleine-König2023-12-161-4/+2
| | * | PCI: exynos: Convert to platform remove callback returning voidUwe Kleine-König2023-12-161-4/+2
| | |/
| * | Merge branch 'pci/controller/xilinx'Bjorn Helgaas2024-01-151-9/+5
| |\ \
| | * | PCI: xilinx-xdma: Fix error code in xilinx_pl_dma_pcie_init_irq_domain()Harshit Mogalapalli2024-01-081-1/+1
| | * | PCI: xilinx-xdma: Fix uninitialized symbols in xilinx_pl_dma_pcie_setup_irq()Krzysztof Wilczyński2024-01-061-2/+2
| | * | PCI: xilinx-xdma: Remove redundant dev_err()Yang Li2023-12-181-6/+2
| | |/
| * | Merge branch 'pci/controller/vmd'Bjorn Helgaas2024-01-151-3/+3
| |\ \
| | * | PCI: vmd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-131-3/+3
| | |/
| * | Merge branch 'pci/controller/rcar'Bjorn Helgaas2024-01-152-2/+18
| |\ \
| | * | PCI: rcar-host: Add support for optional regulatorsWolfram Sang2023-12-141-1/+17
| | * | PCI: rcar-gen4: Replace of_device.h with explicit of.h includeRob Herring2023-12-141-1/+1
| | |/
| * | Merge branch 'pci/controller/mediatek'Bjorn Helgaas2024-01-152-37/+58
| |\ \
| | * | PCI: mediatek-gen3: Fix translation window size calculationJianjun Wang2024-01-091-35/+50
| | * | PCI: mediatek: Clear interrupt status before dispatching handlerqizhong cheng2024-01-091-2/+8
| | |/
| * | Merge branch 'pci/controller/layerscape'Bjorn Helgaas2024-01-152-31/+176
| |\ \
| | * | PCI: layerscape: Add suspend/resume for ls1043aFrank Li2023-12-121-1/+62
| | * | PCI: layerscape(ep): Rename pf_* as pf_lut_*Frank Li2023-12-122-25/+25
| | * | PCI: layerscape: Add suspend/resume for ls1021aFrank Li2023-12-121-3/+80
| | * | PCI: layerscape: Add function pointer for exit_from_l2()Frank Li2023-12-121-2/+9
| | |/
| * | Merge branch 'pci/controller/kirin'Bjorn Helgaas2024-01-151-8/+5
| |\ \
| | * | PCI: kirin: Use devm_kasprintf() to dynamically allocate clock namesChristophe JAILLET2023-12-171-8/+5
| | |/
| * | Merge branch 'pci/controller/keystone'Bjorn Helgaas2024-01-151-0/+9
| |\ \
| | * | PCI: keystone: Fix race condition when initializing PHYsSiddharth Vadapalli2024-01-091-0/+9
| | |/
| * | Merge branch 'pci/controller/dwc'Bjorn Helgaas2024-01-1531-193/+222
| |\ \
| | * | PCI: rcar-gen4: Fix -Wvoid-pointer-to-enum-cast errorYoshihiro Shimoda2024-01-061-1/+1
| | * | PCI: iproc: Fix -Wvoid-pointer-to-enum-cast warningJustin Stitt2024-01-061-1/+1
| | * | PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpersYoshihiro Shimoda2024-01-062-124/+153
| | * | PCI: dwc: Rename .func_conf_select to .get_dbi_offset in struct dw_pcie_ep_opsYoshihiro Shimoda2024-01-064-60/+59
| | * | PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda2024-01-0612-13/+13
| | * | PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda2024-01-0623-47/+47
| | * | PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment supportNiklas Cassel2023-12-181-0/+1