IRQ's

2 messages, 2 authors, 2002-05-09 · open the first message on its own page

IRQ's

From: Steven Blakeslee <hidden>
Date: 2002-05-08 20:42:51

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/

Re: IRQ's

From: Dan Malek <hidden>
Date: 2002-05-09 15:15:34

Steven Blakeslee wrote:

 > ... Is there anything else
involved in assigning and using an IRQ?  I would appreciate any advice
anyone could give.
You need to configure the processor pin multiplex in the SIU depending
upon the hardware design.


	-- Dan


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help