Question about using new request_threaded_irq

2012-12-17 Thread Marcos Lois Bermúdez
Hi, I'm downloaded kernel sources 3.2.27, and now I'm writing a device driver for a SPI device, i make some kernel drivers in the past, so now I'm surfing the source tree to see the new mode to make things. My driver need handle hardware interrupts, in the past i use request_irq, but now the

Re: Question about using new request_threaded_irq

2012-12-17 Thread Marcos Lois Bermúdez
a bit confusing because i see a outdated page that talks about this new IRQ API, but now i see that it's very outdated: http://lwn.net/Articles/302043/ Regards. El 17/12/2012 16:37, Jonathan Corbet escribió: On Mon, 17 Dec 2012 16:11:22 +0100 Marcos Lois Bermúdez wrote: For my understand if