From: Felipe Balbi Date: Tue, 23 Jun 2015 16:15:10 +0000 (-0500) Subject: rtc: ds1307: Convert to threaded IRQ X-Git-Tag: omap-for-v4.3/fixes-rc1~63^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fb07a10e0aa699ddb12aba1459208579bdc9802;p=pandora-kernel.git 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 Signed-off-by: Nishanth Menon Reviewed-by: Grygorii Strashko Signed-off-by: Alexandre Belloni --- Reading git-diff-tree failed