]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAP: DSS2: Introduce dss_features files
authorArchit Taneja <archit@ti.com>
Wed, 15 Sep 2010 13:17:29 +0000 (18:47 +0530)
committerTomi Valkeinen <tomi.valkeinen@nokia.com>
Fri, 22 Oct 2010 20:21:03 +0000 (23:21 +0300)
commite1ef4d236f11ef0cb674deead822d029f1bb2745
tree5bd2144371e30917ebc0e9cad9b769c4c36a62ac
parent2308bfb8acbdab6883e5dd5bb1f4fe60ca5faefa
OMAP: DSS2: Introduce dss_features files

Add dss_features.c and dss_features.h for the dss_features framework.
This framework will be used to move all cpu_is_xxx() and similar calls
to a single place.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
drivers/video/omap2/dss/Makefile
drivers/video/omap2/dss/dss_features.c [new file with mode: 0644]
drivers/video/omap2/dss/dss_features.h [new file with mode: 0644]