Commit Graph

45147 Commits

Author SHA1 Message Date
yzq
729262c1c6 rk610 update hdmi lcd lvds 2012-04-18 19:12:08 -07:00
yxj
237ef417c9 rk30fb: support dual display in kernel 2012-04-17 17:46:55 +08:00
yxj
03f1f5649c rk30fb: add interface to enable/disable fb
the path is sys/class/graphics/fbx/xxx
2012-04-13 16:53:39 +08:00
yxj
708f0ec159 rk30fb :fix a bug in rk30_lcdc.c
lcdc0 and lcdc1 use separate rk_lcdc_device_driver instance
	fix wrong define for rk30_lcdc_resume
2012-04-13 15:03:45 +08:00
yxj
f284f42e5e rk30 fb: modify for some lcd screen that need to init
the init info passed by struct rk29fb_info
2012-04-13 10:33:54 +08:00
yxj
b09103b072 rk30 fb: implement open ,close ,blank more properly 2012-04-13 10:33:54 +08:00
lw
d25a70bfb4 rk30:add orientation control for gyrosensor 2012-04-10 14:44:47 +08:00
yzq
b6e72a1823 rk610 set core start before fb and default close debug 2012-04-05 22:18:42 -07:00
yxj
766af0dad9 rk30 fb: rk_get_lcdc_drv by name 2012-04-02 17:03:30 +08:00
yxj
c9aaa8b28f rk30 fb:add suspend andr resume support 2012-04-02 14:47:59 +08:00
lw@rock-chips.com
34f9877cd4 rk30:improve gsensors precision 2012-04-01 18:16:51 +08:00
yxj
5d82cc618f rk30 fb: fix the bug in commit 6273a1f444
fix the commit "add early_suspend/resume support,fix a bug for sync"
	 the wait_for_completion in function  rk30_lcdc_pan_display must match
	 of complete in interrupt isr rk30_lcdc_isr one by one.
	 and for safe ,add spin lock protect completion frame_done
2012-04-01 15:08:43 +08:00
yxj
6273a1f444 rk30 fb: add early_suspend/resume support,fix a bug for sync
when set a new frame buffer addr for MST register ,we must
	 wait until the lcdc start display this frame before we
	 return,otherwise this buffer may be override by android
2012-03-31 12:51:48 +08:00
yxj
e7a88fdcae rk30 fb: fix load_creen init err,add frame start interrupt for sync 2012-03-30 12:17:59 +08:00
yzq
cbba37b0bb rk610 hdmi lcd lvds tvout codec support 2012-03-29 20:13:05 -07:00
yxj
f188357974 rk30 fb: add sys for debug,add rk_get_lcdc_drv for hdmi 2012-03-29 17:16:52 +08:00
kfx
d49bfdb50c rk30&rk29: update adc drivers 2012-03-27 15:06:36 +08:00
kfx
04ef98d611 Ion module: version1.0 2012-03-26 09:30:42 +08:00
黄涛
e153fabd0b Merge remote-tracking branch 'origin/develop-3.0-rk30' into develop-3.0
Conflicts:
	arch/arm/mach-rk29/Makefile
	arch/arm/mach-rk29/include/mach/rk29_camera.h
	drivers/gpu/ion/ion.c
	drivers/gpu/ion/ion_carveout_heap.c
	drivers/gpu/ion/ion_priv.h
	drivers/media/video/gc0307.c
	drivers/media/video/gc0308.c
	drivers/media/video/gc0309.c
	drivers/media/video/gc2015.c
	drivers/media/video/gt2005.c
	drivers/media/video/mt9d112.c
	drivers/media/video/mt9d113.c
	drivers/media/video/mt9p111.c
	drivers/media/video/mt9t111.c
	drivers/media/video/ov2640_rk.c
	drivers/media/video/ov2655.c
	drivers/media/video/ov2659.c
	drivers/media/video/ov5640.c
	drivers/media/video/ov5642.c
	drivers/media/video/ov7675.c
	drivers/media/video/rk29_camera.c
	drivers/media/video/sid130B.c
	drivers/media/video/siv120b.c
	drivers/mmc/host/rk29_sdmmc.c
	include/linux/ion.h
2012-03-25 15:16:37 +08:00
xbw
0fdedf320a mmc: modify the driver to work with Rk30-new-board 2012-03-25 12:04:24 +08:00
kfx
bbe02462c1 ion drivers: add 'query client infomation' interface for vpu 2012-03-19 16:02:18 +08:00
黄涛
d186635ad2 rk30: sdk add wm8326 support 2012-03-13 16:24:27 +08:00
kfx
88d552b3bb rk30:add ion support 2012-03-12 18:48:03 +08:00
kfx
cd625606e0 ion: add debug info and modify to support libion 2012-03-07 18:23:43 +08:00
赵子初
a2240cf588 phonepad:modify usb1.1 host -71 error 2012-03-06 16:51:21 +08:00
lw
6f7639d3d1 rk30:add gyroscope l3d4200d support 2012-02-29 16:14:50 +08:00
黄涛
1b02ab5fd5 cpufreq: introduce hotplug governor
port from ti.
2012-02-22 14:51:20 +08:00
Colin Cross
dd5fa6df90 cpu_pm: Add cpu power management notifiers
During some CPU power modes entered during idle, hotplug and
suspend, peripherals located in the CPU power domain, such as
the GIC, localtimers, and VFP, may be powered down.  Add a
notifier chain that allows drivers for those peripherals to
be notified before and after they may be reset.

Notified drivers can include VFP co-processor, interrupt controller
and it's PM extensions, local CPU timers context save/restore which
shouldn't be interrupted. Hence CPU PM event APIs  must be called
with interrupts disabled.

Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Tested-and-Acked-by: Shawn Guo <shawn.guo@linaro.org>
Tested-by: Kevin Hilman <khilman@ti.com>
Tested-by: Vishwanath BS <vishwanath.bs@ti.com>

Conflicts:

	kernel/power/Kconfig
2012-02-22 14:09:44 +08:00
黄涛
4534f165f6 mfd: wm831x: add WM8326 support again 2012-02-20 17:46:43 +08:00
邱建斌
fc7d65d156 add incalling cannot suspend interface 2012-02-11 16:18:12 +08:00
邱建斌
e619f04ef8 wm8994: incall status wm8994 cannot into suspend 2012-02-10 18:47:51 +08:00
kfx
e36ecd020a update i2c drivers 2012-02-09 10:43:35 +08:00
邱建斌
75c0493821 wm8994 : add some route 2012-01-31 11:29:18 +08:00
zwp
2a4680b714 modify mu509 driver to solve NULL pointer bug. 2012-01-14 13:20:53 +08:00
邱建斌
33b0473d0a headset: if headset have not MIC will reported BIT_HEADSET_NO_MIC else reported BIT_HEADSET 2012-01-12 16:33:28 +08:00
许盛飞
161540c8cc power_supply: add charger display 2012-01-04 21:28:24 +08:00
zhanghao
d55726c18b add G3 logo & change td8801 config with g3 logo 2011-12-28 10:41:20 +08:00
邱建斌
f3000ead23 wm8994 : add POWER_EN PA_CTRL iomux to pdata 2011-12-17 11:35:06 +08:00
lw
9d713b4a25 add new mpu3050 driver support from manufacturing company 2011-12-12 19:15:50 +08:00
phc
b39b9ebbb6 z5 Phone:add OV7690 sensor support 2011-12-05 18:44:45 +08:00
yzq
07f1c995f7 update hdmi: modify hdmi init and add HDMI_SAVE_DATA config 2011-12-05 16:42:45 +08:00
邱建斌
3ea2834347 a22: wm8994 add pa control 2011-12-05 16:23:50 +08:00
xzj
395e7ecfc6 usb Ether works ok 2011-12-03 15:22:14 +08:00
邱建斌
ae152fa3e9 phonesdk: update wm8994 device 2011-12-01 10:49:43 +08:00
黄涛
7c35ccce3a Merge remote-tracking branch 'aosp/android-3.0' into develop-3.0 2011-11-30 10:36:13 +08:00
陈金泉
b941652d87 change for wm8994 2011-11-29 11:38:58 +08:00
张昊
5eb1bc7285 fix driver bug : muti-touch & td8801 2011-11-24 11:42:39 +08:00
陈金泉
f22be8c687 add rt5621 driver for kernel 3.0 and change wm8994 driver 2011-11-22 18:10:23 +08:00
黄涛
ea7f06f5e4 Revert "TD8801 : Add board td8801_v2"
This reverts commit 45ef5ba515.
2011-11-22 09:28:04 +08:00
张昊
45ef5ba515 TD8801 : Add board td8801_v2 2011-11-21 21:16:32 +08:00