Age | Commit message (Expand) | Author | Files | Lines |
2019-11-21 | x86/PCI: Correct SPDX comment style | Krzysztof Wilczynski | 2 | -2/+2 |
2019-11-21 | PCI/PM: Move pci_dev_wait() definition earlier | Vidya Sagar | 1 | -41/+41 |
2019-11-21 | PCI/PM: Add missing link delays required by the PCIe spec | Mika Westerberg | 3 | -7/+133 |
2019-11-21 | PCI/PM: Add pcie_wait_for_link_delay() | Mika Westerberg | 1 | -3/+18 |
2019-11-21 | PCI/PM: Return error when changing power state from D3cold | Bjorn Helgaas | 1 | -0/+6 |
2019-11-21 | PCI/PM: Decode D3cold power state correctly | Bjorn Helgaas | 1 | -7/+10 |
2019-11-21 | PCI/PM: Fold __pci_complete_power_transition() into its caller | Rafael J. Wysocki | 1 | -23/+7 |
2019-11-21 | PCI/PM: Avoid exporting __pci_complete_power_transition() | Rafael J. Wysocki | 1 | -3/+3 |
2019-11-21 | PCI/PM: Fold __pci_start_power_transition() into its caller | Rafael J. Wysocki | 1 | -30/+18 |
2019-11-21 | PCI/PM: Use pci_power_up() in pci_set_power_state() | Rafael J. Wysocki | 2 | -13/+14 |
2019-11-21 | PCI/PM: Move power state update away from pci_power_up() | Rafael J. Wysocki | 2 | -1/+1 |
2019-11-21 | PCI/PM: Remove unused pci_driver.suspend_late() hook | Bjorn Helgaas | 1 | -21/+1 |
2019-11-21 | PCI/PM: Remove unused pci_driver.resume_early() hook | Bjorn Helgaas | 1 | -17/+6 |
2019-11-21 | PCI/PM: Simplify pci_set_power_state() | Bjorn Helgaas | 1 | -2/+2 |
2019-11-21 | PCI/PM: Expand PM reset messages to mention D3hot (not just D3) | Bjorn Helgaas | 1 | -1/+1 |
2019-11-21 | PCI/PM: Apply D2 delay as milliseconds, not microseconds | Bjorn Helgaas | 1 | -1/+1 |
2019-11-21 | PCI/PM: Use pci_WARN() to include device information | Bjorn Helgaas | 1 | -17/+17 |
2019-11-21 | PCI/PM: Use PCI dev_printk() wrappers for consistency | Bjorn Helgaas | 1 | -5/+6 |
2019-11-21 | PCI/PM: Make power management op coding style consistent | Bjorn Helgaas | 1 | -40/+36 |
2019-11-21 | PCI/PM: Run resume fixups before disabling wakeup events | Bjorn Helgaas | 1 | -9/+7 |
2019-11-21 | PCI/PM: Clear PCIe PME Status even for legacy power management | Bjorn Helgaas | 1 | -2/+1 |
2019-11-21 | PCI/PM: Always return devices to D0 when thawing | Dexuan Cui | 1 | -6/+11 |
2019-11-21 | PCI: Fix typos | Bjorn Helgaas | 2 | -3/+2 |
2019-11-20 | PCI: rockchip: Make some regulators non-optional | Robin Murphy | 1 | -44/+25 |
2019-11-20 | PCI: Make devm_of_pci_get_host_bridge_resources() static | Rob Herring | 2 | -21/+1 |
2019-11-20 | PCI: rcar: Use inbound resources for setup | Rob Herring | 1 | -29/+16 |
2019-11-20 | PCI: iproc: Use inbound resources for setup | Rob Herring | 1 | -60/+17 |
2019-11-20 | PCI: xgene: Use inbound resources for setup | Rob Herring | 1 | -22/+11 |
2019-11-20 | PCI: v3-semi: Use inbound resources for setup | Rob Herring | 1 | -22/+16 |
2019-11-20 | PCI: ftpci100: Use inbound resources for setup | Rob Herring | 1 | -17/+10 |
2019-11-20 | PCI: of: Add inbound resource parsing to helpers | Rob Herring | 18 | -25/+87 |
2019-11-20 | PCI: vmd: Add device id for VMD device 8086:9A0B | Jon Derrick | 1 | -0/+2 |
2019-11-20 | PCI: vmd: Add bus 224-255 restriction decode | Jon Derrick | 1 | -8/+22 |
2019-11-15 | PCI: Unify ACS quirk desired vs provided checking | Bjorn Helgaas | 1 | -22/+45 |
2019-11-15 | PCI: Make ACS quirk implementations more uniform | Bjorn Helgaas | 1 | -22/+19 |
2019-11-15 | PCI: Do not use bus number zero from EA capability | Subbaraya Sundeep | 1 | -5/+11 |
2019-11-15 | PCI: Avoid double hpmemsize MMIO window assignment | Nicholas Johnson | 1 | -11/+27 |
2019-11-14 | ACPI / hotplug / PCI: Allocate resources directly under the non-hotplug bridge | Mika Westerberg | 1 | -3/+9 |
2019-11-13 | PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-info | Tyrel Datwyler | 1 | -2/+3 |
2019-11-13 | PCI: rpaphp: Annotate and correctly byte swap DRC properties | Tyrel Datwyler | 1 | -14/+15 |
2019-11-13 | PCI: rpaphp: Add drc-info support for hotplug slot registration | Tyrel Datwyler | 1 | -20/+69 |
2019-11-13 | PCI: rpaphp: Don't rely on firmware feature to imply drc-info support | Tyrel Datwyler | 1 | -1/+1 |
2019-11-13 | PCI: rpaphp: Fix up pointer to first drc-info entry | Tyrel Datwyler | 1 | -0/+2 |
2019-11-13 | PCI: pciehp: Prevent deadlock on disconnect | Mika Westerberg | 4 | -19/+61 |
2019-11-13 | PCI: pciehp: Do not disable interrupt twice on suspend | Mika Westerberg | 1 | -2/+23 |
2019-11-12 | PCI: rcar: Fix missing MACCTLR register setting in initialization sequence | Yoshihiro Shimoda | 1 | -0/+6 |
2019-11-12 | PCI: pciehp: Refactor infinite loop in pcie_poll_cmd() | Andy Shevchenko | 1 | -4/+2 |
2019-11-12 | PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3 | George Cherian | 1 | -7/+13 |
2019-11-11 | PCI: cadence: Move all files to per-device cadence directory | Tom Joseph | 9 | -47/+52 |
2019-11-11 | PCI: cadence: Refactor driver to use as a core library | Tom Joseph | 6 | -187/+287 |