[PATCH v3 03/15] mfd: menelaus: Convert to threaded irq
Lee Jones
lee.jones at linaro.org
Tue Dec 10 04:32:13 EST 2013
On Mon, 09 Dec 2013, Felipe Balbi wrote:
> We don't need that extra workqueue when we have generic threaded irq
> handlers support. This patch just moves over to threaded irqs and
> deletes the unnecessary workqueue.
>
> Tested-by: Aaro Koskinen <aaro.koskinen at iki.fi>
> Signed-off-by: Felipe Balbi <balbi at ti.com>
> ---
> drivers/mfd/menelaus.c | 29 ++++-------------------------
> 1 file changed, 4 insertions(+), 25 deletions(-)
<snip>
> - err = request_irq(client->irq, menelaus_irq, 0,
> - DRIVER_NAME, menelaus);
> + err = request_threaded_irq(client->irq, NULL, menelaus_irq,
> + IRQF_ONESHOT, DRIVER_NAME, menelaus);
devm_* managed resources please.
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
More information about the linux-arm-kernel
mailing list