omapfb: dispc: Allow multiple external IRQ handlers
authorDaniel Stone <daniel.stone@nokia.com>
Thu, 9 Oct 2008 10:06:43 +0000 (13:06 +0300)
committerImre Deak <imre.deak@nokia.com>
Thu, 4 Jun 2009 14:40:25 +0000 (17:40 +0300)
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 <daniel.stone@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Imre Deak <imre.deak@nokia.com>

No differences found