linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] update device mps
@ 2013-08-14  9:01 Yijing Wang
  2013-08-14  9:01 ` [PATCH v4 1/2] PCI: fix the only slot identification in pcie_find_smpss() Yijing Wang
  2013-08-14  9:01 ` [PATCH v4 2/2] PCI: update device mps when doing pci hotplug Yijing Wang
  0 siblings, 2 replies; 6+ messages in thread
From: Yijing Wang @ 2013-08-14  9:01 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: Jon Mason, linux-pci, Hanjun Guo, jiang.liu, Yijing Wang

v3->v4: Call pcie_bus_update_set() only when pcie_bus_config == PCIE_BUS_TUNE_OFF
        suggested by Jon Mason, try to change parent mps if parent device is
        root port and only one slot connected to it when parent mps > child device
        mpss. Other add a patch to fix a issue in pcie_find_smpss() during use
        "pci=pcie_bus_safe".
v2->v3: Update CC stable tag suggested by Li Zefan.
v1->v2: Update patch log, remove Joe's reported-by, because his problem
        was mainly caused by BIOS incorrect setting. But this patch mainly
        to fix the bug caused by device hot add. Conservatively, this 
        version only update the mps problem when hot add. When the device
        mps < parent mps found, this patch try to update device mps.
        It seems unlikely device mps > parent mps after hot add device.
        So we don't care that situation.

Yijing Wang (2):
  PCI: fix the only slot identification in pcie_find_smpss()
  PCI: update device mps when doing pci hotplug

 drivers/pci/probe.c |   70 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 68 insertions(+), 2 deletions(-)



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

end of thread, other threads:[~2013-08-15  2:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14  9:01 [PATCH v4 0/2] update device mps Yijing Wang
2013-08-14  9:01 ` [PATCH v4 1/2] PCI: fix the only slot identification in pcie_find_smpss() Yijing Wang
2013-08-14 16:41   ` Jon Mason
2013-08-14  9:01 ` [PATCH v4 2/2] PCI: update device mps when doing pci hotplug Yijing Wang
2013-08-14 16:59   ` Jon Mason
2013-08-15  2:01     ` Yijing Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).