黄涛
d78fbdeefb
iio: rockchip_adc: dynamically control clk
2014-10-28 16:31:51 +08:00
黄涛
fd4605611e
i2c: rockchip: dynamically control clk
2014-10-28 16:31:50 +08:00
黄涛
da8f8281e9
hwmon: rockchip_tsadc: dynamically control pclk
2014-10-28 16:31:50 +08:00
CMY
1d2449231f
rk: ion: add buffer mmap/munmap trace
2014-10-28 16:17:57 +08:00
smj
028772b4ef
audio : fix usb audio no sound problem.
2014-10-28 14:56:41 +08:00
lintao
bcc506fddc
mmc: remove useless pcl to udbg when routine card from mmc bus probe.
...
When kernel booting for the first time, pcl may cause incorrect
state for bus timing which cause detect failure from bus porbe, and been
recoginzed well from driver probe. Check cd state, and avoid this action.
.
[ 5.112563] dwmmc_rockchip 10214000.rksdmmc: data_over interrupt timeout!
[ 5.112704] mmc1: error -84 whilst initialising SD card
...
[ 5.201691] mmc1: new high speed SDHC card at address 0007
[ 5.202583] mmcblk1: mmc1:0007 SD32G 29.3 GiB
Tested-and-acked-by: heyun <heyun@rock-chips.com >
Signed-off-by: lintao <lintao@rock-chips.com >
2014-10-28 11:19:58 +08:00
lintao
627a759e99
mmc: only stop edmac if slot state really changed
...
This commit follow up with 27dc823e , avoid unnecessary emdac operation
in routine card of bh.
Signed-off-by: lintao <lintao@rock-chips.com >
2014-10-28 11:15:45 +08:00
黄涛
84a54e9455
ARM: rockchip: cpu.c support export cpu version
2014-10-27 18:39:50 +08:00
zyc
45e2c3ff28
camera : enable UVC camera configs as default.
2014-10-27 16:08:07 +08:00
lyz
8d46b245f0
usb: dwc_otg: in some low-memory cases BURST_INCR16 mode will cause kernel crash
2014-10-27 14:49:38 +08:00
Simon
c51da44f80
rk3036: gpu: build gpu as module
2014-10-27 09:41:27 +08:00
张晴
84ea977bab
rk:pmic:rk808&rk818:modify some warning
2014-10-24 15:35:01 +08:00
chenyifu
ec398d2915
rk312x mipi: enable the non-continued function for mipi
2014-10-24 10:49:45 +08:00
张晴
1e21786ded
rk312x:clk:support clk_cif set 24M
2014-10-24 09:09:26 +08:00
heyun
74d4c03dbd
rk312x-dts: disable gmac
2014-10-24 08:43:22 +08:00
zwl
bd43993a19
rk312x: lcdc:
...
* add update dclk freq when uboot-logo-on is set
Signed-off-by: zwl <zwl@rock-chips.com >
2014-10-23 18:11:31 +08:00
张晴
ef343c530a
rk312x:rt5036:support power off when charge
2014-10-23 16:59:08 +08:00
郭毅
0538b17e15
rk3288: tb.dts: default disable gmac.
2014-10-23 16:17:31 +08:00
heyun
42fb8708c5
rk312x dts: disable ethernet
2014-10-23 10:07:40 +08:00
Zheng Yang
4bd2dd439b
fb:box:
...
When vop suspend, no need to check register value.
2014-10-23 08:53:49 +08:00
lintao
218243389f
mmc: Hynix 4.41 iNAND no trim quirk patch from mediatek
2014-10-22 14:59:32 +08:00
zwl
276fd65b18
rk3288: lcdc:
...
* fix the register value of BCSH is different of the value configed at uboot
Signed-off-by: zwl <zwl@rock-chips.com >
2014-10-22 10:20:14 +08:00
lintao
775d7173a0
mmc: v2: fix wrong mszs calculation for edmac.
...
Change log v2: update logical operation for FIFOTH
2014-10-22 08:15:26 +08:00
zwl
be4d73a133
rk312x:lcdc:
...
* fix screen flash when suspend like at charge ui init or pcba ui init
* set uboot logo on as open at dst node
Signed-off-by: zwl <zwl@rock-chips.com >
2014-10-21 18:50:48 +08:00
Zheng Yang
f92fcd1ceb
fb:
...
Define dts node disp-policy vale:
DISPLAY_POLICY_SDK
DISPLAY_POLICY_BOX
2014-10-21 17:31:57 +08:00
Zheng Yang
5049e0b3c7
hdmi:
...
Temporary diable YUV output. For some sink may not recognize
yuv format correctly, then picture will mask a pink layer.
Especially monitor device.
2014-10-21 16:58:42 +08:00
smj
7c5480f338
rk3036: set clk_core to 1.2GHZ and clk_gpu to 400MHZ
2014-10-21 16:53:10 +08:00
lintao
82c75e15b3
mmc: fix wrong mszs calculation for edmac.
...
Internal dmac set mszs from 0 ~ 7, means {1, 4, 8, 16,
32, 64, 128, 256} respectively. But mszs is difference from another
if it's edmac been used indeed.External dmac limit it from 0 ~ 16
, and we select mszs from FIFOTH calculated before to lookup table
in order to find mszs fitable for edmac.
Signed-off-by: lintao <lintao@rock-chips.com >
Tested-and-acked-by: lw <lw@rock-chips.com >
2014-10-21 15:14:13 +08:00
lintao
fd9bcea1b3
Revert "mmc: lookup mszs for edmac, diff M base from idmac"
...
This reverts commit 006e7b478d .
2014-10-21 14:56:50 +08:00
Zheng Yang
4c39d9819a
rk3036/rk312x lcdc:
...
1. Disable some unused code.
2. Fix actived layer status error when enable alpha mode.
3. We need to update layer status in config_done when use
RK_FBIOSET_CONFIG_DONE ioctl.
2014-10-21 14:37:40 +08:00
Zheng Yang
08afd8301c
fb:
...
Add disp-policy in dts and disp_policy in struct rk_fb
to distinguish box and sdk display policy.
2014-10-21 14:37:09 +08:00
lintao
006e7b478d
mmc: lookup mszs for edmac, diff M base from idmac
2014-10-21 13:01:55 +08:00
li bing
605cd43d6e
Wifi: close the rtl8189es's debug log.
2014-10-21 10:29:07 +08:00
cz
6d21fcd2b8
ethernet:vmac: enable vmac in rockchip_defconfig for rk3036
2014-10-20 16:13:18 +08:00
Zheng Yang
677fb3a188
rk3036 hdmi:
...
Add 20ms delay between irq and work thread to make
sure hdmi connection status stable.
2014-10-20 14:22:09 +08:00
li bing
6a9212e025
rk3036:
...
1.add uart0 & bluetooth.
2.add 'wifi_chip_type' note.
rk3128:
2.add 'wifi_chip_type' note.
2014-10-20 11:47:20 +08:00
li bing
cfaf65aa4c
wifi->esp8089: update driver ver 1.8:
...
1.Repair the coexistence of bluetooth module (unused coexistence agreement possible WIFI does not work).
2.increasing the compatibility of kernel3.10.
3.strengthen SoftAP and P2P GO the performance of the model.
2014-10-20 11:47:20 +08:00
zwl
07af23d4ff
rk fb: fix get fb info addr error if at fb0-win1 map when close fb
2014-10-20 10:53:39 +08:00
Zheng Yang
193c997f24
rockchip_defconfig: support rk3036 lcdc.
2014-10-20 10:31:18 +08:00
smj
08c88ce881
rk3036 : add the rk3036 sound config to rochchip_defconfig
2014-10-20 10:27:58 +08:00
zsq
e1f05bb15b
fix rga2 dst yuv offset addr generate error
2014-10-20 08:26:32 +08:00
zwl
f12ffabfe5
rk312x:lcdc: the temporary solution for fix charge display flash
2014-10-17 16:40:25 +08:00
smj
3c698b104f
rk312x box: enable gpio_poweroff driver
2014-10-17 15:59:04 +08:00
Luowei
37ac53e786
spi:improve spi dma burst
2014-10-17 11:26:01 +08:00
zwl
a56dbc9050
rk fb:
...
* fix get share dma buf fd failed when stop and start system
Signed-off-by: zwl <zwl@rock-chips.com >
2014-10-17 11:05:48 +08:00
许盛飞
12bd489d4d
chargedisplay: add for adc-battery-driver
...
Signed-off-by: 许盛飞 <xsf@rock-chips.com >
2014-10-17 10:36:52 +08:00
hhb
8d0ba95c94
DMA:pl330: add burst length config
2014-10-17 09:17:41 +08:00
Zheng Yang
3803d1d08e
rk3036/rk3128 tve: fix compile error.
2014-10-17 08:52:40 +08:00
Zheng Yang
2b6423cecf
rk312x_lcdc.c
...
1. Fix code style.
2. We need to stanby vop when reconfigure vop output timing.
3. Disabling win0 instead of stanby vop when enable iommu at
uboot logo mode.
2014-10-16 17:42:33 +08:00
Zheng Yang
8999042cef
rk3036/rk312x hdmi:
...
We need to check hdmi connect status in probe hdmi. If hdmi is
enable in uboot, and is removed before kernel, we will power
down hdmi, and set it as disconnected.
2014-10-16 17:42:09 +08:00