许盛飞 [Wed, 4 Jan 2012 13:42:05 +0000 (21:42 +0800)]
wm831x_power: add charger display support
许盛飞 [Wed, 4 Jan 2012 13:28:24 +0000 (21:28 +0800)]
power_supply: add charger display
许盛飞 [Wed, 4 Jan 2012 13:04:31 +0000 (21:04 +0800)]
rk29: ddr3sdk: add adc battery device
许盛飞 [Wed, 4 Jan 2012 13:03:46 +0000 (21:03 +0800)]
power_supply: add rk29 adc battery driver
许盛飞 [Wed, 4 Jan 2012 11:51:31 +0000 (19:51 +0800)]
RTC: system suspend, RTC can auto wake up the system
zwp [Wed, 4 Jan 2012 08:17:54 +0000 (16:17 +0800)]
update mu509 driver.
zwp [Fri, 30 Dec 2011 06:18:00 +0000 (14:18 +0800)]
Merge branch 'develop-3.0' of ssh://10.10.10.29/rk/kernel into develop-3.0
zwp [Fri, 30 Dec 2011 02:04:56 +0000 (10:04 +0800)]
update ft5x0x touch driver to fit changes of linux3.0.
黄涛 [Thu, 29 Dec 2011 06:40:56 +0000 (14:40 +0800)]
rk29: remove p91 board
黄涛 [Thu, 29 Dec 2011 06:28:40 +0000 (14:28 +0800)]
rk29: remove winaccord board
黄涛 [Thu, 29 Dec 2011 06:18:18 +0000 (14:18 +0800)]
rk29: remove malata board
邱建斌 [Thu, 29 Dec 2011 03:30:47 +0000 (11:30 +0800)]
fix reboot PA have some noise
黄涛 [Wed, 28 Dec 2011 09:41:58 +0000 (17:41 +0800)]
Revert "rk29: ddr3sdk: defconfig: Use the CPUFreq governor "ondemand" as default"
This reverts commit
9e6a4573ac2d43e6198eeda26f9cbe1b66ca3250.
interactive governor save more power than ondemand.
黄涛 [Wed, 28 Dec 2011 09:22:06 +0000 (17:22 +0800)]
cpufreq: interactive governor: fix for rk29
default hispeed_freq 816MHz
default go_hispeed_load 80%
update target_freq with policy->cur in timer
黄涛 [Wed, 28 Dec 2011 06:43:33 +0000 (14:43 +0800)]
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.
zhanghao [Wed, 28 Dec 2011 02:40:46 +0000 (10:40 +0800)]
add G3 logo & change td8801 config with g3 logo
lw [Tue, 27 Dec 2011 09:37:20 +0000 (17:37 +0800)]
phonesdk:modify compass orientation
lw [Tue, 27 Dec 2011 09:35:07 +0000 (17:35 +0800)]
A22:modify camera mt9t111 orientation
zwp [Tue, 27 Dec 2011 02:27:52 +0000 (10:27 +0800)]
update phonepadsdk board files.
chenli [Mon, 26 Dec 2011 07:32:08 +0000 (15:32 +0800)]
fix the setting bug of pre_scale and post_scale
黄涛 [Fri, 23 Dec 2011 14:40:46 +0000 (22:40 +0800)]
rk29: ddr3sdk: defconfig: Use the CPUFreq governor "ondemand" as default
hhb [Fri, 23 Dec 2011 08:51:07 +0000 (16:51 +0800)]
camera:add two camera driver for td8801
kfx [Thu, 22 Dec 2011 12:16:41 +0000 (20:16 +0800)]
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.
hyh [Thu, 22 Dec 2011 10:24:09 +0000 (18:24 +0800)]
fix shutdown bug
黄涛 [Thu, 22 Dec 2011 10:14:46 +0000 (18:14 +0800)]
pack-kernel.sh: exclude more board
kfx [Thu, 22 Dec 2011 04:42:27 +0000 (12:42 +0800)]
ion mmap: set page_protection 'cached'
zhanghao [Thu, 22 Dec 2011 04:33:21 +0000 (12:33 +0800)]
add CONFIG_PANIC_TIMEOUT=1
zhanghao [Thu, 22 Dec 2011 02:15:51 +0000 (10:15 +0800)]
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
lw@rock-chips.com [Wed, 21 Dec 2011 08:17:05 +0000 (16:17 +0800)]
td88801:add psensor config
ddl [Wed, 21 Dec 2011 02:50:24 +0000 (10:50 +0800)]
camera: sensor orientation set for ddr3sdk board
lw@rock-chips.com [Tue, 20 Dec 2011 11:29:30 +0000 (19:29 +0800)]
td8801:modify gsensor event value
zhanghao [Tue, 20 Dec 2011 08:48:45 +0000 (16:48 +0800)]
ION : Add ION to td8801\a22\phonesdk (fix build error)
lw@rock-chips.com [Tue, 20 Dec 2011 07:22:21 +0000 (15:22 +0800)]
td8801:modify akm8975 orientation
yangkai [Tue, 20 Dec 2011 07:19:04 +0000 (15:19 +0800)]
usb connect after vold init
yangkai [Tue, 20 Dec 2011 07:16:51 +0000 (15:16 +0800)]
Merge branch 'develop-3.0' of 10.10.10.29:/home/rockchip/kernel into develop-3.0
liuji [Tue, 20 Dec 2011 04:42:21 +0000 (12:42 +0800)]
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.
yangkai [Tue, 20 Dec 2011 03:52:48 +0000 (11:52 +0800)]
Merge branch 'develop-3.0' of 10.10.10.29:/home/rockchip/kernel into develop-3.0
lw [Tue, 20 Dec 2011 03:28:30 +0000 (11:28 +0800)]
td8801:modify gsensor orientation
lw [Tue, 20 Dec 2011 02:47:54 +0000 (10:47 +0800)]
sensors:modify a22 and td8801 sensor driver,need update android
CMY [Mon, 19 Dec 2011 09:23:00 +0000 (17:23 +0800)]
rtl8192c: channel plan setting error
CMY [Mon, 19 Dec 2011 09:19:49 +0000 (17:19 +0800)]
rtl8192c not available if RFKILL is selected
CMY [Mon, 19 Dec 2011 09:05:01 +0000 (17:05 +0800)]
support huawei E392 dongle
黄涛 [Mon, 19 Dec 2011 04:12:33 +0000 (12:12 +0800)]
rk29: ddr3sdk: defconfig: sync with tuna
Enable more input devices
Add CONFIG_IP_MULTICAST option
Add CONFIG_PPP_MPPE, CONFIG_PPPOLAC, CONFIG_PPPOPNS options
杜坤明 [Mon, 19 Dec 2011 03:04:04 +0000 (11:04 +0800)]
gpu : enable shutdown control & add some command check.
Benoit Goby [Sat, 10 Dec 2011 02:05:00 +0000 (18:05 -0800)]
usb: gadget: android: Don't allow changing the functions list if enabled
Change-Id: I3ad39b420ce79a8602a7eca1daac1f56b30bad5c
Signed-off-by: Benoit Goby <benoit@android.com>
Benoit Goby [Tue, 29 Nov 2011 21:49:27 +0000 (13:49 -0800)]
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>
Colin Cross [Wed, 30 Nov 2011 00:37:07 +0000 (16:37 -0800)]
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>
zhanghao [Mon, 19 Dec 2011 02:09:46 +0000 (10:09 +0800)]
ION : Add ION to td8801\a22\phonesdk
黄涛 [Mon, 19 Dec 2011 02:07:34 +0000 (10:07 +0800)]
gpu: ion: fix printk when alloc failed
黄涛 [Sat, 17 Dec 2011 08:44:51 +0000 (16:44 +0800)]
rk29: dd3sdk: defconfig: enable ion
zhanghao [Sat, 17 Dec 2011 06:48:06 +0000 (14:48 +0800)]
td8801 : add ion
邱建斌 [Sat, 17 Dec 2011 03:35:06 +0000 (11:35 +0800)]
wm8994 : add POWER_EN PA_CTRL iomux to pdata
kfx [Fri, 16 Dec 2011 02:32:41 +0000 (10:32 +0800)]
ion: flush cache
lw [Thu, 15 Dec 2011 06:53:04 +0000 (14:53 +0800)]
A22:modify a22 defconfig according to ddr3 defconfig
lw@rock-chips.com [Thu, 15 Dec 2011 03:05:07 +0000 (11:05 +0800)]
A22:modify camera driver according to android4.0
xbw [Thu, 15 Dec 2011 03:06:19 +0000 (11:06 +0800)]
Merge branch 'develop-3.0' of 10.10.10.29:/home/rockchip/kernel into develop-3.0
xbw [Thu, 15 Dec 2011 03:04:31 +0000 (11:04 +0800)]
modify the failure of SD-sdio in some case,due to print too much to invalid
杜坤明 [Thu, 15 Dec 2011 02:57:09 +0000 (10:57 +0800)]
gpu : repair gckVIDMEM_Unlock's event problem; add gcvFLUSH_2D at gckVIDMEM_Unlock to avoid gpu hang.
邱建斌 [Thu, 15 Dec 2011 02:43:52 +0000 (10:43 +0800)]
wm8994: add Earpiece Volume control
yangkai [Thu, 15 Dec 2011 01:45:13 +0000 (09:45 +0800)]
Revert "Revert "ddr v2.02 for lower power consumption""
This reverts commit
c4c21f5d3a5076f34d6851635fe22e2dc38b6fca.
yangkai [Thu, 15 Dec 2011 01:38:39 +0000 (09:38 +0800)]
Merge branch 'develop-3.0' of 10.10.10.29:/home/rockchip/kernel into develop-3.0
root [Wed, 14 Dec 2011 07:11:18 +0000 (15:11 +0800)]
A22:fix system die when 23d modem open
黄涛 [Wed, 14 Dec 2011 07:16:05 +0000 (15:16 +0800)]
rk29: vpu_mem: fix pass miscdevice pointer via file private data
kfx [Wed, 14 Dec 2011 04:58:55 +0000 (12:58 +0800)]
add ion(kernel allocator) for gralloc
黄涛 [Wed, 14 Dec 2011 02:11:20 +0000 (10:11 +0800)]
dd3sdk: defconfig: PANIC_TIMEOUT=1
lw [Tue, 13 Dec 2011 09:57:22 +0000 (17:57 +0800)]
A22:add wm8994 support for rk29_a22_defconfig
lw@rock-chips.com [Tue, 13 Dec 2011 06:08:44 +0000 (14:08 +0800)]
modify ak8975 orientation for phonesdk
黄涛 [Tue, 13 Dec 2011 04:11:43 +0000 (12:11 +0800)]
rk29: boot mode better support recovery by parse command line
黄涛 [Tue, 13 Dec 2011 04:05:20 +0000 (12:05 +0800)]
pmem: fix pass miscdevice pointer via file private data
黄涛 [Tue, 13 Dec 2011 02:35:49 +0000 (10:35 +0800)]
Revert "Revert "drivers: misc: pass miscdevice pointer via file private data""
This reverts commit
932cf8f1d4f17c38804c0b0a0237d5718bd8d5ac.
杜坤明 [Tue, 13 Dec 2011 02:47:26 +0000 (10:47 +0800)]
gpu : modify the number of pre-alloc pages for gckOS_AllocateNonPagedMemory & add some debug code
黄涛 [Mon, 12 Dec 2011 14:53:01 +0000 (22:53 +0800)]
inv_mpu: do not select the driver by default
lw@rock-chips.com [Mon, 12 Dec 2011 12:54:19 +0000 (20:54 +0800)]
modify some board file according to mpu3050 driver
hwg [Mon, 12 Dec 2011 12:24:09 +0000 (20:24 +0800)]
reset g_onoff in wifi driver insmode, to avoid wifi driver error when rmmod with G_WLAN_SET_OFF status
lw [Mon, 12 Dec 2011 11:15:50 +0000 (19:15 +0800)]
add new mpu3050 driver support from manufacturing company
liuji [Mon, 12 Dec 2011 01:42:45 +0000 (09:42 +0800)]
Mtp: fix mtp sync operation no response,hold in error stat.
fix bug: while read buffer length > MTP_BULK_BUFFER_SIZE, return -1
errno=EINVAL(22)
yangkai [Sat, 10 Dec 2011 07:57:13 +0000 (15:57 +0800)]
Revert "ddr v2.02 for lower power consumption"
This reverts commit
fecada63c18475840bc53219deac4a3a087172c3.
黄涛 [Fri, 9 Dec 2011 06:30:42 +0000 (14:30 +0800)]
rk29: Temporary disable DDR frequency scaling, which is broken
邱建斌 [Fri, 9 Dec 2011 06:19:08 +0000 (14:19 +0800)]
wm8994: add MICBIAS control
chenli [Fri, 9 Dec 2011 02:05:16 +0000 (10:05 +0800)]
change PMEM_GPU_SIZE from 16M to 64M
yangkai [Thu, 8 Dec 2011 13:19:08 +0000 (21:19 +0800)]
reinit usb pcd ep4,ep6 when reset
wdc [Wed, 7 Dec 2011 09:54:19 +0000 (17:54 +0800)]
fixed config override warning
wdc [Wed, 7 Dec 2011 02:13:53 +0000 (10:13 +0800)]
bluetooth: enable config for android4.0
黄涛 [Wed, 7 Dec 2011 01:31:13 +0000 (09:31 +0800)]
Revert "earlysuspend: Temporary enable debug"
This reverts commit
9b6c7f264c2d38c93d5acac94ce9760894611a71.
Disable earlysuspend debug for release.
ddl [Tue, 6 Dec 2011 10:21:55 +0000 (18:21 +0800)]
camera: add support query 480p framerate
zhanghao [Tue, 6 Dec 2011 08:09:59 +0000 (16:09 +0800)]
add driver net_filter_qtaguid for netflow control
if no include this driver , 3g/gprs cannot be use in any apps
phc [Mon, 5 Dec 2011 10:45:30 +0000 (18:45 +0800)]
z5 phone:enable codec I2S-II in used
phc [Mon, 5 Dec 2011 10:44:45 +0000 (18:44 +0800)]
z5 Phone:add OV7690 sensor support
邱建斌 [Mon, 5 Dec 2011 10:09:40 +0000 (18:09 +0800)]
z5: add automatic I2S1/I2S0 for wm8994
yzq [Mon, 5 Dec 2011 08:42:45 +0000 (16:42 +0800)]
update hdmi: modify hdmi init and add HDMI_SAVE_DATA config
邱建斌 [Mon, 5 Dec 2011 08:23:50 +0000 (16:23 +0800)]
a22: wm8994 add pa control
yangkai [Mon, 5 Dec 2011 08:14:05 +0000 (16:14 +0800)]
disable async suspend in usb system
phc [Mon, 5 Dec 2011 07:15:00 +0000 (15:15 +0800)]
z5 phone:shield the touchscreen redundant log
phc [Mon, 5 Dec 2011 07:01:53 +0000 (15:01 +0800)]
z5 phone:home key changed && codec8994 support
JacobChen [Mon, 5 Dec 2011 07:00:31 +0000 (15:00 +0800)]
Mtp func: prevent dev state change frome cancel to error.
JacobChen [Mon, 5 Dec 2011 06:58:58 +0000 (14:58 +0800)]
Merge branch 'develop-3.0' of ssh://10.10.10.29/home/rockchip/kernel into develop-3.0
黄涛 [Mon, 5 Dec 2011 06:04:07 +0000 (14:04 +0800)]
Makefile: fix for android gold linker
zhanghao [Sat, 3 Dec 2011 07:47:55 +0000 (15:47 +0800)]
driver : update touchscreen pixcir driver with power control
xzj [Sat, 3 Dec 2011 03:38:32 +0000 (11:38 +0800)]
usb Ether works ok
phc [Sat, 3 Dec 2011 03:17:27 +0000 (11:17 +0800)]
Z5:update z5 wifi control