Commit Graph

400323 Commits

Author SHA1 Message Date
xjh
745d2a3def MIPI: 1.fixed compile error; 2.support VOP BIG/LIT 2014-07-23 12:44:21 +08:00
陈亮
91191c2a72 ddr_test: use dvfs_clk_set_rate() when change freq
Signed-off-by: 陈亮 <cl@rock-chips.com>
2014-07-21 05:28:39 -07:00
CMY
17beed5e65 rk: cma: attempt to allocate same range memory while cma allocation failure 2014-07-21 18:18:36 +08:00
郭毅
a874c3009d rk32: gmac: better support 1000M 2014-07-21 16:30:46 +08:00
gwl
6d2d02f268 Wifi:RTL8188EU: modify to creat p2p0 interface for wifi direct. 2014-07-21 16:25:25 +08:00
xxm
bac65c4e71 rockchip:midgard:1,keep gpu clock when runtime resume 2,version to 0x07 2014-07-21 15:07:36 +08:00
gwl
3202904257 Wifi:RTL8188EU: fix driver compile warning. version 4.60.WFD. 2014-07-21 15:01:35 +08:00
dalon.zhang
b3ddb5fbbc camsys: v0.0x10.0 2014-07-21 09:56:45 +08:00
xxm
d62934e924 rockchip:midgard:
1.use list_for_each_safe instead of list_for_each ,_list_del may happend in
  interrupt,may cause the unsync operation

2.add msleep(500) in the entry of kbase_release to postpone the operation when app quit

3.version to 0x06
2014-07-21 09:08:15 +08:00
郭毅
ca2a3016b0 rk: dts: default uboot-logo-on 2014-07-18 17:30:29 +08:00
郭毅
3c0b172c05 rk: tb: adjust lowmem/vmalloc area to 496/504 MB 2014-07-18 17:22:31 +08:00
郭毅
124f143d3a rk: ion: enable CMA that placed in highmem zone and default ion 640M 2014-07-18 17:20:48 +08:00
zwl
6269d4f44c rk fb: add support 4k video rotate and cancel map rotate fb 2014-07-18 10:40:59 +08:00
郭毅
6f36aed227 cw201x: shielding unnecessary dev_info 2014-07-18 10:03:20 +08:00
zwl
b9b169334e rk fb: add support yuv format rotate through rga module that used for HDMI 2014-07-17 17:21:05 +08:00
zyc
13fa2b6f68 camsys_drv : v0.f.0 2014-07-17 15:57:16 +08:00
wlf
531563a29f USB: fix dwc_otg hcd desc dma allocate memory with GFP_ATOMIC. 2014-07-16 18:06:43 +08:00
lintao
0fb06128f9 mmc: rk_sdmmc: fix calculation of erase unbusy timeout 2014-07-16 18:00:16 +08:00
wlf
86d84a1a6b USB: fix ep_queue request buf dma map and unmap.
1. For 0 length buf, perform dma map with length 4
   to avoid kernel stack dump occurred.
2. Do dma unmap before req->complete to avoid dma
   addr reused after unmapped.
2014-07-16 14:13:57 +08:00
wlf
6d10fa81b3 USB: fix otg pcd DMA allocate memory with GFP_ATOMIC.
In dwc_otg_pcd_ep_queue, allocate DMA memory for
align buf. Because dwc_otg_pcd_ep_queue can be
called in irq, so it must be used GFP_ATOMIC to
avoid sleep in irq.
2014-07-16 14:09:10 +08:00
hcy
dfdb9c2af8 ddr_rk32.c: fix ddr change freq deidle bug 2014-07-15 18:24:27 +08:00
郭毅
da7a0f21ea rk3288: act8846: modify sd init voltage 2014-07-14 13:51:58 +08:00
lintao
541c41ff1d mmc: fix drv_e for sd in ultraHS sw 2014-07-14 11:43:27 +08:00
张晴
d8737bae4d rk3288:act8846:modify sd init voltage 2014-07-14 10:50:18 +08:00
郭毅
782e6a55c3 dts: add uboot-logo-on 2014-07-11 18:24:02 +08:00
郭毅
bfe4d39941 dts: fix no vmmc regulator found 2014-07-11 18:14:45 +08:00
CMY
e2d17b6af4 rk: mm: CMA memory busy error may have a variety of reasons, in the larger one is:
the pages being used in the system come from CMA, and now need recycling
them for new CMA allocation, it need to allocate a new page for storing data
that will be reclaim CMA's pages, but new page may also be come from CMA memory
when memory allocate fall back to MIGRATE_CMA freelist.

Now we protect the CMA's pages in the memory fallback allocate

[ 1637.058550] alloc_contig_range test_pages_isolated(431a0, 431c0) failed
2014-07-11 15:17:00 +08:00
黄涛
2e5c136b16 ARM: rockchip: ddr_test: fix compilation warning 2014-07-10 20:50:59 +08:00
lintao
00cb3fa786 mmc: update dev_e to default 8ma 2014-07-10 11:33:34 +08:00
郭毅
77040e121b tb_8846 : default support mpu6050 for sdk_v2.0 2014-07-10 10:47:51 +08:00
陈亮
3418d6a86e remove reboot_config_done flag, do not close ddrfreq thread after reboot notify, because that may cause ddrfreq_system_status_notifier_call block forever
Signed-off-by: 陈亮 <cl@rock-chips.com>
2014-07-09 04:31:07 -07:00
lintao
bfc40850c4 mmc: support drv_e and sr modify 2014-07-09 18:09:20 +08:00
张晴
5ef7714bb4 rk3288:tsadc:slove pull down power_hold when power on 2014-07-09 15:16:58 +08:00
lyz
c7ec4ec5a3 usb: update soft reset
1.add rst_flag to distinguish different reset cases
2.use new reset framework APIs
2014-07-09 10:52:49 +08:00
xxm
a972d04f65 rockchip:midgard:1,keep processing if fence NULL 2,version to 0x05 2014-07-08 10:54:48 +08:00
qjb
68bef378c7 rk616 codec : remove call function rk616_codec_power_up after
kfree rk616_priv.
2014-07-08 10:19:18 +08:00
dkl
b83cf632f3 rockchip: dvfs: switch regulator mode dynamically as rate changes 2014-07-07 20:13:24 +08:00
张晴
1c98e529c1 rk3288:pmic:sdk:support new pmic hardware 2014-07-07 18:07:25 +08:00
lintao
00b34deba4 mmc: host: rk_sdmmc: prepare for next Soc(s)
fix edma slave config phy regs
2014-07-07 16:43:00 +08:00
qjb
cbf97455c2 rk616 codec: fixed rk616 codec shutdown function null pointer 2014-07-07 15:58:53 +08:00
zsq
d061f9c4b7 fix rga1/rga2 mem leak when create mmu table use user malloc buf 2014-07-06 15:34:26 +08:00
陈亮
636a601b70 set screen status before and after ddr change freq
Signed-off-by: 陈亮 <cl@rock-chips.com>
2014-07-04 02:13:25 -07:00
黄涛
06b2951ab6 scripts/checkpatch.pl: update to b43ae21bd1 and enable strict default 2014-07-04 13:00:14 +08:00
陈亮
7f889b4697 change ddrfreq directly in ddr_init() since lcdc is not init
Signed-off-by: 陈亮 <cl@rock-chips.com>
2014-07-03 20:58:01 -07:00
zwl
0e6a39bfec rk screen: add the judgement if the variable rk_screen is null pointer 2014-07-04 09:29:04 +08:00
zwl
d35a4f57fe rk616 hdmi: coding reorganize for 3.10 and clean up unused code 2014-07-03 16:44:04 +08:00
郭毅
b636373463 tb_8846: dts : fix gpu voltage 2014-07-03 10:44:34 +08:00
yxj
ecbd6247bc default disabled lcdc iommu in dts 2014-07-03 09:13:07 +08:00
黄涛
9d37e0c05b reset: rockchip: fix compilation warning 2014-07-02 19:58:15 +08:00
dkl
3207637c8d rockchip: add reset-rockchip driver to support Generic Reset Controller framework 2014-07-02 19:30:37 +08:00