add hdmi driver
authorkfx <kfx@rock-chips.com>
Mon, 20 Dec 2010 06:58:15 +0000 (14:58 +0800)
committerkfx <kfx@rock-chips.com>
Mon, 20 Dec 2010 06:58:15 +0000 (14:58 +0800)
commit04f88ca2add0f5425624da422508fdcd48563d4c
tree12659f1a9c791ebed6d0761885637aed45846ccd
parent6d4d2258696d91828fe8f339d3d94a577431d669
add hdmi driver
19 files changed:
arch/arm/mach-rk29/board-rk29sdk.c [changed mode: 0644->0755]
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/display/screen/screen.h
drivers/video/hdmi/Kconfig [new file with mode: 0644]
drivers/video/hdmi/Makefile [new file with mode: 0644]
drivers/video/hdmi/chips/Kconfig [new file with mode: 0644]
drivers/video/hdmi/chips/Makefile [new file with mode: 0644]
drivers/video/hdmi/chips/anx7150.c [new file with mode: 0755]
drivers/video/hdmi/chips/anx7150.h [new file with mode: 0755]
drivers/video/hdmi/chips/anx7150_hw.c [new file with mode: 0755]
drivers/video/hdmi/chips/anx7150_hw.h [new file with mode: 0755]
drivers/video/hdmi/chips/anx7150_sys.c [new file with mode: 0755]
drivers/video/hdmi/hdmi-codec.c [new file with mode: 0644]
drivers/video/hdmi/hdmi-core.c [new file with mode: 0755]
drivers/video/hdmi/hdmi-fb.c [new file with mode: 0755]
drivers/video/hdmi/hdmi-sysfs.c [new file with mode: 0755]
drivers/video/rk29_fb.c
include/linux/hdmi.h [new file with mode: 0755]