summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'pci/host-hisi' into nextBjorn Helgaas2017-11-143-0/+481
| |\ \ \ \
| | * | | | PCI: hisi: Add HiSilicon STB SoC PCIe controller driverJianguo Sun2017-10-243-0/+481
| | |/ / /
| * | | | Merge branch 'pci/host-generic' into nextBjorn Helgaas2017-11-141-0/+43
| |\ \ \ \
| | * | | | PCI: generic: Add support for Synopsys DesignWare RC in ECAM modeArd Biesheuvel2017-10-061-0/+43
| | |/ / /
| * | | | Merge branch 'pci/host-faraday' into nextBjorn Helgaas2017-11-141-1/+1
| |\ \ \ \
| | * | | | PCI: faraday: Fix wrong pointer passed to PTR_ERR()Wei Yongjun2017-10-201-1/+1
| | |/ / /
| * | | | Merge branch 'pci/host-dra7xx' into nextBjorn Helgaas2017-11-141-0/+17
| |\ \ \ \
| | * | | | PCI: dra7xx: Add shutdown handler to cleanly turn off clocksKeerthy2017-10-111-0/+17
| | |/ / /
| * | | | Merge branch 'pci/host-altera' into nextBjorn Helgaas2017-11-141-4/+4
| |\ \ \ \
| | * | | | PCI: altera: Rename altera_pcie_link_is_up() to altera_pcie_link_up()Bjorn Helgaas2017-11-091-4/+4
| | |/ / /
| * | | | Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-11-147-59/+89
| |\ \ \ \
| | * | | | PCI: Document reset method return valuesBjorn Helgaas2017-10-251-0/+8
| | * | | | PCI: Detach driver before procfs & sysfs teardown on device removeAlex Williamson2017-10-251-1/+1
| | * | | | PCI: Apply Cavium ThunderX ACS quirk to more Root PortsVadim Lomovtsev2017-10-191-1/+14
| | * | | | PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UFVadim Lomovtsev2017-10-191-5/+7
| | * | | | PCI: Restore ARI Capable Hierarchy before setting numVFsTony Nguyen2017-10-101-0/+8
| | * | | | PCI: Create SR-IOV virtfn/physfn links before attaching driverStuart Hayes2017-10-101-1/+2
| | * | | | PCI: Expose SR-IOV offset, stride, and VF device ID via sysfsFilippo Sironi2017-10-101-0/+33
| | * | | | PCI: Cache the VF device ID in the SR-IOV structureFilippo Sironi2017-10-052-2/+4
| | * | | | PCI: Add Kconfig PCI_IOV dependency for PCI_REALLOC_ENABLE_AUTOSascha El-Sharkawy2017-10-051-4/+4
| | * | | | PCI: Remove unused function __pci_reset_function()Jan H. Schönherr2017-10-051-32/+3
| | * | | | PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()Jan H. Schönherr2017-10-051-13/+5
| | |/ / /
| * | | | Merge branch 'pci/switchtec' into nextBjorn Helgaas2017-11-141-1/+1
| |\ \ \ \
| | * | | | switchtec: Make struct event_regs staticColin Ian King2017-10-051-1/+1
| | |/ / /
| * | | | Merge branch 'pci/resource' into nextBjorn Helgaas2017-11-145-15/+286
| |\ \ \ \
| | * | | | PCI: Fail pci_map_rom() if the option ROM is invalidChangbin Du2017-11-081-0/+5
| | * | | | PCI: Move pci_map_rom() error pathChangbin Du2017-11-081-6/+8
| | * | | | PCI: Add pci_resize_resource() for resizing BARsChristian König2017-10-252-0/+156
| | * | | | PCI: Add resizable BAR infrastructureChristian König2017-10-242-0/+109
| | * | | | PCI: Add PCI resource type mask #defineChristian König2017-10-241-9/+8
| | |/ / /
| * | | | Merge branch 'pci/portdrv' into nextBjorn Helgaas2017-11-141-0/+1
| |\ \ \ \
| | * | | | PCI/portdrv: Turn off PCIe services during shutdownSinan Kaya2017-11-061-0/+1
| | |/ / /
| * | | | Merge branch 'pci/msi' into nextBjorn Helgaas2017-11-141-96/+75
| |\ \ \ \
| | * | | | PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocationBjorn Helgaas2017-10-211-10/+20
| | * | | | PCI/portdrv: Factor out Interrupt Message Number lookupBjorn Helgaas2017-10-201-48/+62
| | * | | | PCI/portdrv: Consolidate commentsBjorn Helgaas2017-10-201-54/+9
| | * | | | PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masksDongdong Liu2017-10-191-2/+2
| | |/ / /
| * | | | Merge branch 'pci/misc' into nextBjorn Helgaas2017-11-145-4/+16
| |\ \ \ \
| | * | | | PCI: Fix kernel-doc build warningRandy Dunlap2017-11-081-1/+1
| | * | | | PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap2017-11-071-0/+9
| | * | | | PCI/PME: Handle invalid data when reading Root StatusQiang2017-11-071-1/+4
| | * | | | PCI: Constify pci_dev_type structureBhumika Goyal2017-10-052-2/+2
| | |/ / /
| * | | | Merge branch 'pci/hotplug' into nextBjorn Helgaas2017-11-1415-113/+413
| |\ \ \ \
| | * | | | PCI: pciehp: Do not clear Presence Detect Changed during initializationMika Westerberg2017-11-061-3/+8
| | * | | | PCI: pciehp: Fix race condition handling surprise link downMika Westerberg2017-11-063-5/+10
| | * | | | PCI: Distribute available resources to hotplug-capable bridgesMika Westerberg2017-11-061-0/+177
| | * | | | PCI: Distribute available buses to hotplug-capable bridgesMika Westerberg2017-11-061-18/+138
| | * | | | PCI: Do not allocate more buses than available in parentMika Westerberg2017-11-061-1/+6
| | * | | | PCI: Open-code the two pass loop when scanning bridgesMika Westerberg2017-11-061-7/+20
| | * | | | PCI: Move pci_hp_add_bridge() to drivers/pci/probe.cMika Westerberg2017-11-063-32/+23