]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: ds1307 make it possible to share an irq
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Wed, 16 Dec 2009 00:46:14 +0000 (16:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Dec 2009 15:20:00 +0000 (07:20 -0800)
commit408d1c06b959cd3c85ad6dd560dbd5885d693096
tree2b11b7826aef4c9cf06639ba3ae80584ce4fc463
parent0c755c9d40ff1da1507b403ddf55c57c0a621cfe
rtc: ds1307 make it possible to share an irq

It's possible to have RTC irq shared with other device (e.g.
mpc8349e-mitx board shares ds1339 irq with phy one).  Handle this in
driver.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-ds1307.c