linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Pantelis Antoniou <panto@intracom.gr>
To: acurtis@onz.com
Cc: linuxppc-embedded@lists.linuxppc.org,
	Tom Rini <trini@kernel.crashing.org>,
	Dan Malek <dan@embeddededge.com>
Subject: Re: 2.5 and request_8xxirq
Date: Wed, 15 Jan 2003 17:13:57 +0200	[thread overview]
Message-ID: <3E257AB5.8070405@intracom.gr> (raw)
In-Reply-To: <NCBBIINEHIPFGJPLBEIFOEOGEAAA.acurtis@onz.com>


Allen Curtis wrote:

>Just use request_irq() instead....
>
Sure, could you please elaborate a little bit?

I'm asking because by looking at the posted patch,
while the replacement is straight-forward for
request_8xxirq -> request_irq, there is also
the replacement of cpm_install_handler with
request_irq.

AFAIK the replacement is something like this:

cpm_install_handler(irqno, handler, ...) ->
   request_irq(CPM_IRQ_OFFSET + irqno, handler, ...)

CPM_IRQ_OFFSET is nowhere to be found.

Could someone clear this up?

Thanks

>>I'm in the process of porting my board based on a MPC850
>>from 2.4 to 2.5 and it appears that request_8xxirq is gone.
>>
>
>
>


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2003-01-15 15:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-15 10:25 2.5 and request_8xxirq Pantelis Antoniou
2003-01-15 14:43 ` Allen Curtis
2003-01-15 15:13   ` Pantelis Antoniou [this message]
2003-01-15 22:26 ` Tom Rini

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=3E257AB5.8070405@intracom.gr \
    --to=panto@intracom.gr \
    --cc=acurtis@onz.com \
    --cc=dan@embeddededge.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=trini@kernel.crashing.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;
as well as URLs for NNTP newsgroup(s).