Commit Graph

61176 Commits

Author SHA1 Message Date
Huang, Tao
08b84034cc ARM: rockchip: rk3126b: add initial support 2014-11-21 14:01:21 +08:00
lintao
92469f0f90 mmc: capture dpm notify and avoid conflict scan flow
Signed-off-by: lintao <lintao@rock-chips.com>
2014-11-17 11:36:45 +08:00
zyc
5c2e792bff camsys_drv: v0.0x18.0 camsys_head: v0.0xa.0 2014-11-10 11:45:56 +08:00
Zheng Yang
218be25fc5 hdmi & fb:
For box, we need to set hdmi switch state when insert/remove,
        regardless of whether the device supports audio. So add function
        rk_fb_get_display_policy() to get display policy.
2014-11-07 18:01:48 +08:00
zwl
44716efd92 rk fb:
* add support the regulator type of power control for lcd
	Signed-off-by: zwl <zwl@rock-chips.com>
2014-11-05 20:24:09 +08:00
cl
82b4c9d85b dvfs: add leakage adjust volt support
Signed-off-by: cl <cl@rock-chips.com>
2014-11-05 17:08:12 +08:00
sugar
e5f7f9c1e0 Audio: add 192k samplerate support. 2014-11-05 13:25:47 +08:00
cl
2bee4db6a5 dvfs: add pvtm support
Signed-off-by: cl <cl@rock-chips.com>
2014-11-05 10:00:28 +08:00
许盛飞
7dd68f0d2b adc-battery: add the function of auto-calibration the reference-voltage
Signed-off-by: 许盛飞 <xsf@rock-chips.com>
2014-11-03 10:05:29 +08:00
hjc
45166c7028 rk312x lcdc: kernel bcsh selete depend on uboot config 2014-10-31 16:49:19 +08:00
lintao
218243389f mmc: Hynix 4.41 iNAND no trim quirk patch from mediatek 2014-10-22 14:59:32 +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
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
Cai Zhiyong
d4900b6d2b block: support embedded device command line partition
Read block device partition table from command line.  The partition used
for fixed block device (eMMC) embedded device.  It is no MBR, save
storage space.  Bootloader can be easily accessed by absolute address of
data on the block device.  Users can easily change the partition.

This code reference MTD partition, source "drivers/mtd/cmdlinepart.c"
About the partition verbose reference
"Documentation/block/cmdline-partition.txt"

[akpm@linux-foundation.org: fix printk text]
[yongjun_wei@trendmicro.com.cn: fix error return code in parse_parts()]
Signed-off-by: Cai Zhiyong <caizhiyong@huawei.com>
Cc: Karel Zak <kzak@redhat.com>
Cc: "Wanglin (Albert)" <albert.wanglin@huawei.com>
Cc: Marius Groeger <mag@sysgo.de>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Brian Norris <computersforpeace@gmail.com>
Cc: Artem Bityutskiy <dedekind@infradead.org>
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Conflicts:
	block/partitions/Kconfig
	block/partitions/Makefile
	block/partitions/check.c
2014-10-16 12:41:23 +08:00
zwl
81f254ee04 rk fb: add rk_fb_par data struct to store more fb info 2014-10-16 10:02:57 +08:00
CMY
f0ab5f44c0 rk: ion: add drm heap for secure buffer allocation 2014-10-15 15:31:17 +08:00
lintao
47f217c4ea mmc: Support sdmmc/uart_dbg auto switch
Add pinctrl-names "udbg" in sdmmc blob, and drivers auto
switch io useage by card-detect tasklet routine. Only audi series need
it indeed now and ever.

Signed-off-by: lintao <lintao@rock-chips.com>
Acked-by: lw <lw@rock-chips.com>
Cc: phc <phc@rock-chips.com>
2014-10-10 09:56:24 +08:00
hjc
a5c44520bb rk fb: fix change ddr freq lead to system panic when uboot display logo 2014-10-09 17:03:58 +08:00
张晴
5dc17820ab rk312x:pmic:rt5036:updata drivers to 1.0.9;support hdmi connect to VMID 2014-10-09 14:42:36 +08:00
huang zhibao
bc0654474f kernel:input:ir, fix start kernel oops and move spaces 2014-10-09 10:29:12 +08:00
huang zhibao
552ead47b6 Merge branch 'develop-3.10' of ssh://10.10.10.29/rk/kernel into develop-3.10 2014-10-08 17:38:14 +08:00
huang zhibao
035efe383e kernel:input: remotectl remove ir key struct to dts and handle ir irq not on cpu0 2014-10-08 17:37:41 +08:00
zwl
32827dae2b rk312x lcdc: scaler function for one lcdc dual display is ok 2014-10-08 16:56:06 +08:00
wdc
180b9112e8 rk3036: votalge adjust changed to pwm regelator when suspend 2014-09-25 13:35:53 +08:00
hjc
d1c8b6180a rk hdmi: add node to get TV audio&video info 2014-09-22 11:13:42 +08:00
lintao
1c912e0e91 mmc: add atomic operation for register 2014-09-22 10:17:20 +08:00
lintao
d9a820a163 mmc: schedule out rescan flow for confilicting with ehci reset
Signed-off-by: lintao <lintao@rock-chips.com>
2014-09-20 16:59:44 +08:00
zwl
d2a3adf0f9 rk fb: fix primary screen display flicker at the moment of hdmi insert 2014-09-18 19:52:13 +08:00
陈亮
eb7e8235cf rk312x: correct clk_ddr rate
Signed-off-by: 陈亮 <cl@rock-chips.com>
2014-09-18 02:33:31 -07:00
ddl
51b573ba61 camsys_drv: v0.0x15.0 camsys_head: v0.9.0 2014-09-18 09:57:37 +08: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
gwl
8da569e3a7 Wifi: add wifi power control configration [keep_wifi_power_on]. 2014-09-15 17:09:42 +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
gwl
02bdd1af26 WiFi: add rtl8189es/etv support, Optimization wifi configuration. 2014-09-12 14:19:41 +08:00
许盛飞
e19bdc2a7a adc-battery: add adc-battery
Signed-off-by: 许盛飞 <xsf@rock-chips.com>
2014-09-11 19:13:57 +08:00
张晴
1142cc6021 rk312x:pmic:rt5036:support pmic rt5036 drivers 2014-09-11 14:28:23 +08:00
hjc
d4834e8084 rk312x lcdc:
VOP not support pre-alpha when overlay at YUV domain,
	so we set VOP overlay at RGB domain.
	If open BCSH and output_color is RGB,must open R2Y&Y2R,
	if output_color is YUV,must open R2Y.
2014-09-11 11:36:57 +08:00
hjc
6e59d64faa rk fb:add ioctl for hwc addr 2014-09-11 11:36:57 +08:00
许盛飞
0777fe09d6 rk312x: set suspend voltage(arm and logic) 1050mV
Signed-off-by: 许盛飞 <xsf@rock-chips.com>
2014-09-11 11:26:10 +08:00
wdc
68cc19cc29 rk3036: dpll, sram and ddr self refresh 2014-09-10 18:10:18 +08:00
lintao
1040978412 mmc: fix wrong physical partition definition
eMMC card can support up to 7 partitions, including 2 boot,
1 RPMB and 4 GPs. But MMC_NUM_PHY_PARTITION is defined to
6 so we should fix it to 7.
2014-09-09 10:23:35 +08:00
lintao
3936e240c2 mmc: Support tSD or SD booting OS.
In case of tSD board or SD booting project, BSP engineers could
only add "supports-tSD" into emmc_of_node claim. Refer to arch/arm/boot/dts/rk3288-tb.dts
2014-09-04 16:11:05 +08:00
hjc
9e5568c68a rk312x lcdc: add support hwc layer 2014-09-03 19:07:15 +08:00
yxj
5d262198bb rk3288 lcdc: add dsp_lut adjust support 2014-09-03 18:16:40 +08:00
许盛飞
d57410b3fc rk3126suspend: arm continuous power-supply in suspend
Signed-off-by: 许盛飞 <xsf@rock-chips.com>
2014-09-01 21:39:10 +08:00
张晴
7d6f3bb0e4 rk312x:rt5025:updata rt5025 drivers to 1.1.1_R 2014-09-01 16:41:07 +08:00
黄涛
a6a8e75f86 ARM: rockchip: rk3288 better support eFuse init 2014-08-29 19:14:58 +08:00
黄涛
2d381b23fd ARM: rockchip: fix common.h checkpatch warning 2014-08-29 19:14:57 +08:00