aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
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-18PCI: Disable ATS for specific Intel IPU E2000 devicesBartosz Pawlowski1-0/+19
2023-10-18PCI: Extract ATS disabling to a helper functionBartosz Pawlowski1-7/+9
2023-10-18PCI: cadence: Use FIELD_GET()Ilpo Järvinen1-4/+5
2023-10-17PCI: 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-10PCI: xgene: Do PCI error check on own line & keep return valueIlpo Järvinen1-3/+4
2023-10-10PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen3-9/+12
2023-10-10PCI/ASPM: Convert printk() to pr_*() and add includeIlpo Järvinen1-2/+3
2023-10-10PCI/ASPM: Remove unnecessary includesIlpo Järvinen1-2/+0
2023-10-10PCI/ASPM: Use FIELD_MAX() instead of literalsIlpo Järvinen1-7/+7
2023-10-10PCI/ASPM: Use time constantsIlpo Järvinen1-6/+8
2023-10-10PCI/ASPM: Return U32_MAX instead of bit magic constructIlpo Järvinen1-2/+3
2023-10-10PCI/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-06PCI/sysfs: Enable 'boot_vga' attribute via pci_is_vga()Sui Jingfeng1-4/+3
2023-10-06PCI/VGA: Select VGA devices earlierSui Jingfeng1-6/+8
2023-10-06PCI/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-05PCI: endpoint: Use IS_ERR_OR_NULL() helper functionRuan Jinjie1-6/+6
2023-10-05PCI: Make pci_assign_unassigned_resources() non-initRandy Dunlap1-1/+1
2023-10-05PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD deviceVicki Pfau1-3/+5
2023-10-05PCI: cadence: Drop unused member from struct cdns_plat_pcieLi Chen1-5/+0
2023-10-05PCI: Implement custom llseek for sysfs resource entriesValentine Sinitsyn1-1/+25
2023-10-03PCI/P2PDMA: Fix undefined behavior bug in struct pci_p2pdma_pagemapGustavo A. R. Silva1-1/+1
2023-10-03PCI/ACPI: Use acpi_evaluate_dsm_typed()Andy Shevchenko1-6/+7
2023-10-03PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen12-27/+28
2023-10-03PCI: vmd: Correct PCI Header Type Register's multi-function checkIlpo Järvinen1-2/+1
2023-09-29PCI/sysfs: Protect driver's D3cold preference from user spaceLukas Wunner2-5/+2
2023-09-29PCI/PM: Mark devices disconnected if upstream PCIe link is down on resumeMika Westerberg1-1/+13
2023-09-29PCI: of: Destroy changeset when adding PCI device node failsLizhi Hou1-8/+11