From: Mike Frysinger Date: Tue, 30 Jun 2009 18:41:43 +0000 (-0700) Subject: bfin: delay IRQ registration until driver is ready X-Git-Tag: v2.6.31-rc2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9980060bad5607ca6db7fb8683de671b522e56a4;p=pandora-kernel.git bfin: delay IRQ registration until driver is ready Make sure we do not actually request the RTC IRQ until the device driver is fully ready to handle and process any interrupt. This way a spurious interrupt won't crash the system (which may happen if the bootloader was poking the RTC right before booting Linux). Signed-off-by: Mike Frysinger Signed-off-by: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed