]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: DSS: Cleanup cpu_is_xxxx checks
authorChandrabhanu Mahapatra <cmahapatra@ti.com>
Wed, 11 Jul 2012 13:06:18 +0000 (18:36 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 22 Aug 2012 08:43:03 +0000 (11:43 +0300)
commitdf284ea93963e8d2d9f7b6573de75aaebf529227
tree7f2adbe00171a99ee425f73af17ec3a1d2e57b81
parent645974cadacaf61732e90d0d81259e10f63b1431
OMAPDSS: DSS: Cleanup cpu_is_xxxx checks

All the cpu_is checks have been moved to dss_init_features function providing a
much more generic and cleaner interface. The OMAP version and revision specific
initializations in various functions are cleaned and the necessary data are
moved to dss_features structure which is local to dss.c.

Signed-off-by: Chandrabhanu Mahapatra <cmahapatra@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dss.c