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 0/3] ACPI / tables: Add table upgrade mechanism
Date: Fri, 8 Apr 2016 15:35:12 +0800 [thread overview]
Message-ID: <cover.1460100857.git.lv.zheng@intel.com> (raw)
This patch introduces a table upgrade mechanism based on the existing
initrd table override mechanism.
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 | 6 +-
7 files changed, 366 insertions(+), 312 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>,
"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 0/3] ACPI / tables: Add table upgrade mechanism
Date: Fri, 8 Apr 2016 15:35:12 +0800 [thread overview]
Message-ID: <cover.1460100857.git.lv.zheng@intel.com> (raw)
This patch introduces a table upgrade mechanism based on the existing
initrd table override mechanism.
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 | 6 +-
7 files changed, 366 insertions(+), 312 deletions(-)
--
1.7.10
next reply other threads:[~2016-04-08 7:35 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-08 7:35 Lv Zheng [this message]
2016-04-08 7:35 ` [PATCH 0/3] ACPI / tables: Add table upgrade mechanism Lv Zheng
2016-04-08 7:35 ` [PATCH 1/3] ACPI / tables: Move table override mechanisms to tables.c Lv Zheng
2016-04-08 7:35 ` Lv Zheng
2016-04-11 2:16 ` Zheng, Lv
2016-04-11 13:31 ` Rafael J. Wysocki
2016-04-11 23:27 ` Zheng, Lv
2016-04-13 4:24 ` Rafael J. Wysocki
2016-04-08 7:35 ` [PATCH 2/3] ACPI / x86: Cleanup initrd related code Lv Zheng
2016-04-08 7:35 ` Lv Zheng
2016-04-08 7:35 ` [PATCH 3/3] ACPI / tables: Convert the initrd table override mechanisms to the table upgrade mechanism Lv Zheng
2016-04-08 7:35 ` Lv Zheng
2016-04-08 8:22 ` [PATCH 0/3] ACPI / tables: Add " Andy Shevchenko
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.1460100857.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 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.