From: Lv Zheng <lv.zheng@intel.com>
To: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
"Rafael J. Wysocki" <rjw@rjwysocki.net>,
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 v2 0/3] ACPI / tables: Add table upgrade mechanism
Date: Mon, 11 Apr 2016 10:13:07 +0800 [thread overview]
Message-ID: <cover.1460340514.git.lv.zheng@intel.com> (raw)
In-Reply-To: <273fd92043ff4972a71a94efdf01b67ee4638131>
This patch introduces a table upgrade mechanism based on the existing
initrd table override mechanism.
Updated due to a build error reported against early_acpi_table_init()
stub.
Lv Zheng (3):
ACPI / tables: Move table override mechanisms to tables.c
ACPI / x86: Cleanup initrd related code
ACPI / tables: Convert the initrd table override mechanisms to the
table upgrade mechanism
Documentation/acpi/initrd_table_override.txt | 65 +++---
arch/x86/kernel/setup.c | 12 +-
drivers/acpi/Kconfig | 8 +-
drivers/acpi/internal.h | 1 -
drivers/acpi/osl.c | 274 ----------------------
drivers/acpi/tables.c | 312 +++++++++++++++++++++++++-
include/linux/acpi.h | 10 +-
7 files changed, 365 insertions(+), 317 deletions(-)
--
1.7.10
next parent reply other threads:[~2016-04-11 2:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <273fd92043ff4972a71a94efdf01b67ee4638131>
2016-04-11 2:13 ` Lv Zheng [this message]
2016-04-11 2:13 ` [PATCH v2 1/3] ACPI / tables: Move table override mechanisms to tables.c Lv Zheng
2016-04-11 2:13 ` [PATCH v2 2/3] ACPI / x86: Cleanup initrd related code Lv Zheng
2016-04-11 2:13 ` [PATCH v2 3/3] ACPI / tables: Convert the initrd table override mechanisms to the table upgrade mechanism Lv Zheng
2016-04-13 16:01 ` Octavian Purdila
2016-04-19 13:57 ` Octavian Purdila
2016-04-21 0:18 ` [PATCH v2 0/3] ACPI / tables: Add " 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.1460340514.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=rjw@rjwysocki.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).