On 10/03/07, Len Brown <lenb@xxxxxxxxxx> wrote:
arch/i386/Kconfig | 2 + arch/x86_64/Kconfig | 2 + drivers/Makefile | 1 + drivers/cpuidle/Kconfig | 28 +++ drivers/cpuidle/Makefile | 5 + drivers/cpuidle/cpuidle.c | 287 ++++++++++++++++++++++++++++++ drivers/cpuidle/cpuidle.h | 52 ++++++ drivers/cpuidle/driver.c | 219 +++++++++++++++++++++++ drivers/cpuidle/governor.c | 160 +++++++++++++++++ drivers/cpuidle/governors/Makefile | 5 + drivers/cpuidle/governors/ladder.c | 229 ++++++++++++++++++++++++ drivers/cpuidle/sysfs.c | 340 ++++++++++++++++++++++++++++++++++++ include/linux/cpuidle.h | 160 +++++++++++++++++
What about some documentation so that userspace knows what to do with this new framework? Richard. - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html