]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: cleanup dss_recheck_connections further
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Sep 2012 12:48:45 +0000 (15:48 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 18 Sep 2012 13:15:04 +0000 (16:15 +0300)
commit2d7b462b9bc9343e1f0a7ce487882afec9fa2685
treed17774a6683e19ab1fa89048279946117b91a404
parent7db098af2476721dc2f0c2acd870171b0e399840
OMAPDSS: cleanup dss_recheck_connections further

Cleanup dss_recheck_connections, move and rename it to a static
dss_init_connections function inside display.c. Improve the function to
return errors, and implement a matching dss_uninit_connections that can
be used to free the mgr->dssdev link.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/core.c
drivers/video/omap2/dss/display.c
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/overlay.c