All of lore.kernel.org
 help / color / mirror / Atom feed
From: Erik Kaneda <erik.kaneda@intel.com>
To: "Rafael J . Wysocki" <rafael@kernel.org>, linux-acpi@vger.kernel.org
Cc: Erik Kaneda <erik.kaneda@intel.com>
Subject: [PATCH 0/5] ACPICA version 20191213 patches
Date: Tue, 17 Dec 2019 11:35:18 -0800	[thread overview]
Message-ID: <20191217193523.20204-1-erik.kaneda@intel.com> (raw)

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


             reply	other threads:[~2019-12-17 19:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-17 19:35 Erik Kaneda [this message]
2019-12-17 19:35 ` [PATCH 1/5] ACPICA: debugger: fix spelling mistake "adress" -> "address" Erik Kaneda
2019-12-17 19:35 ` [PATCH 2/5] ACPICA: Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1 Erik Kaneda
2019-12-17 19:35 ` [PATCH 3/5] ACPICA: acpisrc: add unix line ending support for non-windows build Erik Kaneda
2019-12-17 19:35 ` [PATCH 4/5] ACPICA: Dispatcher: always generate buffer objects for ASL create_field() operator Erik Kaneda
2019-12-17 19:35 ` [PATCH 5/5] ACPICA: Update version to 20191213 Erik Kaneda
2019-12-19 22:06 ` [PATCH 0/5] ACPICA version 20191213 patches Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191217193523.20204-1-erik.kaneda@intel.com \
    --to=erik.kaneda@intel.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=rafael@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.