rk3066 add phone pad modem support
author蓝斌元 <lby@rock-chips.com>
Wed, 6 Mar 2013 10:13:33 +0000 (18:13 +0800)
committer蓝斌元 <lby@rock-chips.com>
Wed, 6 Mar 2013 10:13:33 +0000 (18:13 +0800)
commit2fd93fbff1efa2de6606cd37c7a5a3bcadafcaff
tree2c49f6c898d038300c2e07e41822fa188b7b58c1
parentcc29a5947e9b483d1475dcbfd029e3cc8faf66e3
rk3066 add phone pad  modem support
55 files changed:
arch/arm/configs/rk3066_z600t_phonepad_defconfig [new file with mode: 0644]
arch/arm/mach-rk30/Kconfig
arch/arm/mach-rk30/Makefile
arch/arm/mach-rk30/board-rk30-phonepad-z600t.c [new file with mode: 0644]
arch/arm/mach-rk30/board-rk30-sdk.c
arch/arm/plat-rk/include/plat/board.h
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/ct36x_ts/Kconfig [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/Makefile [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/allwinner.c [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/chip.h [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/ct360.c [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/ct360.h [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/ct365.c [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/ct365.h [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/generic.c [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/generic.h [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/platform.h [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/rockchip.c [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/rockchip.h [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/tscore.c [new file with mode: 0644]
drivers/input/touchscreen/ct36x_ts/tscore.h [new file with mode: 0644]
drivers/input/touchscreen/ft5506_app.f [new file with mode: 0644]
drivers/input/touchscreen/ft5506_wgj.c [new file with mode: 0644]
drivers/input/touchscreen/ft5506_wgj.h [new file with mode: 0644]
drivers/misc/3g_module/Kconfig [deleted file]
drivers/misc/3g_module/Makefile [deleted file]
drivers/misc/3g_module/mi700.c [deleted file]
drivers/misc/3g_module/mt6229.c [deleted file]
drivers/misc/3g_module/mu509.c [deleted file]
drivers/misc/3g_module/mw100.c [deleted file]
drivers/misc/3g_module/sc6610.c [deleted file]
drivers/misc/3g_module/sew868.c [deleted file]
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/bp/Kconfig
drivers/misc/bp/bp-auto.c
drivers/misc/bp/chips/Kconfig [changed mode: 0644->0755]
drivers/misc/bp/chips/Makefile [changed mode: 0644->0755]
drivers/misc/bp/chips/c66a.c [new file with mode: 0644]
drivers/misc/bp/chips/m51.c [new file with mode: 0755]
drivers/misc/bp/chips/mi700.c [new file with mode: 0755]
drivers/misc/bp/chips/mt6229.c
drivers/misc/bp/chips/mtk6250.c [new file with mode: 0644]
drivers/misc/bp/chips/mu509.c
drivers/misc/bp/chips/mw100.c [new file with mode: 0755]
drivers/misc/bp/chips/sc6610.c [new file with mode: 0755]
drivers/power/Kconfig
drivers/power/Makefile
drivers/power/smb347-charger.c [new file with mode: 0644]
drivers/usb/serial/usb-serial.c
drivers/video/display/screen/lcd_hj101na.c
include/linux/bp-auto.h
include/linux/power/smb347-charger.h [new file with mode: 0644]