public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -v3 0/3] Use PCIe DSN to improve pciehp_resume
@ 2013-07-12  9:32 Yijing Wang
  2013-07-12  9:32 ` [PATCH -v3 1/3] PCI: introduce PCIe Device Serial Number Capability support Yijing Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Yijing Wang @ 2013-07-12  9:32 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: linux-kernel, Don Dutile, Paul Bolle, linux-pci, Rafael,
	Hanjun Guo, jiang.liu, Yijing Wang

v2->v3: add a wrap function pci_dsn_init, fix other typo error and git am error.
		Thanks for Don Dutile and Paul Bolle 's review,comments and test.
v1->v2: Modify pci_get_dsn to pci_device_serial_number,
	    power off slot before remove the old device during resume to avoid
		old .remove() method to touch new hardware.
		Fix other typo and fail check problems.
		Split the list_empty() guard into new patch.
		Thanks for Bjorn's review and comments.

This series applied to Bjorn's pci-next branch.

Yijing Wang (3):
  PCI: introduce PCIe Device Serial Number Capability support
  PCI,pciehp: avoid add a device already exist before suspend during
    resume
  PCI,pciehp: use PCIe DSN to identify device change during suspend

 drivers/pci/hotplug/pciehp_core.c |   55 +++++++++++++++++++++++++++++++++++--
 drivers/pci/pci.c                 |   30 ++++++++++++++++++++
 drivers/pci/pci.h                 |    1 +
 drivers/pci/probe.c               |    2 +
 include/linux/pci.h               |    3 ++
 5 files changed, 88 insertions(+), 3 deletions(-)



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-07-30  4:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-12  9:32 [PATCH -v3 0/3] Use PCIe DSN to improve pciehp_resume Yijing Wang
2013-07-12  9:32 ` [PATCH -v3 1/3] PCI: introduce PCIe Device Serial Number Capability support Yijing Wang
2013-07-12  9:32 ` [PATCH -v3 2/3] PCI,pciehp: avoid add a device already exist before suspend during resume Yijing Wang
2013-07-12  9:32 ` [PATCH -v3 3/3] PCI,pciehp: use PCIe DSN to identify device change during suspend Yijing Wang
2013-07-26  0:17   ` Bjorn Helgaas
2013-07-26  8:25     ` Yijing Wang
2013-07-30  3:46     ` Yijing Wang
2013-07-30  3:58       ` Bjorn Helgaas
2013-07-30  4:06         ` Yijing Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox