public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ACPI / tables: Add table upgrade mechanism
@ 2016-04-08  7:35 Lv Zheng
  2016-04-08  7:35 ` [PATCH 1/3] ACPI / tables: Move table override mechanisms to tables.c Lv Zheng
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Lv Zheng @ 2016-04-08  7:35 UTC (permalink / raw)
  To: Rafael J. Wysocki, Rafael J. Wysocki, Len Brown
  Cc: Lv Zheng, Lv Zheng, linux-kernel, linux-acpi

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-04-13  4:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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-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 ` [PATCH 3/3] ACPI / tables: Convert the initrd table override mechanisms to the table upgrade mechanism Lv Zheng
2016-04-08  8:22 ` [PATCH 0/3] ACPI / tables: Add " Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox