From: Daniel Stone Date: Thu, 9 Oct 2008 10:06:43 +0000 (+0300) Subject: omapfb: dispc: Allow multiple external IRQ handlers X-Git-Tag: v2.6.32-omap1~11^2^2~1^2^2^2^2^2~8^2^2~18^2~2^2^2~2^2^2^2^2~16^2^2~8^2^2~7^2~87^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=024fee28b6c89decf0d50747127db8fc61ac789e;p=pandora-kernel.git omapfb: dispc: Allow multiple external IRQ handlers Previously, the only external (to dispc.c) IRQ handler was RFBI's frame done handler. dispc's IRQ framework was very dumb: you could only have one handler, and the semantics of {request,free}_irq were odd, to say the least. The new framework allows multiple consumers to register arbitrary IRQ masks. Signed-off-by: Daniel Stone Signed-off-by: Tony Lindgren Signed-off-by: Imre Deak --- Reading git-diff-tree failed