From: Lv Zheng <lv.zheng@intel.com>
To: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Len Brown <len.brown@intel.com>
Cc: Lv Zheng <lv.zheng@intel.com>, Lv Zheng <zetalog@gmail.com>,
linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org
Subject: [PATCH 0/6] ACPICA: 20141107 Release
Date: Thu, 27 Nov 2014 14:25:53 +0800 [thread overview]
Message-ID: <cover.1416899966.git.lv.zheng@intel.com> (raw)
The 20141107 ACPICA kernel-resident subsystem updates are linuxized based
on the pm/linux-next branch to form this patchset.
The patchset has passed the following build/boot tests.
Build tests are performed as follows:
1. i386 + default + COFNIG_ACPI=y
2. i386 + allyes + CONFIG_ACPI=y
3. i386 + default + COFNIG_ACPI=n
4. i386 + allyes + CONFIG_ACPI=n
5. x86_64 + default + COFNIG_ACPI=y
6. x86_64 + allyes + CONFIG_ACPI=y
7. x86_64 + default + COFNIG_ACPI=n
8. x86_64 + allyes + CONFIG_ACPI=n
Boot tests are performed as follows:
1. i386 + default + COFNIG_ACPI=y
2. x86_64 + default + COFNIG_ACPI=y
Where:
1. i386: machine named as "Dell Inspiron Mini 1010"
2. x86_64: machine named as "HP Compaq 8200 Elite SFF PC"
3. default: kernel configuration with following items enabled:
All hardware drivers related to the machines of i386/x86_64
All drivers/acpi configurations
All platform drivers
The divergences checking result:
Before applying (20140926 Release):
852 lines
After applying (20141107 Release):
852 lines
Bob Moore (6):
ACPICA: iASL: Add support for to_PLD macro.
ACPICA: acpiexec: Add option to specify an object initialization
file.
ACPICA: Disassembler: Add support for C-style operators and
expressions.
ACPICA: Disassembler: Update for C-style expressions.
ACPICA: Disassembler: Emit correct string for 0 stop bits.
ACPICA: Update version to 20141107.
drivers/acpi/acpica/acglobal.h | 1 +
drivers/acpi/acpica/aclocal.h | 3 +++
drivers/acpi/acpica/utresrc.c | 2 +-
drivers/acpi/acpica/utxface.c | 4 +++-
drivers/acpi/acpica/utxfinit.c | 11 +++++++++++
include/acpi/acbuffer.h | 14 +++++++++++---
include/acpi/acpixf.h | 2 +-
7 files changed, 31 insertions(+), 6 deletions(-)
--
1.7.10
WARNING: multiple messages have this Message-ID (diff)
From: Lv Zheng <lv.zheng@intel.com>
To: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Len Brown <len.brown@intel.com>
Cc: Lv Zheng <lv.zheng@intel.com>, Lv Zheng <zetalog@gmail.com>,
<linux-kernel@vger.kernel.org>,
linux-acpi@vger.kernel.org
Subject: [PATCH 0/6] ACPICA: 20141107 Release
Date: Thu, 27 Nov 2014 14:25:53 +0800 [thread overview]
Message-ID: <cover.1416899966.git.lv.zheng@intel.com> (raw)
The 20141107 ACPICA kernel-resident subsystem updates are linuxized based
on the pm/linux-next branch to form this patchset.
The patchset has passed the following build/boot tests.
Build tests are performed as follows:
1. i386 + default + COFNIG_ACPI=y
2. i386 + allyes + CONFIG_ACPI=y
3. i386 + default + COFNIG_ACPI=n
4. i386 + allyes + CONFIG_ACPI=n
5. x86_64 + default + COFNIG_ACPI=y
6. x86_64 + allyes + CONFIG_ACPI=y
7. x86_64 + default + COFNIG_ACPI=n
8. x86_64 + allyes + CONFIG_ACPI=n
Boot tests are performed as follows:
1. i386 + default + COFNIG_ACPI=y
2. x86_64 + default + COFNIG_ACPI=y
Where:
1. i386: machine named as "Dell Inspiron Mini 1010"
2. x86_64: machine named as "HP Compaq 8200 Elite SFF PC"
3. default: kernel configuration with following items enabled:
All hardware drivers related to the machines of i386/x86_64
All drivers/acpi configurations
All platform drivers
The divergences checking result:
Before applying (20140926 Release):
852 lines
After applying (20141107 Release):
852 lines
Bob Moore (6):
ACPICA: iASL: Add support for to_PLD macro.
ACPICA: acpiexec: Add option to specify an object initialization
file.
ACPICA: Disassembler: Add support for C-style operators and
expressions.
ACPICA: Disassembler: Update for C-style expressions.
ACPICA: Disassembler: Emit correct string for 0 stop bits.
ACPICA: Update version to 20141107.
drivers/acpi/acpica/acglobal.h | 1 +
drivers/acpi/acpica/aclocal.h | 3 +++
drivers/acpi/acpica/utresrc.c | 2 +-
drivers/acpi/acpica/utxface.c | 4 +++-
drivers/acpi/acpica/utxfinit.c | 11 +++++++++++
include/acpi/acbuffer.h | 14 +++++++++++---
include/acpi/acpixf.h | 2 +-
7 files changed, 31 insertions(+), 6 deletions(-)
--
1.7.10
next reply other threads:[~2014-11-27 6:26 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-27 6:25 Lv Zheng [this message]
2014-11-27 6:25 ` [PATCH 0/6] ACPICA: 20141107 Release Lv Zheng
2014-11-27 6:26 ` [PATCH 1/6] ACPICA: iASL: Add support for to_PLD macro Lv Zheng
2014-11-27 6:26 ` Lv Zheng
2014-11-27 6:26 ` [PATCH 2/6] ACPICA: acpiexec: Add option to specify an object initialization file Lv Zheng
2014-11-27 6:26 ` Lv Zheng
2014-11-27 6:26 ` [PATCH 3/6] ACPICA: Disassembler: Add support for C-style operators and expressions Lv Zheng
2014-11-27 6:26 ` Lv Zheng
2014-11-27 6:26 ` [PATCH 4/6] ACPICA: Disassembler: Update for C-style expressions Lv Zheng
2014-11-27 6:26 ` Lv Zheng
2014-11-27 6:26 ` [PATCH 5/6] ACPICA: Disassembler: Emit correct string for 0 stop bits Lv Zheng
2014-11-27 6:26 ` Lv Zheng
2014-11-27 6:26 ` [PATCH 6/6] ACPICA: Update version to 20141107 Lv Zheng
2014-11-27 6:26 ` Lv Zheng
2014-12-03 2:24 ` [PATCH 0/6] ACPICA: 20141107 Release 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.1416899966.git.lv.zheng@intel.com \
--to=lv.zheng@intel.com \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=zetalog@gmail.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.