Re: [PATCH] pci: check PCI_EXP_FLAGS_SLOT before setting hotplug bridge

2013-11-19 Thread Adam Lee
On Tue, Nov 19, 2013 at 11:08:06AM -0700, Myron Stowe wrote: > On Mon, Nov 18, 2013 at 10:57 PM, Adam Lee wrote: > > On Mon, Nov 18, 2013 at 10:38:17AM -0700, Bjorn Helgaas wrote: > >> [+cc Myron, Amos, Thomas, Ben] > >> > >> On Mon, Nov 18, 2013 at 2:40 AM, Adam Lee wrote: > >> > This patch

Re: [PATCH] pci: check PCI_EXP_FLAGS_SLOT before setting hotplug bridge

2013-11-19 Thread Myron Stowe
On Mon, Nov 18, 2013 at 10:57 PM, Adam Lee wrote: > On Mon, Nov 18, 2013 at 10:38:17AM -0700, Bjorn Helgaas wrote: >> [+cc Myron, Amos, Thomas, Ben] >> >> On Mon, Nov 18, 2013 at 2:40 AM, Adam Lee wrote: >> > This patch adds the PCI_EXP_FLAGS_SLOT check back before setting >> > hotplug bridge,

Re: [PATCH] pci: check PCI_EXP_FLAGS_SLOT before setting hotplug bridge

2013-11-19 Thread Bjorn Helgaas
On Mon, Nov 18, 2013 at 10:57 PM, Adam Lee wrote: > On Mon, Nov 18, 2013 at 10:38:17AM -0700, Bjorn Helgaas wrote: >> [+cc Myron, Amos, Thomas, Ben] >> >> On Mon, Nov 18, 2013 at 2:40 AM, Adam Lee wrote: >> > This patch adds the PCI_EXP_FLAGS_SLOT check back before setting >> > hotplug bridge,

Re: [PATCH] pci: check PCI_EXP_FLAGS_SLOT before setting hotplug bridge

2013-11-19 Thread Bjorn Helgaas
On Mon, Nov 18, 2013 at 10:57 PM, Adam Lee adam@canonical.com wrote: On Mon, Nov 18, 2013 at 10:38:17AM -0700, Bjorn Helgaas wrote: [+cc Myron, Amos, Thomas, Ben] On Mon, Nov 18, 2013 at 2:40 AM, Adam Lee adam@canonical.com wrote: This patch adds the PCI_EXP_FLAGS_SLOT check back

Re: [PATCH] pci: check PCI_EXP_FLAGS_SLOT before setting hotplug bridge

2013-11-19 Thread Myron Stowe
On Mon, Nov 18, 2013 at 10:57 PM, Adam Lee adam@canonical.com wrote: On Mon, Nov 18, 2013 at 10:38:17AM -0700, Bjorn Helgaas wrote: [+cc Myron, Amos, Thomas, Ben] On Mon, Nov 18, 2013 at 2:40 AM, Adam Lee adam@canonical.com wrote: This patch adds the PCI_EXP_FLAGS_SLOT check back

Re: [PATCH] pci: check PCI_EXP_FLAGS_SLOT before setting hotplug bridge

2013-11-19 Thread Adam Lee
On Tue, Nov 19, 2013 at 11:08:06AM -0700, Myron Stowe wrote: On Mon, Nov 18, 2013 at 10:57 PM, Adam Lee adam@canonical.com wrote: On Mon, Nov 18, 2013 at 10:38:17AM -0700, Bjorn Helgaas wrote: [+cc Myron, Amos, Thomas, Ben] On Mon, Nov 18, 2013 at 2:40 AM, Adam Lee

Re: [PATCH] pci: check PCI_EXP_FLAGS_SLOT before setting hotplug bridge

2013-11-18 Thread Adam Lee
On Mon, Nov 18, 2013 at 10:38:17AM -0700, Bjorn Helgaas wrote: > [+cc Myron, Amos, Thomas, Ben] > > On Mon, Nov 18, 2013 at 2:40 AM, Adam Lee wrote: > > This patch adds the PCI_EXP_FLAGS_SLOT check back before setting > > hotplug bridge, which is omitted by an API switching commit, > >

Re: [PATCH] pci: check PCI_EXP_FLAGS_SLOT before setting hotplug bridge

2013-11-18 Thread Bjorn Helgaas
[+cc Myron, Amos, Thomas, Ben] On Mon, Nov 18, 2013 at 2:40 AM, Adam Lee wrote: > This patch adds the PCI_EXP_FLAGS_SLOT check back before setting > hotplug bridge, which is omitted by an API switching commit, > 59875ae489609b2267548dc85160c5f0f0c6f9d4 "PCI/core: Use PCI Express > Capability

[PATCH] pci: check PCI_EXP_FLAGS_SLOT before setting hotplug bridge

2013-11-18 Thread Adam Lee
This patch adds the PCI_EXP_FLAGS_SLOT check back before setting hotplug bridge, which is omitted by an API switching commit, 59875ae489609b2267548dc85160c5f0f0c6f9d4 "PCI/core: Use PCI Express Capability accessors". Some Lenovo laptops hang in booting without this fix. Signed-off-by: Adam Lee

[PATCH] pci: check PCI_EXP_FLAGS_SLOT before setting hotplug bridge

2013-11-18 Thread Adam Lee
This patch adds the PCI_EXP_FLAGS_SLOT check back before setting hotplug bridge, which is omitted by an API switching commit, 59875ae489609b2267548dc85160c5f0f0c6f9d4 PCI/core: Use PCI Express Capability accessors. Some Lenovo laptops hang in booting without this fix. Signed-off-by: Adam Lee

Re: [PATCH] pci: check PCI_EXP_FLAGS_SLOT before setting hotplug bridge

2013-11-18 Thread Bjorn Helgaas
[+cc Myron, Amos, Thomas, Ben] On Mon, Nov 18, 2013 at 2:40 AM, Adam Lee adam@canonical.com wrote: This patch adds the PCI_EXP_FLAGS_SLOT check back before setting hotplug bridge, which is omitted by an API switching commit, 59875ae489609b2267548dc85160c5f0f0c6f9d4 PCI/core: Use PCI

Re: [PATCH] pci: check PCI_EXP_FLAGS_SLOT before setting hotplug bridge

2013-11-18 Thread Adam Lee
On Mon, Nov 18, 2013 at 10:38:17AM -0700, Bjorn Helgaas wrote: [+cc Myron, Amos, Thomas, Ben] On Mon, Nov 18, 2013 at 2:40 AM, Adam Lee adam@canonical.com wrote: This patch adds the PCI_EXP_FLAGS_SLOT check back before setting hotplug bridge, which is omitted by an API switching