summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2023-10-24PCI/MSI: Use FIELD_GET/PREP()Ilpo Järvinen1-4/+6
2023-10-24PCI/DPC: Use defines with DPC reason fieldsIlpo Järvinen1-10/+17
2023-10-24PCI/DPC: Use defined fields with DPC_CTL registerIlpo Järvinen1-3/+7
2023-10-24PCI/DPC: Use FIELD_GET()Bjorn Helgaas2-3/+4
2023-10-24PCI: hotplug: Use FIELD_GET/PREP()Ilpo Järvinen3-4/+7
2023-10-24PCI: dwc: Use FIELD_GET/PREP()Ilpo Järvinen2-6/+11
2023-10-23PCI/P2PDMA: Remove redundant gotoTadeusz Struk1-1/+0
2023-10-23PCI: rcar-gen4: Add endpoint mode supportYoshihiro Shimoda2-4/+164
2023-10-23PCI: rcar-gen4: Add R-Car Gen4 PCIe controller support for host modeYoshihiro Shimoda3-0/+393
2023-10-23PCI: dwc: endpoint: Introduce .pre_init() and .deinit()Yoshihiro Shimoda2-1/+13
2023-10-23PCI: dwc: Expose dw_pcie_write_dbi2() to moduleYoshihiro Shimoda1-0/+1
2023-10-20PCI: dwc: Expose dw_pcie_ep_exit() to moduleYoshihiro Shimoda1-0/+1
2023-10-20PCI: dwc: Add EDMA_UNROLL capability flagYoshihiro Shimoda2-3/+10
2023-10-20PCI: dwc: endpoint: Add multiple PFs support for dbi2Yoshihiro Shimoda2-8/+25
2023-10-20PCI: tegra194: Drop PCI_EXP_LNKSTA_NLW settingYoshihiro Shimoda1-6/+0
2023-10-20PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handlingYoshihiro Shimoda1-1/+8
2023-10-20PCI: dwc: Add dw_pcie_link_set_max_link_width()Yoshihiro Shimoda1-45/+41
2023-10-20PCI: Add T_PVPERL macroYoshihiro Shimoda1-0/+3
2023-10-19PCI: Disable ATS for specific Intel IPU E2000 devicesBartosz Pawlowski1-0/+19
2023-10-19PCI: Extract ATS disabling to a helper functionBartosz Pawlowski1-7/+9
2023-10-18PCI: cadence: Use FIELD_GET()Ilpo Järvinen1-4/+5
2023-10-18PCI: Use FIELD_GET() to extract Link WidthIlpo Järvinen2-6/+4
2023-10-14PCI: hv: Annotate struct hv_dr_state with __counted_byKees Cook1-1/+1
2023-10-14PCI: qcom: Enable ASPM for platforms supporting 1.9.0 opsManivannan Sadhasivam1-0/+28
2023-10-14PCI: dwc: Add host_post_init() callbackManivannan Sadhasivam2-0/+4
2023-10-14PCI: tegra194: Use Mbps_to_icc() macro for setting icc speedManivannan Sadhasivam1-2/+2
2023-10-14PCI: qcom-ep: Use PCIE_SPEED2MBS_ENC() macro for encoding link speedManivannan Sadhasivam1-25/+6
2023-10-14PCI: qcom: Use PCIE_SPEED2MBS_ENC() macro for encoding link speedManivannan Sadhasivam1-18/+6
2023-10-11PCI: xgene: Do PCI error check on own line & keep return valueIlpo Järvinen1-3/+4
2023-10-11PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen3-9/+12
2023-10-11PCI/ASPM: Convert printk() to pr_*() and add includeIlpo Järvinen1-2/+3
2023-10-11PCI/ASPM: Remove unnecessary includesIlpo Järvinen1-2/+0
2023-10-11PCI/ASPM: Use FIELD_MAX() instead of literalsIlpo Järvinen1-7/+7
2023-10-11PCI/ASPM: Use time constantsIlpo Järvinen1-6/+8
2023-10-11PCI/ASPM: Return U32_MAX instead of bit magic constructIlpo Järvinen1-2/+3
2023-10-11PCI/ASPM: Use FIELD_GET/PREP() to access PCIe capability fieldsIlpo Järvinen1-13/+18
2023-10-10PCI: mvebu: Use FIELD_PREP() with Link WidthIlpo Järvinen1-1/+1
2023-10-10PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fieldsIlpo Järvinen1-5/+4
2023-10-10PCI: keystone: Don't discard .probe() callbackUwe Kleine-König1-2/+2
2023-10-10PCI: keystone: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-10-10PCI: kirin: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-10-10PCI: exynos: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-10-10PCI: layerscape-ep: Set 64-bit DMA maskGuanhua Gao1-0/+2
2023-10-07PCI/sysfs: Enable 'boot_vga' attribute via pci_is_vga()Sui Jingfeng1-4/+3
2023-10-07PCI/VGA: Select VGA devices earlierSui Jingfeng1-6/+8
2023-10-07PCI/VGA: Use pci_is_vga() to identify VGA devicesSui Jingfeng1-1/+1
2023-10-06PCI: Replace unnecessary UTF-8 in KconfigLiu Song1-1/+1
2023-10-06Merge tag 'pci-v6.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-19/+43
2023-10-06PCI: endpoint: Use IS_ERR_OR_NULL() helper functionRuan Jinjie1-6/+6
2023-10-05PCI: Make pci_assign_unassigned_resources() non-initRandy Dunlap1-1/+1