From: Lv Zheng <lv.zheng@intel.com>
To: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Robert Moore <robert.moore@intel.com>,
Len Brown <len.brown@intel.com>
Cc: Lv Zheng <lv.zheng@intel.com>, linux-acpi@vger.kernel.org
Subject: [PATCH 00/16] ACPICA: 20130517 release
Date: Sat, 8 Jun 2013 08:57:36 +0800 [thread overview]
Message-ID: <cover.1369274558.git.lv.zheng@intel.com> (raw)
The 20130517 ACPICA kernel resident system updates is linuxized based on
the pm/linux-next branch.
The patch set has passed a build/boot test on the following machines:
Dell Inspiron Mini 1010 (i386)
HP Compaq 8200 Elite SFF PC (x86-64)
With the following kernel configuration items enabled:
CONFIG_ACPI_AC
CONFIG_ACPI_BATTERY
CONFIG_ACPI_NUMA
CONFIG_ACPI_PROCESSOR
CONFIG_ACPI_THERMAL
CONFIG_ACPI_VIDEO
CONFIG_CPU_FREQ
CONFIG_I2C_SCMI
CONFIG_SENSORS_ACPI_POWER
CONFIG_PANASONIC_LAPTOP
CONFIG_XO15_EBOOK
No new divergences are introduced in this release.
Please review.
Bob Moore (7):
ACPICA: Split buffer dump routines into separate file
ACPICA: Split internal error msg routines to a separate file
ACPICA: Split table print utilities to a new a separate file
ACPICA: New: Portable acpidump utility (get system ACPI tables)
ACPICA: Update interface to AcpiUtValidAcpiName
ACPICA: Support Mac OS X in Makefile
ACPICA: Update version to 20130517
Chao Guan (1):
ACPICA: Standardize all switch() blocks
Lv Zheng (5):
ACPICA: Add option to disable loading of SSDTs from the RSDT/XSDT
ACPICA: Do not use extended sleep registers unless HW-reduced bit is
set
ACPICA: Move _PRT repair into the standard complex repair module
ACPICA: Add several repairs for _CST predefined name
ACPICA: _CST repair: Handle null package entries
Tomasz Nowicki (3):
ACPICA: ACPICA Termination: Delete global lock pending lock
ACPICA: Fix possible memory leak in GPE init error path
ACPICA: Clear events initialized flag upon event component
termination
drivers/acpi/acpica/Makefile | 3 +
drivers/acpi/acpica/acglobal.h | 6 +
drivers/acpi/acpica/acutils.h | 44 +++++-
drivers/acpi/acpica/dscontrol.c | 4 +-
drivers/acpi/acpica/dsfield.c | 4 +
drivers/acpi/acpica/dsinit.c | 1 +
drivers/acpi/acpica/dsmthdat.c | 2 +-
drivers/acpi/acpica/dsobject.c | 3 +-
drivers/acpi/acpica/dsopcode.c | 1 +
drivers/acpi/acpica/dsutils.c | 5 +-
drivers/acpi/acpica/dswexec.c | 3 +-
drivers/acpi/acpica/dswload.c | 7 +-
drivers/acpi/acpica/dswload2.c | 4 +
drivers/acpi/acpica/evglock.c | 1 +
drivers/acpi/acpica/evgpe.c | 6 +-
drivers/acpi/acpica/evgpeblk.c | 2 +
drivers/acpi/acpica/evgpeinit.c | 3 +
drivers/acpi/acpica/evhandler.c | 7 +
drivers/acpi/acpica/evmisc.c | 3 +
drivers/acpi/acpica/evrgnini.c | 2 +
drivers/acpi/acpica/evxfgpe.c | 3 +
drivers/acpi/acpica/evxfregn.c | 1 +
drivers/acpi/acpica/exconfig.c | 1 +
drivers/acpi/acpica/exconvrt.c | 13 +-
drivers/acpi/acpica/excreate.c | 3 -
drivers/acpi/acpica/exdebug.c | 2 +
drivers/acpi/acpica/exdump.c | 2 +
drivers/acpi/acpica/exfield.c | 4 +
drivers/acpi/acpica/exfldio.c | 2 -
drivers/acpi/acpica/exmisc.c | 12 +-
drivers/acpi/acpica/exoparg1.c | 16 +--
drivers/acpi/acpica/exoparg2.c | 1 -
drivers/acpi/acpica/exoparg3.c | 1 -
drivers/acpi/acpica/exoparg6.c | 5 -
drivers/acpi/acpica/exprep.c | 7 +
drivers/acpi/acpica/exregion.c | 27 +++-
drivers/acpi/acpica/exresnte.c | 1 +
drivers/acpi/acpica/exresolv.c | 6 +-
drivers/acpi/acpica/exresop.c | 9 +-
drivers/acpi/acpica/exstore.c | 4 +-
drivers/acpi/acpica/exstoren.c | 4 -
drivers/acpi/acpica/hwacpi.c | 2 +-
drivers/acpi/acpica/hwgpe.c | 3 +
drivers/acpi/acpica/hwregs.c | 4 +-
drivers/acpi/acpica/hwxface.c | 3 +
drivers/acpi/acpica/hwxfsleep.c | 12 +-
drivers/acpi/acpica/nsaccess.c | 1 +
drivers/acpi/acpica/nsconvert.c | 3 +
drivers/acpi/acpica/nsdump.c | 10 ++
drivers/acpi/acpica/nsinit.c | 9 ++
drivers/acpi/acpica/nspredef.c | 14 +-
drivers/acpi/acpica/nsprepkg.c | 5 -
drivers/acpi/acpica/nsrepair.c | 1 +
drivers/acpi/acpica/nsrepair2.c | 283 +++++++++++++++++++++++++++++++++-----
drivers/acpi/acpica/nsutils.c | 3 +
drivers/acpi/acpica/nsxfeval.c | 1 +
drivers/acpi/acpica/psargs.c | 4 +
drivers/acpi/acpica/psloop.c | 2 +-
drivers/acpi/acpica/psobject.c | 1 +
drivers/acpi/acpica/psparse.c | 3 +-
drivers/acpi/acpica/pstree.c | 2 +
drivers/acpi/acpica/rscalc.c | 7 +-
drivers/acpi/acpica/rscreate.c | 27 ----
drivers/acpi/acpica/rsdump.c | 10 ++
drivers/acpi/acpica/rsmisc.c | 3 +-
drivers/acpi/acpica/rsutils.c | 5 +
drivers/acpi/acpica/rsxface.c | 1 +
drivers/acpi/acpica/tbinstal.c | 7 +-
drivers/acpi/acpica/tbprint.c | 237 ++++++++++++++++++++++++++++++++
drivers/acpi/acpica/tbutils.c | 191 +-------------------------
drivers/acpi/acpica/tbxfload.c | 25 ++--
drivers/acpi/acpica/utbuffer.c | 201 +++++++++++++++++++++++++++
drivers/acpi/acpica/utcopy.c | 11 +-
drivers/acpi/acpica/utdebug.c | 148 +-------------------
drivers/acpi/acpica/utdelete.c | 3 +-
drivers/acpi/acpica/uterror.c | 289 +++++++++++++++++++++++++++++++++++++++
drivers/acpi/acpica/uteval.c | 7 +-
drivers/acpi/acpica/utexcep.c | 1 +
drivers/acpi/acpica/utids.c | 3 +
drivers/acpi/acpica/utmisc.c | 2 +
drivers/acpi/acpica/utobject.c | 5 +-
drivers/acpi/acpica/utstring.c | 19 ++-
drivers/acpi/acpica/uttrack.c | 8 ++
drivers/acpi/acpica/utxferror.c | 277 -------------------------------------
drivers/acpi/osl.c | 11 ++
include/acpi/acpiosxf.h | 18 +++
include/acpi/acpixf.h | 3 +-
include/acpi/actypes.h | 8 ++
include/acpi/platform/acenv.h | 8 +-
89 files changed, 1353 insertions(+), 783 deletions(-)
create mode 100644 drivers/acpi/acpica/tbprint.c
create mode 100644 drivers/acpi/acpica/utbuffer.c
create mode 100644 drivers/acpi/acpica/uterror.c
--
1.7.10
next reply other threads:[~2013-06-08 0:57 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-08 0:57 Lv Zheng [this message]
2013-06-08 0:57 ` [PATCH 01/16] ACPICA: Split buffer dump routines into separate file Lv Zheng
2013-06-12 15:51 ` Len Brown
2013-06-08 0:58 ` [PATCH 02/16] ACPICA: Split internal error msg routines to a " Lv Zheng
2013-06-12 15:52 ` Len Brown
2013-06-08 0:58 ` [PATCH 03/16] ACPICA: Standardize all switch() blocks Lv Zheng
2013-06-12 15:58 ` Len Brown
2013-06-18 18:46 ` Moore, Robert
2013-06-08 0:58 ` [PATCH 04/16] ACPICA: Add option to disable loading of SSDTs from the RSDT/XSDT Lv Zheng
2013-06-08 0:59 ` [PATCH 05/16] ACPICA: Split table print utilities to a new a separate file Lv Zheng
2013-06-12 17:03 ` Len Brown
2013-06-18 18:46 ` Moore, Robert
2013-06-08 0:59 ` [PATCH 06/16] ACPICA: Do not use extended sleep registers unless HW-reduced bit is set Lv Zheng
2013-06-12 17:11 ` Len Brown
2013-06-15 23:08 ` Rafael J. Wysocki
2013-06-08 0:59 ` [PATCH 07/16] ACPICA: New: Portable acpidump utility (get system ACPI tables) Lv Zheng
2013-06-12 17:07 ` Len Brown
2013-06-15 23:09 ` Rafael J. Wysocki
2013-06-18 18:53 ` Moore, Robert
2013-06-18 21:06 ` Rafael J. Wysocki
2013-06-18 21:21 ` Moore, Robert
2013-06-18 21:40 ` Rafael J. Wysocki
2013-06-19 0:48 ` Moore, Robert
2013-06-19 23:10 ` Rafael J. Wysocki
2013-06-20 4:57 ` Moore, Robert
2013-06-20 19:42 ` Rafael J. Wysocki
2013-06-20 19:43 ` Moore, Robert
2013-06-18 18:48 ` Moore, Robert
2013-06-08 0:59 ` [PATCH 08/16] ACPICA: Update interface to AcpiUtValidAcpiName Lv Zheng
2013-06-12 17:15 ` Len Brown
2013-06-15 23:12 ` Rafael J. Wysocki
2013-06-08 0:59 ` [PATCH 09/16] ACPICA: ACPICA Termination: Delete global lock pending lock Lv Zheng
2013-06-12 17:28 ` Len Brown
2013-06-08 1:00 ` [PATCH 10/16] ACPICA: Fix possible memory leak in GPE init error path Lv Zheng
2013-06-12 17:34 ` Len Brown
2013-06-08 1:00 ` [PATCH 11/16] ACPICA: Clear events initialized flag upon event component termination Lv Zheng
2013-06-12 17:47 ` Len Brown
2013-06-18 18:50 ` Moore, Robert
2013-06-08 1:00 ` [PATCH 12/16] ACPICA: Support Mac OS X in Makefile Lv Zheng
2013-06-12 17:49 ` Len Brown
2013-06-08 1:01 ` [PATCH 13/16] ACPICA: Move _PRT repair into the standard complex repair module Lv Zheng
2013-06-12 17:52 ` Len Brown
2013-06-15 23:17 ` Rafael J. Wysocki
2013-06-18 18:51 ` Moore, Robert
2013-06-18 21:49 ` Rafael J. Wysocki
2013-06-19 23:57 ` Rafael J. Wysocki
2013-06-20 0:41 ` Zheng, Lv
2013-06-20 5:01 ` Moore, Robert
2013-06-08 1:01 ` [PATCH 14/16] ACPICA: Add several repairs for _CST predefined name Lv Zheng
2013-06-12 17:58 ` Len Brown
2013-06-15 23:17 ` Rafael J. Wysocki
2013-06-18 18:51 ` Moore, Robert
2013-06-18 21:48 ` Rafael J. Wysocki
2013-06-19 0:52 ` Moore, Robert
2013-06-19 23:57 ` Rafael J. Wysocki
2013-06-08 1:01 ` [PATCH 15/16] ACPICA: _CST repair: Handle null package entries Lv Zheng
2013-06-12 18:00 ` Len Brown
2013-06-15 23:18 ` Rafael J. Wysocki
2013-06-17 16:41 ` Moore, Robert
2013-06-17 20:31 ` Rafael J. Wysocki
2013-06-18 21:51 ` Rafael J. Wysocki
2013-06-18 18:52 ` Moore, Robert
2013-06-18 21:50 ` Rafael J. Wysocki
2013-06-19 0:50 ` Moore, Robert
2013-06-19 23:56 ` Rafael J. Wysocki
2013-06-08 1:01 ` [PATCH 16/16] ACPICA: Update version to 20130517 Lv Zheng
2013-06-12 18:01 ` Len Brown
2013-06-15 23:19 ` Rafael J. Wysocki
2013-06-11 22:32 ` [PATCH 00/16] ACPICA: 20130517 release Rafael J. Wysocki
2013-06-12 18:04 ` Len Brown
2013-06-15 23:24 ` Rafael J. Wysocki
2013-06-18 1:39 ` Zheng, Lv
2013-06-18 1:56 ` Zheng, Lv
2013-06-18 10:35 ` Rafael J. Wysocki
2013-06-18 18:55 ` Moore, Robert
2013-06-18 21:04 ` Rafael J. Wysocki
2013-06-19 0:58 ` Moore, Robert
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=cover.1369274558.git.lv.zheng@intel.com \
--to=lv.zheng@intel.com \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=robert.moore@intel.com \
/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.