lyz
a8aea20e19
release wakelock when usb disconnect
2012-10-16 11:09:04 +08:00
yangkai
418a5c7ede
do nothing in usb device suspend
2012-10-15 10:14:41 +08:00
yzq
8b9b3f35b1
m701: remove ft5306_ts compile waring
2012-10-15 09:54:55 +08:00
luowei
23082ea437
rk30_phonepad:improve auto lcd driver
2012-10-14 13:51:02 +08:00
luowei
1972e467e9
rk30_phonepad:add init parameter support after get board id
2012-10-14 13:15:11 +08:00
Zheng Yang
d849dd8300
rk2928:acodec: 修复有时只有一个声道输出或输出声音变小错误.
2012-10-13 11:10:58 +08:00
zyc
381c942aac
camera: fix compile warnings.
2012-10-12 18:01:43 +08:00
xbw
580b5d37a7
SDMMC:
...
1. When CMD_TIMEOUT or DTO_TIMEOUT occur again, directly stop card to be used, rather than to printe error log always.
In the case, you will see log ( I am very sorry to tell you,in order to make the machine correctly,you must remove-insert card again.)
2.Increase processing not detect-pin for card in your project. then you have to define detect_irq as INVALID_GPIO in your board_xxxx.c
because there is not detect-pin in some project.
2012-10-12 15:54:19 +08:00
yxj
5588888d9a
Revert "rk2928 lcdc: default use win1,modify DBG macro"
...
win1 has no scal function,but we need it in hdmi mode.
This reverts commit 09a350428d .
2012-10-12 15:30:55 +08:00
yzq
1ec9c9443e
rk610 lvds: fix Lvds macro define
2012-10-12 14:34:01 +08:00
zyc
4aa4a6903a
camera: update hi704 driver
2012-10-12 13:36:32 +08:00
luowei
7da18b0195
rk30_phonepad:add gt828 support for auto touchscreen
2012-10-11 19:25:00 +08:00
yzq
c3898f14d0
rk3066b m701: add m701 board support gpu 600MHZ freq
2012-10-11 18:23:26 +08:00
张晴
fd56368dee
rk2926:compat pmu sleep and resume for act8931 and tps65910
2012-10-11 18:09:10 +08:00
linjh
9e8ed00b39
rk2928-phonepad-sdk: modify dc_det_level from HIGH to LOW
...
modified file: arch/arm/mach-rk2928/board-rk2928-phonepad.c
2012-10-11 17:41:40 +08:00
linjh
522505171c
rk2928-phonepad-sdk: open uart0 to support bt
...
modify file: arch/arm/configs/rk2928_phonepad_defconfig
2012-10-11 17:16:38 +08:00
hzf
d7aed407f7
rk2928_phone_pad:fixed sd check fail
2012-10-11 17:12:58 +08:00
yxj
09a350428d
rk2928 lcdc: default use win1,modify DBG macro
2012-10-11 15:57:36 +08:00
luowei
f306c95b33
sensors:fix lightsensor ioctl logic error
2012-10-11 14:34:47 +08:00
luowei
901c0ecbc5
rk30_phonepad:improve auto touchscreen architecturefor gt8110
2012-10-10 20:11:31 +08:00
linjh
1dc2d1f659
rk2928-phonepad-sdk: request wifi gpio
...
[reference files]
modify file
arch/arm/mach-rk2928/board-rk2928-phonepad-sdmmc.c
2012-10-10 19:37:31 +08:00
linjh
aaee33b952
rk2928-phonepad-sdk: add ap321xx l/p sensor and byd693x tp support
...
[reference files]
modified:
arch/arm/configs/rk2928_phonepad_defconfig
arch/arm/mach-rk2928/board-rk2928-phonepad.c
arch/arm/mach-rk2928/include/mach/board.h
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
new file:
drivers/input/misc/ap321xx.c
drivers/input/touchscreen/byd693x_ts.c
drivers/input/touchscreen/byd693x_ts.h
2012-10-10 19:14:05 +08:00
黄涛
b8f53ed161
rk: config: ignore unknown parameter when insmod
2012-10-10 18:50:30 +08:00
cym
18276fcfa9
rk2928:fix ddr frequency when early suspend,add reduce ddr frequency
...
and disable ODT when play video
2012-10-10 18:43:18 +08:00
wlq
78c102e777
update sc6610 modem
2012-10-10 18:16:16 +08:00
wlq
7214eed2e0
add sc6610 modem
2012-10-10 17:48:24 +08:00
chenxing
5a21da2289
rk3066b: add gpu auto scale freq(max 600MHz) support
2012-10-10 17:25:01 +08:00
yzq
1cb63cd381
rk3066b m701: add CHG_EN PIN ctrl for large current charging
2012-10-10 15:13:39 +08:00
yzq
3ae156406a
rk3066b m701:change screen stb timing
2012-10-10 15:12:00 +08:00
邱建斌
a330e24830
wm8994:
...
Merger i8 driver
2012-10-10 14:56:00 +08:00
邱建斌
f2b13bf6cf
headset:
...
Merger s793x i8 headset driver
2012-10-10 14:36:44 +08:00
xbw
8bdb10d97e
SDMMC: how to use gpio-interrupt to detect card rather than to use register-interrupt.
...
If your project is synchronized with the server after 2012-9-27, you can modify your board-xxx.c lock like the board-rk30-sdk.c int the commit.
Of course, if your project is such older, you have to cherry-pick the bellow commit
commit 9ab32ee1a1
Author: xbw <xbw@rock-chips.com >
Date: Thu Sep 27 21:23:07 2012 +0800
SDMMC:use gpio-interrupt to detect card.
Please attention to define the detect-pin name and the insert-card voltage in your board_xxxx.c.
M arch/arm/mach-rk2928/board-rk2928-a720.c
M arch/arm/plat-rk/include/plat/board.h
M drivers/mmc/host/Kconfig
M drivers/mmc/host/rk29_sdmmc.c
2012-10-10 14:09:57 +08:00
luowei
96dc961016
rk30_phonepad:add DUAL_LCDC config
2012-10-10 13:04:50 +08:00
黄涛
1847bda830
rk3066b: cpufreq: no limit gpu freq
2012-10-10 11:45:14 +08:00
linjh
8a5a298c00
rk2928-phonepad-sdk: add hi704 camera support
...
[reference files]
modified:
arch/arm/configs/rk2928_phonepad_defconfig
arch/arm/mach-rk2928/board-rk2928-phonepad-camera.c
2012-10-10 09:59:31 +08:00
linjh
d8224526a4
rk2928-phonepad-sdk: add kxtik gsensor support
...
[reference files]
modified:
arch/arm/configs/rk2928_phonepad_defconfig
arch/arm/mach-rk2928/board-rk2928-phonepad.c
2012-10-09 22:43:22 +08:00
luowei
5f5bd605ab
rk30_phonepad:add auto touchscreen support
2012-10-09 20:10:19 +08:00
luowei
45cf62bd9c
rk30_phonepad:add auto lcd support
2012-10-09 20:02:21 +08:00
hzf
ab19a50b4d
rk2928_phone_pad:add sd card support
2012-10-09 19:18:00 +08:00
xieyi
ba3e1d5c4e
rk2928: act8931: switch charge current when suspend
2012-10-09 18:41:53 +08:00
宋秀杰
ef39e638be
phonepad: rt3261 add HDMI codec_set_spk function.
2012-10-09 18:39:45 +08:00
黄涛
a197e87b57
rk: config: enlarge COMMAND_LINE_SIZE from 1024 to 65536
2012-10-09 18:28:34 +08:00
hzf
34a2c0832f
rk2928_phone_pad:add charger display
2012-10-09 18:08:20 +08:00
黄涛
f0314f649a
rk2928: clock: fix dump_clock for pll
2012-10-09 16:53:24 +08:00
黄涛
10f20d9a80
rk30: clock: fix dump_clock for pll
2012-10-09 16:53:24 +08:00
hzf
61d5cf9a6c
rk2928_phonepad:add pa control io
2012-10-09 16:33:51 +08:00
chenxing
1eed25cfdc
rk2928: update cpu axi freq
2012-10-09 14:57:42 +08:00
linjh
8bcede8e03
rk2928 phonepad sdk: modify lcd gpio config
...
[reference file]
modified: arch/arm/mach-rk2928/board-rk2928-phonepad.c
2012-10-09 14:17:16 +08:00
kfx
0cf0742344
move port config interface to arch/arm/plat-rk
2012-10-09 12:21:19 +08:00
hcy
2e1c5af1fa
enable DLL normal mode
2012-10-09 11:38:26 +08:00