Re: s3c2410_ts.c move to threaded_irq?

From: Dmitry Torokhov
Date: Mon May 23 2011 - 12:45:15 EST


On Mon, May 23, 2011 at 01:18:59PM +0530, anish singh wrote:
> Will it be ok if i move this driver(drivers/input/touchscreen/s3c2410_ts.c)
> to threaded_irq?As we know there are some inherent advantages in moving
> to threaded_irq.
>

I would not make such a blanket statement. Threaded interrupts are very
beneficial in some situations and godsend in others but regular
interrupts have their users too. It all depends on the device and the
driver.

Thanks.

--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/