Re: linux-next: build failures after merge of the drm tree

2014-08-05 Thread YoungJun Cho
compatible = "samsung,exynos5410-mipi-dsi"; reg = <0x1450 0x1>; interrupts = <0 82 0>; - samsung,power-domain = <_pd>; phys = <_phy 1>; phy-names = "dsim";

Re: linux-next: build failures after merge of the drm tree

2014-08-05 Thread YoungJun Cho
; interrupts = 0 82 0; - samsung,power-domain = disp_pd; phys = mipi_phy 1; phy-names = dsim; clocks = clock CLK_DSIM1, clock CLK_SCLK_MIPI1; Tested-by: YoungJun Cho yj44@samsung.com Thank you. Best regards YJ -- To unsubscribe from

[PATCH] ARM: dma-mapping: Get pages if the cpu_addr is out of atomic_pool

2013-06-16 Thread YoungJun Cho
In __iommu_get_pages(), the cpu_addr is checked wheather in atomic_pool range or not. So if the cpu_addr is in atomic_pool range, it does not need to check twice. Signed-off-by: YoungJun Cho Signed-off-by: Kyungmin Park --- arch/arm/mm/dma-mapping.c | 11 ++- 1 files changed, 6

[PATCH] ARM: dma-mapping: Get pages if the cpu_addr is out of atomic_pool

2013-06-16 Thread YoungJun Cho
In __iommu_get_pages(), the cpu_addr is checked wheather in atomic_pool range or not. So if the cpu_addr is in atomic_pool range, it does not need to check twice. Signed-off-by: YoungJun Cho yj44@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mm/dma-mapping.c