index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
Age
Commit message (
Expand
)
Author
Lines
2024-03-04
PCI: imx6: Simplify reset handling by using *_FLAG_HAS_*_RESET
Frank Li
-65
/
+39
2024-02-21
PCI: imx6: Simplify PHY handling by using IMX6_PCIE_FLAG_HAS_PHYDRV
Frank Li
-7
/
+17
2024-02-21
PCI: imx6: Simplify clock handling by using clk_bulk*() function
Frank Li
-88
/
+50
2024-02-16
PCI: endpoint: Drop only_64bit on reserved BARs
Niklas Cassel
-2
/
+2
2024-02-16
PCI: endpoint: Clean up hardware description for BARs
Niklas Cassel
-22
/
+49
2024-02-09
Merge tag 'pci-v6.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-4
/
+6
2024-02-07
PCI: dwc: Clean up dw_pcie_ep_raise_msi_irq() alignment
Dan Carpenter
-3
/
+4
2024-02-07
PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()
Dan Carpenter
-1
/
+2
2024-01-31
PCI/ASPM: Fix deadlock when enabling ASPM
Johan Hovold
-1
/
+1
2024-01-17
Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-492
/
+797
2024-01-15
Merge branch 'pci/irq-clean-up'
Bjorn Helgaas
-178
/
+165
2024-01-15
Merge branch 'pci/controller/remove-void-return'
Bjorn Helgaas
-12
/
+6
2024-01-15
Merge branch 'pci/controller/xilinx'
Bjorn Helgaas
-9
/
+5
2024-01-15
Merge branch 'pci/controller/vmd'
Bjorn Helgaas
-3
/
+3
2024-01-15
Merge branch 'pci/controller/rcar'
Bjorn Helgaas
-2
/
+18
2024-01-15
Merge branch 'pci/controller/mediatek'
Bjorn Helgaas
-37
/
+58
2024-01-15
Merge branch 'pci/controller/layerscape'
Bjorn Helgaas
-31
/
+176
2024-01-15
Merge branch 'pci/controller/kirin'
Bjorn Helgaas
-8
/
+5
2024-01-15
Merge branch 'pci/controller/keystone'
Bjorn Helgaas
-0
/
+9
2024-01-15
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
-193
/
+222
2024-01-15
Merge branch 'pci/controller/cadence'
Bjorn Helgaas
-5
/
+42
2024-01-15
Merge branch 'pci/controller/broadcom'
Bjorn Helgaas
-10
/
+86
2024-01-11
PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream device
Jim Quinlan
-10
/
+86
2024-01-09
PCI: mediatek-gen3: Fix translation window size calculation
Jianjun Wang
-35
/
+50
2024-01-09
PCI: mediatek: Clear interrupt status before dispatching handler
qizhong cheng
-2
/
+8
2024-01-09
PCI: keystone: Fix race condition when initializing PHYs
Siddharth Vadapalli
-0
/
+9
2024-01-08
Merge tag 'x86-apic-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-7
/
+0
2024-01-08
PCI: xilinx-xdma: Fix error code in xilinx_pl_dma_pcie_init_irq_domain()
Harshit Mogalapalli
-1
/
+1
2024-01-06
PCI: xilinx-xdma: Fix uninitialized symbols in xilinx_pl_dma_pcie_setup_irq()
Krzysztof WilczyĆski
-2
/
+2
2024-01-06
PCI: rcar-gen4: Fix -Wvoid-pointer-to-enum-cast error
Yoshihiro Shimoda
-1
/
+1
2024-01-06
PCI: iproc: Fix -Wvoid-pointer-to-enum-cast warning
Justin Stitt
-1
/
+1
2024-01-06
PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpers
Yoshihiro Shimoda
-124
/
+153
2024-01-06
PCI: dwc: Rename .func_conf_select to .get_dbi_offset in struct dw_pcie_ep_ops
Yoshihiro Shimoda
-60
/
+59
2024-01-06
PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_ops
Yoshihiro Shimoda
-13
/
+13
2024-01-06
PCI: dwc: Drop host prefix from struct dw_pcie_host_ops members
Yoshihiro Shimoda
-47
/
+47
2024-01-06
PCI: j721e: Make TI J721E depend on ARCH_K3
Peter Robinson
-0
/
+2
2024-01-06
PCI: j721e: Add TI J784S4 PCIe configuration
Matt Ranostay
-0
/
+22
2023-12-19
PCI: xilinx-nwl: Use INTX instead of legacy
Damien Le Moal
-26
/
+26
2023-12-19
PCI: rockchip-host: Rename rockchip_pcie_legacy_int_handler()
Damien Le Moal
-2
/
+2
2023-12-19
PCI: rockchip-ep: Use INTX instead of legacy
Damien Le Moal
-8
/
+8
2023-12-19
PCI: uniphier: Use INTX instead of legacy
Damien Le Moal
-8
/
+8
2023-12-19
PCI: tegra194: Use INTX instead of legacy
Damien Le Moal
-5
/
+5
2023-12-19
PCI: dw-rockchip: Rename rockchip_pcie_legacy_int_handler()
Damien Le Moal
-2
/
+2
2023-12-19
PCI: keystone: Use INTX instead of legacy
Damien Le Moal
-40
/
+37
2023-12-19
PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()
Damien Le Moal
-10
/
+10
2023-12-19
PCI: cadence: Use INTX instead of legacy
Damien Le Moal
-11
/
+11
2023-12-19
PCI: dra7xx: Rename dra7xx_pcie_raise_legacy_irq()
Damien Le Moal
-2
/
+2
2023-12-18
PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitions
Damien Le Moal
-64
/
+54
2023-12-18
PCI: xilinx-xdma: Remove redundant dev_err()
Yang Li
-6
/
+2
2023-12-18
PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment support
Niklas Cassel
-0
/
+1
[prev]
[next]