All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Linus Torvalds <torvalds-3NddpPZAyC0@public.gmane.org>
Cc: ACPI Developers
	<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>,
	Kernel Mailing List
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: [BKPATCH] ACPI for 2.6
Date: 06 Mar 2004 01:37:00 -0500	[thread overview]
Message-ID: <1078555020.12999.3200.camel@dhcppc4> (raw)

Hi Linus, please do a 

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

thanks,
-Len

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

This will update the following files:

 Documentation/kernel-parameters.txt |    5 
 MAINTAINERS                         |    2 
 arch/i386/Kconfig                   |   22 +
 arch/i386/kernel/acpi/boot.c        |  329 +++++++++++++++---------
 arch/i386/kernel/bootflag.c         |  170 ------------
 arch/i386/kernel/mpparse.c          |    2 
 arch/i386/kernel/setup.c            |    5 
 arch/i386/pci/Makefile              |    1 
 arch/i386/pci/common.c              |    9 
 arch/i386/pci/mmconfig.c            |  109 +++++++
 arch/i386/pci/pci.h                 |    3 
 arch/x86_64/kernel/acpi/boot.c      |    5 
 arch/x86_64/kernel/mpparse.c        |    2 
 drivers/acpi/Kconfig                |   12 
 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/tables.c               |    9 
 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-i386/fixmap.h           |    3 
 include/asm-ia64/acpi.h             |    2 
 include/asm-x86_64/acpi.h           |    1 
 include/linux/acpi.h                |   35 ++
 35 files changed, 604 insertions(+), 348 deletions(-)

through these ChangeSets:

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/03/01 1.1557.74.5)
   [ACPI] delete ACPI table parsing code from bootflags module

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/03/01 1.1500.39.9)
   [ACPI] Support for PCI MMCONFIG for PCI Express (Matt Wilcox)

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/03/01 1.1500.39.8)
   [ACPI] acpi_boot_init() cleanup suggested by Matt Wilcox
   HPET doesn't depend on IOAPIC

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/02/27 1.1493.1.21)
   [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-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/02/27 1.1493.1.20)
   [ACPI] include CONFIG_ACPI_RELAXED_AML code always
     add acpi=strict option to disable platform workarounds

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/02/26 1.1612.8.2)
   [ACPI] delete unnecessary dmesg lines, fix spelling

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/02/25 1.1612.6.2)
   ACPI URL update






-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

WARNING: multiple messages have this Message-ID (diff)
From: Len Brown <len.brown@intel.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: ACPI Developers <acpi-devel@lists.sourceforge.net>,
	Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [BKPATCH] ACPI for 2.6
Date: 06 Mar 2004 01:37:00 -0500	[thread overview]
Message-ID: <1078555020.12999.3200.camel@dhcppc4> (raw)

Hi Linus, please do a 

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

thanks,
-Len

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

This will update the following files:

 Documentation/kernel-parameters.txt |    5 
 MAINTAINERS                         |    2 
 arch/i386/Kconfig                   |   22 +
 arch/i386/kernel/acpi/boot.c        |  329 +++++++++++++++---------
 arch/i386/kernel/bootflag.c         |  170 ------------
 arch/i386/kernel/mpparse.c          |    2 
 arch/i386/kernel/setup.c            |    5 
 arch/i386/pci/Makefile              |    1 
 arch/i386/pci/common.c              |    9 
 arch/i386/pci/mmconfig.c            |  109 +++++++
 arch/i386/pci/pci.h                 |    3 
 arch/x86_64/kernel/acpi/boot.c      |    5 
 arch/x86_64/kernel/mpparse.c        |    2 
 drivers/acpi/Kconfig                |   12 
 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/tables.c               |    9 
 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-i386/fixmap.h           |    3 
 include/asm-ia64/acpi.h             |    2 
 include/asm-x86_64/acpi.h           |    1 
 include/linux/acpi.h                |   35 ++
 35 files changed, 604 insertions(+), 348 deletions(-)

through these ChangeSets:

<len.brown@intel.com> (04/03/01 1.1557.74.5)
   [ACPI] delete ACPI table parsing code from bootflags module

<len.brown@intel.com> (04/03/01 1.1500.39.9)
   [ACPI] Support for PCI MMCONFIG for PCI Express (Matt Wilcox)

<len.brown@intel.com> (04/03/01 1.1500.39.8)
   [ACPI] acpi_boot_init() cleanup suggested by Matt Wilcox
   HPET doesn't depend on IOAPIC

<len.brown@intel.com> (04/02/27 1.1493.1.21)
   [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.1493.1.20)
   [ACPI] include CONFIG_ACPI_RELAXED_AML code always
     add acpi=strict option to disable platform workarounds

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

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





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

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-06  6:37 Len Brown [this message]
2004-03-06  6:37 ` [BKPATCH] ACPI for 2.6 Len Brown
  -- strict thread matches above, loose matches on Subject: below --
2004-11-09  7:47 Len Brown
2004-11-09  7:47 ` Len Brown
2004-11-12 17:42 ` Pavel Machek
     [not found]   ` <20041112174248.GA4267-u08AdweFZfgxtPtxi4kahqVXKuFTiq87@public.gmane.org>
2004-12-01 23:13     ` Len Brown
2004-12-01 23:13       ` Len Brown
2004-10-09  5:54 Len Brown
2004-08-14 23:08 Len Brown
     [not found] <566B962EB122634D86E6EE29E83DD808182C3286@hdsmsx403.hd.intel.com>
2004-08-14 18:43 ` Len Brown
2004-08-15 16:58   ` Marcus Hartig
2004-08-14 16:40 Marcus Hartig
2004-08-14  6:55 Len Brown
2004-08-14 20:56 ` Jesse Barnes
2004-08-14 20:56   ` Jesse Barnes
2004-06-21 19:41 Len Brown
2004-06-21 19:41 ` Len Brown
     [not found] <E1BbPIM-00044a-0A@sc8-sf-list2.sourceforge.net>
     [not found] ` <E1BbPIM-00044a-0A-ek0oC1U1TqqnvZpeIfgr/KQD96bmaF075NbjCUgZEJk@public.gmane.org>
2004-06-19 21:22   ` Carsten Rietzschel
2004-06-18  6:42 Len Brown
2004-06-18  6:42 ` Len Brown
     [not found] ` <1087540933.4487.212.camel-D2Zvc0uNKG8@public.gmane.org>
2004-06-23 13:47   ` Stefan Seyfried
2004-05-20 19:12 Len Brown
2004-05-20 19:12 ` Len Brown
2004-05-11 16:48 Len Brown
2004-05-11 16:48 ` Len Brown
2004-05-03 16:52 Len Brown
2004-04-01 10:40 Len Brown
2004-04-01 10:40 ` Len Brown
2004-03-30  1:26 Manpreet Singh
2004-03-30  0:28 Manpreet Singh
2004-03-29 17:32 Moore, Robert
2004-03-27  9:18 Manpreet Singh
2004-03-27  0:59 Len Brown
2004-03-27  0:59 ` Len Brown
     [not found] ` <1080349151.16211.33.camel-D2Zvc0uNKG8@public.gmane.org>
2004-03-27 11:11   ` Marcel Holtmann
2004-03-27 11:11     ` Marcel Holtmann
2004-03-23 10:02 Len Brown
2004-03-23 10:02 ` Len Brown
2004-03-14  6:08 Len Brown
2004-03-14  6:08 ` Len Brown
2004-02-25  9:18 Len Brown
2004-02-25  9:18 ` Len Brown
2004-02-14  4:46 Len Brown
2004-02-07  9:10 Len Brown
     [not found] ` <1076145027.8682.34.camel-D2Zvc0uNKG8@public.gmane.org>
2004-02-09  9:09   ` Olaf Hering
2004-02-09  9:09     ` Olaf Hering
2004-02-09  9:11   ` Olaf Hering
2004-02-09  9:11     ` Olaf Hering
2004-01-27  6:03 Len Brown
2004-01-27  6:03 ` Len Brown

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=1078555020.12999.3200.camel@dhcppc4 \
    --to=len.brown-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=torvalds-3NddpPZAyC0@public.gmane.org \
    /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 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.