linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PATCH] ACPI patches for 2.6.23-rc8
@ 2007-09-25 22:04 Len Brown
  0 siblings, 0 replies; only message in thread
From: Len Brown @ 2007-09-25 22:04 UTC (permalink / raw)
  To: Torvalds, Linus; +Cc: Andrew Morton, linux-acpi, linux-kernel

Hi Linus,

please pull from: 

git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release

This will update the files shown below.

thanks!

-Len

ps. individual patches are available on linux-acpi@vger.kernel.org
and a consolidated plain patch is available here:
ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.23/acpi-release-20070126-2.6.23-rc8.diff.gz

 drivers/acpi/sleep/Makefile |    2 -
 drivers/acpi/sleep/main.c   |   46 +++++++++++++++++---------------
 drivers/char/hpet.c         |    6 ++--
 include/acpi/acpi_drivers.h |    4 --
 4 files changed, 29 insertions(+), 29 deletions(-)

through these commits:

Alexey Starikovskiy (2):
      ACPI: suspend: build-fix for CONFIG_SUSPEND=n and CONFIG_HIBERNATION=y
      ACPI: CONFIG_ACPI_SLEEP=n power off regression in 2.6.23-rc8 (NOT in rc7)

Zhao Yakui (1):
      ACPI: hpet: ACPI Error (utglobal-0126): Unknown exception code: 0xFFFFFFF0

with this log:

commit 78e1ca49c7ead5cd00882ed0c776260857613122
Author: Zhao Yakui <yakui.zhao@intel.com>
Date:   Thu Sep 20 21:23:13 2007 -0400

    ACPI: hpet: ACPI Error (utglobal-0126): Unknown exception code: 0xFFFFFFF0
    
    If hpet has been initialized before registering hpet driver, the callback
    function of hpet_resources will return the status code of -EBUSY, which is
    not defined in the ACPI exception table.  So when ACPI checks the status
    code of callback function, it will report the unknown exception code.
    
    So the status code in ACPI is used instead of the generic error code in the
    ACPI callback function of hpet_resources.
    For example: -EBUSY is replaced by AE_ALREADY_EXISTS
    	     -EINVAL is replaced by AE_NO_MEMORY
    
    http://bugzilla.kernel.org/show_bug.cgi?id=8630
    
    Signed-off-by: Zhao Yakui  <yakui.zhao@intel.com>
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 853298bc03ef65e3eb392f5d61265605214ee8fb
Author: Alexey Starikovskiy <astarikovskiy@suse.de>
Date:   Tue Sep 25 18:45:15 2007 +0400

    ACPI: CONFIG_ACPI_SLEEP=n power off regression in 2.6.23-rc8 (NOT in rc7)
    
    Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
    Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 2f3f22269bdf702311342c5d106dfdd7347d1c3e
Author: Alexey Starikovskiy <astarikovskiy@suse.de>
Date:   Mon Sep 24 14:33:21 2007 +0200

    ACPI: suspend: build-fix for CONFIG_SUSPEND=n and CONFIG_HIBERNATION=y
    
    This fixes compilation with CONFIG_SUSPEND unset and CONFIG_HIBERNATION set
    (raf. http://marc.info/?l=linux-acpi&m=119055289723895&w=4).
    
    Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
    Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
    Signed-off-by: Len Brown <len.brown@intel.com>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-25 22:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-25 22:04 [GIT PATCH] ACPI patches for 2.6.23-rc8 Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).