public inbox for linux-acpi@vger.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: "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	ACPI Developers
	<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Subject: [BKPATCH] ACPI for 2.6
Date: 18 Jun 2004 02:42:14 -0400	[thread overview]
Message-ID: <1087540933.4487.212.camel@dhcppc4> (raw)

Hi Linus, please do a 

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

Signed-off-by: Len Brown <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

thanks,
-Len

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

This will update the following files:

 arch/i386/kernel/acpi/boot.c |   33 ++++
 arch/i386/kernel/dmi_scan.c  |   18 +-
 arch/i386/kernel/mpparse.c   |  119 +++++------------
 arch/i386/pci/acpi.c         |   31 +++-
 arch/ia64/kernel/acpi.c      |   23 +--
 arch/ia64/kernel/iosapic.c   |  209 +++++++++++--------------------
 arch/ia64/pci/pci.c          |   16 +-
 arch/x86_64/kernel/mpparse.c |  112 +++++-----------
 drivers/acpi/Kconfig         |    2 
 drivers/acpi/pci_irq.c       |  119 +++++------------
 drivers/acpi/pci_link.c      |   26 ---
 drivers/acpi/pci_root.c      |   49 +++++++
 drivers/acpi/tables.c        |    6 
 drivers/acpi/thermal.c       |    7 +
 drivers/serial/8250_acpi.c   |   22 ---
 drivers/serial/8250_hcdp.c   |   12 -
 include/acpi/acpi_drivers.h  |    2 
 include/asm-i386/mpspec.h    |    2 
 include/asm-ia64/iosapic.h   |    1 
 include/asm-x86_64/mpspec.h  |    2 
 include/linux/acpi.h         |    4 
 21 files changed, 361 insertions(+), 454 deletions(-)

through these ChangeSets:

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/06/18 1.1608.11.12)
   [ACPI] handle SCI override to nth IOAPIC
   http://bugzilla.kernel.org/show_bug.cgi?id=2835

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/06/17 1.1608.11.11)
   [ACPI] avoid spurious interrupts on VIA
   http://bugzilla.kernel.org/show_bug.cgi?id=2243

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/06/17 1.1728.2.1)
   [ACPI] fix passive cooling mode indicator (Luming Yu)
   http://bugzilla.kernel.org/show_bug.cgi?id=1770

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/06/17 1.1608.11.10)
   [ACPI] PCI bus numbering workaround for ServerWorks
   from David Shaohua Li
   http://bugzilla.kernel.org/show_bug.cgi?id=1662

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/06/17 1.1722.18.6)
   [ACPI] Fix a lockup which Sid Boyce <sboyce-QgLWrMLu8clzjhtm8Ag3mw@public.gmane.org>
   discovered with IOAPIC disabled.
   
   The problem was that drivers/serial/8250_acpi.c found COM1 in the
ACPI
   namespace and called acpi_register_gsi() to set up its IRQ.  ACPI
tells us
   that the COM1 IRQ is edge triggered, active high, but
acpi_register_gsi()
   was ignoring the edge_level argument, so it blindly set the COM1 IRQ
to be
   level-triggered.
   
   Signed-off-by: Bjorn Helgaas <bjorn.helgaas-VXdhtT5mjnY@public.gmane.org>
   Signed-off-by: Andrew Morton <akpm-3NddpPZAyC0@public.gmane.org

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/06/17 1.1722.18.5)
   [ACPI] delete "__init" from x86_64 version of mp_find_ioapic() 
   Signed-off-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
   Signed-off-by: Andrew Morton <akpm-RKs1Zvx8MHE@public.gmane.org

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/06/17 1.1722.18.4)
   [ACPI] mp_find_ioapic() oops from mp_register_gsi() on device resume
   Signed-off-by: Andrew Morton <akpm-3NddpPZAyC0@public.gmane.org>

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/06/17 1.1722.18.3)
   [ACPI] *** Warning: "acpi_register_gsi" [drivers/serial/8250_acpi.ko]
undefined!
   
   Signed-off-by: Andrew Morton <akpm-3NddpPZAyC0@public.gmane.org>

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/06/03 1.1608.11.9)
   [ACPI] acpi=force overrides blacklist pci=noacpi or acpi=noirq (Andi
Kleen)

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/06/03 1.1722.18.2)
   [ACPI] fix !CONFIG_PCI build (Bjorn Helgaas)

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/05/25 1.1722.18.1)
   [ACPI] PCI IRQ update (Bjorn Helgaas)
   http://bugme.osdl.org/show_bug.cgi?id=2574
   
   mp_parse_prt() and iosapic_parse_prt() used to allocate all
   IRQs, whether devices needed them or not.  Some devices
   failed because the this method enabled unused PCI Interrupt
   Link Devices, which disrupted active link devices.
   
   Now the PRT knowledge is pulled out of the arch
   code and the IRQ allocation and IO-APIC programming
   is done by pci_enable_device().
   This is also a step toward allowing the addition
   of new root bridges and PRTs at run-time.
   
   The architecture supplies
   
    unsigned int
    acpi_register_gsi(u32 gsi, int edge_level, int active_high_low)
   
   which is called by acpi_pci_irq_enable().  ACPI supplies
   all the information from the PRT, and the arch sets up
   the routing and returns the IRQ it allocated.

<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/05/22 1.1608.11.8)
   Kconfig typo fix from Jochen Voss






-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND

             reply	other threads:[~2004-06-18  6:42 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-18  6:42 Len Brown [this message]
     [not found] ` <1087540933.4487.212.camel-D2Zvc0uNKG8@public.gmane.org>
2004-06-23 13:47   ` [BKPATCH] ACPI for 2.6 Stefan Seyfried
  -- strict thread matches above, loose matches on Subject: below --
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-10-09  5:54 Len Brown
2004-08-14  6:55 Len Brown
2004-08-14 20:56 ` Jesse Barnes
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-05-20 19:12 Len Brown
2004-05-11 16:48 Len Brown
2004-05-03 16:52 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
     [not found] ` <1080349151.16211.33.camel-D2Zvc0uNKG8@public.gmane.org>
2004-03-27 11:11   ` Marcel Holtmann
2004-03-23 10:02 Len Brown
2004-03-14  6:08 Len Brown
2004-03-06  6:37 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:11   ` Olaf Hering
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=1087540933.4487.212.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox