Commit Graph

398075 Commits

Author SHA1 Message Date
lintao
b318eb44dc mmc: core: export sysmbol "mmc_host_rescan"
We find some SDIO devices(especially Wi-Fi) need to triger software
rescan flow instead of hardware interrupt routine comfirmed by MMC spec.
Pls refer to the comments ahead of function for detailed.
2014-03-18 09:43:18 +08:00
zwl
0f3aeb151f HDMI: modify rk3288 hdmi phy config and add 4kx2k timing 2014-03-17 21:17:00 +08:00
hjc
be2bbb4396 rk3288 lcdc:
1.fix x_mirror and y_mirror init error;
	2.post config default set at loader screen;
2014-03-17 20:42:14 +08:00
hjc
c762bc5310 modify rk3288.dtsi rk3288-tb.dts rk3188-tb.dts 2014-03-17 20:42:14 +08:00
黄涛
7ed7f0ae15 ARM: rockchip: fix some build error when some configs no selected 2014-03-17 19:41:59 +08:00
黄涛
559c32a3cd rk: FIQ_DEBUGGER_CONSOLE depends on TTY 2014-03-17 19:41:59 +08:00
luowei
58c3a833a1 pinctrl:add vol_domain and iomux operation for RK3288 2014-03-17 19:35:11 +08:00
luowei
a5a2764a00 fix sdmmc building error 2014-03-17 19:33:19 +08:00
黄涛
88f776ec31 ARM: rockchip: rk3288 support save/restore QOS when power domain on/off 2014-03-17 18:51:44 +08:00
dkl
d49906c58a clk: rockchip: fix rk_dump_cru func 2014-03-17 18:10:49 +08:00
xbw
73dd2b8bf5 SDMMC: delete the unuse aliases 2014-03-17 17:55:48 +08:00
xbw
29466f86ce SDMMC: to support rk3288 2014-03-17 17:30:43 +08:00
xbw
3d9b15007a SDMMC: use aliases of sdmmc in rk3188-tb.dts file. 2014-03-17 17:29:41 +08:00
dkl
e68011dfc4 clk: rockchip: add clocks_init in rk3288.dtsi 2014-03-17 16:59:32 +08:00
陈亮
3ec43ed936 rk3188 : disable ddr freq && disable nand suspend && disable power onoff pll for sleep err 2014-03-17 01:55:06 -07:00
lyz
6e190ace0c usb: add usb charger detect to rk3188 2014-03-17 16:31:36 +08:00
lyz
26585a4e47 usb: add battery charger detect regs to rk3288.dtsi 2014-03-17 16:31:36 +08:00
wlf
25c0ceb373 USB: rename RK3288 interrupt-names bvalid to otg_bvalid. 2014-03-17 16:31:18 +08:00
黄涛
ca7481d837 ARM: rockchip: rk3288 support msch setup 2014-03-17 16:01:35 +08:00
dkl
ede940a18b clk: rockchip: fix aclk_peri,aclk_cpu in RK3188 2014-03-17 14:38:26 +08:00
张晴
3d0820f5a9 linux3.10:pwm:renamed rk30/rk29-pwm-regulator to rockchip-pwm-regulator 2014-03-17 11:39:27 +08:00
张晴
44931817e5 linux3.10:pwm:modify config rk30_PWM_RERGULATOR to ROCKCHIP_PWM_REGULATOR 2014-03-17 11:11:08 +08:00
张晴
63b8874120 rk3288:pmic&pwm:set defult voltage 2014-03-17 10:31:10 +08:00
xxm
ca55a92fcb support rockcihp iommu 2014-03-17 10:18:13 +08:00
xbw
af1d0c8386 SDMMC: Deleted file will no longer be used 2014-03-17 09:45:52 +08:00
xbw
f777cff238 SDMMC: separate the board-definition from platform-definition 2014-03-17 09:36:45 +08:00
dkl
d11c496731 clk: rockchip: add rk3288-clocks.dtsi 2014-03-16 12:09:58 +08:00
hjc
a69269a3b9 defconfig: rockchip_defconfig default suport rk3288 lcdc 2014-03-15 18:31:00 +08:00
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