Re: [PATCH 2/2] driver: ata: add new Exynos5250 SATA PHY controller driver

2013-02-06 Thread Vasanth Ananthan
Hi Tomasz, On Tue, Feb 5, 2013 at 7:53 PM, Tomasz Figa t.f...@samsung.com wrote: Hi Vasanth, Please see my comments inline. They are basically related to the same issues as I pointed in previous version of this patch. On Tuesday 29 of January 2013 20:49:18 Vasanth Ananthan wrote: Adding

Re: [PATCH V3 1/5] DMA: PL330: Add new pl330 filter for DT case.

2013-02-06 Thread Arnd Bergmann
On Wednesday 06 February 2013, Padmavathi Venna wrote: This patch adds a new pl330_dt_filter for DT case to filter the required channel based on the new filter params and modifies the old filter only for non-DT case as suggested by Arnd Bergmann. Signed-off-by: Padmavathi Venna

Re: [PATCH V3 5/5] ARM: SAMSUNG: dma: Remove unnecessary code

2013-02-06 Thread Arnd Bergmann
On Wednesday 06 February 2013, Padmavathi Venna wrote: This patch removes the usage of DMACH_DT_PROP and dt_dmach_prop from dma code as the new generic dma dt binding support has been added. Signed-off-by: Padmavathi Venna padm...@samsung.com Acked-by: Arnd Bergmann a...@arndb.de -- To

[PATCH 1/7] ARM: dts: Add G2D node to exynos4210.dtsi

2013-02-06 Thread Sachin Kamat
Added G2D DT node to Exynos4210. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4210.dtsi |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index 79ba247..3410d5f

[PATCH 0/7] ARM: dts: Add G2D DT nodes to Exynos4 machines

2013-02-06 Thread Sachin Kamat
This patch series is based on for-next branch of Kukjin Kim's tree git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git Patches added on top of MFC DT series which has been accepted by Kukjin. http://www.spinics.net/lists/linux-samsung-soc/msg15419.html Sachin Kamat (7): ARM:

[PATCH 2/7] ARM: dts: Add G2D node to SMDKV310

2013-02-06 Thread Sachin Kamat
Added G2D DT node to SMDKV310 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4210-smdkv310.dts |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos4210-smdkv310.dts

[PATCH 3/7] ARM: dts: Add G2D node to exynos4210-origen

2013-02-06 Thread Sachin Kamat
Added G2D DT node to Origen4210 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4210-origen.dts |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts

[PATCH 4/7] ARM: dts: Add G2D node to exynos4x12.dtsi

2013-02-06 Thread Sachin Kamat
Added G2D DT node to exynos4x12.dtsi file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4x12.dtsi |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi index

[PATCH 5/7] ARM: dts: Add G2D node to SMDK4412

2013-02-06 Thread Sachin Kamat
Added G2D DT node to SMDK4412 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- This patch is added on top of below patch: http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg15148.html --- arch/arm/boot/dts/exynos4412-smdk4412.dts |4 1 files changed, 4

[PATCH 6/7] ARM: dts: Add G2D node to exynos4412-origen

2013-02-06 Thread Sachin Kamat
Added G2D DT node to Origen4412 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- This patch is added on top of below patch: http://www.spinics.net/lists/linux-samsung-soc/msg15543.html --- arch/arm/boot/dts/exynos4412-origen.dts |4 1 files changed, 4 insertions(+), 0

[PATCH 7/7] ARM: dts: Add Samsung G2D DT bindings documentation

2013-02-06 Thread Sachin Kamat
Added documentaion about G2D bindings. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- .../devicetree/bindings/gpu/samsung-g2d.txt| 30 1 files changed, 30 insertions(+), 0 deletions(-) create mode 100644

[PATCH] ARM: dts: moving dt binding documents for video devices to common place

2013-02-06 Thread Rahul Sharma
Binding Documents for drm-devices are placed in Documentation/devicetree/bindings/drm/*. But these devices are common for v4l framework, hence moved to a common place at Documentation/devicetree/bindings/video/. 'exynos_' prefix is added to associate them with exynos soc series. Signed-off-by:

[PATCH] ARM: dts: moving dt binding documents for video devices to common place

2013-02-06 Thread Rahul Sharma
Binding Documents for drm-devices are placed in Documentation/devicetree/bindings/drm/*. But these devices are common for v4l framework, hence moved to a common place Documentation/devicetree/bindings/video/. 'exynos_' prefix is added to associate them with exynos soc series. Signed-off-by: Rahul

Re: [PATCH] ARM: dts: moving dt binding documents for video devices to common place

2013-02-06 Thread Sylwester Nawrocki
Hi Rahul, On 02/06/2013 03:57 PM, Rahul Sharma wrote: Binding Documents for drm-devices are placed in Documentation/devicetree/bindings/drm/*. But these devices are common for v4l framework, hence moved to a common place Documentation/devicetree/bindings/video/. 'exynos_' prefix is added to

Re: [PATCH V3 4/5] ARM: dts: Add #dma-cells for generic dma binding support

2013-02-06 Thread Rob Herring
On 02/06/2013 12:18 AM, Padmavathi Venna wrote: This patch adds #dma-cells property to PL330 DMA controller nodes for supporting generic dma dt bindings on samsung exynos5250 platform. The subject doesn't reflect this is for pl330. Signed-off-by: Padmavathi Venna padm...@samsung.com

[PATCH] ARM: smdk2410: Fix compile breakage

2013-02-06 Thread Alexander Shiyan
Symbol S3C_DEV_USB_HOST should be defined to avoid this problem. LINKvmlinux LD vmlinux.o MODPOST vmlinux.o WARNING: modpost: Found 2 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' GEN .version CHK

Re: [PATCH v3 1/3] drm/exynos: Get HDMI version from device tree

2013-02-06 Thread Olof Johansson
On Tue, Feb 5, 2013 at 6:56 PM, 김승우 sw0312@samsung.com wrote: On 2013년 02월 06일 09:56, Sean Paul wrote: On Tue, Feb 5, 2013 at 4:42 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/05/2013 05:37 PM, Sean Paul wrote: On Tue, Feb 5, 2013 at 4:22 PM, Stephen Warren swar...@wwwdotorg.org

[PATCH 1/3] cpufreq: exynos: Remove error return even if no soc found

2013-02-06 Thread Amit Daniel Kachhap
This change is needed for adding different type of cpufreq driver and support single binary image. Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com --- drivers/cpufreq/exynos-cpufreq.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440

2013-02-06 Thread Amit Daniel Kachhap
This patch adds dvfs support for exynos5440 SOC. The nature of exynos5440 clock controller is different from previous exynos controllers so not using the common exynos cpufreq framework. Also, the device tree parsing is added to get different parameters like frequency, voltage etc. Signed-off-by:

[PATCH 3/3] dts: Add cpufreq controller node for Exynos5440 SoC

2013-02-06 Thread Amit Daniel Kachhap
Add cpufreq controller device node for Exynos5440 SoC for passing parameters like controller base address, interrupt and cpufreq table. Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com --- arch/arm/boot/dts/exynos5440.dtsi |9 + 1 file changed, 9 insertions(+) diff --git

Re: [PATCH v4 01/10] s5p-csis: Add device tree support

2013-02-06 Thread Stephen Warren
On 02/01/2013 12:09 PM, Sylwester Nawrocki wrote: s5p-csis is platform device driver for MIPI-CSI frontend to the FIMC device. This patch support for binding the driver to the MIPI-CSIS devices instantiated from device tree and for parsing all SoC and board specific properties. diff --git

Re: [PATCH v4 02/10] s5p-fimc: Add device tree support for FIMC devices

2013-02-06 Thread Stephen Warren
On 02/01/2013 12:09 PM, Sylwester Nawrocki wrote: This patch adds support for FIMC devices instantiated from devicetree for S5PV210 and Exynos4 SoCs. The FIMC IP features include colorspace conversion and scaling (mem-to-mem) and parallel/MIPI CSI2 bus video capture interface. Multiple SoC

Re: [PATCH v4 05/10] s5p-fimc: Add device tree based sensors registration

2013-02-06 Thread Stephen Warren
On 02/01/2013 12:09 PM, Sylwester Nawrocki wrote: The sensor (I2C and/or SPI client) devices are instantiated by their corresponding control bus drivers. Since the I2C client's master clock is often provided by a video bus receiver (host interface) or other than I2C/SPI controller device, the

Re: [PATCH v4 06/10] s5p-fimc: Use pinctrl API for camera ports configuration

2013-02-06 Thread Stephen Warren
On 02/01/2013 12:09 PM, Sylwester Nawrocki wrote: Before the camera ports can be used the pinmux needs to be configured properly. This patch adds a function to set the camera ports pinctrl to a default state within the media driver's probe(). The camera port(s) are then configured for the

Re: [PATCH] ARM: dts: moving dt binding documents for video devices to common place

2013-02-06 Thread Rahul Sharma
Hi Sylwester, On Wed, Feb 6, 2013 at 8:20 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Rahul, On 02/06/2013 03:57 PM, Rahul Sharma wrote: Binding Documents for drm-devices are placed in Documentation/devicetree/bindings/drm/*. But these devices are common for v4l framework, hence

Re: [PATCH 3/3] dts: Add cpufreq controller node for Exynos5440 SoC

2013-02-06 Thread Inderpal Singh
On 7 February 2013 01:09, Amit Daniel Kachhap amit.dan...@samsung.com wrote: Add cpufreq controller device node for Exynos5440 SoC for passing parameters like controller base address, interrupt and cpufreq table. Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com ---

Re: [PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440

2013-02-06 Thread Inderpal Singh
On 7 February 2013 01:09, Amit Daniel Kachhap amit.dan...@samsung.com wrote: This patch adds dvfs support for exynos5440 SOC. The nature of exynos5440 clock controller is different from previous exynos controllers so not using the common exynos cpufreq framework. Also, the device tree parsing

[PATCH 1/5] ARM: dts: exynos5250-arndale: Add node entry for gpio-buttons

2013-02-06 Thread Tushar Behera
Added GPIO buttons DT node to Arndale board file. Signed-off-by: Tushar Behera tushar.beh...@linaro.org Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- This series is based on for-next branch of Kukjin Kim's tree and added on top of the below patch:

[PATCH 2/5] ARM: dts: exynos5250-arndale: Add PMIC node entry

2013-02-06 Thread Tushar Behera
From: Amit Daniel Kachhap amit.dan...@samsung.com Added S5M8767 PMIC DT nodes to Arndale board. Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Tushar Behera tushar.beh...@linaro.org ---

[PATCH 3/5] ARM: dts: exynos5250-arndale: Add vmmc regulator support

2013-02-06 Thread Tushar Behera
From: Sachin Kamat sachin.ka...@linaro.org Added vmmc regulator node to Arndale DT file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/boot/dts/exynos5250-arndale.dts | 11 +++ 1 files changed, 11 insertions(+),

[PATCH 4/5] ARM: dts: exynos5250-arndale: Add MFC codec support

2013-02-06 Thread Tushar Behera
From: Sachin Kamat sachin.ka...@linaro.org Added MFC codec node to Arndale DT file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/boot/dts/exynos5250-arndale.dts |5 + 1 files changed, 5 insertions(+), 0

[PATCH 5/5] ARM: dts: exynos5250-arndale: Add HDMI HPD and regulator node

2013-02-06 Thread Tushar Behera
From: Sachin Kamat sachin.ka...@linaro.org Added HDMI hot plug and regulator nodes to Arndale DT file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/boot/dts/exynos5250-arndale.dts | 12 1 files changed, 12

RE: [PATCH 2/5] ARM: dts: exynos5250-arndale: Add PMIC node entry

2013-02-06 Thread Kumar, Anil
On Thu, Feb 07, 2013 at 10:45:26, Tushar Behera wrote: From: Amit Daniel Kachhap amit.dan...@samsung.com Added S5M8767 PMIC DT nodes to Arndale board. Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Tushar

Re: [PATCH 2/5] ARM: dts: exynos5250-arndale: Add PMIC node entry

2013-02-06 Thread Tushar Behera
On 02/07/2013 11:19 AM, Kumar, Anil wrote: On Thu, Feb 07, 2013 at 10:45:26, Tushar Behera wrote: From: Amit Daniel Kachhap amit.dan...@samsung.com Added S5M8767 PMIC DT nodes to Arndale board. Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com Signed-off-by: Sachin Kamat

RE: [PATCH 1/5] ARM: dts: exynos5250-arndale: Add node entry for gpio-buttons

2013-02-06 Thread Kumar, Anil
On Thu, Feb 07, 2013 at 10:45:25, Tushar Behera wrote: Added GPIO buttons DT node to Arndale board file. Signed-off-by: Tushar Behera tushar.beh...@linaro.org Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- This series is based on for-next branch of Kukjin Kim's tree and added on

Re: [PATCH 1/5] ARM: dts: exynos5250-arndale: Add node entry for gpio-buttons

2013-02-06 Thread Tushar Behera
On 02/07/2013 11:47 AM, Kumar, Anil wrote: On Thu, Feb 07, 2013 at 10:45:25, Tushar Behera wrote: Added GPIO buttons DT node to Arndale board file. Signed-off-by: Tushar Behera tushar.beh...@linaro.org Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- This series is based on for-next

Re: [PATCH 1/5] ARM: dts: exynos5250-arndale: Add node entry for gpio-buttons

2013-02-06 Thread Manish Badarkhe
Hi Tushar On Thu, Feb 7, 2013 at 11:56 AM, Tushar Behera tushar.beh...@linaro.org wrote: On 02/07/2013 11:47 AM, Kumar, Anil wrote: On Thu, Feb 07, 2013 at 10:45:25, Tushar Behera wrote: Added GPIO buttons DT node to Arndale board file. Signed-off-by: Tushar Behera tushar.beh...@linaro.org

Re: [PATCH 1/5] ARM: dts: exynos5250-arndale: Add node entry for gpio-buttons

2013-02-06 Thread Tushar Behera
On 02/07/2013 12:06 PM, Manish Badarkhe wrote: Hi Tushar On Thu, Feb 7, 2013 at 11:56 AM, Tushar Behera tushar.beh...@linaro.org wrote: On 02/07/2013 11:47 AM, Kumar, Anil wrote: On Thu, Feb 07, 2013 at 10:45:25, Tushar Behera wrote: Added GPIO buttons DT node to Arndale board file.

Re: [PATCH 1/5] ARM: dts: exynos5250-arndale: Add node entry for gpio-buttons

2013-02-06 Thread Girish KS
On Wed, Feb 6, 2013 at 10:56 PM, Tushar Behera tushar.beh...@linaro.org wrote: On 02/07/2013 12:06 PM, Manish Badarkhe wrote: Hi Tushar On Thu, Feb 7, 2013 at 11:56 AM, Tushar Behera tushar.beh...@linaro.org wrote: On 02/07/2013 11:47 AM, Kumar, Anil wrote: On Thu, Feb 07, 2013 at