public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ACPICA version 20190703
@ 2019-07-03 20:15 Erik Schmauss
  2019-07-03 20:15 ` [PATCH 1/5] ACPICA: Namespace: simplify creation of the initial/default namespace Erik Schmauss
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Erik Schmauss @ 2019-07-03 20:15 UTC (permalink / raw)
  To: rjw, linux-acpi; +Cc: Erik Schmauss

This series contains ACPICA version 20190703 changes that are relevant
to Linux kernel. This patch set is available for viewing at:
https://github.com/SchmErik/linux/tree/acpica201907

Overall, this release contains several patches that simplify ACPICA
initialization by removing unnecessary ACPI namespace walks.

Bob Moore (3):
  ACPICA: Namespace: simplify creation of the initial/default namespace
  ACPICA: Update for object initialization sequence
  ACPICA: Update table load object initialization
  ACPICA: Update version to 20190703

Erik Schmauss (2):
  ACPICA: remove legacy module-level code due to deprecation

 drivers/acpi/acpica/acglobal.h |   1 -
 drivers/acpi/acpica/acnamesp.h |   2 -
 drivers/acpi/acpica/dsinit.c   |   2 +-
 drivers/acpi/acpica/exconfig.c |  16 ++-
 drivers/acpi/acpica/nsaccess.c |  54 ++++++++--
 drivers/acpi/acpica/nseval.c   | 190 ---------------------------------
 drivers/acpi/acpica/nsinit.c   |  49 ++++-----
 drivers/acpi/acpica/nsload.c   |  12 ---
 drivers/acpi/acpica/nsutils.c  |  12 ---
 drivers/acpi/acpica/tbdata.c   |  13 ---
 drivers/acpi/acpica/tbxfload.c |  10 +-
 drivers/acpi/acpica/utinit.c   |   1 -
 drivers/acpi/acpica/utxfinit.c |  18 ++--
 include/acpi/acpixf.h          |   2 +-
 14 files changed, 79 insertions(+), 303 deletions(-)

-- 
2.17.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-07-05  9:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-03 20:15 [PATCH 0/5] ACPICA version 20190703 Erik Schmauss
2019-07-03 20:15 ` [PATCH 1/5] ACPICA: Namespace: simplify creation of the initial/default namespace Erik Schmauss
2019-07-03 20:15 ` [PATCH 2/5] ACPICA: remove legacy module-level code due to deprecation Erik Schmauss
2019-07-03 20:15 ` [PATCH 3/5] ACPICA: Update for object initialization sequence Erik Schmauss
2019-07-03 20:15 ` [PATCH 4/5] ACPICA: Update table load object initialization Erik Schmauss
2019-07-03 20:15 ` [PATCH 5/5] ACPICA: Update version to 20190703 Erik Schmauss
2019-07-05  9:40 ` [PATCH 0/5] ACPICA version 20190703 Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox