All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] ACPICA 20130725 Release
@ 2013-08-08  7:29 Lv Zheng
  2013-08-08  7:29 ` [PATCH 1/9] ACPICA: Export acpi_tb_validate_rsdp() Lv Zheng
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Lv Zheng @ 2013-08-08  7:29 UTC (permalink / raw)
  To: Rafael J. Wysocki, Robert Moore, Len Brown; +Cc: Lv Zheng, linux-acpi

The 20130725 ACPICA kernel resident system updates is linuxized based on
the pm/linux-next branch.

The patch set has passed a build/boot test on the following machines:
Dell Inspiron Mini 1010 (i386)
HP Compaq 8200 Elite SFF PC (x86-64)
With the following kernel configuration items enabled:
  CONFIG_ACPI_AC
  CONFIG_ACPI_BATTERY
  CONFIG_ACPI_NUMA
  CONFIG_ACPI_PROCESSOR
  CONFIG_ACPI_THERMAL
  CONFIG_ACPI_VIDEO
  CONFIG_CPU_FREQ
  CONFIG_I2C_SCMI
  CONFIG_SENSORS_ACPI_POWER
  CONFIG_PANASONIC_LAPTOP
  CONFIG_XO15_EBOOK
No new divergences are introduced in this release.

Please review.

Bob Moore (8):
  ACPICA: Export acpi_tb_validate_rsdp().
  ACPICA: Emit all unresolved method externals in a text block
  ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and
    BufferField refs.
  ACPICA: Fix possible fault for methods that optionally have no return
    value.
  ACPICA: Make ACPI Power Management Timer (PM Timer) optional.
  ACPICA: Return error if DerefOf resolves to a null package element.
  ACPICA: Update names for walk_namespace callbacks to clarify usage.
  ACPICA: Update version to 20130725.

Lv Zheng (1):
  ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version.

 drivers/acpi/acpica/acglobal.h |    7 +++++-
 drivers/acpi/acpica/aclocal.h  |    1 +
 drivers/acpi/acpica/acnamesp.h |    4 ++--
 drivers/acpi/acpica/actables.h |    2 ++
 drivers/acpi/acpica/exoparg1.c |   48 +++++++++++++++++++++++++++++++++++-----
 drivers/acpi/acpica/hwtimer.c  |   13 ++++++++++-
 drivers/acpi/acpica/nspredef.c |   16 +++++++++++++-
 drivers/acpi/acpica/nswalk.c   |   26 +++++++++++-----------
 drivers/acpi/acpica/nsxfeval.c |   16 +++++++-------
 drivers/acpi/acpica/tbfadt.c   |    4 ++--
 drivers/acpi/acpica/tbxfroot.c |    8 ++-----
 drivers/acpi/acpica/utglobal.c |    1 -
 include/acpi/acpixf.h          |    6 ++---
 include/acpi/actypes.h         |   28 +++++++++++------------
 14 files changed, 121 insertions(+), 59 deletions(-)

-- 
1.7.10


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

end of thread, other threads:[~2013-08-17  0:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08  7:29 [PATCH 0/9] ACPICA 20130725 Release Lv Zheng
2013-08-08  7:29 ` [PATCH 1/9] ACPICA: Export acpi_tb_validate_rsdp() Lv Zheng
2013-08-08  7:29 ` [PATCH 2/9] ACPICA: Emit all unresolved method externals in a text block Lv Zheng
2013-08-08  7:29 ` [PATCH 3/9] ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField refs Lv Zheng
2013-08-08  7:29 ` [PATCH 4/9] ACPICA: Fix possible fault for methods that optionally have no return value Lv Zheng
2013-08-08  7:29 ` [PATCH 5/9] ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version Lv Zheng
2013-08-08  7:29 ` [PATCH 6/9] ACPICA: Make ACPI Power Management Timer (PM Timer) optional Lv Zheng
2013-08-09  3:17   ` Adachi, Kenichi
2013-08-17  0:22     ` Rafael J. Wysocki
2013-08-08  7:29 ` [PATCH 7/9] ACPICA: Return error if DerefOf resolves to a null package element Lv Zheng
2013-08-08  7:30 ` [PATCH 8/9] ACPICA: Update names for walk_namespace callbacks to clarify usage Lv Zheng
2013-08-08  7:30 ` [PATCH 9/9] ACPICA: Update version to 20130725 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.