public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
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/07] ACPICA 20130418 Release
Date: Wed, 29 May 2013 10:08:46 +0800	[thread overview]
Message-ID: <cover.1367913046.git.lv.zheng@intel.com> (raw)
In-Reply-To: <cover.1367813690.git.lv.zheng@intel.com>

The 20130418 ACPICA kernel resident system updates is linuxized based on
the pm/linux-next branch.
The patch set has passed basic build/boot tests on i386/x86-64 machines.

Bob Moore (5):
  ACPICA: Change an exception code for the ASL UnLoad() operator
  ACPICA: Add BIOS error interface for predefined name validation
    support
  ACPICA: Add argument typechecking for all predefined ACPI names
  ACPICA: Predefined name support: Remove unused local variable
  ACPICA: Update version to 20130418

Lv Zheng (1):
  ACPICA: Remove unused macros, no functional change

Zhang Rui (1):
  ACPICA: Update for "orphan" embedded controller _REG method support

 drivers/acpi/acpica/Makefile      |    1 +
 drivers/acpi/acpica/aclocal.h     |   17 ---
 drivers/acpi/acpica/acmacros.h    |   10 +-
 drivers/acpi/acpica/acnamesp.h    |   43 ++++--
 drivers/acpi/acpica/acpredef.h    |    4 +-
 drivers/acpi/acpica/acstruct.h    |   40 +++--
 drivers/acpi/acpica/acutils.h     |    6 +
 drivers/acpi/acpica/evgpe.c       |    1 -
 drivers/acpi/acpica/evregion.c    |   63 +++-----
 drivers/acpi/acpica/exconfig.c    |    2 +-
 drivers/acpi/acpica/hwxface.c     |    6 +-
 drivers/acpi/acpica/nsarguments.c |  294 +++++++++++++++++++++++++++++++++++++
 drivers/acpi/acpica/nseval.c      |  247 ++++++++++++++++++-------------
 drivers/acpi/acpica/nsinit.c      |    7 +-
 drivers/acpi/acpica/nspredef.c    |  202 ++++++-------------------
 drivers/acpi/acpica/nsprepkg.c    |   76 +++++-----
 drivers/acpi/acpica/nsrepair.c    |   50 +++----
 drivers/acpi/acpica/nsrepair2.c   |   87 +++++------
 drivers/acpi/acpica/nsxfeval.c    |  162 ++++++++++++++++----
 drivers/acpi/acpica/psxface.c     |   14 +-
 drivers/acpi/acpica/rsutils.c     |    2 +-
 drivers/acpi/acpica/uteval.c      |    2 +-
 drivers/acpi/acpica/utpredef.c    |   16 +-
 drivers/acpi/acpica/utxferror.c   |   51 ++++++-
 include/acpi/acconfig.h           |    4 +-
 include/acpi/acoutput.h           |    8 +-
 include/acpi/acpixf.h             |    2 +-
 27 files changed, 882 insertions(+), 535 deletions(-)
 create mode 100644 drivers/acpi/acpica/nsarguments.c

-- 
1.7.10


  parent reply	other threads:[~2013-05-29  2:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1367813690.git.lv.zheng@intel.com>
2013-05-08  4:00 ` [PATCH 00/03] Hotfixes in ACPICA 20130418 Release Lv Zheng
2013-05-08  4:01   ` [PATCH 1/3] ACPICA: Fix possible buffer overflow during a field unit read operation Lv Zheng
2013-05-08  4:01   ` [PATCH 2/3] ACPICA: _OSI support: Fix possible memory leak Lv Zheng
2013-05-08  4:02   ` [PATCH 3/3] ACPICA: ACPICA: Fix for _INI regression Lv Zheng
2013-05-29  2:08 ` Lv Zheng [this message]
2013-05-29  2:09   ` [PATCH 1/7] ACPICA: Change an exception code for the ASL UnLoad() operator Lv Zheng
2013-05-29  2:09   ` [PATCH 2/7] ACPICA: Add BIOS error interface for predefined name validation support Lv Zheng
2013-05-29  2:09   ` [PATCH 3/7] ACPICA: Add argument typechecking for all predefined ACPI names Lv Zheng
2013-05-29  2:09   ` [PATCH 4/7] ACPICA: Predefined name support: Remove unused local variable Lv Zheng
2013-05-29  2:09   ` [PATCH 5/7] ACPICA: Remove unused macros, no functional change Lv Zheng
2013-05-29  2:09   ` [PATCH 6/7] ACPICA: Update for "orphan" embedded controller _REG method support Lv Zheng
2013-05-30  2:03     ` [PATCH v2 " Zheng, Lv
2013-05-29  2:09   ` [PATCH 7/7] ACPICA: Update version to 20130418 Lv Zheng
2013-05-29 20:41   ` [PATCH 00/07] ACPICA 20130418 Release Brown, Len
2013-05-30  0:02     ` Zheng, Lv
2013-06-01 20:09   ` 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=cover.1367913046.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox