On Tue, Jun 9, 2015 at 4:43 PM, Roland Dreier <rol...@purestorage.com> wrote: > I understand that the change here fixed another regression, but I'm > wondering if there's a way to make everyone happy here? I can provide > debugging info from my system as required...
Maybe sent my mail too quickly, as I have some thoughts after looking at the code. >From the link order, drivers/acpi init wll be called before drivers/pnp init, right? In my case, the acpi resources ("ACPI PM1a_EVT_BLK") etc are under a pnp bus. But if acpi requests the resources first, then pnp can't request the enclosing range. Is the right fix to make sure the pnp init happens before acpi requests resources? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/