Re: [PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-02 Thread Rahul Sharma
On 2 September 2013 10:38, Inki Dae inki@samsung.com wrote: Hi Rahul, -Original Message- From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- ow...@vger.kernel.org] On Behalf Of Rahul Sharma Sent: Friday, August 30, 2013 7:06 PM To: Inki Dae Cc: Rahul

Re: [PATCH v4 02/10] ARM: dts: list the CPU nodes for Exynos5250

2013-09-02 Thread Chander Kashyap
Hi Viresh, On 29 August 2013 17:21, Tomasz Figa t.f...@samsung.com wrote: Hi Viresh, On Thursday 29 of August 2013 13:45:56 Viresh Kumar wrote: On Tue, Jun 18, 2013 at 11:59 AM, Chander Kashyap chander.kash...@linaro.org wrote: Instead of having to specify the number for CPUs in

Re: [PATCH 00/18] ARM: s3c64xx: Let amba-pl08x driver handle DMA

2013-09-02 Thread Vinod Koul
On Sun, Aug 11, 2013 at 07:59:12PM +0200, Tomasz Figa wrote: This is first non-RFC version of my patches extending support of amba-pl08x DMA engine driver to PL080S DMA engine (PL080 modified by Samsung) found in Samsung S3C64xx SoCs. Due to changes scattered across different areas of

Re: [PATCH v4 02/10] ARM: dts: list the CPU nodes for Exynos5250

2013-09-02 Thread Viresh Kumar
On 2 September 2013 12:07, Chander Kashyap chander.kash...@linaro.org wrote: I tested on 3.11-rc7. Both the cpu's are booting. I didnet see any issue. Strange.. I am sure about the problem I reported.. Please share your .config and I will give it a try.. -- To unsubscribe from this list: send

RE: [PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-02 Thread Inki Dae
-Original Message- From: Rahul Sharma [mailto:r.sh.o...@gmail.com] Sent: Monday, September 02, 2013 3:28 PM To: Inki Dae Cc: Rahul Sharma; linux-samsung-soc; dri-de...@lists.freedesktop.org; Kukjin Kim; sw0312.kim; Sean Paul; Lucas Stach; Tomasz Figa; Sylwester Nawrocki; sunil

Re: [PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-02 Thread Rahul Sharma
On 2 September 2013 12:52, Inki Dae inki@samsung.com wrote: -Original Message- From: Rahul Sharma [mailto:r.sh.o...@gmail.com] Sent: Monday, September 02, 2013 3:28 PM To: Inki Dae Cc: Rahul Sharma; linux-samsung-soc; dri-de...@lists.freedesktop.org; Kukjin Kim; sw0312.kim;

Re: [PATCH 1/2] ARM: EXYNOS: convert cpuidle driver to be a platform driver

2013-09-02 Thread Daniel Lezcano
On 08/30/2013 12:15 PM, Bartlomiej Zolnierkiewicz wrote: ARM EXYNOS cpuidle driver is currently not multiplatform support ready (as it uses device_initcall() for initialization and doesn't check on what platform it is running). Fix it by converting the driver to be a platform driver and

Re: [PATCH 2/2] ARM: EXYNOS: add cpuidle-exynos.max_states kernel parameter

2013-09-02 Thread Bartlomiej Zolnierkiewicz
On Monday, September 02, 2013 10:54:17 AM Daniel Lezcano wrote: On 08/30/2013 12:21 PM, Bartlomiej Zolnierkiewicz wrote: Add cpuidle-exynos.max_states= parameter to allow user to specify the maximum of allowed CPU idle states for ARM EXYNOS cpuidle driver. This change is needed because

RE: [PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-02 Thread Inki Dae
-Original Message- From: Rahul Sharma [mailto:r.sh.o...@gmail.com] Sent: Monday, September 02, 2013 6:06 PM To: Inki Dae Cc: Rahul Sharma; linux-samsung-soc; dri-de...@lists.freedesktop.org; Kukjin Kim; sw0312.kim; Sean Paul; Lucas Stach; Tomasz Figa; Sylwester Nawrocki; sunil

Re: [PATCH V5] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC

2013-09-02 Thread Yuvaraj Kumar
On Fri, Aug 30, 2013 at 12:29 PM, Yuvaraj Kumar yuvaraj...@gmail.com wrote: On Wed, Aug 28, 2013 at 5:52 PM, Tomasz Figa t.f...@samsung.com wrote: Hi Yuvaraj, On Wednesday 28 of August 2013 17:33:06 Yuvaraj Kumar C D wrote: This patch adds the device tree node entries for exynos5420 SOC.

Re: [PATCH V5] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC

2013-09-02 Thread Tomasz Figa
On Monday 02 of September 2013 16:45:41 Yuvaraj Kumar wrote: On Fri, Aug 30, 2013 at 12:29 PM, Yuvaraj Kumar yuvaraj...@gmail.com wrote: On Wed, Aug 28, 2013 at 5:52 PM, Tomasz Figa t.f...@samsung.com wrote: Hi Yuvaraj, On Wednesday 28 of August 2013 17:33:06 Yuvaraj Kumar C D wrote:

Re: [PATCH v3 2/4] dmaengine: add driver for Samsung s3c24xx SoCs

2013-09-02 Thread Vinod Koul
On Wed, Aug 28, 2013 at 12:13:51AM +0200, Heiko Stübner wrote: This adds a new driver to support the s3c24xx dma using the dmaengine and makes the old one in mach-s3c24xx obsolete in the long run. Conceptually the s3c24xx-dma feels like a distant relative of the pl08x with numerous virtual

Re: [PATCH 1/2] ARM: EXYNOS: convert cpuidle driver to be a platform driver

2013-09-02 Thread Rafael J. Wysocki
On Monday, September 02, 2013 11:09:55 AM Daniel Lezcano wrote: On 08/30/2013 12:15 PM, Bartlomiej Zolnierkiewicz wrote: ARM EXYNOS cpuidle driver is currently not multiplatform support ready (as it uses device_initcall() for initialization and doesn't check on what platform it is running).

Re: [PATCH 2/2] ARM: EXYNOS: add cpuidle-exynos.max_states kernel parameter

2013-09-02 Thread Daniel Lezcano
On 09/02/2013 11:41 AM, Bartlomiej Zolnierkiewicz wrote: On Monday, September 02, 2013 10:54:17 AM Daniel Lezcano wrote: On 08/30/2013 12:21 PM, Bartlomiej Zolnierkiewicz wrote: Add cpuidle-exynos.max_states= parameter to allow user to specify the maximum of allowed CPU idle states for ARM

Re: [PATCH 2/2] ARM: EXYNOS: add cpuidle-exynos.max_states kernel parameter

2013-09-02 Thread Bartlomiej Zolnierkiewicz
On Monday, September 02, 2013 03:18:51 PM Daniel Lezcano wrote: On 09/02/2013 11:41 AM, Bartlomiej Zolnierkiewicz wrote: On Monday, September 02, 2013 10:54:17 AM Daniel Lezcano wrote: On 08/30/2013 12:21 PM, Bartlomiej Zolnierkiewicz wrote: Add cpuidle-exynos.max_states= parameter to allow

Re: [PATCH 2/2] ARM: EXYNOS: add cpuidle-exynos.max_states kernel parameter

2013-09-02 Thread Daniel Lezcano
On 09/02/2013 03:48 PM, Bartlomiej Zolnierkiewicz wrote: On Monday, September 02, 2013 03:18:51 PM Daniel Lezcano wrote: On 09/02/2013 11:41 AM, Bartlomiej Zolnierkiewicz wrote: On Monday, September 02, 2013 10:54:17 AM Daniel Lezcano wrote: On 08/30/2013 12:21 PM, Bartlomiej Zolnierkiewicz

Re: [PATCH 2/2] ARM: EXYNOS: add cpuidle-exynos.max_states kernel parameter

2013-09-02 Thread Bartlomiej Zolnierkiewicz
On Monday, September 02, 2013 04:24:23 PM Daniel Lezcano wrote: On 09/02/2013 03:48 PM, Bartlomiej Zolnierkiewicz wrote: On Monday, September 02, 2013 03:18:51 PM Daniel Lezcano wrote: On 09/02/2013 11:41 AM, Bartlomiej Zolnierkiewicz wrote: On Monday, September 02, 2013 10:54:17 AM Daniel

Re: [Xen-devel] [PATCH v5 02/13] arm: introduce a global dma_ops pointer

2013-09-02 Thread Julien Grall
On 08/29/2013 07:32 PM, Stefano Stabellini wrote: Initially set dma_ops to arm_dma_ops. Signed-off-by: Stefano Stabellini stefano.stabell...@eu.citrix.com Acked-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com CC: will.dea...@arm.com CC: li...@arm.linux.org.uk Changes in v3: - keep

Re: [PATCH 2/2] ARM: EXYNOS: add cpuidle-exynos.max_states kernel parameter

2013-09-02 Thread Daniel Lezcano
On 09/02/2013 04:43 PM, Bartlomiej Zolnierkiewicz wrote: On Monday, September 02, 2013 04:24:23 PM Daniel Lezcano wrote: On 09/02/2013 03:48 PM, Bartlomiej Zolnierkiewicz wrote: On Monday, September 02, 2013 03:18:51 PM Daniel Lezcano wrote: On 09/02/2013 11:41 AM, Bartlomiej Zolnierkiewicz

Re: [PATCH 2/2] ARM: EXYNOS: add cpuidle-exynos.max_states kernel parameter

2013-09-02 Thread Bartlomiej Zolnierkiewicz
On Monday, September 02, 2013 05:52:15 PM Daniel Lezcano wrote: On 09/02/2013 04:43 PM, Bartlomiej Zolnierkiewicz wrote: On Monday, September 02, 2013 04:24:23 PM Daniel Lezcano wrote: On 09/02/2013 03:48 PM, Bartlomiej Zolnierkiewicz wrote: On Monday, September 02, 2013 03:18:51 PM Daniel

Re: [PATCH v7] s5k5baf: add camera sensor driver

2013-09-02 Thread Sylwester Nawrocki
Hi Mark, On 08/27/2013 11:14 AM, Mark Rutland wrote: +endpoint node +- + +- data-lanes : (optional) specifies MIPI CSI-2 data lanes as covered in + video-interfaces.txt. This property can be only used to specify number + of data lanes, i.e. the array's content is unused, only

Re: [PATCH v7] s5k5baf: add camera sensor driver

2013-09-02 Thread Mark Rutland
On Mon, Sep 02, 2013 at 05:21:58PM +0100, Sylwester Nawrocki wrote: Hi Mark, Hi Sylwester, On 08/27/2013 11:14 AM, Mark Rutland wrote: +endpoint node +- + +- data-lanes : (optional) specifies MIPI CSI-2 data lanes as covered in + video-interfaces.txt. This property can

[PATCH] ARM: dts: Fix gpio pin of lcd_en node for exynos4210

2013-09-02 Thread Jingoo Han
According to datasheet, 'lcd_en' node should use gpf0-2, instead of gpe3-4. gpe3-4 is used for MDM_DATA[4]; thus, it should be fixed. Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/boot/dts/exynos4210-pinctrl.dtsi |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git