This series extends the .notify method I recently added so drivers can request system notification events as well as device-specific events. This simplifies some drivers a bit. Comments welcome. --- Bjorn Helgaas (6): ACPI: eeepc-laptop: use .notify method instead of installing handler directly ACPI: asus-acpi: use .notify method instead of installing handler directly ACPI: asus-laptop: use .notify method instead of installing handler directly ACPI: battery: use .notify method instead of installing handler directly ACPI: ac: use .notify method instead of installing handler directly ACPI: allow drivers to request both device and system notify events drivers/acpi/ac.c | 20 +++++--------------- drivers/acpi/battery.c | 22 +++++----------------- drivers/acpi/bus.c | 6 +++++- drivers/platform/x86/asus-laptop.c | 23 +++++------------------ drivers/platform/x86/asus_acpi.c | 30 +++++++++++++----------------- drivers/platform/x86/eeepc-laptop.c | 19 ++++++------------- include/acpi/acpi_bus.h | 3 +++ 7 files changed, 42 insertions(+), 81 deletions(-) -- 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