aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2023-10-24PCI/MSI: Use FIELD_GET/PREP()Gravatar Ilpo Järvinen 1-4/+6
2023-10-24PCI/DPC: Use defines with DPC reason fieldsGravatar Ilpo Järvinen 1-10/+17
2023-10-24PCI/DPC: Use defined fields with DPC_CTL registerGravatar Ilpo Järvinen 1-3/+7
2023-10-24PCI/DPC: Use FIELD_GET()Gravatar Bjorn Helgaas 2-3/+4
2023-10-24PCI: hotplug: Use FIELD_GET/PREP()Gravatar Ilpo Järvinen 3-4/+7
2023-10-24PCI: dwc: Use FIELD_GET/PREP()Gravatar Ilpo Järvinen 2-6/+11
2023-10-23PCI/P2PDMA: Remove redundant gotoGravatar Tadeusz Struk 1-1/+0
2023-10-23PCI: rcar-gen4: Add endpoint mode supportGravatar Yoshihiro Shimoda 2-4/+164
2023-10-23PCI: rcar-gen4: Add R-Car Gen4 PCIe controller support for host modeGravatar Yoshihiro Shimoda 3-0/+393
2023-10-23PCI: dwc: endpoint: Introduce .pre_init() and .deinit()Gravatar Yoshihiro Shimoda 2-1/+13
2023-10-23PCI: dwc: Expose dw_pcie_write_dbi2() to moduleGravatar Yoshihiro Shimoda 1-0/+1
2023-10-20PCI: dwc: Expose dw_pcie_ep_exit() to moduleGravatar Yoshihiro Shimoda 1-0/+1
2023-10-20PCI: dwc: Add EDMA_UNROLL capability flagGravatar Yoshihiro Shimoda 2-3/+10
2023-10-20PCI: dwc: endpoint: Add multiple PFs support for dbi2Gravatar Yoshihiro Shimoda 2-8/+25
2023-10-20PCI: tegra194: Drop PCI_EXP_LNKSTA_NLW settingGravatar Yoshihiro Shimoda 1-6/+0
2023-10-20PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handlingGravatar Yoshihiro Shimoda 1-1/+8
2023-10-20PCI: dwc: Add dw_pcie_link_set_max_link_width()Gravatar Yoshihiro Shimoda 1-45/+41
2023-10-20PCI: Add T_PVPERL macroGravatar Yoshihiro Shimoda 1-0/+3
2023-10-18PCI: Disable ATS for specific Intel IPU E2000 devicesGravatar Bartosz Pawlowski 1-0/+19
2023-10-18PCI: Extract ATS disabling to a helper functionGravatar Bartosz Pawlowski 1-7/+9
2023-10-18PCI: cadence: Use FIELD_GET()Gravatar Ilpo Järvinen 1-4/+5
2023-10-17PCI: Use FIELD_GET() to extract Link WidthGravatar Ilpo Järvinen 2-6/+4
2023-10-14PCI: hv: Annotate struct hv_dr_state with __counted_byGravatar Kees Cook 1-1/+1
2023-10-14PCI: qcom: Enable ASPM for platforms supporting 1.9.0 opsGravatar Manivannan Sadhasivam 1-0/+28
2023-10-14PCI: dwc: Add host_post_init() callbackGravatar Manivannan Sadhasivam 2-0/+4
2023-10-14PCI: tegra194: Use Mbps_to_icc() macro for setting icc speedGravatar Manivannan Sadhasivam 1-2/+2
2023-10-14PCI: qcom-ep: Use PCIE_SPEED2MBS_ENC() macro for encoding link speedGravatar Manivannan Sadhasivam 1-25/+6
2023-10-14PCI: qcom: Use PCIE_SPEED2MBS_ENC() macro for encoding link speedGravatar Manivannan Sadhasivam 1-18/+6
2023-10-10PCI: xgene: Do PCI error check on own line & keep return valueGravatar Ilpo Järvinen 1-3/+4
2023-10-10PCI: Do error check on own line to split long "if" conditionsGravatar Ilpo Järvinen 3-9/+12
2023-10-10PCI/ASPM: Convert printk() to pr_*() and add includeGravatar Ilpo Järvinen 1-2/+3
2023-10-10PCI/ASPM: Remove unnecessary includesGravatar Ilpo Järvinen 1-2/+0
2023-10-10PCI/ASPM: Use FIELD_MAX() instead of literalsGravatar Ilpo Järvinen 1-7/+7
2023-10-10PCI/ASPM: Use time constantsGravatar Ilpo Järvinen 1-6/+8
2023-10-10PCI/ASPM: Return U32_MAX instead of bit magic constructGravatar Ilpo Järvinen 1-2/+3
2023-10-10PCI/ASPM: Use FIELD_GET/PREP() to access PCIe capability fieldsGravatar Ilpo Järvinen 1-13/+18
2023-10-10PCI: mvebu: Use FIELD_PREP() with Link WidthGravatar Ilpo Järvinen 1-1/+1
2023-10-10PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fieldsGravatar Ilpo Järvinen 1-5/+4
2023-10-10PCI: keystone: Don't discard .probe() callbackGravatar Uwe Kleine-König 1-2/+2
2023-10-10PCI: keystone: Don't discard .remove() callbackGravatar Uwe Kleine-König 1-2/+2
2023-10-10PCI: kirin: Don't discard .remove() callbackGravatar Uwe Kleine-König 1-2/+2
2023-10-10PCI: exynos: Don't discard .remove() callbackGravatar Uwe Kleine-König 1-2/+2
2023-10-10PCI: layerscape-ep: Set 64-bit DMA maskGravatar Guanhua Gao 1-0/+2
2023-10-06PCI/sysfs: Enable 'boot_vga' attribute via pci_is_vga()Gravatar Sui Jingfeng 1-4/+3
2023-10-06PCI/VGA: Select VGA devices earlierGravatar Sui Jingfeng 1-6/+8
2023-10-06PCI/VGA: Use pci_is_vga() to identify VGA devicesGravatar Sui Jingfeng 1-1/+1
2023-10-06PCI: Replace unnecessary UTF-8 in KconfigGravatar Liu Song 1-1/+1
2023-10-06Merge tag 'pci-v6.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-19/+43
2023-10-05PCI: endpoint: Use IS_ERR_OR_NULL() helper functionGravatar Ruan Jinjie 1-6/+6
2023-10-05PCI: Make pci_assign_unassigned_resources() non-initGravatar Randy Dunlap 1-1/+1