From: Bob Moore Date: Tue, 30 Dec 2008 18:55:32 +0000 (+0800) Subject: ACPICA: New: acpi_read and acpi_write public interfaces X-Git-Tag: v2.6.29-rc1~34^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecfbbc7b46f74ca48b9f42132739114c9e70f8e4;p=pandora-kernel.git ACPICA: New: acpi_read and acpi_write public interfaces Changed the acpi_hw_low_level_read and acpi_hw_low_level_write functions to the public acpi_read and acpi_write to allow direct access to ACPI registers. Removed the "width" parameter since the width can be obtained from the input GAS structure. Updated the FADT initialization to setup the GAS structures with the proper widths. Some widths are still hardcoded because many FADTs have incorrect register lengths. Signed-off-by: Bob Moore Signed-off-by: Len Brown --- Reading git-diff-tree failed