commit | 2fb07a10e0aa699ddb12aba1459208579bdc9802 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Tue Jun 23 11:15:10 2015 -0500 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Sat Sep 05 13:19:05 2015 +0200 |
tree | 6cd59aaff2cff8314823990f0423ff10122a69d9 | |
parent | f377ea88b862bf7151be96d276f4cb740f8e1c41 [diff] |
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>