summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge branch 'pm-pci'Rafael J. Wysocki4-210/+151
2021-11-02PCI: kirin: Use regmap for APB registersMauro Carvalho Chehab1-23/+26
2021-11-02PCI: kirin: Add support for a PHY layerMauro Carvalho Chehab1-14/+79
2021-11-02PCI: kirin: Reorganize the PHY logic inside the driverMauro Carvalho Chehab1-122/+170
2021-10-29PCI: Add pci_find_dvsec_capability to find designated VSECBen Widawsky1-0/+32
2021-10-29PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridgePali Rohár1-0/+9
2021-10-29PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridgePali Rohár1-0/+27
2021-10-29PCI: aardvark: Set PCI Bridge Class Code to PCI BridgePali Rohár1-0/+20
2021-10-29PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated bridgePali Rohár1-16/+38
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-27PCI: Remove redundant 'rc' initializationColin Ian King1-1/+1
2021-10-26PCI/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-19PCI/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-15PCI: qcom: Switch pcie_1_pipe_clk_src after PHY init in SC7280Prasad Malisetty1-0/+29
2021-10-15PCI: 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-13PCI: cpqphp: Format if-statement code block correctlyKrzysztof Wilczyński1-2/+4
2021-10-13PCI/MSI: Handle msi_populate_sysfs() errors correctlyWang Hai1-6/+12
2021-10-13PCI/ERR: Factor out common dev->driver expressionsBjorn Helgaas1-16/+24
2021-10-13PCI: Drop pci_device_probe() test of !pci_dev->driverUwe Kleine-König1-1/+1
2021-10-13PCI: 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