[PATCH 3/3 rev 2] ACPI: Centralized processing of ACPI device resources

2012-11-13 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Currently, whoever wants to use ACPI device resources has to call acpi_walk_resources() to browse the buffer returned by the _CRS method for the given device and create filters passed to that routine to apply to the individual resource items. This generally is

[PATCH 3/3 rev 2] ACPI: Centralized processing of ACPI device resources

2012-11-13 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com Currently, whoever wants to use ACPI device resources has to call acpi_walk_resources() to browse the buffer returned by the _CRS method for the given device and create filters passed to that routine to apply to the individual resource items.