add new hdmi driver and update sdmmc driver
authorkfx <kfx@rock-chips.com>
Wed, 4 May 2011 03:27:54 +0000 (11:27 +0800)
committerkfx <kfx@rock-chips.com>
Wed, 4 May 2011 03:27:54 +0000 (11:27 +0800)
commit3901afba10a148f896bd8ad04a3af2bf092ce86e
treee6e87c146747b57b99b74f4bc58444dd7e8eb0c8
parent289204a92f8c2fa84696fa089d6679808a988031
add new hdmi driver and update sdmmc driver
41 files changed:
arch/arm/mach-rk29/board-rk29sdk.c
drivers/mmc/host/rk29_sdmmc.c
drivers/video/hdmi/Kconfig
drivers/video/hdmi/Makefile
drivers/video/hdmi/chips/Kconfig [deleted file]
drivers/video/hdmi/chips/Makefile [deleted file]
drivers/video/hdmi/chips/anx7150.c [deleted file]
drivers/video/hdmi/chips/anx7150.h [deleted file]
drivers/video/hdmi/chips/anx7150_hw.c [deleted file]
drivers/video/hdmi/chips/anx7150_hw.h [deleted file]
drivers/video/hdmi/chips/anx7150_sys.c [deleted file]
drivers/video/hdmi/hdmi-codec.c [deleted file]
drivers/video/hdmi/hdmi-core.c [deleted file]
drivers/video/hdmi/hdmi-fb.c [deleted file]
drivers/video/hdmi/hdmi-new/Kconfig [new file with mode: 0644]
drivers/video/hdmi/hdmi-new/Makefile [new file with mode: 0644]
drivers/video/hdmi/hdmi-new/chips/Kconfig [new file with mode: 0644]
drivers/video/hdmi/hdmi-new/chips/Makefile [new file with mode: 0644]
drivers/video/hdmi/hdmi-new/chips/anx7150.c [new file with mode: 0755]
drivers/video/hdmi/hdmi-new/chips/anx7150.h [new file with mode: 0755]
drivers/video/hdmi/hdmi-new/chips/anx7150_hw.c [new file with mode: 0755]
drivers/video/hdmi/hdmi-new/chips/anx7150_hw.h [new file with mode: 0755]
drivers/video/hdmi/hdmi-new/hdmi-codec.c [new file with mode: 0644]
drivers/video/hdmi/hdmi-new/hdmi-core.c [new file with mode: 0755]
drivers/video/hdmi/hdmi-new/hdmi-fb.c [new file with mode: 0755]
drivers/video/hdmi/hdmi-new/hdmi-sysfs.c [new file with mode: 0755]
drivers/video/hdmi/hdmi-old/Kconfig [new file with mode: 0644]
drivers/video/hdmi/hdmi-old/Makefile [new file with mode: 0644]
drivers/video/hdmi/hdmi-old/chips/Kconfig [new file with mode: 0644]
drivers/video/hdmi/hdmi-old/chips/Makefile [new file with mode: 0644]
drivers/video/hdmi/hdmi-old/chips/anx7150.c [new file with mode: 0755]
drivers/video/hdmi/hdmi-old/chips/anx7150.h [new file with mode: 0755]
drivers/video/hdmi/hdmi-old/chips/anx7150_hw.c [new file with mode: 0755]
drivers/video/hdmi/hdmi-old/chips/anx7150_hw.h [new file with mode: 0755]
drivers/video/hdmi/hdmi-old/chips/anx7150_sys.c [new file with mode: 0755]
drivers/video/hdmi/hdmi-old/hdmi-codec.c [new file with mode: 0644]
drivers/video/hdmi/hdmi-old/hdmi-core.c [new file with mode: 0755]
drivers/video/hdmi/hdmi-old/hdmi-fb.c [new file with mode: 0644]
drivers/video/hdmi/hdmi-old/hdmi-sysfs.c [new file with mode: 0755]
drivers/video/hdmi/hdmi-sysfs.c [deleted file]
include/linux/hdmi-new.h [new file with mode: 0755]