This patchset contains a linux-ized patchset of the 20191213 release of ACPICA. Notable patches include Maximilan Luz's change to the AML interpreter to always treat buffer fields created from the ASL CreateField() operator as buffers rather than treating it as an integer if the buffer field is small enough to fit an integer. Other than that, there is a disassembler change to properly disassemble references to buffer fields that share the same namesegment as a method. This patchset is also available at the following link: https://github.com/SchmErik/linux/tree/20191213 Bob Moore (1): ACPICA: Update version to 20191213 Colin Ian King (1): ACPICA: debugger: fix spelling mistake "adress" -> "address" Erik Kaneda (2): ACPICA: Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1 ACPICA: acpisrc: add unix line ending support for non-windows build Maximilian Luz (1): ACPICA: Dispatcher: always generate buffer objects for ASL create_field() operator drivers/acpi/acpica/acobject.h | 3 ++- drivers/acpi/acpica/dbinput.c | 2 +- drivers/acpi/acpica/dsfield.c | 2 +- drivers/acpi/acpica/dsopcode.c | 2 ++ drivers/acpi/acpica/dswload.c | 21 +++++++++++++++++++++ drivers/acpi/acpica/exfield.c | 10 ++++++++-- include/acpi/acpixf.h | 2 +- include/acpi/platform/acenv.h | 11 +++++++++++ 8 files changed, 47 insertions(+), 6 deletions(-) -- 2.21.0