My MacMini (Intel Core Duo, EFI mode) doesn't come out of suspend to ram with current git. This was working great with 2.6.20. A long bisection phase[1] brought me to that old commit:
Commit c5a7156959e89b32260ad6072bbf5077bcdfbeee Author: Bob Moore <[EMAIL PROTECTED]> 2007-02-02 17:48:19 Committer: Len Brown <[EMAIL PROTECTED]> 2007-02-03 03:14:22 ACPICA: Disable all wake GPEs after first one recieved Change for GPE support: when a wake GPE is received, now all wake GPEs are immediately disabled to prevent the waking GPE from firing again, and to prevent other wake GPEs from interrupting the wake process. Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]> Signed-off-by: Len Brown <[EMAIL PROTECTED]> This commit prevents the box to come out of sleep. Unfortunately, simply reverting from current master produces a conflict. If I resolve the conflict by hand the kernel won't come out of sleep either :-( Looking at Adrian's regression lists, it seems a lot of other things could produce the failures to resume... but that's a starting point. Do the ACPI guys have an idea how this patch breaks my system? I'll happily provide more info if needed. Fred. [1]: The ACPICA merge is based on 2.6.20-rc7 and not 2.6.20, thus I had to bisect it by cherry-picking 40c373cc3af9720d1cec0e32c3da26b1d220a95b (which is necessary to suspend the Mini in EFI mode) at each iteration. This added to the fact that the ACPI merge bisection broke the build at one point made the whole process a bit more painful that it need be. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/