public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
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-acpi@vger.kernel.org
Subject: [RFC PATCH 0/8] ACPICA: Tables: Table cleanup and new APIs
Date: Thu, 24 Mar 2016 16:30:19 +0800	[thread overview]
Message-ID: <cover.1458808078.git.lv.zheng@intel.com> (raw)

This patch is a linuxized result of ACPICA upstream pull request 121.
https://github.com/acpica/acpica/pull/121/
This is for review only. Please do not merge it.

Lv Zheng (8):
  ACPICA: Tables: Add an error message complaining driver bugs
  ACPICA: Tables: Invoke acpi_tb_validate_tableby_index() instead of
    acpi_get_table_by_index()
  ACPICA: Tables: Fix an issue the dynamic table loading contains code
    with MTX_TABLES released
  ACPICA: Tables: Cleanup acpi_tb_copy_dsdt()
  ACPICA: Tables: Remove acpi_tb_install_fixed_table()
  ACPICA: Tables: Correct function namings
  ACPICA: Tables: Add acpi_uninstall_table() to remove ACPI tables
  ACPICA: Tables: Add acpi_unload_table() to unload definition block
    tables

 drivers/acpi/acpica/actables.h    |   22 +++---
 drivers/acpi/acpica/dbfileio.c    |    2 +-
 drivers/acpi/acpica/dsinit.c      |    2 +-
 drivers/acpi/acpica/dsopcode.c    |    2 +-
 drivers/acpi/acpica/exconfig.c    |   18 +++--
 drivers/acpi/acpica/nsparse.c     |    2 +-
 drivers/acpi/acpica/tbdata.c      |   54 +++++++++++---
 drivers/acpi/acpica/tbfadt.c      |   24 +++---
 drivers/acpi/acpica/tbinstal.c    |  119 +++--------------------------
 drivers/acpi/acpica/tbutils.c     |   94 ++++++++++++++++++-----
 drivers/acpi/acpica/tbxface.c     |   18 ++++-
 drivers/acpi/acpica/tbxfload.c    |  149 ++++++++++++++++++++++++++++---------
 drivers/acpi/osl.c                |    3 +-
 drivers/pci/hotplug/sgi_hotplug.c |    2 +-
 include/acpi/acpixf.h             |    8 +-
 include/acpi/actbl.h              |    1 +
 16 files changed, 307 insertions(+), 213 deletions(-)

-- 
1.7.10


             reply	other threads:[~2016-03-24  8:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-24  8:30 Lv Zheng [this message]
2016-03-24  8:30 ` [RFC PATCH 1/8] ACPICA: Tables: Add an error message complaining driver bugs Lv Zheng
2016-03-24  8:30 ` [RFC PATCH 2/8] ACPICA: Tables: Invoke acpi_tb_validate_tableby_index() instead of acpi_get_table_by_index() Lv Zheng
2016-03-24  8:30 ` [RFC PATCH 3/8] ACPICA: Tables: Fix an issue the dynamic table loading contains code with MTX_TABLES released Lv Zheng
2016-03-24  8:30 ` [RFC PATCH 4/8] ACPICA: Tables: Cleanup acpi_tb_copy_dsdt() Lv Zheng
2016-03-24  8:30 ` [RFC PATCH 5/8] ACPICA: Tables: Remove acpi_tb_install_fixed_table() Lv Zheng
2016-03-24  8:31 ` [RFC PATCH 6/8] ACPICA: Tables: Correct function namings Lv Zheng
2016-03-24  8:31 ` [RFC PATCH 7/8] ACPICA: Tables: Add acpi_uninstall_table() to remove ACPI tables Lv Zheng
2016-03-24  8:31 ` [RFC PATCH 8/8] ACPICA: Tables: Add acpi_unload_table() to unload definition block tables Lv Zheng

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.1458808078.git.lv.zheng@intel.com \
    --to=lv.zheng@intel.com \
    --cc=len.brown@intel.com \
    --cc=linux-acpi@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