summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'pci/misc'Bjorn Helgaas2021-11-0523-52/+57
| |\ \ \
| | * | | PCI: vmd: Drop redundant includes of <asm/device.h>, <asm/msi.h>Krzysztof Wilczyński2021-11-041-2/+0
| | * | | PCI: cpqphp: Use <linux/io.h> instead of <asm/io.h>Krzysztof Wilczyński2021-11-021-1/+1
| | * | | PCI: Prefer 'unsigned int' over bare 'unsigned'Krzysztof Wilczyński2021-10-277-16/+19
| | * | | PCI: Remove redundant 'rc' initializationColin Ian King2021-10-261-1/+1
| | * | | PCI: cpqphp: Format if-statement code block correctlyKrzysztof Wilczyński2021-10-121-2/+4
| | * | | PCI: Use unsigned to match sscanf("%x") in pci_dev_str_match_path()Krzysztof Wilczyński2021-10-121-1/+1
| | * | | PCI: hv: Remove unnecessary use of %hxKrzysztof Wilczyński2021-10-121-2/+2
| | * | | PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński2021-10-0812-15/+15
| | * | | PCI: Tidy commentsPranay Sanghai2021-09-281-12/+14
| | |/ /
| * | | Merge branch 'pci/vpd'Bjorn Helgaas2021-11-051-32/+61
| |\ \ \
| | * | | PCI/VPD: Use pci_read_vpd_any() in pci_vpd_size()Heiner Kallweit2021-10-251-12/+13
| | * | | PCI/VPD: Add pci_read/write_vpd_any()Heiner Kallweit2021-10-111-22/+50
| | |/ /
| * | | Merge branch 'pci/virtualization'Bjorn Helgaas2021-11-051-0/+56
| |\ \ \
| | * | | PCI: Add ACS quirk for Pericom PI7C9X2G switchesNathan Rossi2021-11-051-0/+55
| | * | | PCI: Mark Atheros QCA6174 to avoid bus resetIngmar Klein2021-09-201-0/+1
| | |/ /
| * | | Merge branch 'pci/sysfs'Bjorn Helgaas2021-11-056-62/+42
| |\ \ \
| | * | | PCI: Use kstrtobool() directly, sans strtobool() wrapperKrzysztof Wilczyński2021-09-282-5/+5
| | * | | PCI/sysfs: Return -EINVAL consistently from "store" functionsKrzysztof Wilczyński2021-09-284-54/+33
| | * | | PCI/sysfs: Check CAP_SYS_ADMIN before parsing user inputKrzysztof Wilczyński2021-09-281-7/+8
| | |/ /
| * | | Merge branch 'pci/switchtec'Bjorn Helgaas2021-11-051-17/+78
| |\ \ \
| | * | | PCI/switchtec: Add check of event supportLogan Gunthorpe2021-10-141-1/+7
| | * | | PCI/switchtec: Replace ENOTSUPP with EOPNOTSUPPKelvin Cao2021-10-141-4/+4
| | * | | PCI/switchtec: Update the way of getting management VEP instance IDKelvin Cao2021-10-141-3/+3
| | * | | PCI/switchtec: Fix a MRPC error status handling issueKelvin Cao2021-10-141-2/+4
| | * | | PCI/switchtec: Error out MRPC execution when MMIO reads failKelvin Cao2021-10-141-7/+60
| | |/ /
| * | | Merge branch 'pci/resource'Bjorn Helgaas2021-11-051-4/+27
| |\ \ \
| | * | | PCI: Coalesce host bridge contiguous aperturesKai-Heng Feng2021-09-291-4/+27
| | |/ /
| * | | Merge branch 'pci/portdrv'Bjorn Helgaas2021-11-051-17/+30
| |\ \ \
| | * | | PCI/portdrv: Do not setup up IRQs if there are no usersJan Kiszka2021-09-201-17/+30
| | |/ /
| * | | Merge branch 'pci/p2pdma'Bjorn Helgaas2021-11-051-1/+1
| |\ \ \
| | * | | PCI/P2PDMA: Apply bus offset correctly in DMA address calculationWang Lu2021-09-201-1/+1
| | |/ /
| * | | Merge branch 'pci/msi'Bjorn Helgaas2021-11-051-1/+23
| |\ \ \
| | * | | PCI/sysfs: Explicitly show first MSI IRQ for 'irq'Barry Song2021-10-181-1/+23
| | |/ /
| * | | Merge branch 'pci/hotplug'Bjorn Helgaas2021-11-059-41/+50
| |\ \ \
| | * | | PCI/ERR: Reduce compile time for CONFIG_PCIEAER=nLukas Wunner2021-10-163-3/+5
| | * | | PCI/portdrv: Remove unused pcie_port_bus_{,un}register() declarationsLukas Wunner2021-10-151-2/+0
| | * | | PCI/portdrv: Remove unused resume err_handlerLukas Wunner2021-10-152-27/+0
| | * | | PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot ResetLukas Wunner2021-10-155-0/+35
| | * | | PCI/portdrv: Rename pm_iter() to pcie_port_device_iter()Lukas Wunner2021-10-152-10/+11
| | |/ /
| * | | Merge branch 'pci/driver'Bjorn Helgaas2021-11-055-100/+92
| |\ \ \
| | * | | PCI: Remove struct pci_dev->driverUwe Kleine-König2021-10-181-4/+0
| | * | | PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-184-37/+45
| | * | | xen/pcifront: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-151-2/+2
| | * | | xen/pcifront: Drop pcifront_common_process() tests of pcidev, pdrvUwe Kleine-König2021-10-151-35/+17
| | * | | PCI/ERR: Factor out common dev->driver expressionsBjorn Helgaas2021-10-121-16/+24
| | * | | PCI: Drop pci_device_probe() test of !pci_dev->driverUwe Kleine-König2021-10-121-1/+1
| | * | | PCI: Drop pci_device_remove() test of pci_dev->driverUwe Kleine-König2021-10-121-9/+7
| | |/ /
| * | | Merge branch 'pci/enumeration'Bjorn Helgaas2021-11-052-4/+12
| |\ \ \
| | * | | PCI: Do not enable AtomicOps on VFsSelvin Xavier2021-11-041-0/+8