Commit Graph

402178 Commits

Author SHA1 Message Date
zsq
bc190eca53 remove rga driver mmu buf malloc to prevent crash 2014-12-15 17:24:31 +08:00
dalon.zhang
86a0db3527 camera: UVC: fix UVC interrupt and other issues 2014-12-15 16:25:18 +08:00
cl
2adaeb93a1 rk312x: miss the new file rk3126.dtsi&&3128.dtsi for the commit c59e8d086aaf89d0f48351ff7287708b57e5aba1(rk312x: adjust dts relation)
Signed-off-by: cl <cl@rock-chips.com>
2014-12-15 09:09:09 +08:00
chenzhen
ecc6527784 rk, gpu :
source code for device/rockchip/common/gpu/libMali-T760/mali_kbase.ko,
	in branch rk/rk32/mid/5.0/develop,
	commit 1b187041f11b7ca1d6c1490b934f09648f334a19.
2014-12-12 18:08:54 +08:00
cl
c59e8d086a rk312x: adjust dts relation
Signed-off-by: cl <cl@rock-chips.com>
2014-12-12 17:59:56 +08:00
Huang, Tao
037ab54084 ARM: rk: build resource.img with logo_kernel.bmp
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
2014-12-12 12:14:01 +08:00
hjc
c768774b04 rk fb: delete unused message
Signed-off-by: hjc <hjc@rock-chips.com>
2014-12-12 11:58:18 +08:00
zyc
3e986e49cf cif: set CONFIG_RK30_CAMERA_ONEFRAME default as yes in rockchip_defconfig 2014-12-12 11:40:23 +08:00
dkl
94cc30128d clk: rockchip: fix some code style problems in clk-pll.c
Signed-off-by: dkl <dkl@rock-chips.com>
2014-12-12 10:41:50 +08:00
dkl
d52ba29d14 clk: rockchip: fix pll_clk_get_best_set() for rk3188plus type pll
When selecting a best setting for rk3188plus type pll, consider a
larger NO first(means larger VCO freq), and a smaller NR later.

Signed-off-by: dkl <dkl@rock-chips.com>
2014-12-12 10:41:50 +08:00
lyz
d072c6fad2 rk32: disabled ohci in dt 2014-12-12 10:33:02 +08:00
lyz
d63fd641d1 ARM: rockchip: rockchip_defconfig add USB_OHCI_HCD 2014-12-12 10:33:02 +08:00
lyz
e84dbc3a64 rk312x: add support for ehci to all rk312x series 2014-12-12 10:33:02 +08:00
lyz
746e038458 rk32: ehci: work-around for abnormal ohci 2014-12-12 10:33:01 +08:00
lyz
29badc3cbd Revert "USB: Fix EHCI bug if connect with FS or LS device."
This reverts commit f65cb6fc5a.
2014-12-12 10:33:01 +08:00
hjc
4ccf4784af rk fb: box is use NO_DUAL mode,so fb have to disable dsp_black
Signed-off-by: hjc <hjc@rock-chips.com>
2014-12-11 17:04:48 +08:00
Mark Yao
aca8091786 rk_fb: logo: get kernel logo addr from protect memory region
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
2014-12-11 14:09:30 +08:00
CMY
2ce890be5d rk: mem: protect memory region that specified by uboot on kernel booting 2014-12-11 12:59:21 +08:00
CMY
6c7783c2bf rk: ion: cma reserve 640MB at anywhere by default on rk32xx 2014-12-11 12:59:20 +08:00
lintao
eff12e6b2a Revert "mmc: auto-pin when pm call for udbg"
This reverts commit 4ac86774c9.
2014-12-10 17:16:28 +08:00
hjc
38d79c299e rk3288 hdmi: add config for hdmi
Signed-off-by: hjc <hjc@rock-chips.com>
2014-12-10 17:16:07 +08:00
hjc
2cf99697de rk312x lcdc: fix no used function call.
Signed-off-by: hjc <hjc@rock-chips.com>
2014-12-10 16:44:16 +08:00
Luowei
6060b193b9 rk3128-box:update dts according to pm.c 2014-12-10 14:20:28 +08:00
Mark Yao
1fd8baf8c7 rk_fb: rk312x: direct power on lcdc when do fb_unblank
when do fb blank, we diretcly off the lcdc, so I think
we should power on lcdc in pairs.

Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
2014-12-10 09:44:36 +08:00
Luowei
ee58e93212 rk3288:umask dma support for spi 2014-12-10 08:21:14 +08:00
lyz
a9c8b6d090 rk312x: usb: cleanup ohci-rockchip.c and make it support rk312x 2014-12-09 22:25:41 +08:00
lyz
6e9e103d18 rk312x: usb: Skip DWC HOST for rk3126/3128 and usb phy tuning
1.Use EHCI/OHCI for all rk312x series
2.Set Host disconnect trigger point to 600mv, default is 650mv
2014-12-09 22:23:10 +08:00
lyz
23805582e3 phy: backport generic phy framework from kernel-3.18 2014-12-09 20:36:43 +08:00
Luowei
dd1d4beb15 rk3036:add CONFIG_SWITCH again 2014-12-09 18:01:39 +08:00
sugar
ea0122bffa i2s: compatible with rk3126/rk3126b/rk3128.
because i2s controller is different between rk3126 and rk3126b,
but require the same dtb, so add runtime compatible.
2014-12-09 16:29:02 +08:00
hjc
59a94c106e rk312x lcdc: fix vop csc config error 2014-12-08 18:24:42 +08:00
Mark Yao
872aaef89f rk_fb: logo: support display bmp logo from uboot
get bmp file data from bootargs "kernel_logo=xxxxxx", decoder bmp
file to framebuffer.

now support rle 8bit bmp files and 24bit bmp files.

Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
2014-12-08 17:54:59 +08:00
hjc
b9c889d03e rk fb: update fb config done info.
this commit depend on hwc update,
       including the following directory:

       hardware/rk29/hwcomposer_rga/
       hardware/rk29/libgralloc_ump/
       hardware/libhardware/
2014-12-08 17:06:57 +08:00
typ
c9303ae785 RK3126/3126B DDR:fix ddr DQS1 drv set err 2014-12-08 10:56:00 +08:00
sugar
764e56c849 Merge branch 'develop-3.10' of ssh://10.10.10.29/rk/kernel into rk30/box/4.4_r1/develop 2014-12-08 09:44:14 +08:00
sugar
6e500ff492 i2s: compatable with rk3126/rk3126b/rk3128. 2014-12-08 09:40:26 +08:00
sugar
53d3292a72 Revert "rk3126/rk3126b: i2s: use i2s_2ch."
This reverts commit 942d98b30d.
2014-12-08 09:11:51 +08:00
lyz
1bfc7cccc5 usb: cleanup useless struct usb20otg_pdata_id 2014-12-05 19:26:34 +08:00
许盛飞
cd75fbf901 RK3126B: RK3126B delete the EBC
Signed-off-by: 许盛飞 <xsf@rock-chips.com>
2014-12-05 19:05:59 +08:00
li bing
039bc0006d wifi->esp8089: add wifi mac address user-defined function. 2014-12-05 17:41:29 +08:00
sugar
942d98b30d rk3126/rk3126b: i2s: use i2s_2ch. 2014-12-05 14:36:00 +08:00
blb
190da48d20 rk3128 & rk3036 : change the led color when power up and down
Signed-off-by:blb <blb@rockchips.com>
2014-12-05 14:27:30 +08:00
li bing
e1985ec3e3 wifi->esp8089:
ESP8089 driver update to V1.9 (11272014).
     Update the V2.3 esp_prealloc program.

     This update is mainly as follows:
        1.To increase the new MAC address and MAC address customized version of the support;
        2.Enhance the robustness of the code;
        3.The increase of pure drive consistency under Linux and android;
        4.Enhance compatibility of non-standard AP;
        5.Improve the stability of the P2P mode.
2014-12-05 10:44:14 +08:00
hjc
2afa1f900e rk fb: mid not support uboot display hdmi, so wo identify box and mid at switch screen 2014-12-05 08:46:11 +08:00
cl
f0c78e5826 rockchip: avoid change ddr freq before lcd driver is inited
Signed-off-by: cl <cl@rock-chips.com>
2014-12-04 10:12:52 +08:00
cl
968c0c2c56 rk3288: arm pvtm add RK3288_PROCESS_V2
Signed-off-by: cl <cl@rock-chips.com>
2014-12-03 19:54:35 +08:00
Mark Yao
b8cffb14fc rk_fb: sysfs: make use vmap/vunmap in pairs.
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
2014-12-03 15:10:19 +08:00
Mark Yao
2855e146a1 rk_fb: sysfs: add dump_buffer func to fb sysfs
Due to some time we want to know which buffer vop scaning, use "io"
cammand to dump buffer is too complex, so we add a sys node to help
buffer dump.

how to use it:
- echo bin > /sys/class/graphics/fb0/disp_info
  it will create bin file at /data/xxx.bin
- or echo bmp > /sys/class/graphics/fb0/disp_info
  it will create bmp file at /data/xxx.bmp,
  this file is normal bmp file.

Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
2014-12-03 11:40:55 +08:00
Mark Yao
dec12c59c7 ion: export ion handle get/put
use ion handle get/put, we can easyly protect the buffer when we
use it.

Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
2014-12-03 11:40:54 +08:00
Mark Yao
52e5c707fc rk_fb: use front_regs instead of some global variable
front_regs means this config is scaning on the vop devices

Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
2014-12-03 11:40:54 +08:00