This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335X GPIO INTERRUPT 96

HI,


I want to use the GPIO interrupt. My GPIO number is gpio0_20.  When I request the interrupt, I go the following error:

 ====>drivers/net/ethernet/microchip/enc28j60.c:845
[   57.111461] ====>kernel/irq/manage.c:1359 irq_num:96
[   57.116516] enc28j60 spi1.0: enc28j60: request irq 65 failed (ret = -22)
[   57.123375] enc28j60: probe of spi1.0 failed with error -22

My code :

ret = request_irq(96,enc28j60_irq,IRQF_SHARED,DRV_NAME, priv);

I have search the  debug information and  I can not found the 96 interrupt is used by the other module. Please help me ,many thanks !