Hi, after having enabled an interrupt source with
request_irq(gpio_to_irq(37), &irq_handler, IRQF_TRIGGER_FALLING, "myirq", NULL); how to prevent other interrupts (of the same type) to occour during irq_handler() processing? I would like to disable the interrupt only for the irq_handler() execution time. Thanks and regards (sorry for this questioni if too simple!) Gabriele
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
