]> Pileus Git - ~andy/linux/commit
OMAP: DSS2: Display Subsystem Driver core
authorTomi Valkeinen <tomi.valkeinen@nokia.com>
Tue, 3 Nov 2009 09:23:50 +0000 (11:23 +0200)
committerTomi Valkeinen <tomi.valkeinen@nokia.com>
Wed, 9 Dec 2009 10:04:34 +0000 (12:04 +0200)
commit559d67018950ced65c73358cd69c4bdd2b0c5dd6
tree0c77ad7a8959b05583dd7502a0da4bdf56ef8d1d
parent4d1a7c122aeae6ae9732be0a32f5e199fff63fb7
OMAP: DSS2: Display Subsystem Driver core

The core files of DSS2. DSS2 commits are split a bit artificially to
make the individual commits smaller, and DSS2 doesn't compile properly
without the rest of the core commits. This shouldn't be a problem, as no
configuration uses DSS2 yet.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
arch/arm/plat-omap/include/plat/display.h [new file with mode: 0644]
drivers/video/omap2/Kconfig
drivers/video/omap2/Makefile
drivers/video/omap2/dss/Kconfig [new file with mode: 0644]
drivers/video/omap2/dss/Makefile [new file with mode: 0644]
drivers/video/omap2/dss/core.c [new file with mode: 0644]
drivers/video/omap2/dss/dss.c [new file with mode: 0644]
drivers/video/omap2/dss/dss.h [new file with mode: 0644]