Re: [PATCH] Fix PCIe double initialization bug

2007-11-18 Thread Mark Lord
Mark Lord wrote: Rafael J. Wysocki wrote: .. Which kernel is it against? .. This patch is for -mm and for Kristen's queue. Not for 2.6.24. .. Patch was generated against 2.6.24-rc2-git4. .. That is, against 2.6.24-rc2-git4 with the earlier PCIe hotplug patches also already applied, as the

Re: [PATCH] Fix PCIe double initialization bug

2007-11-18 Thread Mark Lord
Rafael J. Wysocki wrote: .. Which kernel is it against? .. This patch is for -mm and for Kristen's queue. Not for 2.6.24. .. Patch was generated against 2.6.24-rc2-git4. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Mo

Re: [PATCH] Fix PCIe double initialization bug

2007-11-18 Thread Rafael J. Wysocki
On Sunday, 18 of November 2007, Mark Lord wrote: > pciehp_fix_double_init_bug.patch: > > Earlier patches to split out the hardware init for PCIe hotplug > resulted in some one-time initializations being redone on every > resume cycle. Eg. irq/polling initialization. > > This patch splits the har

[PATCH] Fix PCIe double initialization bug

2007-11-17 Thread Mark Lord
pciehp_fix_double_init_bug.patch: Earlier patches to split out the hardware init for PCIe hotplug resulted in some one-time initializations being redone on every resume cycle. Eg. irq/polling initialization. This patch splits the hardware init into two parts, and separates the one-time initiali