
On Wed, 20 Apr 2011 18:52:48 -0500 Jason Kridner jkridner@beagleboard.org wrote:
From: Syed Mohammed Khasim khasim@ti.com
Supports dynamic panel configuration Supports dynamic tv standard selection Adds support for DSS register access through generic APIs
Incorporated DSS register access using structures.
Previous discussions are here http://www.mail-archive.com/u-boot@lists.denx.de/msg27150.html
v2 updates:
- Enable panel output for BeagleBoard
- BeagleBoard: Update DVI-D orange screen frequencies for xM
v3 updates:
- Remove non-platform (OMAP3) updates
Signed-off-by: Syed Mohammed Khasim khasim@ti.com Signed-off-by: Jason Kridner jkridner@beagleboard.org
arch/arm/include/asm/arch-omap3/dss.h | 173 +++++++++++++++++++++++++++++++++ drivers/video/omap3_dss.c | 130 +++++++++++++++++++++++++ 2 files changed, 303 insertions(+), 0 deletions(-) create mode 100644 arch/arm/include/asm/arch-omap3/dss.h create mode 100644 drivers/video/omap3_dss.c
applied to u-boot-video/master after fixing the commit description to include SoB lines. Thanks!
Anatolij