1,3c1,4 < From 802b785187d3747c1793a7d2d481e08eadc99f04 Mon Sep 17 00:00:00 2001 < Date: Fri, 2 Apr 2010 22:02:28 -0400 < Subject: [PATCH] allow_multibyte_access_to_EC --- > From 49a41586452d6d0b2efeedb838f6103be961f8dd Mon Sep 17 00:00:00 2001 > From: Andy Whitcroft > Date: Tue, 6 Apr 2010 16:52:25 +0100 > Subject: [PATCH] ACPI: EC: Allow multibyte access to EC 4a6,9 > BugLink: http://bugs.launchpad.net/bugs/526354 > > Signed-off-by: Alexey Starikovskiy > Signed-off-by: Andy Whitcroft 6c11 < drivers/acpi/acpica/exprep.c | 11 +++++++++++ --- > drivers/acpi/acpica/exprep.c | 12 ++++++++++++ 8c13 < 2 files changed, 20 insertions(+), 26 deletions(-) --- > 2 files changed, 21 insertions(+), 26 deletions(-) 11c16 < index 52fec07..fc9c99d 100644 --- > index 52fec07..c02d543 100644 14,15c19 < @@ -467,6 +467,17 @@ acpi_status acpi_ex_prep_field_value(struct acpi_create_field_info *info) < /* An additional reference for the container */ --- > @@ -468,6 +468,18 @@ acpi_status acpi_ex_prep_field_value(struct acpi_create_field_info *info) 17a22 > 29c34 < --- > + 31a37 > obj_desc->field.start_field_bit_offset, 33c39 < index f1670e0..3b8efd5 100644 --- > index f1670e0..45d2aa9 100644 41c47 < + u32 bits, u64 *value64, --- > + u32 bits, acpi_integer *value64,