summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| | * | | PCI: dwc: Convert SOC_SIFIVE to ARCH_SIFIVEConor Dooley2023-12-161-1/+1
| | |/ /
| * | | Merge branch 'pci/controller/cadence'Bjorn Helgaas2024-01-152-5/+42
| |\ \ \
| | * | | PCI: j721e: Make TI J721E depend on ARCH_K3Peter Robinson2024-01-061-0/+2
| | * | | PCI: j721e: Add TI J784S4 PCIe configurationMatt Ranostay2024-01-061-0/+22
| | * | | PCI: j721e: Add PCIe 4x lane selection supportMatt Ranostay2023-12-131-2/+8
| | * | | PCI: j721e: Add per platform maximum lane settingsMatt Ranostay2023-12-131-3/+10
| | |/ /
| * | | Merge branch 'pci/controller/broadcom'Bjorn Helgaas2024-01-151-10/+86
| |\ \ \
| | * | | PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream deviceJim Quinlan2024-01-111-10/+86
| | |/ /
| * | | Merge branch 'pci/virtualization'Bjorn Helgaas2024-01-151-2/+6
| |\ \ \
| | * | | PCI: Add ACS quirk for more Zhaoxin Root PortsLeoLiuoc2023-12-111-2/+6
| | |/ /
| * | | Merge branch 'pci/switchtec'Bjorn Helgaas2024-01-151-8/+17
| |\ \ \
| | * | | PCI: switchtec: Fix stdev_release() crash after surprise hot removeDaniel Stodden2023-11-221-8/+17
| | |/ /
| * | | Merge branch 'pci/enumeration-logging'Bjorn Helgaas2024-01-157-143/+286
| |\ \ \
| | * | | PCI: Log bridge info when first enumerating bridgeBjorn Helgaas2023-12-151-4/+19
| | * | | PCI: Log bridge windows conditionallyBjorn Helgaas2023-12-151-9/+15
| | * | | PCI: Supply bridge device, not secondary bus, to read window detailsBjorn Helgaas2023-12-151-15/+6
| | * | | PCI: Move pci_read_bridge_windows() below individual window accessorsBjorn Helgaas2023-12-151-51/+51
| | * | | PCI: Use resource names in PCI log messagesPuranjay Mohan2023-12-156-72/+103
| | * | | PCI: Update BAR # and window messagesPuranjay Mohan2023-12-152-0/+62
| | * | | PCI: Log device type during enumerationBjorn Helgaas2023-12-151-2/+40
| | |/ /
| * | | Merge branch 'pci/enumeration'Bjorn Helgaas2024-01-154-9/+10
| |\ \ \
| | * | | PCI: Fix 64GT/s effective data rate calculationIlpo Järvinen2024-01-021-1/+1
| | * | | PCI: Only override AMD USB controller if requiredGuilherme G. Piccoli2023-11-201-4/+7
| | * | | PCI: host-generic: Convert to platform remove callback returning voidUwe Kleine-König2023-11-202-4/+2
| | |/ /
| * | | PCI/AER: Use explicit register sizes for struct membersBjorn Helgaas2024-01-021-2/+2
| * | | PCI/AER: Decode Requester ID when no error info foundBjorn Helgaas2024-01-021-2/+7
| * | | PCI/AER: Use 'Correctable' and 'Uncorrectable' spec terms for errorsBjorn Helgaas2024-01-021-4/+4
| |/ /
* | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-112-0/+16
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-043-0/+27
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-215-32/+97
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | PCI: Add debug print for device ready delayIdo Schimmel2023-11-181-0/+3
| * | | | PCI: Add no PM reset quirk for NVIDIA Spectrum devicesIdo Schimmel2023-11-181-0/+13
| | |_|/ | |/| |
* | | | Merge tag 'x86-apic-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-081-7/+0
|\ \ \ \
| * | | | x86/apic: Drop apic::delivery_modeAndrew Cooper2023-11-211-7/+0
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-01-082-35/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | PCI: Move pci_clear_and_set_dword() helper to PCI headerShuai Xue2023-12-132-35/+42
| |/ /
* | | Merge tag 'pci-v6.7-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-033-0/+27
|\ \ \ | |_|/ |/| |
| * | Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas2024-01-023-0/+27
| |/