All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ACPI / sysfs: Cleanup sysfs table handling code
@ 2016-08-16  8:52 ` Lv Zheng
  0 siblings, 0 replies; 19+ messages in thread
From: Lv Zheng @ 2016-08-16  8:52 UTC (permalink / raw)
  To: Rafael J. Wysocki, Rafael J. Wysocki, Len Brown
  Cc: Lv Zheng, Lv Zheng, linux-kernel, linux-acpi

There are issues in sysfs table handling code:
1. It cannot handle table loaded by LoadTable opcode executed after
   acpi_sysfs_init();
2. It's signature handling code is not correct.

This patchset fixes these issues.

Lv Zheng (5):
  ACPICA: Tables: Remove acpi_tb_install_fixed_table()
  ACPICA: Tables: Remove wrong table event macros
  ACPICA: Tables: Add new table events indicating table
    installation/uninstallation
  ACPI / sysfs: Fix an issue for LoadTable opcode
  ACPI / sysfs: Update sysfs signature handling code

 drivers/acpi/acpica/actables.h |    7 +---
 drivers/acpi/acpica/tbfadt.c   |   24 +++++++------
 drivers/acpi/acpica/tbinstal.c |   73 +++++-----------------------------------
 drivers/acpi/sysfs.c           |   39 ++++++++++-----------
 include/acpi/actypes.h         |   16 ++++-----
 5 files changed, 51 insertions(+), 108 deletions(-)

-- 
1.7.10


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

end of thread, other threads:[~2016-09-13  9:48 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16  8:52 [PATCH 0/5] ACPI / sysfs: Cleanup sysfs table handling code Lv Zheng
2016-08-16  8:52 ` Lv Zheng
2016-08-16  8:52 ` [PATCH 1/5] ACPICA: Tables: Remove acpi_tb_install_fixed_table() Lv Zheng
2016-08-16  8:52   ` Lv Zheng
2016-08-16  8:52 ` [PATCH 2/5] ACPICA: Tables: Remove wrong table event macros Lv Zheng
2016-08-16  8:52   ` Lv Zheng
2016-08-16  8:53 ` [PATCH 3/5] ACPICA: Tables: Add new table events indicating table installation/uninstallation Lv Zheng
2016-08-16  8:53   ` Lv Zheng
2016-08-16  8:53 ` [PATCH 4/5] ACPI / sysfs: Fix an issue for LoadTable opcode Lv Zheng
2016-08-16  8:53   ` Lv Zheng
2016-08-16  8:53 ` [PATCH 5/5] ACPI / sysfs: Update sysfs signature handling code Lv Zheng
2016-08-16  8:53   ` Lv Zheng
2016-08-16 11:32 ` [PATCH 0/5] ACPI / sysfs: Cleanup sysfs table " Rafael J. Wysocki
2016-08-17  1:46   ` Zheng, Lv
2016-08-17  1:49     ` Rafael J. Wysocki
2016-09-13  9:48 ` [PATCH v2 0/3] " Lv Zheng
2016-09-13  9:48   ` [PATCH v2 1/3] ACPICA: Tables: Fix a regression in acpi_tb_find_table() Lv Zheng
2016-09-13  9:48   ` [PATCH v2 2/3] ACPI / sysfs: Fix an issue for LoadTable opcode Lv Zheng
2016-09-13  9:48   ` [PATCH v2 3/3] ACPI / sysfs: Update sysfs signature handling code 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.