From: Bob Moore Date: Wed, 18 Feb 2009 06:20:12 +0000 (+0800) Subject: ACPICA: Fix writes to optional PM1B registers X-Git-Tag: v2.6.30-rc1~199^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c520abadbc56a2740021910d2c6412f826a10059;p=pandora-kernel.git ACPICA: Fix writes to optional PM1B registers On read, shift B register bits above the A bits. On write, shift B bits down to zero before writing the B register. New: acpi_hw_read_multiple, acpi_hw_write_multiple. These two functions now transparently handle the (possible) split registers for PM1 Status, Enable, and Control. Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed