]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
OMAP3: Add DSS driver for OMAP3
authorSyed Mohammed Khasim <khasim@ti.com>
Tue, 19 Apr 2011 19:00:34 +0000 (14:00 -0500)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 4 Sep 2011 09:36:22 +0000 (11:36 +0200)
commitde701d118380de12a48c8a4fb345e9f909329432
tree63446991ae8f38990f3f7bd427374fc2b100ad08
parentb8bc8973a1830bb92e7a9bf3356dc209afb2f4e8
OMAP3: Add DSS driver for OMAP3

* Supports dynamic panel configuration
* Supports dynamic tv standard selection
* Adds support for DSS register access through generic APIs
* Incorporated DSS register access using structures.
* DSS makefile update

Previous discussions are here:
http://www.mail-archive.com/u-boot@lists.denx.de/msg27150.html

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/include/asm/arch-omap3/dss.h [new file with mode: 0644]
drivers/video/Makefile
drivers/video/omap3_dss.c [new file with mode: 0644]