Skip to content

Commit

Permalink
ACPI: Move device resources interpretation code from PNP to ACPI core
Browse files Browse the repository at this point in the history
Move some code used for parsing ACPI device resources from the PNP
subsystem to the ACPI core, so that other bus types (platform, SPI,
I2C) can use the same routines for parsing resources in a consistent
way, without duplicating code.

Signed-off-by: Rafael J. Wysocki <[email protected]>
Reviewed-by: Mika Westerberg <[email protected]>
Tested-by: Mika Westerberg <[email protected]>
  • Loading branch information
rafaeljw committed Nov 14, 2012
1 parent b4b6cae commit 046d9ce
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 264 deletions.
1 change: 1 addition & 0 deletions drivers/acpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ acpi-$(CONFIG_ACPI_SLEEP) += proc.o
#
acpi-y += bus.o glue.o
acpi-y += scan.o
acpi-y += resource.o
acpi-y += processor_core.o
acpi-y += ec.o
acpi-$(CONFIG_ACPI_DOCK) += dock.o
Expand Down
Loading

0 comments on commit 046d9ce

Please sign in to comment.