This patch set mainly cleans up the ACPI procfs/sysfs/debugfs code. 1. removes the deprecated ACPI procfs I/F, including /proc/acpi/debug_layer /proc/acpi/debug_level /proc/acpi/info /proc/acpi/dsdt /proc/acpi/fadt because the sysfs I/F have been working for years without any problems. 2. introduce drivers/acpi/debugfs.c, code for ACPI debugfs I/F, i.e. /sys/kernel/debug/acpi/custom_method, are moved to this file. 3. introduce drivers/acpi/sysfs.c, code for ACPI sysfs I/F, including /sys/module/acpi/parameters/debug_layer, /sys/module/acpi/parameters/debug_level, /sys/module/acpi/parameters/acpica_version, /sys/firmware/acpi/interrupts/*, /sys/firmware/acpi/tables/*, are moved to this file. 4. introduce module parameter acpi.aml_debug, which is an enhancement of the runtime custom method overriding mechanism. any comments are welcome. thanks, rui -- 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