]> Git Repo - linux.git/commit
rtc: ds1307: Convert to threaded IRQ
authorFelipe Balbi <[email protected]>
Tue, 23 Jun 2015 16:15:10 +0000 (11:15 -0500)
committerAlexandre Belloni <[email protected]>
Sat, 5 Sep 2015 11:19:05 +0000 (13:19 +0200)
commit2fb07a10e0aa699ddb12aba1459208579bdc9802
tree6cd59aaff2cff8314823990f0423ff10122a69d9
parentf377ea88b862bf7151be96d276f4cb740f8e1c41
rtc: ds1307: Convert to threaded IRQ

The driver currently emulates the concept of threaded IRQ using a
workqueue, which it really does not need to. Instead, switch over to
threaded_irq handlers which is meant precisely for the same purpose.

Signed-off-by: Felipe Balbi <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Grygorii Strashko <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
drivers/rtc/rtc-ds1307.c
This page took 0.051466 seconds and 4 git commands to generate.