Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752956AbcDKCNt (ORCPT ); Sun, 10 Apr 2016 22:13:49 -0400 Received: from mga03.intel.com ([134.134.136.65]:20823 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751386AbcDKCNg (ORCPT ); Sun, 10 Apr 2016 22:13:36 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,462,1455004800"; d="scan'208";a="942390634" From: Lv Zheng To: "Rafael J. Wysocki" , "Rafael J. Wysocki" , Len Brown Cc: Lv Zheng , Lv Zheng , , 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 Message-Id: X-Mailer: git-send-email 1.7.10 In-Reply-To: <273fd92043ff4972a71a94efdf01b67ee4638131> References: <273fd92043ff4972a71a94efdf01b67ee4638131> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 900 Lines: 23 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