rk610 hdmi lcd lvds tvout codec support
authoryzq <yzq@rock-chip.com>
Wed, 28 Mar 2012 03:09:59 +0000 (20:09 -0700)
committeryzq <yzq@rock-chip.com>
Fri, 30 Mar 2012 03:13:05 +0000 (20:13 -0700)
commitcbba37b0bbb959a5229e677cf0b8780cce927128
treea804717b6e96b1bd10e5baf55d5451ab47d40ca1
parentac1afdbe8fd5f36a453cccf5260477d86d0007f0
rk610 hdmi lcd lvds tvout codec support
53 files changed:
arch/arm/mach-rk29/board-rk29-ddr3sdk.c
arch/arm/mach-rk29/clock.c
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/rk610-core.c [new file with mode: 0644]
drivers/video/display/Kconfig
drivers/video/display/Makefile
drivers/video/display/display-sys.c [new file with mode: 0644]
drivers/video/display/display-sysfs.c [deleted file]
drivers/video/display/lcd/Kconfig [new file with mode: 0644]
drivers/video/display/lcd/Makefile [new file with mode: 0644]
drivers/video/display/lcd/rk610_lcd.c [new file with mode: 0644]
drivers/video/display/lcd/rk610_lcd.h [new file with mode: 0644]
drivers/video/display/screen/Kconfig
drivers/video/display/screen/Makefile
drivers/video/display/screen/lcd_hdmi_1024x768.c [new file with mode: 0644]
drivers/video/display/screen/lcd_hdmi_800x480.c [new file with mode: 0644]
drivers/video/display/screen/lcd_hsd800x480.c
drivers/video/display/screen/screen.h
drivers/video/display/tve/Kconfig [new file with mode: 0644]
drivers/video/display/tve/Makefile [new file with mode: 0644]
drivers/video/display/tve/rk610_tv.c [new file with mode: 0644]
drivers/video/display/tve/rk610_tv.h [new file with mode: 0644]
drivers/video/display/tve/rk610_tv_cvbs.c [new file with mode: 0644]
drivers/video/display/tve/rk610_tv_ypbpr.c [new file with mode: 0644]
drivers/video/hdmi/Kconfig
drivers/video/hdmi/chips/Kconfig
drivers/video/hdmi/chips/Makefile
drivers/video/hdmi/chips/anx7150.c [deleted file]
drivers/video/hdmi/chips/anx7150.h [deleted file]
drivers/video/hdmi/chips/anx7150/anx7150.c [new file with mode: 0644]
drivers/video/hdmi/chips/anx7150/anx7150.h [new file with mode: 0644]
drivers/video/hdmi/chips/anx7150/anx7150_hw.c [new file with mode: 0644]
drivers/video/hdmi/chips/anx7150/anx7150_hw.h [new file with mode: 0644]
drivers/video/hdmi/chips/anx7150_hw.c [deleted file]
drivers/video/hdmi/chips/anx7150_hw.h [deleted file]
drivers/video/hdmi/chips/rk610/rk610_hdmi.c [new file with mode: 0644]
drivers/video/hdmi/chips/rk610/rk610_hdmi.h [new file with mode: 0644]
drivers/video/hdmi/chips/rk610/rk610_hdmi_hw.c [new file with mode: 0644]
drivers/video/hdmi/chips/rk610/rk610_hdmi_hw.h [new file with mode: 0644]
drivers/video/hdmi/hdmi-core.c
drivers/video/hdmi/hdmi-fb.c
drivers/video/rk29_fb.c
include/linux/display-sys.h [new file with mode: 0644]
include/linux/hdmi.h
include/linux/mfd/rk610_core.h [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/rk610_codec.c [new file with mode: 0644]
sound/soc/codecs/rk610_codec.h [new file with mode: 0644]
sound/soc/rk29/Kconfig
sound/soc/rk29/Makefile
sound/soc/rk29/rk29_jetta_codec.c [new file with mode: 0644]