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)
commit43d15bcd4b6ba45fc45c99f5ef46e2528fb0dadf
tree2b11b7826aef4c9cf06639ba3ae80584ce4fc463
parent2934d6a859b70e57c729644e169a4fdf8c1c290c
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