add support for newton board
author蔡枫 <cf@rock-chips.com>
Fri, 24 Jun 2011 14:39:48 +0000 (22:39 +0800)
committer蔡枫 <cf@rock-chips.com>
Fri, 24 Jun 2011 14:39:48 +0000 (22:39 +0800)
commit7902882ebb9fa52fa32d96a7b60e35a5415f3c1c
treeabb1e66c6c4c87396763aed4b1004757d37ff01c
parent328ac983a42c1a3235ac3b783ae6bedc65718288
add support for newton board
20 files changed:
arch/arm/configs/rk29_newton_defconfig [new file with mode: 0644]
arch/arm/mach-rk29/board-rk29-newton.c [new file with mode: 0755]
arch/arm/mach-rk29/include/mach/board.h
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/ft5406_ts.c [new file with mode: 0755]
drivers/input/touchscreen/ft5406_ts.h [new file with mode: 0755]
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-m41t66.c [new file with mode: 0755]
drivers/video/display/screen/Kconfig
drivers/video/display/screen/Makefile
drivers/video/display/screen/lcd_at070tn93.c [new file with mode: 0755]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/cs42l52.c [new file with mode: 0755]
sound/soc/codecs/cs42l52.h [new file with mode: 0755]
sound/soc/rk29/Kconfig
sound/soc/rk29/Makefile
sound/soc/rk29/rk29_cs42l52.c [new file with mode: 0755]