]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
FB: OMAP: DISPC: Allow multiple external IRQ handlers
authorDaniel Stone <daniel.stone@nokia.com>
Thu, 9 Oct 2008 10:06:43 +0000 (13:06 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 10 Oct 2008 11:42:28 +0000 (14:42 +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>

No differences found