Commit Graph

265032 Commits

Author SHA1 Message Date
zwp
1cbf6e9365 update mpu3050 slave gsesor(bma222)driver. 2012-01-05 11:31:44 +08:00
zwp
6341575a83 update mu509 driver. 2012-01-04 16:17:54 +08:00
zwp
2595b45270 Merge branch 'develop-3.0' of ssh://10.10.10.29/rk/kernel into develop-3.0 2011-12-30 14:18:00 +08:00
zwp
e2102e3d83 update ft5x0x touch driver to fit changes of linux3.0. 2011-12-30 10:04:56 +08:00
黄涛
6bb742296a rk29: remove p91 board 2011-12-29 14:40:56 +08:00
黄涛
5fe9f3b9f8 rk29: remove winaccord board 2011-12-29 14:28:40 +08:00
黄涛
67e548c975 rk29: remove malata board 2011-12-29 14:18:18 +08:00
邱建斌
6ebfb39bee fix reboot PA have some noise 2011-12-29 11:30:47 +08:00
黄涛
c4f49a7759 Revert "rk29: ddr3sdk: defconfig: Use the CPUFreq governor "ondemand" as default"
This reverts commit 9e6a4573ac.

interactive governor save more power than ondemand.
2011-12-28 17:41:58 +08:00
黄涛
dc803d68dd cpufreq: interactive governor: fix for rk29
default hispeed_freq 816MHz
default go_hispeed_load 80%
update target_freq with policy->cur in timer
2011-12-28 17:22:06 +08:00
黄涛
c6e6466d05 power: fix lcd resume taking long time with an ongoing file copy
port from msm:
This fixes the issue where LCD takes a long time to come back up
since the execution of backlight on and late_resume works by the
suspend worker thread is delayed due to one (or more) of the
sys_sync calls in early_suspend and suspend paths taking a long
time (sometimes 15sec or more) for the below reported scenario(s):

Scenario 1 (copy with usb connected):
1. plug usb
2. adb shell
3. busybox cp /sdcard/file1 /sdcard/file2 (copy >= 100MB file1
   in sdcard/emmc to file2 in sdcard/emmc)
4. press end key to suspend
5. press end key again and it takes a long time for LCD to come
   back up

Scenario 2 (background copy):
1. plug usb
2. adb shell
3. busybox cp /sdcard/file1 /sdcard/file2 & (copy >= 100MB file1
   in sdcard/emmc to file2 in sdcard/emmc)
4. disconnect usb
5. press end key to suspend
6. press end key again and it takes a long time for LCD to come
   back up

A more common form of Scenario 2 is for the user to just use the
copy function on the UI to copy large file(s).

We address this by moving sys_sync calls to a separate workqueue
and having a timeout polling based mechanism to bail out of suspend
in case of user invoking a wakeup event (like end key press) while
we are waiting for the sys_sync completion at the synchronization
point in suspend worker thread context.
2011-12-28 14:46:00 +08:00
zhanghao
d55726c18b add G3 logo & change td8801 config with g3 logo 2011-12-28 10:41:20 +08:00
lw
b0c11f4d42 phonesdk:modify compass orientation 2011-12-27 17:37:20 +08:00
lw
08fefc2c63 A22:modify camera mt9t111 orientation 2011-12-27 17:35:07 +08:00
zwp
f7aaba626b update phonepadsdk board files. 2011-12-27 10:27:52 +08:00
chenli
e211a5f0fa fix the setting bug of pre_scale and post_scale 2011-12-26 15:32:08 +08:00
黄涛
9e6a4573ac rk29: ddr3sdk: defconfig: Use the CPUFreq governor "ondemand" as default 2011-12-23 22:40:46 +08:00
hhb
1a791b0b2a camera:add two camera driver for td8801 2011-12-23 16:51:07 +08:00
kfx
e1fcd840d7 gpu: ion: Take handle reference in ion_vma_open
When ion_vma_open is called, a reference to the handle in
the vma must be taken. Otherwise, if forking occurs,
ion_vma_close will be called twice which will leave one of
the calls with an invalid reference.
2011-12-22 20:18:46 +08:00
hyh
ec906de361 fix shutdown bug 2011-12-22 18:24:09 +08:00
黄涛
b1402f9878 pack-kernel.sh: exclude more board 2011-12-22 18:14:46 +08:00
kfx
acee9b6457 ion mmap: set page_protection 'cached' 2011-12-22 12:43:02 +08:00
zhanghao
cf7e00c97a add CONFIG_PANIC_TIMEOUT=1 2011-12-22 12:33:21 +08:00
zhanghao
79d341bde5 td8801 : update defconfig
recover CONFIG_PANIC_TIMEOUT to 0
add	CONFIG_COMPACTION
add	CONFIG_INPUT_KEYCHORD
rm	CONFIG_KEXEC
rm	CONFIG_ANDROID_RAM_CONSOLE
change	CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y
add	CONFIG_IP_ADVENCE_ROUTER & related configs
add	HID configs
add	CONFIG_DEBUG_FS
change	CONFIG_DDR_SDRAM_FREQ from 192 to 198
2011-12-22 10:15:51 +08:00
lw@rock-chips.com
0b5d93f655 td88801:add psensor config 2011-12-21 16:19:32 +08:00
ddl
e0d3270a59 camera: sensor orientation set for ddr3sdk board 2011-12-21 10:50:45 +08:00
lw@rock-chips.com
0e7187a98e td8801:modify gsensor event value 2011-12-20 19:30:05 +08:00
zhanghao
61dde79934 ION : Add ION to td8801\a22\phonesdk (fix build error) 2011-12-20 16:48:45 +08:00
lw@rock-chips.com
cf429eefd2 td8801:modify akm8975 orientation 2011-12-20 15:22:45 +08:00
yangkai
25e4f47dcc usb connect after vold init 2011-12-20 15:19:04 +08:00
yangkai
0814855629 Merge branch 'develop-3.0' of 10.10.10.29:/home/rockchip/kernel into develop-3.0 2011-12-20 15:16:51 +08:00
liuji
35ab425576 Mtp: splite ioctl lock into operation lock and event lock
Fix bug: operation and event cannot work concurrently.
remove/rename a file in android file explorer during coping/receiving
a large file to/from mtp device from pc, after all the operations
done, change in android would be ignore in pc explorer, because
file change event was block by the long operation and failed to send to
pc.
2011-12-20 12:42:21 +08:00
yangkai
4e09869c17 Merge branch 'develop-3.0' of 10.10.10.29:/home/rockchip/kernel into develop-3.0 2011-12-20 11:52:48 +08:00
lw
eb6185eb40 td8801:modify gsensor orientation 2011-12-20 11:28:30 +08:00
lw
29ce05a8a6 sensors:modify a22 and td8801 sensor driver,need update android 2011-12-20 10:47:54 +08:00
CMY
ff5cc17e0f rtl8192c: channel plan setting error 2011-12-19 17:23:00 +08:00
CMY
aff184b0e3 rtl8192c not available if RFKILL is selected 2011-12-19 17:19:49 +08:00
CMY
094e276b3e support huawei E392 dongle 2011-12-19 17:05:01 +08:00
黄涛
895429ce73 rk29: ddr3sdk: defconfig: sync with tuna
Enable more input devices
Add CONFIG_IP_MULTICAST option
Add CONFIG_PPP_MPPE, CONFIG_PPPOLAC, CONFIG_PPPOPNS options
2011-12-19 12:14:24 +08:00
杜坤明
0b23ab7852 gpu : enable shutdown control & add some command check. 2011-12-19 11:04:04 +08:00
Benoit Goby
59557f98dc usb: gadget: android: Don't allow changing the functions list if enabled
Change-Id: I3ad39b420ce79a8602a7eca1daac1f56b30bad5c
Signed-off-by: Benoit Goby <benoit@android.com>
2011-12-19 10:12:59 +08:00
Benoit Goby
03af99cfe3 usb: gadget: android: Cancel pending ctrlrequest before disabling
Make sure there is no pending ctrlrequest before removing the config.
Otherwise the ctrlrequest complete callback could access structures
after they have been freed. Unbind cancels pending transfers but not
ep0 requests.

Bug: 5513065 5440193

Change-Id: I063c22bf5d104a3d2df71cf622409459fac5f27a
Signed-off-by: Benoit Goby <benoit@android.com>
2011-12-19 10:12:58 +08:00
Colin Cross
66d9d29720 ARM: idle: call idle notifiers before stopping nohz tick
If an idle notifier modifies a timer, calling the notifier after
the sched tick has been stopped may leave the sched tick set too
early.  Move teh idle notifier call before the call to
tick_nohz_stop_sched_tick.

Change-Id: I0db3284bec6d0193bc5e2a57650ab06bd8342319
Signed-off-by: Colin Cross <ccross@android.com>
2011-12-19 10:12:58 +08:00
zhanghao
68f12b8b11 ION : Add ION to td8801\a22\phonesdk 2011-12-19 10:10:01 +08:00
黄涛
50d910ace6 gpu: ion: fix printk when alloc failed 2011-12-19 10:07:34 +08:00
黄涛
72b763f00f rk29: dd3sdk: defconfig: enable ion 2011-12-17 16:45:18 +08:00
zhanghao
2b2a129166 td8801 : add ion 2011-12-17 14:48:06 +08:00
邱建斌
f3000ead23 wm8994 : add POWER_EN PA_CTRL iomux to pdata 2011-12-17 11:35:06 +08:00
kfx
7932f134b8 ion: flush cache 2011-12-16 10:32:41 +08:00
lw
d378b8205d A22:modify a22 defconfig according to ddr3 defconfig 2011-12-15 14:53:04 +08:00