diff options
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2007-01-18 23:42:55 (GMT) |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-01-26 07:08:12 (GMT) |
commit | 9a47cdb1bb85e7944fb7419e4078c46516ef7335 (patch) | |
tree | 5ced6375a6c7299190cba4c700c9fa9269002a9e /drivers/pnp/system.c | |
parent | bb0958544f3c7c016b2a3025ab3694363e403aa1 (diff) | |
download | linux-fsl-qoriq-9a47cdb1bb85e7944fb7419e4078c46516ef7335.tar.xz |
ACPI: move FADT resource reservations from motherboard driver to osl
Resources described by the FADT aren't really a good fit for the
ACPI motherboard driver.
The motherboard driver cares about PNP0C01 and PNP0C02 devices and
their resources.
The FADT describes some resources used by the ACPI core. Often, they
are also described by by the _CRS of a motherboard device, but I think
it's better to reserve them specifically in the ACPI osl.c because
(a) the motherboard driver is optional and ACPI uses the resources even
if the driver is absent, and (b) I want to remove the ACPI motherboard
driver because it's mostly redundant with the PNP system.c driver.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/pnp/system.c')
0 files changed, 0 insertions, 0 deletions