[PATCH v3 0/4] ACPI: Refactor system notify handling

2012-11-08 Thread Toshi Kani
This patchset updates the ACPI system-level (ex. hotplug) notify handling with a new .sys_notify interface. It provides the following changes: - Allow ACPI drivers to register their system-level (hotplug) notify handlers to a new .sys_notify interface through their acpi_driver table. This

[PATCH v3 0/4] ACPI: Refactor system notify handling

2012-11-08 Thread Toshi Kani
This patchset updates the ACPI system-level (ex. hotplug) notify handling with a new .sys_notify interface. It provides the following changes: - Allow ACPI drivers to register their system-level (hotplug) notify handlers to a new .sys_notify interface through their acpi_driver table. This