aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2021-10-29PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REGMarek Behún1-1/+6
2021-10-29PCI: aardvark: Fix return value of MSI domain .alloc() methodMarek Behún1-1/+1
2021-10-29PCI: pci-bridge-emul: Fix emulation of W1C bitsMarek Behún1-0/+13
2021-10-27PCI: Prefer 'unsigned int' over bare 'unsigned'Krzysztof Wilczyński7-16/+19
2021-10-26PCI: Remove redundant 'rc' initializationColin Ian King1-1/+1
2021-10-25PCI/VPD: Use pci_read_vpd_any() in pci_vpd_size()Heiner Kallweit1-12/+13
2021-10-21PCI: mt7621: Add MediaTek MT7621 PCIe host controller driverSergio Paracuellos3-0/+610
2021-10-21PCI: PM: Fix ordering of operations in pci_back_from_sleep()Rafael J. Wysocki1-1/+6
2021-10-19PCI: Re-enable Downstream Port LTR after reset or hotplugMingchuang Qiao3-3/+41
2021-10-18PCI/sysfs: Explicitly show first MSI IRQ for 'irq'Barry Song1-1/+23
2021-10-18PCI: Remove struct pci_dev->driverUwe Kleine-König1-4/+0
2021-10-18PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König4-37/+45
2021-10-18Merge 5.15-rc6 into driver-core-nextGreg Kroah-Hartman4-17/+26
2021-10-18Merge 5.15-rc6 into staging-nextGreg Kroah-Hartman4-17/+26
2021-10-16Merge tag 'pci-v5.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+12
2021-10-16PCI/ERR: Reduce compile time for CONFIG_PCIEAER=nLukas Wunner3-3/+5
2021-10-15PCI/portdrv: Remove unused pcie_port_bus_{,un}register() declarationsLukas Wunner1-2/+0
2021-10-15PCI/portdrv: Remove unused resume err_handlerLukas Wunner2-27/+0
2021-10-15PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot ResetLukas Wunner5-0/+35
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...Adrian 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...Linus 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/ra...Linus 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/linu...Linus Torvalds1-3/+10
2021-10-07PCI: ACPI: Check parent pointer in acpi_pci_find_companion()Rafael J. Wysocki1-0/+3