firefly-linux-kernel-4.4.55.git
12 years agoMerge branch 'develop' of 10.10.10.29:/home/rockchip/kernel into develop
xbw [Tue, 20 Sep 2011 08:32:38 +0000 (16:32 +0800)]
Merge branch 'develop' of 10.10.10.29:/home/rockchip/kernel into develop

12 years agoi2s0再次修改:
胡卫国 [Tue, 20 Sep 2011 03:58:17 +0000 (11:58 +0800)]
i2s0再次修改:
  1) i2s0的rx, tx两者都为master
  2) 硬件上针对只有一路LRCK的codec,例如alc5631/5621,只将I2S0_LRCK连接到codec的LRCK, I2S0_LRCK_RX直接断开

12 years agogpu : Reduce the reserved memory to 16M; Set gcdPAGE_ALLOC_LIMIT to 0;
杜坤明 [Tue, 20 Sep 2011 01:17:04 +0000 (09:17 +0800)]
gpu : Reduce the reserved memory to 16M; Set gcdPAGE_ALLOC_LIMIT to 0;

12 years agork29-ipp:use dsb() only after we start ipp
chenli [Mon, 19 Sep 2011 10:24:55 +0000 (18:24 +0800)]
rk29-ipp:use dsb() only after we start ipp

12 years agork29-ipp:fix the timeout bug caused by the driver
chenli [Mon, 19 Sep 2011 10:02:56 +0000 (18:02 +0800)]
rk29-ipp:fix the timeout bug caused by the driver
1.Ensure the input value of the registers are written to the memory
2.If the interrupt has come but the wait queue has not been wake up,we consider that the result is correct

12 years agomm: add _GFP_NO_KSWAPD flag
黄涛 [Mon, 19 Sep 2011 04:04:27 +0000 (12:04 +0800)]
mm: add _GFP_NO_KSWAPD flag

commit 32dba98e085f8b2b4345887df9abf5e0e93bfc12 upstream.

12 years agoenable ipp for scale UI when support HDMI
zyw [Fri, 16 Sep 2011 08:57:35 +0000 (16:57 +0800)]
enable ipp for scale UI when support HDMI

12 years agoupload the packed driver of rtl8188cu.(V3.10)
高伟龙 [Fri, 16 Sep 2011 06:12:56 +0000 (14:12 +0800)]
upload the packed driver of rtl8188cu.(V3.10)

12 years agoAdd NETFILTER configuration to support wifi softap, add wifi chip or module sys inter...
高伟龙 [Thu, 15 Sep 2011 11:33:30 +0000 (19:33 +0800)]
Add NETFILTER configuration to support wifi softap, add wifi chip or module sys interface.

12 years agork29: sdk: ui pmem set to 48m for 1024x768 screen
黄涛 [Thu, 15 Sep 2011 09:02:38 +0000 (17:02 +0800)]
rk29: sdk: ui pmem set to 48m for 1024x768 screen

12 years agork29: vpu_service: fix task counting bug
陈恒明 [Thu, 15 Sep 2011 07:30:29 +0000 (15:30 +0800)]
rk29: vpu_service: fix task counting bug

12 years agoMerge branch 'develop' of 10.10.10.29:/home/rockchip/kernel into develop
xbw [Thu, 15 Sep 2011 06:59:07 +0000 (14:59 +0800)]
Merge branch 'develop' of 10.10.10.29:/home/rockchip/kernel into develop

12 years agoupdate fb fix UI scaling up when 1080p HDMI video playing next
zyw [Thu, 15 Sep 2011 06:26:25 +0000 (14:26 +0800)]
update fb fix UI scaling up when 1080p HDMI video playing next

12 years agoadd pmu act8891 drivers
张晴 [Thu, 15 Sep 2011 05:33:46 +0000 (22:33 -0700)]
add pmu act8891 drivers

12 years agoupdate fb fix data abort when enable CONFIG_CLOSE_WIN1_DYNAMIC
zyw [Thu, 15 Sep 2011 04:23:41 +0000 (12:23 +0800)]
update fb fix data abort when enable CONFIG_CLOSE_WIN1_DYNAMIC

12 years agork29_phone: disable pull down resistor of uart3 for gps
root [Wed, 14 Sep 2011 09:27:11 +0000 (17:27 +0800)]
rk29_phone: disable pull down resistor of uart3 for gps

12 years agork29_phone:disable pull down resistor of uart1
root [Wed, 14 Sep 2011 03:06:04 +0000 (11:06 +0800)]
rk29_phone:disable pull down resistor of uart1

12 years agork29: sdk: ui pmem should be no_allocator
黄涛 [Wed, 14 Sep 2011 06:07:43 +0000 (14:07 +0800)]
rk29: sdk: ui pmem should be no_allocator

12 years agork29: enable DDR frequency scaling by default
黄涛 [Wed, 14 Sep 2011 05:13:26 +0000 (13:13 +0800)]
rk29: enable DDR frequency scaling by default

12 years agork29: sdk: defconfig: enable DDR_FREQ for save more power when play music
黄涛 [Wed, 14 Sep 2011 05:06:35 +0000 (13:06 +0800)]
rk29: sdk: defconfig: enable DDR_FREQ for save more power when play music

12 years agork29: sdk: defconfig: enable CLOSE_WIN1_DYNAMIC for save more power when play video
黄涛 [Wed, 14 Sep 2011 05:02:18 +0000 (13:02 +0800)]
rk29: sdk: defconfig: enable CLOSE_WIN1_DYNAMIC for save more power when play video

12 years agonewton: improve smc drivers
lyx [Wed, 14 Sep 2011 02:30:25 +0000 (19:30 -0700)]
newton: improve smc drivers

1.减少smc0_write函数中的delay,提高irda模块调用该接口进行数据发送的效率

12 years agonewton: improve irda driver
lyx [Wed, 14 Sep 2011 02:26:28 +0000 (19:26 -0700)]
newton: improve irda driver

1.去掉中断函数里面的超时处理,超时不是错误不需要处理,
保留会造成中断函数耗时太长,导致接收不及时,数据会丢失

12 years agonewton: improve irda driver
lyx [Wed, 14 Sep 2011 01:40:48 +0000 (18:40 -0700)]
newton: improve irda driver

1.去掉一些关键地方的打印信息,解决FIR大数据量快速传输时的丢包问题

12 years agork29: cpufreq: throttle more when run 1.2G
黄涛 [Wed, 14 Sep 2011 02:52:45 +0000 (10:52 +0800)]
rk29: cpufreq: throttle more when run 1.2G

12 years agork29: move ddr frequency scaling from cpufreq.c to ddrfreq.c
黄涛 [Fri, 9 Sep 2011 09:13:55 +0000 (17:13 +0800)]
rk29: move ddr frequency scaling from cpufreq.c to ddrfreq.c

12 years agork29: clock: do not hold lock when notify
黄涛 [Fri, 9 Sep 2011 09:08:52 +0000 (17:08 +0800)]
rk29: clock: do not hold lock when notify

12 years agork29: clock: throttle aclk_cpu for 1G+
黄涛 [Fri, 9 Sep 2011 09:03:30 +0000 (17:03 +0800)]
rk29: clock: throttle aclk_cpu for 1G+

12 years agork29: clock.h: Add 'struct notifier_block' forward declaration
黄涛 [Fri, 9 Sep 2011 08:57:23 +0000 (16:57 +0800)]
rk29: clock.h: Add 'struct notifier_block' forward declaration

12 years agork29: mmu.c: set vmalloc_reserve to 512MB for better support 1G memory
黄涛 [Tue, 13 Sep 2011 11:33:49 +0000 (19:33 +0800)]
rk29: mmu.c: set vmalloc_reserve to 512MB for better support 1G memory

12 years agork29: vpu_service: move power on out of spinlock, use power maintain
陈恒明 [Tue, 13 Sep 2011 08:40:23 +0000 (16:40 +0800)]
rk29: vpu_service: move power on out of spinlock, use power maintain
instead

12 years agofix bug:It did not respond with the removal of card at the first time if you reboot...
xbw [Tue, 13 Sep 2011 07:21:33 +0000 (15:21 +0800)]
fix bug:It did not respond with the removal of card at the first time if you reboot device with card present.

12 years agofix bug:It did not respond with the removal of card at the first time if you reboot...
xbw [Tue, 13 Sep 2011 07:21:33 +0000 (15:21 +0800)]
fix bug:It did not respond with the removal of card at the first time if you reboot reboot with card present.

12 years agork29_phone:modify charge parameter of wm831x
root [Fri, 9 Sep 2011 06:28:33 +0000 (14:28 +0800)]
rk29_phone:modify charge parameter of wm831x

12 years agoA22:update board-rk29-a22.c from phonesdk
root [Fri, 9 Sep 2011 06:20:10 +0000 (14:20 +0800)]
A22:update board-rk29-a22.c from phonesdk

12 years agofix crash: INC_CD come during dealing with doneflag.
xbw [Fri, 9 Sep 2011 03:40:23 +0000 (11:40 +0800)]
fix crash: INC_CD come during dealing with doneflag.

12 years agoupdate fb for accurate dclk
zyw [Thu, 8 Sep 2011 02:53:19 +0000 (10:53 +0800)]
update fb for accurate dclk

12 years agomodify fb pixclock for android refresh rate
zyw [Thu, 8 Sep 2011 02:19:07 +0000 (10:19 +0800)]
modify fb pixclock for android refresh rate

12 years agomsc ext command update by ly&hsl
yangkai [Thu, 8 Sep 2011 02:11:17 +0000 (10:11 +0800)]
msc ext command update by ly&hsl

12 years agoA22:update rk29_a22_defconfig from phonesdk
root [Wed, 7 Sep 2011 10:01:12 +0000 (18:01 +0800)]
A22:update rk29_a22_defconfig from phonesdk

Conflicts:

arch/arm/configs/rk29_a22_defconfig

12 years agoA22:modify lcd width and height to support android input method
root [Wed, 7 Sep 2011 09:21:57 +0000 (17:21 +0800)]
A22:modify lcd width and height to support android input method

12 years agoA22:set number of LUNS to one
root [Fri, 2 Sep 2011 06:50:35 +0000 (14:50 +0800)]
A22:set number of LUNS to one

12 years agoA22:mask some log of touchscreen
root [Fri, 2 Sep 2011 06:30:14 +0000 (14:30 +0800)]
A22:mask some log of touchscreen

12 years agork29: ddr3sdk: fix warning: android_pmem: probe of android_pmem.3 failed with error -1
黄涛 [Tue, 6 Sep 2011 08:27:01 +0000 (16:27 +0800)]
rk29: ddr3sdk: fix warning: android_pmem: probe of android_pmem.3 failed with error -1

12 years agoclose rtc out clock when system powerdown
蔡伟立 [Mon, 5 Sep 2011 10:31:29 +0000 (18:31 +0800)]
close rtc out clock when system powerdown

12 years agomodify a bug about the parameter for printk which cause panic
xbw [Mon, 5 Sep 2011 08:21:48 +0000 (16:21 +0800)]
modify a bug about the parameter for printk which cause panic

12 years agork29-ddr3sdk:set keygpio pullup/down disable when in sleep
张晴 [Mon, 5 Sep 2011 02:57:00 +0000 (19:57 -0700)]
rk29-ddr3sdk:set keygpio pullup/down disable when in sleep

12 years agoddr3sdk: fix "TOUCH_SCREEN_DISPLAY_PIN gpio_request err" warning
黄涛 [Mon, 5 Sep 2011 02:38:45 +0000 (10:38 +0800)]
ddr3sdk: fix "TOUCH_SCREEN_DISPLAY_PIN gpio_request err" warning

12 years agoinput: eeti_egalax_i2c: fix unbalanced disable_irq/enable_irq
黄涛 [Mon, 5 Sep 2011 02:12:39 +0000 (10:12 +0800)]
input: eeti_egalax_i2c: fix unbalanced disable_irq/enable_irq

12 years agoMerge branch 'develop' of 10.10.10.29:/home/rockchip/kernel into develop
eddie [Fri, 2 Sep 2011 09:49:16 +0000 (17:49 +0800)]
Merge branch 'develop' of 10.10.10.29:/home/rockchip/kernel into develop

12 years agonewton:update board and config
eddie [Fri, 2 Sep 2011 09:49:01 +0000 (17:49 +0800)]
newton:update board and config

12 years agoadd lock between cir and irda
eddie [Fri, 2 Sep 2011 09:48:00 +0000 (17:48 +0800)]
add lock between cir and irda

12 years agophone-pad:update mu509 drivers
赵子初 [Tue, 30 Aug 2011 07:23:22 +0000 (12:23 +0500)]
phone-pad:update mu509 drivers

12 years agofix the bug of crash caused by frequent switching Wifi module
xbw [Fri, 2 Sep 2011 07:10:23 +0000 (15:10 +0800)]
fix the bug of crash caused by frequent switching Wifi module

12 years agocamera(uvc): fix kernel may panic when close uvc camera,because uninit tasklet after...
ddl [Fri, 2 Sep 2011 03:57:01 +0000 (11:57 +0800)]
camera(uvc): fix kernel may panic when close uvc camera,because uninit tasklet after uninit urb in uvc_uninit_video

12 years agocamera: fix ov2659 may config error when in mirror or flip
ddl [Fri, 2 Sep 2011 03:32:50 +0000 (11:32 +0800)]
camera: fix ov2659 may config error when in mirror or flip

12 years agork29: cpufreq: no slowdown too much when overheat
黄涛 [Thu, 1 Sep 2011 10:48:00 +0000 (18:48 +0800)]
rk29: cpufreq: no slowdown too much when overheat

12 years agocamera: fix ov5640 sensor driver slab corruption in multi-regs write
ddl [Thu, 1 Sep 2011 09:43:00 +0000 (17:43 +0800)]
camera: fix ov5640 sensor driver slab corruption in multi-regs write

12 years agogsensor,gyroscope: add gsensor lis3dh and gyroscope k3g drivers
lyx [Thu, 1 Sep 2011 07:38:17 +0000 (00:38 -0700)]
gsensor,gyroscope: add gsensor lis3dh and gyroscope k3g drivers

12 years agoi2s dma optimization, default use burst 16
sxj [Thu, 1 Sep 2011 08:06:36 +0000 (01:06 -0700)]
i2s dma optimization, default use burst 16

12 years agork29 ddr3sdk update board file
eddie [Thu, 1 Sep 2011 03:55:40 +0000 (11:55 +0800)]
rk29 ddr3sdk update board file

12 years agork29sdk update board file
eddie [Thu, 1 Sep 2011 03:55:12 +0000 (11:55 +0800)]
rk29sdk update board file

12 years agonewton update board file
eddie [Thu, 1 Sep 2011 03:54:41 +0000 (11:54 +0800)]
newton update board file

12 years agofix bu92747 cir compile error
eddie [Thu, 1 Sep 2011 03:23:09 +0000 (11:23 +0800)]
fix bu92747 cir compile error

12 years agoMerge branch 'develop' of 10.10.10.29:/home/rockchip/kernel into develop
eddie [Thu, 1 Sep 2011 03:12:25 +0000 (11:12 +0800)]
Merge branch 'develop' of 10.10.10.29:/home/rockchip/kernel into develop

12 years agonewton:update config file
eddie [Thu, 1 Sep 2011 03:12:02 +0000 (11:12 +0800)]
newton:update config file

12 years agoadd newton rfkill,keeping on B23 power,for BT uart2 larkage
eddie [Thu, 1 Sep 2011 02:51:40 +0000 (10:51 +0800)]
add newton rfkill,keeping on B23 power,for BT uart2 larkage

12 years agonewton:add 1.2G support
eddie [Thu, 1 Sep 2011 02:47:42 +0000 (10:47 +0800)]
newton:add 1.2G support

12 years agonewton:ov3640 close flash
eddie [Thu, 1 Sep 2011 02:46:22 +0000 (10:46 +0800)]
newton:ov3640 close flash

12 years agobu92747guw_cir add suspend wake up
eddie [Thu, 1 Sep 2011 02:45:47 +0000 (10:45 +0800)]
bu92747guw_cir add suspend wake up

12 years agogt819 and ft5406 update fw and modiry suspend wake up
eddie [Thu, 1 Sep 2011 02:37:34 +0000 (10:37 +0800)]
gt819 and ft5406 update fw and modiry suspend wake up

12 years agobq27541 when system up with no battary,shutdown system
eddie [Thu, 1 Sep 2011 02:34:26 +0000 (10:34 +0800)]
bq27541 when system up with no battary,shutdown system

12 years agonewton key early suspend
eddie [Thu, 1 Sep 2011 02:27:41 +0000 (10:27 +0800)]
newton key early suspend

12 years agomodify lcd_at070tn93 parameter
eddie [Thu, 1 Sep 2011 02:26:04 +0000 (10:26 +0800)]
modify lcd_at070tn93 parameter

12 years agork29sdk:add irda board config to rk29sdk
lyx [Thu, 1 Sep 2011 02:16:03 +0000 (19:16 -0700)]
rk29sdk:add irda board config to rk29sdk

12 years agogpu : add pages pool to avoid alloc_pages failure
杜坤明 [Thu, 1 Sep 2011 02:15:09 +0000 (10:15 +0800)]
gpu : add pages pool to avoid alloc_pages failure

12 years agonewton: improve irda driver
lyx [Wed, 31 Aug 2011 06:31:29 +0000 (23:31 -0700)]
newton: improve irda driver

1.improve irda read data effectiveness, reduce overrun err when receiving

12 years agoadd gsensor kxtf9 driver to rk29 kernel
lyx [Tue, 30 Aug 2011 10:08:24 +0000 (03:08 -0700)]
add gsensor kxtf9 driver to rk29 kernel

12 years agoadd it7260 touchscreen driver for rk29 kernel
lyx [Tue, 30 Aug 2011 09:30:38 +0000 (02:30 -0700)]
add it7260 touchscreen driver for rk29 kernel

12 years agork29: vpu_service: fix bug on task counting
陈恒明 [Wed, 31 Aug 2011 10:50:44 +0000 (18:50 +0800)]
rk29: vpu_service: fix bug on task counting

12 years agork29: vpu_service: add reset operation when vpu error, add status dump
陈恒明 [Wed, 31 Aug 2011 08:03:06 +0000 (16:03 +0800)]
rk29: vpu_service: add reset operation when vpu error, add status dump

12 years agomodify the bug about host-state error
xbw [Wed, 31 Aug 2011 06:34:13 +0000 (14:34 +0800)]
modify the bug about host-state error

12 years ago解决开机kernel logo问题
陈金泉 [Wed, 31 Aug 2011 04:46:31 +0000 (12:46 +0800)]
解决开机kernel logo问题

12 years agoAdd some 3G dongle
CMY [Wed, 31 Aug 2011 02:55:09 +0000 (10:55 +0800)]
Add some 3G dongle

12 years agochange msc buffer flush depends on usb packets
yangkai [Wed, 31 Aug 2011 02:24:26 +0000 (10:24 +0800)]
change msc buffer flush depends on usb packets

12 years ago解决kernel logo占用空间过大问题,需使用新tool实现kernel logo替换。
陈金泉 [Tue, 30 Aug 2011 09:27:58 +0000 (17:27 +0800)]
解决kernel logo占用空间过大问题,需使用新tool实现kernel logo替换。

12 years agork29: cpufreq: better support 1.2G
黄涛 [Tue, 30 Aug 2011 08:04:57 +0000 (16:04 +0800)]
rk29: cpufreq: better support 1.2G

12 years agonewton: remove redefined of bu92747_lock && bu92747_unlock function
lyx [Mon, 29 Aug 2011 09:50:38 +0000 (02:50 -0700)]
newton: remove redefined of bu92747_lock && bu92747_unlock function

12 years agonewton: improve irda driver
lyx [Mon, 29 Aug 2011 08:04:50 +0000 (01:04 -0700)]
newton: improve irda driver

1.improve err handle
2.improve FIR get length

12 years ago更新rt5631驱动:解决TX_LRCK与RX_LRCK冲突造成破音问题
胡卫国 [Mon, 29 Aug 2011 09:56:49 +0000 (17:56 +0800)]
更新rt5631驱动:解决TX_LRCK与RX_LRCK冲突造成破音问题

12 years agoupdate fb for close win0 when overlay open, close win1 when overlay close
zyw [Mon, 29 Aug 2011 07:28:04 +0000 (15:28 +0800)]
update fb for close win0 when overlay open, close win1 when overlay close

12 years agocamera: fix mt9t111 may have not send video data after init, and update gc0309
ddl [Mon, 29 Aug 2011 07:09:42 +0000 (15:09 +0800)]
camera: fix mt9t111 may have not send video data after init, and update gc0309

12 years agoregister the touchscreen(eeti_egalax) in the earlysuspend to save power consume
蔡伟立 [Mon, 29 Aug 2011 06:53:42 +0000 (14:53 +0800)]
register the touchscreen(eeti_egalax) in the earlysuspend to save power consume

12 years agoadd dynamic change rgb565 in postfb
huangdesheng [Mon, 29 Aug 2011 02:59:25 +0000 (10:59 +0800)]
add dynamic change rgb565 in postfb

12 years agopack-kernel.sh: exclude ddr_reconfig.c
黄涛 [Mon, 29 Aug 2011 02:24:26 +0000 (10:24 +0800)]
pack-kernel.sh: exclude ddr_reconfig.c

12 years agoMerge branch 'develop' of 10.10.10.29:/home/rockchip/kernel into develop
yzq [Sat, 27 Aug 2011 07:53:17 +0000 (15:53 +0800)]
Merge branch 'develop' of 10.10.10.29:/home/rockchip/kernel into develop

12 years agork29fb : fix : playing low resolution video in rotation err
yzq [Sat, 27 Aug 2011 07:36:05 +0000 (15:36 +0800)]
rk29fb : fix : playing low resolution video in rotation err
use win0 scale to fix the scale not enough in video rotation

12 years agork29-ipp:check whether support deinterlacing
chenli [Sat, 27 Aug 2011 03:08:21 +0000 (11:08 +0800)]
rk29-ipp:check whether support deinterlacing

1.Mobile phone dose not support deinterlacing
2.SF will check whether IPP support deinterlacing first

12 years agork29: support DDR frequency scaling
黄涛 [Fri, 26 Aug 2011 12:26:58 +0000 (20:26 +0800)]
rk29: support DDR frequency scaling

12 years agork29: clock: support notify
黄涛 [Fri, 26 Aug 2011 12:20:42 +0000 (20:20 +0800)]
rk29: clock: support notify