summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2019-11-28Merge branch 'pci/misc'Bjorn Helgaas
2019-11-28Merge branch 'pci/hotplug'Bjorn Helgaas
2019-11-28Merge branch 'pci/enumeration'Bjorn Helgaas
2019-11-28Merge branch 'pci/aspm'Bjorn Helgaas
2019-11-28Merge branch 'pci/aer'Bjorn Helgaas
2019-11-26PCI: Remove PCI_MSI_IRQ_DOMAIN architecture whitelistPalmer Dabbelt
2019-11-26PCI/MSI: Fix incorrect MSI-X masking on resumeJian-Hong Pan
2019-11-26PCI/MSI: Move power state check out of pci_msi_supported()Bjorn Helgaas
2019-11-26PCI/MSI: Remove unused pci_irq_get_node()Greg Kroah-Hartman
2019-11-26PCI: hv: Avoid a kmemleak false positive caused by the hbus bufferDexuan Cui
2019-11-26PCI: hv: Change pci_protocol_version to per-hbusDexuan Cui
2019-11-26PCI: hv: Add hibernation supportDexuan Cui
2019-11-26PCI: hv: Reorganize the code in preparation of hibernationDexuan Cui
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai
2019-11-21PCI/ASPM: Remove PCIEASPM_DEBUG Kconfig option and related codeHeiner Kallweit
2019-11-21PCI/ASPM: Add sysfs attributes for controlling ASPM link statesHeiner Kallweit
2019-11-21PCI: Fix indentationKrzysztof Kozlowski
2019-11-21PCI: uniphier: Set mode register to host modeKunihiko Hayashi
2019-11-21PCI: Allow building PCIe things without PCIEPORTBUSBjorn Helgaas
2019-11-21PCI: Remove PCIe Kconfig dependencies on PCIBjorn Helgaas
2019-11-21PCI/ASPM: Remove dependency on PCIEPORTBUSBjorn Helgaas
2019-11-21PCI/PTM: Remove dependency on PCIEPORTBUSBjorn Helgaas
2019-11-21PCI/PTM: Remove spurious "d" from granularity messageBjorn Helgaas
2019-11-21PCI: sysfs: Remove unused attribute groupsBen Dooks
2019-11-21PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski
2019-11-21x86/PCI: Correct SPDX comment styleKrzysztof Wilczynski
2019-11-20PCI/PM: Move pci_dev_wait() definition earlierVidya Sagar
2019-11-20PCI/PM: Add missing link delays required by the PCIe specMika Westerberg
2019-11-20PCI/PM: Add pcie_wait_for_link_delay()Mika Westerberg
2019-11-20PCI/PM: Return error when changing power state from D3coldBjorn Helgaas
2019-11-20PCI/PM: Decode D3cold power state correctlyBjorn Helgaas
2019-11-20PCI/PM: Fold __pci_complete_power_transition() into its callerRafael J. Wysocki
2019-11-20PCI/PM: Avoid exporting __pci_complete_power_transition()Rafael J. Wysocki
2019-11-20PCI/PM: Fold __pci_start_power_transition() into its callerRafael J. Wysocki
2019-11-20PCI/PM: Use pci_power_up() in pci_set_power_state()Rafael J. Wysocki
2019-11-20PCI/PM: Move power state update away from pci_power_up()Rafael J. Wysocki
2019-11-20PCI/PM: Remove unused pci_driver.suspend_late() hookBjorn Helgaas
2019-11-20PCI/PM: Remove unused pci_driver.resume_early() hookBjorn Helgaas
2019-11-20PCI/PM: Simplify pci_set_power_state()Bjorn Helgaas
2019-11-20PCI/PM: Expand PM reset messages to mention D3hot (not just D3)Bjorn Helgaas
2019-11-20PCI/PM: Apply D2 delay as milliseconds, not microsecondsBjorn Helgaas
2019-11-20PCI/PM: Use pci_WARN() to include device informationBjorn Helgaas
2019-11-20PCI/PM: Use PCI dev_printk() wrappers for consistencyBjorn Helgaas
2019-11-20PCI/PM: Make power management op coding style consistentBjorn Helgaas
2019-11-20PCI/PM: Run resume fixups before disabling wakeup eventsBjorn Helgaas
2019-11-20PCI/PM: Clear PCIe PME Status even for legacy power managementBjorn Helgaas
2019-11-20PCI/PM: Always return devices to D0 when thawingDexuan Cui
2019-11-20PCI: Fix typosBjorn Helgaas
2019-11-20PCI: rockchip: Make some regulators non-optionalRobin Murphy
2019-11-20PCI: Make devm_of_pci_get_host_bridge_resources() staticRob Herring