hjc
7f782836ee
rk3288 lcdc:
...
1.add suspend and resume func;
2.add x and y mirror func;
3.rename some unresonable define.
2014-03-15 18:31:00 +08:00
zwl
0f09a89f1a
HDMI: rk3288 hdmi modify video and audio config
2014-03-15 18:12:44 +08:00
xbw
59861ed4ca
SDMMC: Add the judgment on soc differences between rk3188 and rk32XX
2014-03-15 17:37:14 +08:00
hjc
08fc9954b2
rk3288 lcdc: add support vop mmu
2014-03-15 14:47:59 +08:00
hjc
da75b04195
fix rk3288 pinctrl compile error
2014-03-15 14:37:03 +08:00
xbw
4e7459ad9a
SDMMC: close the debug log. continue with commit-0ae1a062d
2014-03-15 10:45:24 +08:00
xbw
0ae1a062d7
SDMMC: printk independently the each information of individual controller
2014-03-14 20:59:47 +08:00
luowei
181391482c
pinctrl:divide address of pinctrl dts
2014-03-14 19:30:06 +08:00
Yonghua Zheng
31ce81ee05
HID: hidraw: Add spinlock in struct hidraw to protect list
...
It is unsafe to call list_for_each_entry in hidraw_report_event to
traverse each hidraw_list node without a lock protection, the list
could be modified if someone calls hidraw_release and list_del to
remove itself from the list, this can cause hidraw_report_event
to touch a deleted list struct and panic.
To prevent this, introduce a spinlock in struct hidraw to protect
list from concurrent access.
Signed-off-by: Yonghua Zheng <younghua.zheng@gmail.com >
Signed-off-by: Jiri Kosina <jkosina@suse.cz >
2014-03-14 18:21:18 +08:00
lyz
41d7b1d4eb
usb: remove usbless file
2014-03-14 18:18:09 +08:00
lyz
571039326c
usb: add rk32 usb charger detect
2014-03-14 18:16:14 +08:00
lyz
2b18e76ad5
rk3188&rk3288: usb: add otg detect irq handlers
2014-03-14 18:16:14 +08:00
lyz
6e1971dedf
usb-uart: add support 3188&3288 kernel-3.10
2014-03-14 18:16:14 +08:00
张晴
da24722d49
linux3.10:pwm:support pwm set voltage by regulator
2014-03-14 18:14:56 +08:00
wlf
1564221002
USB: fix qtd->qh poison overwritten.
2014-03-14 17:42:25 +08:00
CMY
98ad00141c
rk: ion: support cache ops for CMA heap
2014-03-14 17:42:46 +08:00
wlf
020b6905ac
USB: delete unused mdelay in probe funciton to reduce initialization time
2014-03-14 17:27:28 +08:00
yxj
dde191432c
rk fb:fix pwr_ctr_parse_dt
2014-03-14 17:10:22 +08:00
xbw
60dd287519
SDMMC:
...
1.Optimizing operational processes SDMMC.
2.Eliminate the normal error message.
2014-03-14 16:30:48 +08:00
yxj
589800e744
modify rk3288.dtsi rk3288-tb.dts for display subsystem
2014-03-14 15:43:42 +08:00
zyk
c74dacd186
ARM: rockchip: update rk3288-tb.dts
2014-03-14 15:06:14 +08:00
黄涛
2ffc019736
ARM: rockchip: rk3288-fpga.dts no include rk3288.dtsi
2014-03-14 12:57:02 +08:00
黄涛
75de53ca29
ARM: rockchip: add rk3288-tb.dts
2014-03-14 11:36:57 +08:00
黄涛
e754cb4fe9
ARM: rockchip: rk3188: rk3188.dtsi include more common files
2014-03-14 11:16:41 +08:00
yxj
964cbd4c33
move screen power control to board dts,because it's board specifc
2014-03-14 10:17:45 +08:00
黄涛
faf6420fc6
rk: add resource_tool, upstream commit 63eb39a
2014-03-14 10:19:06 +08:00
zsq
f4b9b8d34c
fix rga DMA buf ref error
2014-03-14 09:43:25 +08:00
lintao
1b360afa71
mmc: core: If controller drv had not registed shutdown callback,
...
mmc_bus_shutdown SHOULD NOT fall throught it
We find kernel panic when rebooting system for nandflash based machine
[ 105.821908] PC is at mmc_bus_shutdown+0xc/0x18
[ 105.826376] LR is at device_shutdown+0x114/0x174
[ 105.831015] pc : [<c03e1818>] lr : [<c02c94a0>] psr: 600f0013
[ 105.831015] sp : cf0d9e58 ip : 00000000 fp : 00036864
[ 105.842499] r10: cdd888fc r9 : cf0d8000 r8 : c09e001c
[ 105.847738] r7 : c0f9edd4 r6 : cdd8f1c8 r5 : cdd888c8 r4 : cdd888d4
[ 105.854275] r3 : 00000000 r2 : 00000001 r1 : 00000002 r0 : cdd888c0
[ 105.860815] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
[ 105.867963] Control: 10c53c7d Table: 6df9004a DAC: 00000015
.....
[ 106.799170] [<c03e1818>] (mmc_bus_shutdown+0xc/0x18) from [<c02c94a0>] (device_shutdown+0x114/0x174)
[ 106.808341] [<c02c94a0>] (device_shutdown+0x114/0x174) from [<c003ec10>] (kernel_restart+0xc/0x50)
[ 106.817331] [<c003ec10>] (kernel_restart+0xc/0x50) from [<c003edbc>] (SyS_reboot+0x160/0x1dc)
[ 106.825891] [<c003edbc>] (SyS_reboot+0x160/0x1dc) from [<c000da80>] (ret_fast_syscall+0x0/0x48)
2014-03-14 09:26:54 +08:00
黄涛
860361510b
rk: support make resource.img
2014-03-14 09:13:56 +08:00
zsq
60a0eae175
fix rga support DMA buf error
2014-03-14 09:01:50 +08:00
gwl
668a1834bb
BT: add rts control.
2014-03-13 21:04:59 +08:00
luowei
ec30763386
fix pinctrl bug for voltage domain setting
2014-03-13 20:43:28 +08:00
CMY
a4fb00aeb7
rk: ion: resive build error if CONFIG_CMA is disable
2014-03-13 19:52:25 +08:00
yxj
7dc5a16af7
Revert "lvds: add rk319x lvds"
...
This reverts commit 46f66629d7 .
Conflicts:
drivers/video/rockchip/transmitter/Kconfig
drivers/video/rockchip/transmitter/Makefile
2014-03-13 11:29:55 +08:00
yxj
c20c4273e7
update rk3188/rk3288 dts
2014-03-13 11:27:53 +08:00
yxj
8e77c53250
rk transmitter: dp anx6345、dp rk32、lvds rk32 implement rk_fb_trsm_ops interface
2014-03-13 11:27:53 +08:00
yxj
9a27f048b4
rk fb: add rk_fb_trsm_ops
2014-03-13 11:27:52 +08:00
yxj
32ed2d02a4
clean up rk screen
2014-03-13 11:27:52 +08:00
yxj
ab0278229a
rk3188 lcdc: early suspend/resume in blank
2014-03-13 11:27:52 +08:00
yxj
93323021f5
add rk32 lvds support
2014-03-13 11:27:52 +08:00
yxj
767ca5abee
rk32 edp:remove unused code
2014-03-13 11:27:51 +08:00
ZHW
46f66629d7
lvds: add rk319x lvds
2014-03-13 11:27:51 +08:00
xxx
b992ababc8
rk3188 pm support
2014-03-13 15:24:12 +08:00
xxx
b5c82dc4f5
add pm support
2014-03-13 15:20:26 +08:00
dkl
1fe0958ebe
clk: rk: add CLK_PLL_3288_APLL type support
2014-03-13 11:36:19 +08:00
CMY
8ccb043f60
rk: ion: rk3288/fpga reserve cma memory for ion from dts
2014-03-13 11:23:34 +08:00
dkl
6e533f3628
clk: rk: add rk3188plus pll support
2014-03-13 11:04:37 +08:00
dkl
8a6caaaffd
clk: rk: modify clk_pll, using pll_flags instead of pll_id
2014-03-13 10:45:29 +08:00
hjc
2de70357e3
rk3288 lcdc: fix suspend and resume deadluck
2014-03-13 10:02:19 +08:00
黄涛
9983901d21
Merge tag 'lsk-android-14.02' into develop-3.10
...
lsk 14.02 Android release
2014-03-12 21:33:38 +08:00