public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <bjorn.helgaas@hp.com>
To: Takayoshi Kochi <t-kochi@bq.jp.nec.com>
Cc: maeda.naoaki@jp.fujitsu.com, acpi-devel@lists.sourceforge.net,
	linux-ia64@vger.kernel.org
Subject: Re: [RFC] ACPI IRQ proposal
Date: Sat, 27 Mar 2004 00:00:55 +0000	[thread overview]
Message-ID: <200403261700.55781.bjorn.helgaas@hp.com> (raw)
In-Reply-To: <20040326.175630.74755524.t-kochi@bq.jp.nec.com>

On Friday 26 March 2004 1:56 am, Takayoshi Kochi wrote:
> The polarity and trigger are programmed in iosapic when MADT
> parsing is done, so we don't want to force 'ACPI_ACTIVE_LOW,
> ACPI_LEVEL_SENSITIVE' when SCI is enabled.

Yup, I just completely threw out the MADT parsing, which was
a mistake.  Obviously we have to keep track of what's there.
It's a shame it's currently all in architecture code, even though
it should really be platform-independent.

> So maybe acpi_register_gsi() would take only one argument (u32 gsi)
> and the acpi_register_gsi() by itself will derive polarity and trigger
> from override table or iosapic_intr_info[]?

But it doesn't seem right to me to for the arch code to have to keep
track of the polarity/trigger stuff.  Ideally I think ACPI should extract
that from the PRT (as it does today) and from the static tables (as
the arch code does today), then tell the arch code once via
acpi_register_gsi().

But in the short term, I think I'll just leave the non-PRT stuff pretty
much as it is today, and focus on cleaning up the PRT handling a bit.

  reply	other threads:[~2004-03-27  0:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-23 22:37 [RFC] ACPI IRQ proposal Bjorn Helgaas
2004-03-23 22:59 ` David Mosberger
2004-03-26  5:39 ` MAEDA Naoaki
2004-03-26  8:56   ` Takayoshi Kochi
2004-03-27  0:00     ` Bjorn Helgaas [this message]
2004-03-29  1:24     ` [ACPI] " MAEDA Naoaki
2004-04-22  2:20 ` Kenji Kaneshige

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=200403261700.55781.bjorn.helgaas@hp.com \
    --to=bjorn.helgaas@hp.com \
    --cc=acpi-devel@lists.sourceforge.net \
    --cc=linux-ia64@vger.kernel.org \
    --cc=maeda.naoaki@jp.fujitsu.com \
    --cc=t-kochi@bq.jp.nec.com \
    /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