Commit Graph

270728 Commits

Author SHA1 Message Date
黄涛
3d292ae5c7 rk3168/rk3188: board enable CONFIG_UHID in defconfig
Enable CONFIG_UHID to allow userspace to inject HID packets.
2013-03-05 12:04:10 +08:00
黄涛
e2b36fb662 rk3188: grf add io power domain voltage api 2013-03-05 12:04:10 +08:00
黄涛
23de822f96 rk3066b: grf add io power domain voltage api 2013-03-05 12:04:09 +08:00
yxj
71049c2dbd rk30、rk3168、rk3188 lcdc:use get_format_string print data format 2013-03-05 11:19:14 +08:00
yxj
c4e4261143 rk fb:add get_format_string to convert format to string for debug 2013-03-05 11:19:14 +08:00
yxj
a0f9674b02 lcd_hdmi_xxx.c:compatile with new rk hdmi framework 2013-03-05 11:19:13 +08:00
yxj
f60b4cf0c4 LR097:compatile with gsensor lis3dh 2013-03-05 11:19:13 +08:00
邱建斌
4ce7352414 rk610 codec: add poweroff codec diable clk 2013-03-05 10:59:30 +08:00
邱建斌
29118f371b rk610 codec : disable rk610 pll and 0AH clkgate,reduce power consumption 2013-03-05 10:16:56 +08:00
Cody Xie
8d61e468d1 rk3188 : modify to support dedicated memory reserved for mali driver 2013-03-04 20:43:15 +08:00
CMY
b0dbf44987 add CONFIG_UHID for bluetooth hid devices 2013-03-04 18:06:34 +08:00
邱建斌
e512962e70 rt5639: add rt5639 support 2013-03-04 16:54:36 +08:00
wbx
5a90385481 modify rk30_ds975_defconfig for HDMI and USB hub 2013-03-04 14:33:44 +08:00
hjc
b6a097847a rk3168_86v: modify the tp gt811 config 2013-03-04 11:35:06 +08:00
wuhao
6e5a8214f3 rk3188 ds1006h: add cw2015 2013-03-01 15:26:53 +08:00
xuhuicong
7e82f4b0c4 add cw2015 battery gauge driver 2013-03-01 14:25:43 +08:00
黄涛
0a224d6a07 rk: dvfs: fix wrong mutex_unlock on dvfs_get_vd_regulator_volt_list 2013-03-01 10:23:08 +08:00
张晴
bbae0860c1 tps65910&rk610:Solve communication conflict when rk610 and tps65910 on the same i2c 2013-02-28 18:42:37 +08:00
张晴
6465a37ed9 tps65910&rk610:Solve communication conflict when rk610 and tps65910 on the same i2c 2013-02-28 18:19:28 +08:00
xbw
848b5e88ca MT6620
add the support of MT6620 in your RK31xx project.
Now,with this project board-rk3168-tb.c as an example.
2013-02-28 17:59:45 +08:00
yxj
e79c575746 lcdc_hdmi_xxx.c:compatile with new rk fb dual dispaly framework 2013-02-28 17:23:25 +08:00
yxj
2e1f89a9d3 lcd_hdmi_xxx.c:fix compile err 2013-02-28 17:11:19 +08:00
hjc
61acb3872d rk3168_86v: modify the resolutation of tp 2013-02-28 17:04:08 +08:00
hjc
1ddc75b53e rk3168m: add rk3168m defconfig 2013-02-28 16:48:18 +08:00
hjc
cf9d1e9887 rk3168_86v: add defconfig for rk3168+codec 2013-02-28 16:45:19 +08:00
黄涛
0cd2bd1a9c pack-kernel.sh: exclude rk3168m 2013-02-28 13:57:14 +08:00
黄涛
d3ea03d9bf rk3168: tb: update defconfig by savedefconfig 2013-02-28 13:57:14 +08:00
黄涛
635c84f99c rk3188: tb: update defconfig by savedefconfig 2013-02-28 13:57:13 +08:00
黄涛
408e101444 rk: disable preempt_disable when power off
On power off, pmic driver use mutex, so can not disable preemption.
Else will see this bug:
  rk30_pm_power_off start...
  act8846_device_shutdown
  BUG: scheduling while atomic: Thread-102/1505/0x00000002
  [<c043e390>] (unwind_backtrace+0x0/0xf8) from [<c09019f0>] (__schedule+0x7ec/0x8a8)
  [<c09019f0>] (__schedule+0x7ec/0x8a8) from [<c0902ca8>] (__mutex_lock_slowpath+0x128/0x1bc)
  [<c0902ca8>] (__mutex_lock_slowpath+0x128/0x1bc) from [<c0902da8>] (mutex_lock+0x6c/0x70)
  [<c0902da8>] (mutex_lock+0x6c/0x70) from [<c06213d8>] (act8846_reg_read+0x28/0x4c)
  [<c06213d8>] (act8846_reg_read+0x28/0x4c) from [<c062159c>] (act8846_device_shutdown+0x24/0x80)
  [<c062159c>] (act8846_device_shutdown+0x24/0x80) from [<c044f060>] (rk30_pm_power_off+0x4c/0x78)
  [<c044f060>] (rk30_pm_power_off+0x4c/0x78) from [<c0439dbc>] (machine_power_off+0x1c/0x24)
  [<c0439dbc>] (machine_power_off+0x1c/0x24) from [<c0481488>] (sys_reboot+0x154/0x214)
  [<c0481488>] (sys_reboot+0x154/0x214) from [<c0438f80>] (ret_fast_syscall+0x0/0x30)

And smp_send_stop is doing nothing on rk platform when power off, so it is no need to disable preemption.
2013-02-28 13:57:13 +08:00
黄涛
9b38fdbadd Revert "rk: disable disable_nonboot_cpus when kernel restart"
This reverts commit cbf319ea81.
2013-02-28 13:57:13 +08:00
yzq
00764b152a it66121 hdmi:add macro for hdmi source lcdc select 2013-02-28 13:27:21 +08:00
hjc
5ce489b371 rk3168_86v: close pwm regulator for 86v new board 2013-02-27 11:20:50 +08:00
张晴
bcd83568bc rk3168:set defult voltage for new 86v hardware 2013-02-27 11:21:34 +08:00
luowei
61e52f56cb add temperature and pressure sensor driver support 2013-02-27 10:33:18 +08:00
yxj
3bc9ce5af6 rk3188 lcdc:add ioctl RK_FBIOPUT_COLOR_KEY_CFG for color key config 2013-02-26 17:12:45 +08:00
yxj
217b72e6fd rk fb:add ioctl RK_FBIOPUT_COLOR_KEY_CFG for color key config 2013-02-26 17:12:45 +08:00
黄涛
468a5f734f rk3188: set l2c data latency 231 2013-02-26 16:23:51 +08:00
黄涛
cdac986069 rk3188: fix cpu up down bug 2013-02-26 15:06:58 +08:00
Cody Xie
088e8f5cc6 rk3188 lr097 : fix ct36x bug on lr097 2013-02-26 14:47:36 +08:00
hjc
534559343a Merge ssh://10.10.10.29/rk/kernel into develop-3.0 2013-02-26 14:40:15 +08:00
hjc
31c554551d rk3168_86v: when ddr=300M,the logic voltage=1000mv,defconfig set CONFIG_RK30_I2C_INSRAM 2013-02-26 14:39:29 +08:00
黄涛
8427c41e10 rk3188: NFS Most Wanted workaround only for rk3188 2013-02-26 14:38:56 +08:00
hjc
c2c2c5ba14 rk3168_86v: when ddr=300M,the logic voltage=1000mv,defconfig set CONFIG_RK30_I2C_INSRAM 2013-02-26 14:36:50 +08:00
dkm
4cf6119763 modify the query of cpu_present workaround for <NFS Most Wanted> 2013-02-26 14:30:46 +08:00
yxj
aa534f6d66 Revert "rk3188 lcdc:support color key config for win1"
This reverts commit 08a95bd55f.
2013-02-26 13:07:06 +08:00
zsq
b216251751 force rga output dst alpha channel 2013-02-26 10:59:32 +08:00
wuhao
5df76cc136 fix touch ct363 2013-02-26 09:15:37 +08:00
hjc
346d56fd7b rk3168_86v: delete arm:1.4G and 1.6G; gpu:600M 2013-02-25 16:51:33 +08:00
hjc
b32d43ae2c rk3168_86v: add rk3168_86v_old,the arm is connected to the DCDC 2013-02-25 15:57:04 +08:00
yxj
08a95bd55f rk3188 lcdc:support color key config for win1 2013-02-25 14:49:58 +08:00