rtc: ds1307: Convert to threaded IRQ
authorFelipe Balbi <balbi@ti.com>
Tue, 23 Jun 2015 16:15:10 +0000 (11:15 -0500)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
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 <balbi@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-ds1307.c