On Wednesday, October 3, 2018 8:45:33 PM CEST Erik Schmauss wrote: > This patchset is the October release of ACPICA (version 20181003). > > notable commits include an update for generic serial bus and > "Never run _REG on system_memory and system_IO". > > These commits are also available through the following link: > https://github.com/SchmErik/linux/tree/acpica201810 > > Bob Moore (6): > ACPICA: Update for generic_serial_bus and attrib_raw_process_bytes > protocol > ACPICA: Rename some of the Field Attribute defines > ACPICA: Update for field unit access > ACPICA: Split large interpreter file > ACPICA: Never run _REG on system_memory and system_IO > ACPICA: Update version to 20180927 > > drivers/acpi/acpica/Makefile | 1 + > drivers/acpi/acpica/acevents.h | 2 + > drivers/acpi/acpica/acinterp.h | 23 +++ > drivers/acpi/acpica/aclocal.h | 2 +- > drivers/acpi/acpica/amlcode.h | 10 +- > drivers/acpi/acpica/evregion.c | 17 +- > drivers/acpi/acpica/evrgnini.c | 6 +- > drivers/acpi/acpica/evxfregn.c | 1 - > drivers/acpi/acpica/exfield.c | 326 +++++++---------------------- > drivers/acpi/acpica/exserial.c | 360 +++++++++++++++++++++++++++++++++ > include/acpi/acconfig.h | 17 +- > include/acpi/acexcep.h | 9 +- > include/acpi/acpixf.h | 2 +- > 13 files changed, 499 insertions(+), 277 deletions(-) > create mode 100644 drivers/acpi/acpica/exserial.c > > All patches (including the [6/6]) applied, thanks!