aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-15PCI/portdrv: Rename pm_iter() to pcie_port_device_iter()Lukas Wunner2-10/+11
2021-10-15xen/pcifront: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-2/+2
2021-10-15xen/pcifront: Drop pcifront_common_process() tests of pcidev, pdrvUwe Kleine-König1-35/+17
2021-10-15PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operationKunihiko Hayashi1-16/+10
2021-10-15PCI: qcom: Add sc8180x compatibleBjorn Andersson1-0/+1
2021-10-14PCI: qcom: Switch pcie_1_pipe_clk_src after PHY init in SC7280Prasad Malisetty1-0/+29
2021-10-14PCI: qcom: Replace ops with struct pcie_cfg in pcie match dataPrasad Malisetty1-11/+55
2021-10-14PCI/switchtec: Add check of event supportLogan Gunthorpe1-1/+7
2021-10-14PCI/switchtec: Replace ENOTSUPP with EOPNOTSUPPKelvin Cao1-4/+4
2021-10-14PCI/switchtec: Update the way of getting management VEP instance IDKelvin Cao1-3/+3
2021-10-14PCI/switchtec: Fix a MRPC error status handling issueKelvin Cao1-2/+4
2021-10-14PCI/switchtec: Error out MRPC execution when MMIO reads failKelvin Cao1-7/+60
2021-10-13PCI: vmd: depend on !UMLJohannes Berg1-1/+1
2021-10-12PCI: cpqphp: Format if-statement code block correctlyKrzysztof Wilczyński1-2/+4
2021-10-12PCI/MSI: Handle msi_populate_sysfs() errors correctlyWang Hai1-6/+12
2021-10-12PCI/ERR: Factor out common dev->driver expressionsBjorn Helgaas1-16/+24
2021-10-12PCI: Drop pci_device_probe() test of !pci_dev->driverUwe Kleine-König1-1/+1
2021-10-12PCI: Drop pci_device_remove() test of pci_dev->driverUwe Kleine-König1-9/+7
2021-10-12PCI: Use unsigned to match sscanf("%x") in pci_dev_str_match_path()Krzysztof Wilczyński1-1/+1
2021-10-12PCI: hv: Remove unnecessary use of %hxKrzysztof Wilczyński1-2/+2
2021-10-12PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is enabled by IOMMUAdrian Huang1-1/+3
2021-10-12PCI: dwc: Perform host_init() before registering msiBjorn Andersson1-9/+10
2021-10-11PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driverManivannan Sadhasivam4-0/+735
2021-10-11PCI/VPD: Add pci_read/write_vpd_any()Heiner Kallweit1-22/+50
2021-10-08Merge tag 's390-5.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-8/+1
2021-10-08PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński12-15/+15
2021-10-08Merge tag 'acpi-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+3
2021-10-08PCI: rcar-host: Remove unneeded includesGeert Uytterhoeven1-2/+0
2021-10-08PCI: rcar-ep: Remove unneeded includesGeert Uytterhoeven1-4/+1
2021-10-07Merge tag 'hyperv-fixes-signed-20211007' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-3/+10
2021-10-07PCI: ACPI: Check parent pointer in acpi_pci_find_companion()Rafael J. Wysocki1-0/+3
2021-10-07PCI: vmd: Assign a number to each VMD controllerChunguang Xu1-8/+33
2021-10-07PCI: visconti: Remove surplus dev_err() when using platform_get_irq_byname()Krzysztof Wilczyński1-4/+1
2021-10-07PCI: dwc: Clean up Kconfig dependencies (PCIE_DW_EP)Andy Shevchenko1-2/+1
2021-10-07PCI: dwc: Clean up Kconfig dependencies (PCIE_DW_HOST)Andy Shevchenko1-5/+4
2021-10-07PCI: aardvark: Fix reporting Data Link Layer Link ActivePali Rohár1-1/+28
2021-10-07PCI: aardvark: Fix checking for link up via LTSSM statePali Rohár1-6/+70
2021-10-07PCI: aardvark: Fix link trainingPali Rohár1-83/+34
2021-10-07PCI: aardvark: Simplify initialization of rootcap on virtual bridgePali Rohár1-10/+4
2021-10-07PCI: aardvark: Implement re-issuing config requests on CRS responsePali Rohár1-24/+43
2021-10-07PCI: aardvark: Deduplicate code in advk_pcie_rd_conf()Marek Behún1-28/+20
2021-10-07PCI: aardvark: Do not unmask unused interruptsPali Rohár1-3/+3
2021-10-07PCI: aardvark: Do not clear status bits of masked interruptsPali Rohár1-6/+0
2021-10-07PCI: aardvark: Fix configuring Reference clockPali Rohár1-1/+8
2021-10-07PCI: aardvark: Fix preserving PCI_EXP_RTCTL_CRSSVE flag on emulated bridgePali Rohár1-0/+1
2021-10-07PCI: aardvark: Don't spam about PIO Response StatusMarek Behún1-1/+1
2021-10-07PCI: aardvark: Fix PCIe Max Payload Size settingPali Rohár1-1/+2
2021-10-05PCI/sysfs: use NUMA_NO_NODE macroMax Gurtovoy1-2/+4
2021-10-05PCI: PM: Do not call platform_pci_power_manageable() unnecessarilyRafael J. Wysocki1-11/+5
2021-10-05PCI: PM: Make pci_choose_state() call pci_target_state()Rafael J. Wysocki2-41/+16