On Thu, Oct 24, 2019 at 9:13 PM Erik Schmauss <erik.schmauss@xxxxxxxxx> wrote: > > This patchset contains the linuxized patches for ACPICA version > 20191018. There are several debugger changes but they are meant for > acpiexec at this time. acpi_load_table definition has been modified and > a new acpi_unload_table has been added. These new interfaces can be used > as a part of config fs to load and unload tables. > > Other than that, Bob has run clang on our code base and removed several > compiler warnings. > > This patchset is also available here: > https://github.com/SchmErik/linux/tree/v20191018 > > Bob Moore (5): > ACPICA: Results from Clang changes/fixes From Clang V5.0.1. Mostly > "set but never read" warnings. > ACPICA: Win OSL: Replace get_tick_count with get_tick_count64 > ACPICA: More Clang changes - V8.0.1 Fixed all "dead assignment" > warnings. > ACPICA: Add new external interface, acpi_unload_table > ACPICA: Update version to 20191018 > > Erik Schmauss (6): > ACPICA: utilities: add flag to only display data when dumping buffers > ACPICA: Debugger: add command to dump all fields of a particular > subtype > ACPICA: debugger: surround field unit output with braces '{' > ACPICA: debugger: add field unit support for acpi_db_get_next_token > ACPICA: acpiexec: initialize all simple types and field units from > user input > ACPICA: debugger: remove leading whitespaces when converting a string > to a buffer > > Nikolaus Voss (1): > ACPICA: make acpi_load_table() return table index Queuing up as 5.5 material with some minor subject/changelog modifications. Thanks!