Re: [PATCH 1/4] ARM: EXYNOS: Fix definitions of S5P_ARM_CORE_* registers

2014-04-19 Thread Chanwoo Choi
Hi Tomasz, On Fri, Apr 18, 2014 at 11:42 PM, Tomasz Figa t.f...@samsung.com wrote: On SoCs with more than 2 cores there are more than 2 S5P_ARM_CORE_* registers that can be addressed with fixed stride of 0x80. This patch renames the definitions of S5P_ARM_CORE1_* registers to be S5P_ARM_CORE_*

Re: [PATCH 1/4] ARM: EXYNOS: Fix definitions of S5P_ARM_CORE_* registers

2014-04-19 Thread Tomasz Figa
Hi Chanwoo, On 19.04.2014 09:47, Chanwoo Choi wrote: Hi Tomasz, On Fri, Apr 18, 2014 at 11:42 PM, Tomasz Figa t.f...@samsung.com wrote: On SoCs with more than 2 cores there are more than 2 S5P_ARM_CORE_* registers that can be addressed with fixed stride of 0x80. This patch renames the

Re: [PATCH 0/2] Support cpufreq driver for Exynos3250

2014-04-19 Thread Chanwoo Choi
Hi Sachin, On Fri, Apr 18, 2014 at 5:14 PM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Chanwoo, On 18 April 2014 07:50, Chanwoo Choi cw00.c...@samsung.com wrote: This patchset support cpufreq driver for Exynos3250 which uses the Cortex-A7 dual cores and has a target speed of 1.0 GHz and

Re: [PATCH 0/2] Support cpufreq driver for Exynos3250

2014-04-19 Thread Tomasz Figa
Hi Chanwoo, Sachin, On 19.04.2014 15:43, Chanwoo Choi wrote: Hi Sachin, On Fri, Apr 18, 2014 at 5:14 PM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Chanwoo, On 18 April 2014 07:50, Chanwoo Choi cw00.c...@samsung.com wrote: This patchset support cpufreq driver for Exynos3250 which uses

Re: [PATCH 0/2] Support cpufreq driver for Exynos3250

2014-04-19 Thread Sachin Kamat
Hi Tomasz, On 19 April 2014 19:21, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Chanwoo, Sachin, On 19.04.2014 15:43, Chanwoo Choi wrote: Hi Sachin, On Fri, Apr 18, 2014 at 5:14 PM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Chanwoo, On 18 April 2014 07:50, Chanwoo Choi

Re: [PATCH 0/2] Support cpufreq driver for Exynos3250

2014-04-19 Thread Tomasz Figa
On 19.04.2014 16:35, Sachin Kamat wrote: Hi Tomasz, On 19 April 2014 19:21, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Chanwoo, Sachin, On 19.04.2014 15:43, Chanwoo Choi wrote: Hi Sachin, On Fri, Apr 18, 2014 at 5:14 PM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Chanwoo, On 18

Re: [RFC PATCH 02/14] drm/exynos: dsi: delay setting clocks after reset

2014-04-19 Thread YoungJun Cho
Hi Andrzej Thank you for comments. On 04/18/2014 09:15 PM, Andrzej Hajda wrote: Hi YoungJun, Thanks for the whole patchset. On 04/15/2014 07:47 AM, YoungJun Cho wrote: Some phy control registers are not kept after software reset. So this patch makes the clocks containing phy control to be

Re: [RFC PATCH v2 05/14] ARM: dts: samsung-fimd: add I80 specific properties

2014-04-19 Thread YoungJun Cho
Hi Andrzej Thank you for comments. On 04/18/2014 09:32 PM, Andrzej Hajda wrote: Hi again, On 04/17/2014 01:53 PM, YoungJun Cho wrote: In case of using CPU interface panel, the relevant registers should be set. So this patch adds relevant dt bindings. Changelog v2: - Changes

[PATCH 6/6] drm/exynos: call find_vma with the mmap_sem held

2014-04-19 Thread Davidlohr Bueso
From: Jonathan Gonzalez V z...@gnu.org Performing vma lookups without taking the mm-mmap_sem is asking for trouble. While doing the search, the vma in question can be modified or even removed before returning to the caller. Take the lock (exclusively) in order to avoid races while iterating

[PATCH] ARM: dts: Add peach-pit board support

2014-04-19 Thread Arun Kumar K
Adds the google peach-pit board dts file which uses exynos5420 SoC. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org --- arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/exynos5420-peach-pit.dts | 225