[linux-yocto] [PATCH 0/7] PCIe Runtime PM for linux-yocto-4.1

Yong, Jonathan jonathan.yong at intel.com
Wed Jun 29 18:03:16 PDT 2016


Hi,

These patches allow Runtime suspend of PCIe bridges, they are
being reviewed upstream. These should go int standard/intel/base.

Imre Deak (1):
  PCI / PM: Tune down retryable runtime suspend error messages

Mika Westerberg (5):
  PCI: Don't clear d3cold_allowed for PCIe ports
  PCI: Put PCIe ports into D3 during suspend
  PCI: Power on bridges before scanning new devices
  ACPI / hotplug / PCI: Runtime resume bridge before rescan
  PCI: Add runtime PM support for PCIe ports

Yu, Ong Hock (1):
  platform:x86 Remove Monitor MWAIT feature dependency

 Documentation/kernel-parameters.txt            |   4 +
 drivers/pci/bus.c                              |   1 +
 drivers/pci/hotplug/acpiphp_glue.c             |   4 +
 drivers/pci/pci-driver.c                       |  21 ++-
 drivers/pci/pci-sysfs.c                        |   5 +
 drivers/pci/pci.c                              | 175 +++++++++++++++++++++++++
 drivers/pci/pci.h                              |  11 ++
 drivers/pci/pcie/portdrv_core.c                |   3 +
 drivers/pci/pcie/portdrv_pci.c                 |  52 +++++++-
 drivers/pci/probe.c                            |  12 ++
 drivers/pci/remove.c                           |   2 +
 drivers/platform/x86/intel_telemetry_debugfs.c |   2 +-
 drivers/platform/x86/intel_telemetry_pltdrv.c  |   2 +-
 drivers/usb/host/xhci-pci.c                    |   2 +-
 include/linux/pci.h                            |   3 +
 15 files changed, 287 insertions(+), 12 deletions(-)

-- 
2.7.3



More information about the linux-yocto mailing list