OMAPDSS: move irq handling to dispc-compat
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 10 Oct 2012 12:55:19 +0000 (15:55 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Dec 2012 15:05:57 +0000 (17:05 +0200)
The whole dispc irq handling system we currently have is only needed for
compat layer, and thus can be moved from dispc.c to the compat layer.

This is quite straigtforward, but we need to add new dispc functions to
request and free the actual hardware irq: dispc_request_irq() and
dispc_free_irq().

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found