]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPI: Use ACPICA native way to decode the PLD buffer
authorFeng Tang <feng.tang@intel.com>
Tue, 21 Aug 2012 01:56:58 +0000 (09:56 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 21 Sep 2012 04:31:33 +0000 (00:31 -0400)
commit8ede06aba5dffa78a27a18c47a9059eb38072ada
treefd88db5ccc5be67ea5998ff91187f0f1ff7a372e
parent7560452c1a4934049811fb6622fb753e8ad1c647
ACPI: Use ACPICA native way to decode the PLD buffer

This patch is on top of the ACPICA 20120816 release, which implemented
a native way to decode PLD buffer, so use it instead of leting upper
level users do the decoding.

v2: Modify the check for PLD buffer length to reject buffers whose
length < 16

Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/utils.c
include/acpi/acpi_bus.h