Re: [PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds

2013-07-25 Thread Rafael J. Wysocki
On Thursday, July 25, 2013 06:25:06 AM Yinghai Lu wrote: > On Wed, Jul 24, 2013 at 5:58 AM, Rafael J. Wysocki wrote: > > On Tuesday, July 23, 2013 07:20:53 PM Yinghai Lu wrote: > >> On Tue, Jul 23, 2013 at 2:39 PM, Rafael J. Wysocki wrote: > > > > [...] > > > >> [ 102.631369] pci_host_bridge pci

Re: [PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds

2013-07-25 Thread Yinghai Lu
On Wed, Jul 24, 2013 at 5:58 AM, Rafael J. Wysocki wrote: > On Tuesday, July 23, 2013 07:20:53 PM Yinghai Lu wrote: >> On Tue, Jul 23, 2013 at 2:39 PM, Rafael J. Wysocki wrote: > > [...] > >> [ 102.631369] pci_host_bridge pci:00: freeing pci_host_bridge info > > By the way this looks fishy:

Re: [PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds

2013-07-24 Thread Rafael J. Wysocki
On Wednesday, July 24, 2013 10:06:01 AM Bjorn Helgaas wrote: > On Wed, Jul 24, 2013 at 6:58 AM, Rafael J. Wysocki wrote: > > On Tuesday, July 23, 2013 07:20:53 PM Yinghai Lu wrote: > >> On Tue, Jul 23, 2013 at 2:39 PM, Rafael J. Wysocki wrote: > > > > [...] > > > >> [ 102.631369] pci_host_bridge

Re: [PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds

2013-07-24 Thread Bjorn Helgaas
On Wed, Jul 24, 2013 at 6:58 AM, Rafael J. Wysocki wrote: > On Tuesday, July 23, 2013 07:20:53 PM Yinghai Lu wrote: >> On Tue, Jul 23, 2013 at 2:39 PM, Rafael J. Wysocki wrote: > > [...] > >> [ 102.631369] pci_host_bridge pci:00: freeing pci_host_bridge info > > By the way this looks fishy:

Re: [PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds

2013-07-24 Thread Rafael J. Wysocki
On Tuesday, July 23, 2013 07:20:53 PM Yinghai Lu wrote: > On Tue, Jul 23, 2013 at 2:39 PM, Rafael J. Wysocki wrote: [...] > [ 102.631369] pci_host_bridge pci:00: freeing pci_host_bridge info By the way this looks fishy: > [ 102.633091] ACPI: Device does not support D3cold > [ 102.633915

Re: [PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds

2013-07-24 Thread Rafael J. Wysocki
On Tuesday, July 23, 2013 07:20:53 PM Yinghai Lu wrote: > On Tue, Jul 23, 2013 at 2:39 PM, Rafael J. Wysocki wrote: > > > > Ugh, stupid bug, sorry about it. We try to unregister something that may > > have > > not been registered. > > > > Can you please check if the appended patch helps (on top

Re: [PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds

2013-07-23 Thread Yinghai Lu
On Tue, Jul 23, 2013 at 2:39 PM, Rafael J. Wysocki wrote: > > Ugh, stupid bug, sorry about it. We try to unregister something that may have > not been registered. > > Can you please check if the appended patch helps (on top of > linux-pm.git/linux-next)? > > Rafael > > > --- > drivers/pci/hotplu

Re: [PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds

2013-07-23 Thread Rafael J. Wysocki
On Monday, July 22, 2013 11:49:45 PM Yinghai Lu wrote: > On Wed, Jul 17, 2013 at 4:05 PM, Rafael J. Wysocki wrote: > > Hi All, > > > > Now the series has been rebased on top of current linux-pm.git/linux-next > > and tested on two systems with Thunderbolt. Some changes have been made > > too. ->

Re: [PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds

2013-07-22 Thread Yinghai Lu
On Wed, Jul 17, 2013 at 4:05 PM, Rafael J. Wysocki wrote: > Hi All, > > Now the series has been rebased on top of current linux-pm.git/linux-next > and tested on two systems with Thunderbolt. Some changes have been made too. > -> > > On Friday, July 12, 2013 01:34:20 AM Rafael J. Wysocki wrote:

[PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds

2013-07-17 Thread Rafael J. Wysocki
Hi All, Now the series has been rebased on top of current linux-pm.git/linux-next and tested on two systems with Thunderbolt. Some changes have been made too. -> On Friday, July 12, 2013 01:34:20 AM Rafael J. Wysocki wrote: > Hi, > > I've made some progress with my ACPIPHP rework since I posted

Re: [RFC][PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds

2013-07-12 Thread Rafael J. Wysocki
On Friday, July 12, 2013 04:18:50 PM Mika Westerberg wrote: > On Fri, Jul 12, 2013 at 01:34:20AM +0200, Rafael J. Wysocki wrote: > > Hi, > > > > I've made some progress with my ACPIPHP rework since I posted the series > > last > > time and here goes an update. > > > > First off, the previous ser

Re: [RFC][PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds

2013-07-12 Thread Mika Westerberg
On Fri, Jul 12, 2013 at 01:34:20AM +0200, Rafael J. Wysocki wrote: > Hi, > > I've made some progress with my ACPIPHP rework since I posted the series last > time and here goes an update. > > First off, the previous series was somewhat racy, which should be fixed now. > Apart from this there's qui

[RFC][PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds

2013-07-11 Thread Rafael J. Wysocki
Hi, I've made some progress with my ACPIPHP rework since I posted the series last time and here goes an update. First off, the previous series was somewhat racy, which should be fixed now. Apart from this there's quite some new material on top of the patches I posted last time (or rather on top o