public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ACPICA: Merge auto-serialization support to reduce source code differences between Linux and ACPICA upstream.
@ 2014-03-24  6:48 Lv Zheng
  2014-03-24  6:48 ` [PATCH 1/5] ACPICA: Remove global option to serialize all control methods Lv Zheng
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Lv Zheng @ 2014-03-24  6:48 UTC (permalink / raw)
  To: Rafael J. Wysocki, Len Brown; +Cc: Lv Zheng, Lv Zheng, linux-acpi

The auto-serialization feature is introduced in ACPICA 20140214 release, it
is reverted due to the new bug reports.
The feature fixes a compliance issue between the ACPICA interpreter and the
de-facto implementation.  Users are encouraged to use this feature to
provide the feedbacks.

This series re-orders the patches to implement the feature so that it can
be marked out by reverting the last patch in this series when new problems
are detected.
This series can also reduce the source code differences between Linux and
ACPICA upstream.

Bob Moore (2):
  ACPICA: Add auto-serialization support for ill-behaved control
    methods.
  ACPICA: Ignore sync_level for methods that have been auto-serialized.

Lv Zheng (3):
  ACPICA: Remove global option to serialize all control methods.
  ACPICA: Add additional named objects for the auto-serialize method
    scan.
  ACPICA: Enable auto-serialization as a default kernel behavior.

 Documentation/kernel-parameters.txt |   10 ++-
 drivers/acpi/acpica/acdispat.h      |   13 +--
 drivers/acpi/acpica/acglobal.h      |   11 +--
 drivers/acpi/acpica/acinterp.h      |    4 -
 drivers/acpi/acpica/acobject.h      |    3 +-
 drivers/acpi/acpica/acstruct.h      |    3 +
 drivers/acpi/acpica/dsinit.c        |   59 ++++++++++---
 drivers/acpi/acpica/dsmethod.c      |  156 +++++++++++++++++++++++++++++++++--
 drivers/acpi/acpica/dswload.c       |   16 ++++
 drivers/acpi/acpica/exsystem.c      |   12 +--
 drivers/acpi/acpica/exutils.c       |   80 +++---------------
 drivers/acpi/acpica/nsinit.c        |    5 +-
 drivers/acpi/acpica/nsload.c        |    4 +-
 drivers/acpi/acpica/psloop.c        |    4 +
 drivers/acpi/acpica/psobject.c      |    7 +-
 drivers/acpi/osl.c                  |   16 ++--
 include/acpi/acpixf.h               |    2 +-
 17 files changed, 281 insertions(+), 124 deletions(-)

-- 
1.7.10


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

end of thread, other threads:[~2014-03-24  6:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-24  6:48 [PATCH 0/5] ACPICA: Merge auto-serialization support to reduce source code differences between Linux and ACPICA upstream Lv Zheng
2014-03-24  6:48 ` [PATCH 1/5] ACPICA: Remove global option to serialize all control methods Lv Zheng
2014-03-24  6:49 ` [PATCH 2/5] ACPICA: Add auto-serialization support for ill-behaved " Lv Zheng
2014-03-24  6:49 ` [PATCH 3/5] ACPICA: Add additional named objects for the auto-serialize method scan Lv Zheng
2014-03-24  6:49 ` [PATCH 4/5] ACPICA: Ignore sync_level for methods that have been auto-serialized Lv Zheng
2014-03-24  6:49 ` [PATCH 5/5] ACPICA: Enable auto-serialization as a default kernel behavior Lv Zheng

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