All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/8] ACPICA: Tables: Table cleanup and new APIs
@ 2016-03-24  8:30 Lv Zheng
  2016-03-24  8:30 ` [RFC PATCH 1/8] ACPICA: Tables: Add an error message complaining driver bugs Lv Zheng
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Lv Zheng @ 2016-03-24  8:30 UTC (permalink / raw)
  To: Rafael J. Wysocki, Rafael J. Wysocki, Len Brown
  Cc: Lv Zheng, Lv Zheng, linux-acpi

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


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

end of thread, other threads:[~2016-03-24  8:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-24  8:30 [RFC PATCH 0/8] ACPICA: Tables: Table cleanup and new APIs Lv Zheng
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

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.