commit | 96e2e6374385d2219b9011f6bfd0de7221a591d4 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Oct 10 15:55:19 2012 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Dec 07 17:05:57 2012 +0200 |
tree | 4354979f96740cb79fafe33b91e0c16cafcafc44 | |
parent | 549acbe7a3380dd3bd2ac71698549148ecc0d17e [diff] |
OMAPDSS: move irq handling to dispc-compat 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>