rk3168: ds1006h support
authorkfx <kfx@rock-chips.com>
Sun, 30 Dec 2012 14:07:35 +0000 (22:07 +0800)
committerkfx <kfx@rock-chips.com>
Sun, 30 Dec 2012 14:07:35 +0000 (22:07 +0800)
commit3f833ed4192f6a8b7d7daad05da770ad7513b52f
tree5a261790e5f3a1765f2c89588033ff1f7640535c
parentb66704779d0419c5fdd39026db36bdc478077d3b
rk3168: ds1006h support
17 files changed:
arch/arm/configs/rk3168_ds1006h_defconfig [new file with mode: 0644]
arch/arm/mach-rk30/Kconfig
arch/arm/mach-rk30/Makefile
arch/arm/mach-rk30/board-rk3168-ds1006h-camera.c [new file with mode: 0644]
arch/arm/mach-rk30/board-rk3168-ds1006h-key.c [new file with mode: 0644]
arch/arm/mach-rk30/board-rk3168-ds1006h.c [new file with mode: 0644]
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/ct36x/Kconfig [new file with mode: 0644]
drivers/input/touchscreen/ct36x/LX20JS06_A1_CT363_V03_5198_121015.dat [new file with mode: 0644]
drivers/input/touchscreen/ct36x/Makefile [new file with mode: 0644]
drivers/input/touchscreen/ct36x/core.c [new file with mode: 0644]
drivers/input/touchscreen/ct36x/ct360.c [new file with mode: 0644]
drivers/input/touchscreen/ct36x/ct365.c [new file with mode: 0644]
drivers/input/touchscreen/ct36x/ct36x_priv.h [new file with mode: 0644]
drivers/input/touchscreen/ct36x/ct36x_ts.c [new file with mode: 0644]
include/linux/ct36x.h [new file with mode: 0644]