public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <len.brown@intel.com>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com.br>
Cc: ACPI Developers <acpi-devel@lists.sourceforge.net>,
	Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [BKPATCH] ACPI for 2.4
Date: 06 Mar 2004 01:32:42 -0500	[thread overview]
Message-ID: <1078554761.12998.3197.camel@dhcppc4> (raw)

Hi Marcelo, please do a 

	bk pull bk://linux-acpi.bkbits.net/linux-acpi-release-2.4.26

thanks,
-Len

ps. a plain patch is also available here:
ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.4.26/acpi-20040220-2.4.26.diff.gz

This will update the following files:

 Documentation/Configure.help        |    8 --
 Documentation/kernel-parameters.txt |    2 
 MAINTAINERS                         |    2 
 arch/i386/kernel/acpi.c             |    9 +--
 arch/i386/kernel/mpparse.c          |   11 ++--
 arch/i386/kernel/setup.c            |    5 +
 arch/x86_64/kernel/acpi.c           |   10 +--
 arch/x86_64/kernel/e820.c           |    6 ++
 arch/x86_64/kernel/mpparse.c        |   11 ++--
 drivers/acpi/executer/exfldio.c     |    7 +-
 drivers/acpi/hardware/hwgpe.c       |    8 ++
 drivers/acpi/hardware/hwregs.c      |    6 +-
 drivers/acpi/hardware/hwsleep.c     |   66 +++++++++++++++++++++---
 drivers/acpi/namespace/nseval.c     |    4 -
 drivers/acpi/namespace/nsutils.c    |    6 +-
 drivers/acpi/namespace/nsxfname.c   |    7 ++
 drivers/acpi/pci_link.c             |    2 
 drivers/acpi/resources/rsxface.c    |   18 ++++++
 drivers/acpi/system.c               |   10 ++-
 drivers/acpi/utilities/uteval.c     |   60 +++++++++++++++++++++
 drivers/acpi/utilities/utglobal.c   |    7 ++
 include/acpi/acconfig.h             |    2 
 include/acpi/acglobal.h             |   25 ++++-----
 include/acpi/actypes.h              |    3 -
 include/acpi/acutils.h              |    4 +
 include/asm-i386/acpi.h             |    1 
 include/asm-ia64/acpi.h             |    2 
 include/asm-x86_64/acpi.h           |    1 
 28 files changed, 233 insertions(+), 70 deletions(-)

through these ChangeSets:

<len.brown@intel.com> (04/03/06 1.1331)
   [ACPI] fix ia64 build error (Bjorn Helgaas)

<len.brown@intel.com> (04/02/27 1.1063.46.78)
   [ACPI] ACPICA 20040220 from Bob Moore
   
   Implemented execution of _SxD methods for Device objects in the
   GetObjectInfo interface.
   
   Fixed calls to _SST method to pass the correct arguments.
   
   Added a call to _SST on wake to restore to "working" state.
   
   Check for End-Of-Buffer failure case in the WalkResources interface.
   
   Integrated fix for 64-bit alignment issue in acglobal.h by moving two
   structures to the beginning of the file.
   
   After wake, clear GPE status register(s) before enabling GPEs.
   
   After wake, clear/enable power button.
   (Perhaps we should clear/enable all fixed events upon wake.)
   
   Fixed a couple of possible memory leaks in the Namespace manager.

<len.brown@intel.com> (04/02/27 1.1063.46.77)
   [ACPI] include CONFIG_ACPI_RELAXED_AML code always
     add acpi=strict option to disable platform workarounds

<len.brown@intel.com> (04/02/26 1.1321.1.1)
   [ACPI] delete unnecessary dmesg lines, fix spelling

<len.brown@intel.com> (04/02/25 1.1063.46.76)
   [ACPI] interrupt over-ride for nforce from Maciej W. Rozycki

<len.brown@intel.com> (04/02/25 1.1063.46.75)
   ACPI URL update





             reply	other threads:[~2004-03-06  6:33 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-06  6:32 Len Brown [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-01-31  8:32 [BKPATCH] ACPI for 2.4 Len Brown
2004-11-23  6:34 Len Brown
2004-11-16 19:26 Len Brown
2004-11-09  8:17 Len Brown
2004-10-28  9:33 Len Brown
2004-06-18  7:32 Len Brown
2004-05-20  6:14 Len Brown
2004-05-06 22:28 Len Brown
2004-04-01 12:24 O.Sezer
2004-04-01 12:57 ` O.Sezer
2004-04-01 10:40 Len Brown
2004-03-27  0:53 Len Brown
2004-03-23 10:43 Len Brown
2004-03-14  6:01 Len Brown
2004-02-25 10:01 Len Brown
2004-02-07  9:10 Len Brown
2004-02-08  8:20 ` Willy Tarreau
2004-02-08  9:08   ` Willy Tarreau
2003-11-18 20:58 Len Brown
2003-11-20 11:16 ` Len Brown
2003-11-21 17:49   ` Willy Tarreau
2003-11-21 18:46     ` Willy Tarreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1078554761.12998.3197.camel@dhcppc4 \
    --to=len.brown@intel.com \
    --cc=acpi-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox