陈亮
eb7e8235cf
rk312x: correct clk_ddr rate
...
Signed-off-by: 陈亮 <cl@rock-chips.com >
2014-09-18 02:33:31 -07:00
郭毅
7f087aa86d
tb_8846:dts: remove goodix-ts's node
2014-09-18 17:14:41 +08:00
zwl
51ea5dee5e
rk fb:
...
1. fix extend screen display error when CONFIG_ROCKCHIP_IOMMU is set at DUAL disp mode
2. fix extend screen display error when uboot-display is on at DUAL disp mode
2014-09-18 16:36:37 +08:00
Luowei
4013e49d8c
spi:fix bug of initial clock division
2014-09-18 14:53:57 +08:00
hjh
c56c050a02
rk3128 : box : update box dts
2014-09-18 14:27:35 +08:00
许盛飞
87fe882ad8
rk312x: add GPIO3_C1 for pmic_sleep
...
Signed-off-by: 许盛飞 <xsf@rock-chips.com >
2014-09-18 10:05:06 +08:00
ddl
51b573ba61
camsys_drv: v0.0x15.0 camsys_head: v0.9.0
2014-09-18 09:57:37 +08:00
wlf
ad9774c22b
USB: fix compilation warning
2014-09-17 19:23:52 +08:00
Minsung Kim
38050da31a
cpufreq: fix sleeping in atomic context when realloc freq_table for all_time_in_state
...
Commit 40cf2f8 (cpufreq: Persist cpufreq time in state data across hotplug)
causes the following call trace to be spit on boot:
BUG: sleeping function called from invalid context at mm/slub.c:936
in_atomic(): 1, irqs_disabled(): 0, pid: 1, name: swapper/0
CPU: 6 PID: 1 Comm: swapper/0 Not tainted 3.10.9-20140624.172707-eng-gd6c0f69-dirty #50
Backtrace:
[<c0012270>] (dump_backtrace+0x0/0x10c) from [<c001256c>] (show_stack+0x18/0x1c)
r6:ffff1788 r5:c0c020c0 r4:e609c000 r3:00000000
[<c0012554>] (show_stack+0x0/0x1c) from [<c07a2970>] (dump_stack+0x20/0x28)
[<c07a2950>] (dump_stack+0x0/0x28) from [<c0057678>] (__might_sleep+0x104/0x120)
[<c0057574>] (__might_sleep+0x0/0x120) from [<c00ff000>] (__kmalloc_track_caller+0x144/0x274)
r6:00000000 r5:e609c000 r4:e6802140
[<c00feebc>] (__kmalloc_track_caller+0x0/0x274) from [<c00da098>] (krealloc+0x58/0xb0)
[<c00da040>] (krealloc+0x0/0xb0) from [<c050266c>] (cpufreq_allstats_create+0x120/0x204)
r8:e4c4ff00 r7:c0d266b8 r6:0013d620 r5:e4c4e600 r4:00000001
r3:e535d6d0
[<c050254c>] (cpufreq_allstats_create+0x0/0x204) from [<c0502e38>] (cpufreq_stat_notifier_policy+0xb8/0xd0)
[<c0502d80>] (cpufreq_stat_notifier_policy+0x0/0xd0) from [<c00517cc>] (notifier_call_chain+0x4c/0x8c)
r5:00000000 r4:fffffffe
[<c0051780>] (notifier_call_chain+0x0/0x8c) from [<c00519fc>] (__blocking_notifier_call_chain+0x50/0x68)
r8:c0cd4d00 r7:00000002 r6:e609dd7c r5:ffffffff r4:c0d25a4c
r3:ffffffff
[<c00519ac>] (__blocking_notifier_call_chain+0x0/0x68) from [<c0051a34>] (blocking_notifier_call_chain+0x20/0x28)
r7:c0e24f30 r6:00000000 r5:e53e1e00 r4:e609dd7c
[<c0051a14>] (blocking_notifier_call_chain+0x0/0x28) from [<c0500fec>] (__cpufreq_set_policy+0xc0/0x1d0)
[<c0500f2c>] (__cpufreq_set_policy+0x0/0x1d0) from [<c0501308>] (cpufreq_add_dev_interface+0x20c/0x270)
r7:00000008 r6:00000000 r5:e53e1e00 r4:e53e1e58
[<c05010fc>] (cpufreq_add_dev_interface+0x0/0x270) from [<c05016a8>] (cpufreq_add_dev+0x33c/0x420)
[<c050136c>] (cpufreq_add_dev+0x0/0x420) from [<c03604a4>] (subsys_interface_register+0x80/0xbc)
[<c0360424>] (subsys_interface_register+0x0/0xbc) from [<c050035c>] (cpufreq_register_driver+0x8c/0x194)
Change-Id: If77a656d0ea60a8fc4083283d104509fa6c07f8f
Signed-off-by: Minsung Kim <ms925.kim@samsung.com >
(cherry picked from commit 3c9e49908b )
2014-09-17 18:27:47 +08:00
黄涛
ac48b4bb1e
mmc: fix compilation warning caused by commit 7b9586b50c
2014-09-17 17:50:13 +08:00
黄涛
c2370f8872
ARM: rockchip: printk.c: fix compilation warning
2014-09-17 16:41:04 +08:00
黄涛
3837431566
input: keyboard: rk_keys: fix compilation warning
2014-09-17 16:38:10 +08:00
Chen Gang
6decef03e1
mm/page_alloc.c: use '__paginginit' instead of '__init'
...
set_pageblock_order() may be called when memory hotplug, so need use
'__paginginit' instead of '__init'.
The related warning:
The function __meminit .free_area_init_node() references
a function __init .set_pageblock_order().
If .set_pageblock_order is only used by .free_area_init_node then
annotate .set_pageblock_order with a matching annotation.
Signed-off-by: Chen Gang <gang.chen@asianux.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
(cherry picked from commit 15ca220e1a )
2014-09-17 16:30:08 +08:00
lyz
fdad8bbc33
usb: dwc_otg: prevent sleeping function called from atomic context
...
Disable _local_ irq make no sense here and we don't really need
it, if we need to disable usb irqs from dwc_otg call func
dwc_otg_disable_global_interrupts() can be more useful.
2014-09-17 14:55:12 +08:00
yxj
13154b4b6f
dts:rk3126-86v:usb_control: mask GPIO2_B4&GPIO2_B6
...
these two gpios are mux for LCDC_D10/D12
2014-09-17 14:38:10 +08:00
yxj
21404d1a39
dts:rk3126-86v: fb: add node rockchip,uboot-logo-on
...
set this node to 1 will enable boot logo display in uboot
2014-09-17 14:38:10 +08:00
CMY
4cfda77c79
rk: bt: support HCIUART_LL protocol by default
2014-09-17 14:27:56 +08:00
ddl
7deb93127e
camsys_drv: v0.0x14.0
2014-09-17 11:26:57 +08:00
陈亮
855685ab74
rk312x: update dvfs table, remove gpu 480M
...
Signed-off-by: 陈亮 <cl@rock-chips.com >
2014-09-16 19:59:42 -07:00
gwl
3871ecbe29
BT: add bt mac address user-defined function.
2014-09-17 10:41:38 +08:00
陈亮
24d065d4c0
rk312x: always enable jtab clk
...
Signed-off-by: 陈亮 <cl@rock-chips.com >
2014-09-16 19:37:55 -07:00
gwl
8cfd5b8926
Wifi: add wifi mac address user-defined function.
2014-09-17 09:38:56 +08:00
陈亮
3eb1b59a12
rk3126-86v: add temperature control config
...
Signed-off-by: 陈亮 <cl@rock-chips.com >
2014-09-16 18:38:14 -07:00
陈亮
c1a63c40f0
dvfs: add virtual temperature control
...
Signed-off-by: 陈亮 <cl@rock-chips.com >
2014-09-16 18:34:33 -07:00
陈亮
e0384471e3
tsadc: define INVALID_TEMP and return it when some err happen
...
Signed-off-by: 陈亮 <cl@rock-chips.com >
2014-09-16 18:17:27 -07:00
黄涛
bb50c81be9
ARM: rockchip: rockchip_defconfig: update by savedefconfig and remove unused ethernet config
2014-09-16 20:01:51 +08:00
黄涛
003de5bdd2
ARM: rockchip: rk3288 set system serial when efuse init
2014-09-16 19:52:02 +08:00
yxj
7dd3aa1540
dts:rk3126-sdk:default disable uboot-logo-on
...
this must match with uboot
2014-09-16 18:42:11 +08:00
gwl
837937e8d5
Wifi: add rtl8192cu & rtl8192du wifi support.
2014-09-16 17:06:53 +08:00
lintao
33f9000669
fix compile error
2014-09-16 11:31:51 +08:00
lintao
a5981d0749
mmc: guarantee enough time-gap between any two sequential tuning cmd
...
Signed-off-by: lintao <lintao@rock-chips.com >
2014-09-16 10:05:01 +08:00
yxj
b27697a5b3
dts:rk3126-sdk:enable uboot-logo-on
2014-09-16 09:57:05 +08:00
yxj
914d4a11e7
rk312x lcdc:support uboot display logo
2014-09-16 09:56:55 +08:00
simon
4fada033dc
rockchip: iommu: workround for rk312x vop iommu
...
1.disable request 312x vop iommu
2.mask 312x vop iommu intterurpt
3.disable rk312x stall operation when zap iommu tlb cache
2014-09-16 09:50:30 +08:00
hjc
3a03751fac
rk3036 hdmi: fix rgb2rgb csc error
2014-09-16 09:21:27 +08:00
zwl
8e2e2d49f4
rk312x 86v:dtsi: fix lcdc io have voltage when system suspend
2014-09-15 19:48:54 +08:00
黄涛
616961e8ca
ARM: rockchip: remove unused code
2014-09-15 19:02:03 +08:00
zwl
9d47f07672
rk312x:dts: fix lcdc io have voltage when suspend
2014-09-15 18:13:07 +08:00
zyc
179a335ede
rk312x : cif : cif driver v0.0x1.6
2014-09-15 18:19:44 +08:00
gwl
8da569e3a7
Wifi: add wifi power control configration [keep_wifi_power_on].
2014-09-15 17:09:42 +08:00
heyun
a022323a06
Merge branch 'develop-3.10'
2014-09-15 16:01:05 +08:00
heyun
6cd9311e52
remove rk3126_86v_defconfig
2014-09-15 16:00:22 +08:00
hjc
3d3d816506
rk312x lcdc: update bcsh pash
2014-09-15 15:33:27 +08:00
hjc
8a9f1718ce
rk3036 hdmi: power down hdmi power domain when suspend
2014-09-15 15:33:27 +08:00
hjh
17b353d940
rk3128 box:mmc: fix dts cd-gpio setting
2014-09-15 14:59:41 +08:00
xhh
fdb5231857
86v:电池检测,摄像头的整理修改
2014-09-13 11:22:51 +08:00
xhh
1d65090701
86v:merge change for 86v
2014-09-13 10:57:41 +08:00
Luowei
43bc8d0d39
spi:add spi dts for rk312x
2014-09-12 20:30:01 +08:00
hjc
e0c93ffd0a
rk3036 hdmi: fix hdmi display error when TV power down and power up
2014-09-12 19:16:35 +08:00
lintao
d7b65047d4
mmc: move cap with hs200 to caps
...
Signed-off-by: lintao <lintao@rock-chips.com >
2014-09-12 18:07:07 +08:00