summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lorenzo/pci/dwc'Bjorn Helgaas2018-06-061-0/+40
|\
| * PCI: Move private DT related functions into private headerRob Herring2018-05-141-0/+40
* | PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep2018-06-021-1/+1
* | PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep2018-05-171-0/+4
* | PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep2018-05-171-0/+1
|/
* Merge branch 'pci/vpd'Bjorn Helgaas2018-04-041-17/+2
|\
| * PCI/VPD: Move VPD structures to vpd.cBjorn Helgaas2018-03-191-17/+0
| * PCI/VPD: Move VPD sysfs code to vpd.cBjorn Helgaas2018-03-191-0/+2
* | Merge branch 'pci/virtualization'Bjorn Helgaas2018-04-041-0/+4
|\ \
| * | PCI/IOV: Use VF0 cached config registers for other VFsKarimAllah Ahmed2018-03-311-0/+4
| |/
* | Merge branch 'pci/portdrv'Bjorn Helgaas2018-04-041-0/+1
|\ \
| * | PCI/PM: Move pcie_clear_root_pme_status() to coreBjorn Helgaas2018-03-121-0/+1
| |/
* | PCI: Add pcie_bandwidth_capable() to compute max supported link bandwidthTal Gilboa2018-03-301-0/+10
* | PCI: Add pcie_get_width_cap() to find max supported link widthTal Gilboa2018-03-301-0/+1
* | PCI: Add pcie_get_speed_cap() to find max supported link speedTal Gilboa2018-03-301-0/+10
|/
* Merge branch 'pci/trivial' into nextBjorn Helgaas2018-01-311-27/+27
|\
| * PCI: Clean up whitespace in linux/pci.h, pci/pci.hBjorn Helgaas2017-12-181-27/+27
* | PCI/ASPM: Unexport internal ASPM interfacesBjorn Helgaas2017-12-181-0/+20
|/
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+10
|\
| * Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-11-141-0/+1
| |\
| | * PCI: Cache the VF device ID in the SR-IOV structureFilippo Sironi2017-10-051-0/+1
| * | Merge branch 'pci/resource' into nextBjorn Helgaas2017-11-141-0/+8
| |\ \
| | * | PCI: Add resizable BAR infrastructureChristian König2017-10-241-0/+8
| | |/
| * / PCI: Constify pci_dev_type structureBhumika Goyal2017-10-051-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* PCI: Mark Broadcom HT2100 Root Port Extended Tags as brokenSinan Kaya2017-07-311-0/+1
* Merge branch 'pm-pci'Rafael J. Wysocki2017-07-141-0/+1
|\
| * PCI / PM: Restore PME Enable after config space restorationRafael J. Wysocki2017-07-121-0/+1
* | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-1/+0
|\ \ | |/ |/|
| * PCI: Protect pci_driver->sriov_configure() usage with device_lock()Jakub Kicinski2017-06-141-1/+0
* | PCI / PM: Simplify device wakeup settings codeRafael J. Wysocki2017-06-281-7/+2
|/
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-2/+17
|\
| * Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-04-281-0/+1
| |\
| | * PCI: Add sysfs sriov_drivers_autoprobe to control VF driver bindingBodong Wang2017-04-201-0/+1
| * | Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2017-04-281-2/+2
| |\ \
| | * | PCI: Add pci_mmap_resource_range() and use it for ARM64David Woodhouse2017-04-201-2/+2
| | |/
| * / PCI: Add device disconnected stateKeith Busch2017-03-291-0/+14
| |/
* / PCI: Recognize Thunderbolt devicesLukas Wunner2017-03-301-0/+2
|/
* PCI: Lock each enable/disable num_vfs operation in sysfsEmil Tantilov2017-02-031-1/+1
* Merge branch 'pci/virtualization' into nextBjorn Helgaas2016-12-121-6/+1
|\
| * PCI: Remove pci_resource_bar() and pci_iov_resource_bar()Bjorn Helgaas2016-11-291-6/+0
| * PCI: Separate VF BAR updates from standard BAR updatesBjorn Helgaas2016-11-291-0/+1
* | Merge branch 'pci/pm' into nextBjorn Helgaas2016-12-121-2/+2
|\ \
| * | PCI: Activate runtime PM on a PCIe port only if it can suspendLukas Wunner2016-11-171-0/+1
| * | PCI: Autosense device removal in pci_bridge_d3_update()Lukas Wunner2016-11-171-2/+1
| |/
* | Merge branch 'pci/misc' into nextBjorn Helgaas2016-12-121-3/+0
|\ \
| * | PCI: Move config space size macros to pci_regs.hWang Sheng-Hui2016-12-121-3/+0
| |/
* / PCI/ACPI: Provide acpi_get_rc_resources() for ARM64 platformDongdong Liu2016-12-061-0/+5
|/
* Merge branch 'pci/pm' into nextBjorn Helgaas2016-10-031-0/+3
|\
| * PCI: Query platform firmware for device power stateLukas Wunner2016-09-281-0/+3