All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <len.brown@intel.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	ACPI Developers <acpi-devel@lists.sourceforge.net>
Subject: [BKPATCH] ACPI for 2.6
Date: 03 May 2004 12:52:31 -0400	[thread overview]
Message-ID: <1083603151.593.3.camel@dhcppc4> (raw)

Hi Linus, please do a 

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

	A couple of key interrupt configuration fixes in this patch.
thanks,
-Len

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

This will update the following files:

 Documentation/kernel-parameters.txt |   14 +
 arch/i386/kernel/acpi/boot.c        |   19 +-
 arch/i386/kernel/dmi_scan.c         |  147 ++++++++---------
 arch/i386/kernel/io_apic.c          |   18 --
 arch/i386/kernel/mpparse.c          |   40 +---
 arch/i386/kernel/setup.c            |   13 +
 arch/i386/mach-default/setup.c      |    4 
 arch/i386/mach-es7000/setup.c       |    7 
 arch/i386/mach-voyager/setup.c      |    4 
 arch/i386/pci/acpi.c                |    1 
 arch/i386/pci/irq.c                 |    5 
 arch/x86_64/kernel/Makefile         |    2 
 arch/x86_64/kernel/i8259.c          |    4 
 arch/x86_64/kernel/io_apic.c        |   16 -
 arch/x86_64/kernel/mpparse.c        |   37 +---
 arch/x86_64/kernel/setup.c          |   10 -
 drivers/acpi/ac.c                   |    3 
 drivers/acpi/asus_acpi.c            |  121 ++++++++------
 drivers/acpi/battery.c              |   15 +
 drivers/acpi/button.c               |   37 ++++
 drivers/acpi/fan.c                  |    3 
 drivers/acpi/osl.c                  |   27 +--
 drivers/acpi/pci_irq.c              |    2 
 drivers/acpi/pci_link.c             |  199 ++++++++++++------------
 drivers/acpi/pci_root.c             |   10 +
 drivers/acpi/processor.c            |   12 +
 drivers/acpi/scan.c                 |   16 +
 drivers/acpi/thermal.c              |    7 
 drivers/acpi/toshiba_acpi.c         |    5 
 include/acpi/acpiosxf.h             |    6 
 include/asm-i386/acpi.h             |   16 +
 include/asm-ia64/acpi.h             |    1 
 include/asm-x86_64/acpi.h           |   16 +
 include/linux/acpi.h                |    1 
 34 files changed, 495 insertions(+), 343 deletions(-)

through these ChangeSets:

<len.brown@intel.com> (04/05/03 1.1371.707.20)
   [ACPI] export symbols to button module

<len.brown@intel.com> (04/05/01 1.1371.707.19)
   [ACPI] PCI Interrupt Link fixes
   Handle BIOS that reference disabled PCI Interrupt Link Devices
   http://bugme.osdl.org/show_bug.cgi?id=1581
   
   Clean up VIA _CRS = 0 BIOS workaround
   
   Handle BIOS returning _CRS outside _PRS
   http://bugme.osdl.org/show_bug.cgi?id=2567
   
   delete now unused _SRS retry code
   disable redundant console messages

<len.brown@intel.com> (04/04/28 1.1371.707.18)
   [ACPI] button build fix

<len.brown@intel.com> (04/04/28 1.1371.707.17)
   [ACPI] fix build warning in dmi_scan

<len.brown@intel.com> (04/04/28 1.1371.707.16)
   [ACPI] support button driver unload (Luming Yu)
   http://bugzilla.kernel.org/show_bug.cgi?id=2281

<len.brown@intel.com> (04/04/28 1.1371.707.15)
   [ACPI] toshiba_acpi driver if acpi_disabled (David Shaohua Li)
   http://bugzilla.kernel.org/show_bug.cgi?id=2465

<len.brown@intel.com> (04/04/28 1.1371.707.14)
   [ACPI] rmmod ACPI modules vs /proc
   from Anil S Keshavamurthy and David Shaohua Li
   http://bugzilla.kernel.org/show_bug.cgi?id=2457

<len.brown@intel.com> (04/04/28 1.1371.707.13)
   [ACPI] pci-link may not always be SHARED (SuSE via Luming Yu)
   http://bugzilla.kernel.org/show_bug.cgi?id=2404

<len.brown@intel.com> (04/04/28 1.1371.707.12)
   [ACPI] battery "charged" instead of "unknown" (Luming Yu)
   http://bugzilla.kernel.org/show_bug.cgi?id=1863

<sziwan@hell.org.pl> (04/04/28 1.1371.707.11)
   [PATCH] acpi4asus 0.28 (Karol 'sziwan' Kozimor)
   - Added support for Samsung P30
   - Fixed an oops triggered by non-standard hardware (Samsung P30)
   - Added support for L4400L and M6800N
   
   The patch also removes some superfluous data. It doesn't include the
   copy_from_user() conversion, it will be released as a separate patch.

<akpm@osdl.org> (04/04/28 1.1371.707.10)
   [PATCH] acpi build fix
   setup.c:608: `acpi_skip_timer_override' undeclared

<len.brown@intel.com> (04/04/24 1.1371.749.3)
   ACPI irq->gsi naming (Bjorn Helgaas)

<len.brown@intel.com> (04/04/24 1.1371.707.9)
   [ACPI] No IRQ known... - using IRQ 255 (Bjarni Rúnar Einarsson)
   http://bugzilla.kernel.org/show_bug.cgi?id=2148

<len.brown@intel.com> (04/04/23 1.1371.707.8)
   [ACPI] workaround for nForce2 BIOS bug: XT-PIC timer in IOAPIC mode 
   "acpi_skip_timer_override" boot parameter
   dmi_scan for common platforms, may be replaced with PCI-ID in future.
   http://bugzilla.kernel.org/show_bug.cgi?id=1203

<len.brown@intel.com> (04/04/23 1.1371.707.7)
   [ACPI] Workaround "_BBN 0" BIOS bug
   enhance "pci=noacpi" to skip ACPI PCI configuration and interrupt
config
   add "acpi=noirq" to skip just ACPI interrupt config (David Shaohua
Li)
   http://bugzilla.kernel.org/show_bug.cgi?id=1662

<len.brown@intel.com> (04/04/22 1.1371.707.6)
   [ACPI] allow IRQ2 to be used in ACPI/IOAPIC mode
   http://bugzilla.kernel.org/show_bug.cgi?id=2564

<len.brown@intel.com> (04/04/22 1.1371.707.5)
   [ACPI] if acpi_os_name= is used, print what it finds

<len.brown@intel.com> (04/04/20 1.1371.707.4)
   ACPI] Delete IRQ2 "cascade" in ACPI IOAPIC mode
   no such concept exists in ACPI, frees IRQ2 for use.

<len.brown@intel.com> (04/04/20 1.1371.707.3)
   [ACPI] enhance intr-src-override parsing to handle ES7000
   http://bugme.osdl.org/show_bug.cgi?id=2520

<len.brown@intel.com> (04/04/16 1.1371.707.2)
   [ACPI] enable 440GX PIRQ router workaround

<len.brown@intel.com> (04/04/14 1.1371.707.1)
   [ACPI] fix x86_64 mis-merge

             reply	other threads:[~2004-05-03 16:52 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-03 16:52 Len Brown [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-11-09  7:47 [BKPATCH] ACPI for 2.6 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-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-03-06  6:37 Len Brown
2004-03-06  6:37 ` 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=1083603151.593.3.camel@dhcppc4 \
    --to=len.brown@intel.com \
    --cc=acpi-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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.