* IRQ's
@ 2002-05-08 20:42 Steven Blakeslee
2002-05-09 15:15 ` IRQ's Dan Malek
0 siblings, 1 reply; 2+ messages in thread
From: Steven Blakeslee @ 2002-05-08 20:42 UTC (permalink / raw)
To: 'linuxppc-dev@lists.linuxppc.org',
'nanogui@linuxhacker.org'
I was hoping that someone with experience with IRQ's could give me a little
advice. I am working on a touch screen driver that uses IRQ4 on an 823e
board. I have the following code to assign it.
/*
* Make IRQ4 edge sensitive.
*/
immap->im_siu_conf.sc_siel |= 0x00800000;
if( request_8xxirq(SIU_IRQ4, tpanel_pendn_intr, 0, "tpanel", NULL) != 0 )
printk("Could not allocate tpanel IRQ\n");
I have verified with a scope that when I touch the screen IRQ4 goes low, but
the handler tpanel_pendn_intr is never called. Is there anything else
involved in assigning and using an IRQ? I would appreciate any advice
anyone could give.
Steve
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-05-09 15:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-08 20:42 IRQ's Steven Blakeslee
2002-05-09 15:15 ` IRQ's Dan Malek
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).