]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: DPI: Remove cpu_is_xxxx checks
authorChandrabhanu Mahapatra <cmahapatra@ti.com>
Wed, 22 Aug 2012 06:14:06 +0000 (11:44 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 22 Aug 2012 08:43:05 +0000 (11:43 +0300)
commitf3ffccd92fbb04dd880a1dc3ceb45048bc778499
tree08ccf5051d4e7b84b8e5c251afa64d24fd3dd20f
parentcb5528a664e8132df8189120a182122eba0878db
OMAPDSS: DPI: Remove cpu_is_xxxx checks

The OMAP3 checks have been removed and replaced by a dss feature
FEAT_DPI_USES_VDDS_DSI for cleaner implementation. The patches
"OMAP: DSS2: enable VDDS_DSI when using DPI" (3768bd07a4) by Tomi Valkeinen
<tomi.valkeinen@nokia.com> and "ARM: omap: fix oops in
drivers/video/omap2/dss/dpi.c" (7a783c65ed) by Russell King
<rmk+kernel@arm.linux.org.uk> had introduced these checks. As it is evident
from these patches a dependency exists for some DSS pins on VDDS_DSI which is
better shown by dss feature FEAT_DPI_USES_VDDS_DSI.

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