nanogui: IRQ's


Previous by date: 8 May 2002 20:46:58 -0000 Re: Named Socket Binding and romfs, Alan Cox
Next by date: 8 May 2002 20:46:58 -0000 Re: Named Socket Binding and romfs, Fabrice Gautier
Previous in thread:
Next in thread: 8 May 2002 20:46:58 -0000 Re: IRQ's, Dan Malek

Subject: IRQ's
From: Steven Blakeslee ####@####.####
Date: 8 May 2002 20:46:58 -0000
Message-Id: <D73A25AA6E54D511AD74009027B1110F2C829F@ORION>

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

Previous by date: 8 May 2002 20:46:58 -0000 Re: Named Socket Binding and romfs, Alan Cox
Next by date: 8 May 2002 20:46:58 -0000 Re: Named Socket Binding and romfs, Fabrice Gautier
Previous in thread:
Next in thread: 8 May 2002 20:46:58 -0000 Re: IRQ's, Dan Malek


Powered by ezmlm-browse 0.20.