public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] ACPICA release 20171110
@ 2017-11-17 23:42 Erik Schmauss
  2017-11-17 23:42 ` [PATCH 01/15] ACPICA: Use local 64-bit divide support for string conversions Erik Schmauss
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: Erik Schmauss @ 2017-11-17 23:42 UTC (permalink / raw)
  To: linux-acpi; +Cc: Erik Schmauss

This series comes from the 20171110 release of ACPICA.
This set of patches is meant to be applied on top of the 20170929
release of ACPICA.

Bob Moore (10):
  ACPICA: Use local 64-bit divide support for string conversions
  ACPICA: Update output from ACPI_EXCEPTION macro
  ACPICA: Add an additional error message for EC timeouts
  ACPICA: Enhance error messages from namespace create/lookup operations
  ACPICA: ACPI 6.0A: Changes to the NFIT ACPI table
  ACPICA: Small typo fix, no functional change.
  ACPICA: Debugger: add "background" command for method execution
  ACPICA: Update mutex error messages, no functional change
  ACPICA: Update linkage for get mutex name interface
  ACPICA: Update version to 20171110

Colin Ian King (1):
  ACPICA: Trivial fix to spelling mistake in comment

Erik Schmauss (2):
  ACPICA: ACPICA: style edits to utility function output, no functional
    change
  ACPICA: Namespace: fix memory leak from building prefixed pathname

Hanjun Guo (1):
  ACPICA: iasl: Add SMMUv3 device ID mapping index support

Jeremy Linton (1):
  ACPICA: ACPI 6.2: Additional PPTT flags

 drivers/acpi/acpica/acdebug.h    |   4 ++
 drivers/acpi/acpica/aclocal.h    |  13 ++--
 drivers/acpi/acpica/acmacros.h   |   2 +-
 drivers/acpi/acpica/acnamesp.h   |   3 +
 drivers/acpi/acpica/acutils.h    |  19 +++--
 drivers/acpi/acpica/dbexec.c     | 110 ++++++++++++++++++++++++++++-
 drivers/acpi/acpica/dbinput.c    | 145 +++++++++++++++++++++----------------
 drivers/acpi/acpica/dsfield.c    |  28 +++++---
 drivers/acpi/acpica/dsobject.c   |   4 +-
 drivers/acpi/acpica/dsutils.c    |   3 +-
 drivers/acpi/acpica/dswload.c    |   6 +-
 drivers/acpi/acpica/dswload2.c   |  13 ++--
 drivers/acpi/acpica/evregion.c   |  10 +++
 drivers/acpi/acpica/nsconvert.c  |   3 +-
 drivers/acpi/acpica/nsnames.c    | 149 +++++++++++++++++++++++++++++++++++++++
 drivers/acpi/acpica/psargs.c     |   2 +-
 drivers/acpi/acpica/utdecode.c   |  11 +--
 drivers/acpi/acpica/uterror.c    |  73 +++++++++++++++++++
 drivers/acpi/acpica/utmutex.c    |   9 +--
 drivers/acpi/acpica/utstrsuppt.c |  35 +++++----
 drivers/acpi/acpica/uttrack.c    |   2 +-
 drivers/acpi/acpica/utxferror.c  |   8 +--
 include/acpi/acpixf.h            |   2 +-
 include/acpi/actbl1.h            |  84 +++++++++++++++++++++-
 include/acpi/actbl2.h            |   1 +
 25 files changed, 611 insertions(+), 128 deletions(-)

-- 
2.13.6


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

end of thread, other threads:[~2017-12-04 14:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-17 23:42 [PATCH 00/15] ACPICA release 20171110 Erik Schmauss
2017-11-17 23:42 ` [PATCH 01/15] ACPICA: Use local 64-bit divide support for string conversions Erik Schmauss
2017-11-17 23:42 ` [PATCH 02/15] ACPICA: Update output from ACPI_EXCEPTION macro Erik Schmauss
2017-11-17 23:42 ` [PATCH 03/15] ACPICA: Add an additional error message for EC timeouts Erik Schmauss
2017-11-17 23:42 ` [PATCH 04/15] ACPICA: iasl: Add SMMUv3 device ID mapping index support Erik Schmauss
2017-11-27 14:31   ` Lorenzo Pieralisi
2017-11-27 16:20     ` Rafael J. Wysocki
2017-11-17 23:42 ` [PATCH 05/15] ACPICA: ACPICA: style edits to utility function output, no functional change Erik Schmauss
2017-11-17 23:42 ` [PATCH 06/15] ACPICA: Trivial fix to spelling mistake in comment Erik Schmauss
2017-11-17 23:42 ` [PATCH 07/15] ACPICA: Enhance error messages from namespace create/lookup operations Erik Schmauss
2017-11-17 23:42 ` [PATCH 08/15] ACPICA: Namespace: fix memory leak from building prefixed pathname Erik Schmauss
2017-11-17 23:42 ` [PATCH 09/15] ACPICA: ACPI 6.0A: Changes to the NFIT ACPI table Erik Schmauss
2017-11-17 23:42 ` [PATCH 10/15] ACPICA: Small typo fix, no functional change Erik Schmauss
2017-11-17 23:42 ` [PATCH 11/15] ACPICA: Debugger: add "background" command for method execution Erik Schmauss
2017-11-17 23:42 ` [PATCH 12/15] ACPICA: Update mutex error messages, no functional change Erik Schmauss
2017-11-17 23:42 ` [PATCH 13/15] ACPICA: Update linkage for get mutex name interface Erik Schmauss
2017-11-17 23:42 ` [PATCH 14/15] ACPICA: ACPI 6.2: Additional PPTT flags Erik Schmauss
2017-11-17 23:42 ` [PATCH 15/15] ACPICA: Update version to 20171110 Erik Schmauss
2017-12-04 14:43 ` [PATCH 00/15] ACPICA release 20171110 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