All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] More ACPI updates for v4.18-rc1
@ 2018-06-13 11:03 Rafael J. Wysocki
  0 siblings, 0 replies; only message in thread
From: Rafael J. Wysocki @ 2018-06-13 11:03 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: ACPI Devel Maling List, Linux Kernel Mailing List

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-4.18-rc1-2

with top-most commit 674455326ee397bc8334920533f71090b61fa594

 Merge branch 'acpica'

on top of commit f4fe74cc909bf811cd9cc7fd84f5a7514e06a7e1

 Merge tag 'acpi-4.18-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive additional ACPI updates for 4.18-rc1.

These update the ACPICA code in the kernel to upstream revision
20180531 including one important AML parser fix and updates
related to the IORT table, make the kernel recognize the
"Windows 2017.2" _OSI string and update the customized methods
documentation.

Specifics:

 - Update the ACPICA code in the kernel to upstream revision
   20180531 including:
   * AML parser fix to continue loading tables after detecting an AML
     error (Erik Schmauss).
   * AML parser debug option to dump parse trees (Bob Moore).
   * Debugger updates (Bob Moore).
   * Initial bits of Unload () operator deprecation (Bob Moore).
   * Updates related to the IORT table (Robin Murphy).

 - Make Linux respond to the "Windows 2017.2" _OSI string which
   allows native Thunderbolt enumeration to be used on Dell systems
   and was unsafe before recent changes in the PCI subsystem (Mario
   Limonciello).

 - Update the ACPI method customization feature documentation (Erik
   Schmauss).

Thanks!


---------------

Bob Moore (5):
      ACPICA: Debugger: Add count of namespace nodes after namespace dump
      ACPICA: AML Parser: Add debug option to dump parse trees
      ACPICA: Debugger: Reduce verbosity for module-level code errors.
      ACPICA: Interpreter: Begin deprecation of Unload operator
      ACPICA: Update version to 20180531

Erik Schmauss (2):
      ACPI / Documentation: update ACPI customize method feature docs
      ACPICA: AML parser: attempt to continue loading table after error

Mario Limonciello (1):
      ACPICA: Recognize the _OSI string "Windows 2017.2"

Robin Murphy (2):
      ACPICA: IORT: Update for revision D
      ACPICA: IORT: Add PMCG node supprt

---------------

 Documentation/acpi/method-customizing.txt | 10 +++---
 drivers/acpi/acpica/dbnames.c             |  1 +
 drivers/acpi/acpica/dbobject.c            | 23 +++++++++++++-
 drivers/acpi/acpica/dsdebug.c             | 12 ++++++--
 drivers/acpi/acpica/exconfig.c            | 11 +++++++
 drivers/acpi/acpica/nsdump.c              |  3 ++
 drivers/acpi/acpica/psloop.c              | 51 ++++++++++++++++++++++++++++++-
 drivers/acpi/acpica/psobject.c            | 30 ++++++++++++++++++
 drivers/acpi/acpica/pswalk.c              | 34 +++++++++++++++++++--
 drivers/acpi/acpica/uterror.c             | 10 +++---
 drivers/acpi/acpica/utosi.c               |  1 +
 include/acpi/acoutput.h                   |  4 ++-
 include/acpi/acpixf.h                     |  2 +-
 include/acpi/actbl2.h                     | 25 +++++++++++----
 include/acpi/actypes.h                    |  1 +
 15 files changed, 192 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-13 11:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-13 11:03 [GIT PULL] More ACPI updates for v4.18-rc1 Rafael J. Wysocki

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.