aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'pci/portdrv' into nextBjorn Helgaas1-0/+1
2017-11-14Merge branch 'pci/msi' into nextBjorn Helgaas1-96/+75
2017-11-14Merge branch 'pci/misc' into nextBjorn Helgaas5-4/+16
2017-11-14Merge branch 'pci/hotplug' into nextBjorn Helgaas15-113/+413
2017-11-14Merge branch 'pci/aspm' into nextBjorn Helgaas1-18/+28
2017-11-14Merge branch 'pci/aer' into nextBjorn Helgaas1-1/+8
2017-11-14PCI/ASPM: Add L1 Substates definitionsBjorn Helgaas1-14/+20
2017-11-14PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLDBjorn Helgaas1-1/+1
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+16
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-44/+93
2017-11-13PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_TimeBjorn Helgaas1-1/+1
2017-11-13Merge branch 'pm-core'Rafael J. Wysocki2-37/+90
2017-11-13Merge branches 'pm-pci', 'pm-avs' and 'pm-docs'Rafael J. Wysocki1-7/+3
2017-11-09PCI: xgene: Rename xgene_pcie_probe_bridge() to xgene_pcie_probe()Bjorn Helgaas1-2/+2
2017-11-09PCI: xilinx: Rename xilinx_pcie_link_is_up() to xilinx_pcie_link_up()Bjorn Helgaas1-3/+3
2017-11-09PCI: altera: Rename altera_pcie_link_is_up() to altera_pcie_link_up()Bjorn Helgaas1-4/+4
2017-11-08PCI: Fix kernel-doc build warningRandy Dunlap1-1/+1
2017-11-08PCI: Fail pci_map_rom() if the option ROM is invalidChangbin Du1-0/+5
2017-11-08PCI: Move pci_map_rom() error pathChangbin Du1-6/+8
2017-11-07PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap1-0/+9
2017-11-07PCI/PME: Handle invalid data when reading Root StatusQiang1-1/+4
2017-11-07PCI: hv: Use effective affinity maskDexuan Cui1-3/+5
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar25-16/+31
2017-11-06PCI: pciehp: Do not clear Presence Detect Changed during initializationMika Westerberg1-3/+8
2017-11-06PCI: pciehp: Fix race condition handling surprise link downMika Westerberg3-5/+10
2017-11-06PCI: Distribute available resources to hotplug-capable bridgesMika Westerberg1-0/+177
2017-11-06PCI: Distribute available buses to hotplug-capable bridgesMika Westerberg1-18/+138
2017-11-06PCI: Do not allocate more buses than available in parentMika Westerberg1-1/+6
2017-11-06PCI: Open-code the two pass loop when scanning bridgesMika Westerberg1-7/+20
2017-11-06PCI: Move pci_hp_add_bridge() to drivers/pci/probe.cMika Westerberg3-32/+23
2017-11-06PCI: Add for_each_pci_bridge() helperAndy Shevchenko6-29/+17
2017-11-06PCI: shpchp: Convert timers to use timer_setup()Kees Cook1-6/+3
2017-11-06PCI: cpqphp: Convert timers to use timer_setup()Kees Cook3-12/+12
2017-11-06PCI: pciehp: Convert timers to use timer_setup()Kees Cook1-8/+4
2017-11-06PCI: ibmphp: Use common error handling code in unconfigure_boot_device()Markus Elfring1-8/+11
2017-11-06PCI/portdrv: Turn off PCIe services during shutdownSinan Kaya1-0/+1
2017-11-06PCI / PM: Take SMART_SUSPEND driver flag into accountRafael J. Wysocki1-17/+86
2017-11-06PCI / PM: Drop unnecessary invocations of pcibios_pm_ops callbacksRafael J. Wysocki1-18/+0
2017-11-06PCI / PM: Use the NEVER_SKIP driver flagRafael J. Wysocki1-2/+1
2017-11-06PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsRafael J. Wysocki1-1/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman23-0/+23
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+3
2017-10-27Merge tag 'phy-for-4.15_v1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman1-0/+16
2017-10-25PCI: Document reset method return valuesBjorn Helgaas1-0/+8
2017-10-25PCI: Add pci_resize_resource() for resizing BARsChristian König2-0/+156
2017-10-25PCI: Detach driver before procfs & sysfs teardown on device removeAlex Williamson1-1/+1
2017-10-24PCI: hisi: Add HiSilicon STB SoC PCIe controller driverJianguo Sun3-0/+481
2017-10-24PCI: Add resizable BAR infrastructureChristian König2-0/+109
2017-10-24PCI: Add PCI resource type mask #defineChristian König1-9/+8
2017-10-23PCI: dra7xx: Create functional dependency between PCIe and PHYKishon Vijay Abraham I1-0/+16