From: Len Brown Date: Sat, 22 May 2010 21:03:29 +0000 (-0400) Subject: ACPI: allow a native cpuidle driver to displace ACPI X-Git-Tag: v2.6.35-rc1~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541adf7cd937b3895c7645406a9b060504df453b;p=pandora-kernel.git ACPI: allow a native cpuidle driver to displace ACPI The ACPI driver would fail probe when it found that another driver had previously registered with cpuidle. But this is a natural situation, as a native hardware cpuidle driver should be able to bind instead of ACPI, and the ACPI processor driver should be able to handle yielding control of C-states while still handling P-states and T-states. Add a KERN_DEBUG line showing when acpi_idle does successfully register. Signed-off-by: Len Brown --- Reading git-diff-tree failed