[PATCH v2 3/4] ARM: dts: Add FIMD node to Origen4210 board

2013-06-11 Thread Sachin Kamat
Added FIMD and display timing node to Origen4210 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- No change since v1. --- arch/arm/boot/dts/exynos4210-origen.dts | 21 + 1 file changed, 21 insertions

[PATCH v2 1/4] ARM: dts: exynos4210: Add PWM related pinctrl entries

2013-06-11 Thread Sachin Kamat
PWM nodes are added to Exynos4210 pinctrl DT file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/boot/dts/exynos4210-pinctrl.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm

[PATCH v2 0/4] ARM: dts: Add LCD and PWM support for exynos4210-origen

2013-06-11 Thread Sachin Kamat
This series is based on for-next branch of Kukjin's tree. Tested on Origen board. Changes since v1: * Split LCD patch into LCD and PWM as suggested by Tomasz Figa. * Added all PWM output nodes to pinctrl dtsi file. Sachin Kamat (3): ARM: dts: exynos4210: Add PWM related pinctrl entries ARM

[PATCH v2 4/4] ARM: dts: Set BUCK7 as always on for Origen board

2013-06-11 Thread Sachin Kamat
From: Tushar Behera tushar.beh...@linaro.org The LDO for LCD driver is currently not handled by any of the drivers. This disables the LDO during booting time. To fix this, the LDO is forced to enabled always. Signed-off-by: Tushar Behera tushar.beh...@linaro.org Signed-off-by: Sachin Kamat

[PATCH v2 2/4] ARM: dts: exynos4210: Add LCD related pinctrl entries

2013-06-11 Thread Sachin Kamat
Adds pinctrl entries required by FIMD. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/boot/dts/exynos4210-pinctrl.dtsi | 61 + 1 file changed, 61 insertions(+) diff --git a/arch/arm/boot/dts

Re: [PATCH v2] clk: exynos4: Add clock entries for TMU

2013-06-10 Thread Sachin Kamat
Hi Kukjin, On 29 April 2013 22:30, Mike Turquette mturque...@linaro.org wrote: Quoting Sachin Kamat (2013-04-21 20:55:46) Added clock entries for thermal management unit (TMU) for Exynos4 SoCs. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Thomas Abraham thomas.abra...@linaro.org

Re: [PATCH 1/3] clk: exynos4: Staticize local symbols

2013-06-10 Thread Sachin Kamat
On 5 June 2013 17:44, Kukjin Kim kgene@samsung.com wrote: Sachin Kamat wrote: These symbols are used only in this file and hence should be static. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/clk/samsung/clk-exynos4.c | 26 ++ 1 file

Re: [PATCH v2] clk: exynos4: Add clock entries for TMU

2013-06-07 Thread Sachin Kamat
On 29 April 2013 22:30, Mike Turquette mturque...@linaro.org wrote: Quoting Sachin Kamat (2013-04-21 20:55:46) Added clock entries for thermal management unit (TMU) for Exynos4 SoCs. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Mike

Re: [PATCH 03/13] ARM: dts: fork out common Exynos5 nodes

2013-06-06 Thread Sachin Kamat
On 6 June 2013 16:31, Chander Kashyap chander.kash...@linaro.org wrote: In preparation of adding support for Exynos5420, which has many peripherals similar to Exynos5250, a new common Exynos5 device tree source file is created out of the existing Exynos5250 device tree source file. Only the

Re: [PATCH 1/3] clk: exynos4: Staticize local symbols

2013-06-05 Thread Sachin Kamat
Ping.. On 16 April 2013 15:35, Sachin Kamat sachin.ka...@linaro.org wrote: These symbols are used only in this file and hence should be static. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/clk/samsung/clk-exynos4.c | 26 ++ 1 file changed, 14

Re: [PATCH 1/5] clk: exynos4: Add additional G2D clocks

2013-06-05 Thread Sachin Kamat
Ping on this series.. On 18 April 2013 22:29, Mike Turquette mturque...@linaro.org wrote: Quoting Sachin Kamat (2013-04-18 04:15:15) Add G2D clocks for Exynos4x12 SoC and sclk_fimg2d required by G2D IP. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Thomas Abraham thomas.abra

Re: [PATCH 1/1] ARM: dts: Remove combiner IRQ node from exynos4x12.dtsi

2013-06-05 Thread Sachin Kamat
Ping.. On 23 April 2013 15:24, Sachin Kamat sachin.ka...@linaro.org wrote: These nodes have separately been added to 4212 and 4412 dtsi files by commit 30269ddff1 (ARM: exynos: add missing properties for combiner IRQs). The existing node also contained a few incorrect entries. Signed-off

Re: [PATCH 1/5] clk: exynos4: Add additional G2D clocks

2013-05-27 Thread Sachin Kamat
Hi Kukjin, Can you please apply this series pending since a long time. On 18 April 2013 22:29, Mike Turquette mturque...@linaro.org wrote: Quoting Sachin Kamat (2013-04-18 04:15:15) Add G2D clocks for Exynos4x12 SoC and sclk_fimg2d required by G2D IP. Signed-off-by: Sachin Kamat sachin.ka

Re: [PATCH 1/3] clk: exynos4: Staticize local symbols

2013-05-27 Thread Sachin Kamat
Hi Kukjin, Can you please apply this series pending since a long time? On 16 April 2013 15:35, Sachin Kamat sachin.ka...@linaro.org wrote: These symbols are used only in this file and hence should be static. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/clk/samsung/clk

Re: [PATCH 1/1] ARM: dts: Remove combiner IRQ node from exynos4x12.dtsi

2013-05-27 Thread Sachin Kamat
Ping Kukjin... On 23 April 2013 15:24, Sachin Kamat sachin.ka...@linaro.org wrote: These nodes have separately been added to 4212 and 4412 dtsi files by commit 30269ddff1 (ARM: exynos: add missing properties for combiner IRQs). The existing node also contained a few incorrect entries

Re: [PATCH] rtc: max8998: Check for pdata presence before dereferencing

2013-05-15 Thread Sachin Kamat
CCing Andrew Morton. On 15 May 2013 20:46, Tomasz Figa t.f...@samsung.com wrote: Currently the driver can crash with a NULL pointer dereference if no pdata is provided, despite of successful registration of MFD part. This patch fixes the problem by adding a NULL check before dereferencing the

Re: [PATCH v8] i2c: exynos5: add High Speed I2C controller driver

2013-05-07 Thread Sachin Kamat
On 7 May 2013 08:20, Naveen Krishna Chatradhi naveenkrishna...@gmail.com wrote: From: Naveen Krishna Chatradhi ch.nav...@samsung.com Adds support for High Speed I2C driver found in Exynos5 and later SoCs from Samsung. Driver only supports Device Tree method. Changes since v1: 1. Added

Re: [PATCH 1/3] clk: exynos4: Staticize local symbols

2013-04-29 Thread Sachin Kamat
Ping Kukjin. Can you please add this series to your tree? On 16 April 2013 15:35, Sachin Kamat sachin.ka...@linaro.org wrote: These symbols are used only in this file and hence should be static. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/clk/samsung/clk-exynos4.c

Re: [PATCH 1/5] clk: exynos4: Add additional G2D clocks

2013-04-29 Thread Sachin Kamat
On 18 April 2013 22:29, Mike Turquette mturque...@linaro.org wrote: Quoting Sachin Kamat (2013-04-18 04:15:15) Add G2D clocks for Exynos4x12 SoC and sclk_fimg2d required by G2D IP. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Mike

Re: [PATCH v2] clk: exynos4: Add clock entries for TMU

2013-04-29 Thread Sachin Kamat
On 22 April 2013 09:25, Sachin Kamat sachin.ka...@linaro.org wrote: Added clock entries for thermal management unit (TMU) for Exynos4 SoCs. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Mike Turquette mturque...@linaro.org --- Should

Re: [PATCH v2 0/4] Thermal:exynos: Thermal Measurement Unit fix and Samsung SoCs support

2013-04-26 Thread Sachin Kamat
Hi Lukasz, On 26 April 2013 12:09, Lukasz Majewski l.majew...@samsung.com wrote: Hi Sachin, Yes, this is a similar patch. However I've changed more clocks to clk_prepare_enable (clk_unprepare_disable). I've spoken about this with Sachin recently. The above description is actually for

Re: [PATCH v2 0/4] Thermal:exynos: Thermal Measurement Unit fix and Samsung SoCs support

2013-04-25 Thread Sachin Kamat
Hi Eduardo, On 25 April 2013 21:58, Lukasz Majewski l.majew...@samsung.com wrote: Hi Eduardo, Hello Lukasz, On 25-04-2013 08:30, Lukasz Majewski wrote: This patch series provide various fixes for TMU block. First of all it fixes a problem with get_cpu_frequency() lockup at

Re: [PATCH 6/6] thermal:exynos4: Add documentation for Exynos SoC thermal bindings

2013-04-23 Thread Sachin Kamat
Hi Lukasz, On 23 April 2013 11:55, Lukasz Majewski l.majew...@samsung.com wrote: Hi Sachin, Hi Lukasz, Thanks for adding this. Some comments inline. On 19 April 2013 22:08, Lukasz Majewski l.majew...@samsung.com wrote: Proper description for Exynos4 bindings added to

Re: [PATCH 2/6] thermal:exynos4: TMU Common clock framework support for TMU (Thermal Monitoring Unit)

2013-04-23 Thread Sachin Kamat
Hi Lukasz, On 23 April 2013 11:47, Lukasz Majewski l.majew...@samsung.com wrote: Hi Sachin, On 19 April 2013 22:08, Lukasz Majewski l.majew...@samsung.com wrote: This patch modifies exynos_thermal.c file to use clk_disable_unprepare() and clk_prepare_enable() instead of

Re: [PATCH 0/6] thermal:exynos4: Thermal Measurement Unit fixes for Samsung SoCs

2013-04-23 Thread Sachin Kamat
Hi Lukasz, On 23 April 2013 11:56, Lukasz Majewski l.majew...@samsung.com wrote: Hi Kukjin, On 04/20/13 01:38, Lukasz Majewski wrote: This patch series provide various fixes for TMU block. Namely, support for common clock framework and proper regulator VDD_TS has been added. Moreover

Re: [PATCH 2/6] thermal:exynos4: TMU Common clock framework support for TMU (Thermal Monitoring Unit)

2013-04-23 Thread Sachin Kamat
Hi Lukasz, On 23 April 2013 13:36, Lukasz Majewski l.majew...@samsung.com wrote: I just wanted to stick to the common clock new API. It seems to me that exynos_tmu_read() might sleep, but I'm quite novice at TMU :-). If yours patches work, then we shall apply them. I will do my best to

[PATCH 1/1] ARM: dts: Remove combiner IRQ node from exynos4x12.dtsi

2013-04-23 Thread Sachin Kamat
These nodes have separately been added to 4212 and 4412 dtsi files by commit 30269ddff1 (ARM: exynos: add missing properties for combiner IRQs). The existing node also contained a few incorrect entries. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Patch based on linux-next tree

Re: [PATCH 5/6] thermal:exynos4: Enable support for Exynos4412 SoCs

2013-04-22 Thread Sachin Kamat
On 22 April 2013 11:55, amit kachhap amit.kach...@gmail.com wrote: Hi, I have one suggestion, On Fri, Apr 19, 2013 at 10:08 PM, Lukasz Majewski l.majew...@samsung.com wrote: Enable TMU support for Exynos4412 based target with device tree. Signed-off-by: Lukasz Majewski

Re: [PATCH v3 00/10] ARM: exynos multiplatform series, part 1

2013-04-22 Thread Sachin Kamat
Hi Arnd, On 19 April 2013 19:06, Arnd Bergmann a...@arndb.de wrote: On Thursday 11 April 2013, Arnd Bergmann wrote: These are the patches that I would like to apply directly to the arm-soc next/multiplatform branch, unless you have any objections. This would get all the simple stuff out of

Re: [PATCH v3 00/10] ARM: exynos multiplatform series, part 1

2013-04-22 Thread Sachin Kamat
On 22 April 2013 18:42, Arnd Bergmann a...@arndb.de wrote: On Monday 22 April 2013, Sachin Kamat wrote: With this branch now available (merged) in linux-next (20130422), looks like exynos4 DT support is broken on it. Tested on Origen 4210 and 4412 and I get the following warnings on 4412

[PATCH v2] clk: exynos4: Add clock entries for TMU

2013-04-21 Thread Sachin Kamat
Added clock entries for thermal management unit (TMU) for Exynos4 SoCs. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Mike Turquette mturque...@linaro.org --- Should be applied on top of the below patches: https://patchwork.kernel.org/patch

Re: [PATCH 3/6] thermal:exynos4: TMU device tree support for Exynos4412 targets

2013-04-21 Thread Sachin Kamat
Hi Lukasz, On 19 April 2013 22:08, Lukasz Majewski l.majew...@samsung.com wrote: Device tree support for TMU at Exynos4x12 targets. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com nit: Subject for these kind of patches should start

[PATCH 1/4] ARM: dts: Add TMU clock entries to exynos4210.dtsi

2013-04-21 Thread Sachin Kamat
Adds TMU clock entries to exynos4210.dtsi file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4210.dtsi |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index 50ab9d4..53654c4 100644

[PATCH 2/4] ARM: dts: Enable TMU on Origen4210 board

2013-04-21 Thread Sachin Kamat
Enables TMU on Origen4210 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4210-origen.dts |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts index 524b908..8b0a781

[PATCH 3/4] ARM: dts: Enable TMU on Origen4412 board

2013-04-21 Thread Sachin Kamat
Enables TMU on Origen4412 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Dependent on: http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg17630.html --- arch/arm/boot/dts/exynos4412-origen.dts |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot

[PATCH 4/4] ARM: dts: Enable TMU on SMDK4412 board

2013-04-21 Thread Sachin Kamat
Enables TMU on SMDK4412 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Dependent on: http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg17630.html --- arch/arm/boot/dts/exynos4412-smdk4412.dts |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot

Re: [PATCH 6/6] thermal:exynos4: Add documentation for Exynos SoC thermal bindings

2013-04-21 Thread Sachin Kamat
Hi Lukasz, Thanks for adding this. Some comments inline. On 19 April 2013 22:08, Lukasz Majewski l.majew...@samsung.com wrote: Proper description for Exynos4 bindings added to Documentation/devicetree/ bindings Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin

[PATCH 1/1] clk: exynos4: Add clock entries for TMU

2013-04-19 Thread Sachin Kamat
Added clock entries for thermal management unit (TMU) for Exynos4 SoCs. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Mike Turquette mturque...@linaro.org --- Should be applied on top of the below patches: https://patchwork.kernel.org/patch

Re: [PATCH 2/6] thermal:exynos4: TMU Common clock framework support for TMU (Thermal Monitoring Unit)

2013-04-19 Thread Sachin Kamat
On 19 April 2013 22:08, Lukasz Majewski l.majew...@samsung.com wrote: This patch modifies exynos_thermal.c file to use clk_disable_unprepare() and clk_prepare_enable() instead of clk_{enable|disable}. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park

Re: [PATCH 5/6] thermal:exynos4: Enable support for Exynos4412 SoCs

2013-04-19 Thread Sachin Kamat
On 19 April 2013 22:08, Lukasz Majewski l.majew...@samsung.com wrote: Enable TMU support for Exynos4412 based target with device tree. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- I have already submitted a similar patch for

Re: [PATCH 1/1] clk: exynos4: Add clock entries for TMU

2013-04-19 Thread Sachin Kamat
Hi Tomasz, On 19 April 2013 20:00, Tomasz Figa t.f...@samsung.com wrote: Hi Sachin, On Friday 19 of April 2013 11:46:06 Sachin Kamat wrote: Added clock entries for thermal management unit (TMU) for Exynos4 SoCs. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Thomas Abraham

Re: [PATCH 5/6] thermal:exynos4: Enable support for Exynos4412 SoCs

2013-04-19 Thread Sachin Kamat
On 19 April 2013 23:51, Tomasz Figa tomasz.f...@gmail.com wrote: On Friday 19 of April 2013 23:41:29 Sachin Kamat wrote: On 19 April 2013 22:08, Lukasz Majewski l.majew...@samsung.com wrote: Enable TMU support for Exynos4412 based target with device tree. Signed-off-by: Lukasz Majewski

[PATCH 1/5] clk: exynos4: Add additional G2D clocks

2013-04-18 Thread Sachin Kamat
Add G2D clocks for Exynos4x12 SoC and sclk_fimg2d required by G2D IP. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Mike Turquette mturque...@linaro.org --- .../devicetree/bindings/clock/exynos4-clock.txt|3 ++- drivers/clk/samsung

[PATCH 2/5] ARM: dts: Remove duplicate and add missing G2D nodes

2013-04-18 Thread Sachin Kamat
G2D node got added twice in exynos4412-smdk4412.dts instead of getting added to exynos4412-origen.dts. Remove the duplicate entry and add it to exynos4412-origen.dts. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts |4 arch/arm/boot/dts

Re: [PATCH 3/5] ARM: dts: Add clock entries to G2D node for exynos4210

2013-04-18 Thread Sachin Kamat
Hi Sylwester, On 18 April 2013 17:08, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Sachin, On 04/18/2013 01:15 PM, Sachin Kamat wrote: Added clock entries to G2D node. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4210.dtsi |2 ++ 1 file

Re: [PATCH 3/5] ARM: dts: Add clock entries to G2D node for exynos4210

2013-04-18 Thread Sachin Kamat
On 18 April 2013 18:57, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 04/18/2013 01:54 PM, Sachin Kamat wrote: diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index 66e6b03..50ab9d4 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++ b/arch/arm/boot

[PATCH 2/3] clk: exynos5250: Staticize local symbols

2013-04-16 Thread Sachin Kamat
These symbols are used only in this file and hence should be static. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/clk/samsung/clk-exynos5250.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos5250.c b

[PATCH 1/3] clk: exynos4: Staticize local symbols

2013-04-16 Thread Sachin Kamat
These symbols are used only in this file and hence should be static. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/clk/samsung/clk-exynos4.c | 26 ++ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos4.c b

[PATCH 3/3] clk: exynos5440: Staticize local symbols

2013-04-16 Thread Sachin Kamat
These symbols are used only in this file and hence should be static. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/clk/samsung/clk-exynos5440.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos5440.c b

Re: [PATCH 2/3] drm/exynos: Rework fimc clocks handling

2013-04-16 Thread Sachin Kamat
Hi Sylwester, On 16 April 2013 23:01, Sylwester Nawrocki s.nawro...@samsung.com wrote: @@ -1835,16 +1859,19 @@ static int fimc_probe(struct platform_device *pdev) ret = exynos_drm_ippdrv_register(ippdrv); if (ret 0) { dev_err(dev, failed to register drm fimc

Re: [PATCH 3/7] ARM: exynos: add missing properties for combiner IRQs

2013-04-15 Thread Sachin Kamat
On 12 April 2013 19:33, Arnd Bergmann a...@arndb.de wrote: The exynos combiner irqchip needs to find the parent interrupts and needs to know their number, so add the missing properties for exynos4 as they were already present for exynos5. Signed-off-by: Arnd Bergmann a...@arndb.de ---

Re: [PATCH 3/7] ARM: exynos: add missing properties for combiner IRQs

2013-04-15 Thread Sachin Kamat
diff --git a/arch/arm/boot/dts/exynos4212.dtsi b/arch/arm/boot/dts/exynos4212.dtsi index 36d4299..f83c3c1 100644 --- a/arch/arm/boot/dts/exynos4212.dtsi +++ b/arch/arm/boot/dts/exynos4212.dtsi @@ -26,6 +26,15 @@ cpu-offset = 0x8000; }; +

Re: [GIT PULL 04/10] clk-exynos for v3.10

2013-04-09 Thread Sachin Kamat
On 10 April 2013 02:01, Arnd Bergmann a...@arndb.de wrote: On Monday 08 April 2013, Kukjin Kim wrote: The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9: Linux 3.9-rc5 (2013-03-31 15:12:43 -0700) are available in the git repository at:

Re: [PATCH 2/2] ARM: dts: Update MFC documentation for clock entries

2013-04-08 Thread Sachin Kamat
Hi Sylwester, Thanks for your review. On 4 April 2013 16:38, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 04/04/2013 08:26 AM, Sachin Kamat wrote: Added clock entry definitions to MFC bindings document. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- .../devicetree/bindings

[PATCH v2 1/2] ARM: dts: Add MFC clock entries for exynos4

2013-04-08 Thread Sachin Kamat
Added MFC related clock entries in exynos4.dtsi file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- Based on Kukjin's for-next tree. No change since v1 (except added reviewed-by tag). --- arch/arm/boot/dts/exynos4.dtsi |2 ++ 1

[PATCH v2 2/2] ARM: dts: Update MFC documentation for clock entries

2013-04-08 Thread Sachin Kamat
Added clock entry definitions to MFC bindings document. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- Changes since v1: Updated clock-names description as suggested by Sylwester Nawrocki s.nawro...@samsung.com --- .../devicetree

Re: [PATCH 1/3] ARM: dts: Remove keypad entries from exynos4x12-pinctrl.dtsi

2013-04-08 Thread Sachin Kamat
Hi Kukjin, You seem to have missed out this series from your pull request to arm-soc tree. On 13 March 2013 10:38, Sachin Kamat sachin.ka...@linaro.org wrote: Keypad pins/lines are board specific and should be added to respective board dts files. Signed-off-by: Sachin Kamat sachin.ka

[PATCH] ARM: dts: Fix build error in exynos5250-smdk5250.dts

2013-04-07 Thread Sachin Kamat
Fixes the following build error: Error: arch/arm/boot/dts/exynos5250-smdk5250.dts:250.3-251.1 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [arch/arm/boot/dts/exynos5250-smdk5250.dtb] Error 1 make: *** [dtbs] Error 2 Signed-off-by: Sachin Kamat sachin.ka...@linaro.org

[PATCH 1/2] ARM: dts: Add MFC clock entries for exynos4

2013-04-04 Thread Sachin Kamat
Added MFC related clock entries in exynos4.dtsi file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Based on Kukjin's for-next. Dependent on the below patch: https://patchwork.kernel.org/patch/2349361/ --- arch/arm/boot/dts/exynos4.dtsi |2 ++ 1 file changed, 2 insertions(+) diff

Re: [PATCH 1/3] ARM: dts: Remove keypad entries from exynos4x12-pinctrl.dtsi

2013-04-04 Thread Sachin Kamat
Kukjin, Please check this series. On 13 March 2013 10:38, Sachin Kamat sachin.ka...@linaro.org wrote: Keypad pins/lines are board specific and should be added to respective board dts files. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi

[PATCH 1/1] clk: samsung: Fix compilation error

2013-03-26 Thread Sachin Kamat
/clk.c:252:60: error: expected ‘;’ before ‘{’ token Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/clk/samsung/clk.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/clk/samsung/clk.c b/drivers/clk/samsung/clk.c index 91d12f3..78615dd 100644

Re: [PATCH v2 0/7] Add G2D nodes to Exynos4 machines

2013-03-26 Thread Sachin Kamat
On 11 March 2013 12:24, Kukjin Kim kgene@samsung.com wrote: Sachin Kamat wrote: Hi Kukjin, Can you please look into this series as it is pending since quite some time. Applied, I have another opinion about the compatible string though... Couldn't find this series in your latest

Re: [PATCH v8 4/4] ARM: dts: Add FIMD DT binding Documentation

2013-03-19 Thread Sachin Kamat
Hi Vikas, +Example: + +SoC specific DT Entry: + + fimd@11c0 { + compatible = samsung,exynos4210-fimd; + interrupt-parent = combiner; + reg = 0x11c0 0x2; + interrupt-names = fifo, vsync, lcd_sys; +

Re: [PATCH] drm/exynos: enable FIMD clocks

2013-03-19 Thread Sachin Kamat
On 19 March 2013 15:29, Vikas Sajjan vikas.saj...@linaro.org wrote: While migrating to common clock framework (CCF), found that the FIMD clocks were pulled down by the CCF. If CCF finds any clock(s) which has NOT been claimed by any of the drivers, then such clock(s) are PULLed low by CCF.

Re: [PATCH v7 1/5] ARM: dts: Add FIMD node to exynos4

2013-03-13 Thread Sachin Kamat
+ + fimd: fimd@11c0 { + compatible = samsung,exynos4210-fimd; + interrupt-parent = combiner; + reg = 0x11c0 0x2; + interrupt-names = fifo, vsync, lcd_sys; + interrupts = 11 0, 11 1, 11 2; How about

Re: [PATCH 3/4] clk: samsung: always allocate the clk_table

2013-03-12 Thread Sachin Kamat
So except Universal_c210 and Nuri the only ones not supporting booting from DT are these two simple boards, which seem to be maintained by Samsung: arch/arm/mach-exynos/mach-smdk4x12.c SMDK4412 is already supported through DT (exynos4412-smdk4412.dts) as you already pointed out. I am not

[PATCH 3/3] ARM: dts: Add keypad entries to SMDK4412

2013-03-12 Thread Sachin Kamat
Added keypad node entries to SMDK4412 board DT file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4412-smdk4412.dts | 87 + 1 files changed, 87 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos4412-smdk4412.dts

Re: [PATCH] watchdog: convert to devm_ioremap_resource()

2013-03-11 Thread Sachin Kamat
Hi, On 11 March 2013 13:08, Silviu-Mihai Popescu silviupopescu1...@gmail.com wrote: Convert all uses of devm_request_and_ioremap() to the newly introduced devm_ioremap_resource() which provides more consistent error handling. devm_ioremap_resource() provides its own error messages so all

Re: [PATCH v2 0/7] Add G2D nodes to Exynos4 machines

2013-03-06 Thread Sachin Kamat
Hi Kukjin, Can you please look into this series as it is pending since quite some time. On 18 February 2013 10:32, Sachin Kamat sachin.ka...@linaro.org wrote: This patch series is based on Kukjin Kim's next/dt-exynos branch of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux

Re: [PATCH] ARM: dts: Modify SPI nodes according generic DMA DT bindings

2013-03-05 Thread Sachin Kamat
On 5 March 2013 15:34, Padmavathi Venna padm...@samsung.com wrote: This patch removes custom way of adding spi dma channels and adds according to new generic DMA DT bindings on samsung exynos4 and exynos5440 platforms. Signed-off-by: Padmavathi Venna padm...@samsung.com ---

Boot failure on Origen board using latest kernel

2013-03-01 Thread Sachin Kamat
Hi Padma, While trying to boot the latest mainline kernel (Linus tree tip at commit b0af9cd9) on Exynos4210 based Origen board, it stops at Uncompressing Linux... done, booting the kernel. Git bisect pointed to the commit 421da89aa (DMA: PL330: Register the DMA controller with the generic DMA

Re: Boot failure on Origen board using latest kernel

2013-03-01 Thread Sachin Kamat
of_dma_controller_register: not enough information provided dma-pl330 dma-pl330.0: unable to register DMA to the generic DT DMA helpers dma-pl330: probe of dma-pl330.0 failed with error -22 On 2 March 2013 09:40, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Padma, While trying to boot the latest

Re: Boot failure on Origen board using latest kernel

2013-03-01 Thread Sachin Kamat
Hi Alim, On 2 March 2013 10:18, Alim Akhtar alim.akh...@gmail.com wrote: Hi Sachin, Looks like exynos4 is not yet moved to the generic dma binding recently merged. Could you try out below: I forgot to mention in the previous mail that the problem was in non-dt case. With the below entries

Re: [PATCH v5 5/5] ARM: exynos: dts: Add FIMD DT binding Documentation

2013-02-27 Thread Sachin Kamat
Hi Vikas, On 27 February 2013 14:13, Vikas Sajjan vikas.saj...@linaro.org wrote: Adds FIMD DT binding documentation both SoC and Board, with an example Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- .../devicetree/bindings/video/exynos-fimd.txt | 46

[PATCH] ARM: S5PV210: Fix compilation error in mach-goni.c

2013-02-25 Thread Sachin Kamat
:3: error: unknown field ‘bus_type’ specified in initializer Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Sylwester Nawrocki s.nawro...@samsung.com --- Based on Linus' mainline kernel tree (v3.8+). --- arch/arm/mach-s5pv210/mach-goni.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [PATCH] ARM: S5PV210: Fix compilation error in mach-goni.c

2013-02-25 Thread Sachin Kamat
Hi Sylwester, On 25 February 2013 15:34, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Sachin, On 02/25/2013 09:12 AM, Sachin Kamat wrote: Commit 56bc91 ([media] s5p-fimc: Redefine platform data structure for fimc-is) split bus_type into fimc_bus_type and sensor_bus_type

[PATCH v2 0/7] Add G2D nodes to Exynos4 machines

2013-02-17 Thread Sachin Kamat
Nawrocki and Tomasz Figa in patch 7/7. Sachin Kamat (7): ARM: dts: Add G2D node to exynos4210.dtsi ARM: dts: Add G2D node to SMDKV310 ARM: dts: Add G2D node to exynos4210-origen ARM: dts: Add G2D node to exynos4x12.dtsi ARM: dts: Add G2D node to SMDK4412 ARM: dts: Add G2D node to exynos4412

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

2013-02-17 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 b/arch/arm/boot/dts/exynos4210-smdkv310

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

2013-02-17 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 179a62e

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

2013-02-17 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 5/7] ARM: dts: Add G2D node to SMDK4412

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

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

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

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

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

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

2013-02-17 Thread Sachin Kamat
Added documentaion about G2D bindings. Cc: Tomasz Figa tomasz.f...@gmail.com Cc: Inki Dae inki@samsung.com Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- .../devicetree/bindings/gpu/samsung-g2d.txt| 20 1 files changed, 20 insertions(+), 0 deletions

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

2013-02-17 Thread Sachin Kamat
Hi Sylwester, On 14 February 2013 21:31, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 02/14/2013 04:45 PM, Sachin Kamat wrote: Thanks for reviewing. Does the filename look good or should it be exynos-g2d? You're welcome. My apologies for being a bit late. I guess exynos-g2d.txt would

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

2013-02-17 Thread Sachin Kamat
Hi Tomasz, +Optional properties: + - samsung,power-domain : power-domain property defined with a phandle +to respective power domain. I'm not sure if samsung,power-domain should be mentioned in this documentation file. The driver itself does not use this property.

[PATCH 1/1] ARM: dts: exynos4412-origen: Add MSHC node

2013-02-07 Thread Sachin Kamat
Added MSHC node to Origen-4412 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts

[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 b/arch/arm/boot/dts/exynos4210-smdkv310

[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 022a839

[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 Documentation/devicetree/bindings/gpu/samsung

Re: [RESEND][PATCH] ARM: EXYNOS: Add clocks for EXYNOS I2S and PCM I/F

2013-02-05 Thread Sachin Kamat
On 6 February 2013 10:51, Sangsu Park sangsu4u.p...@samsung.com wrote: Audio Subsystem has own clocks for I2S0 and PCM0 in all EXYNOS series. This patch add clocks for I2S0 and PCM0 I/F. Signed-off-by: Sangsu Park sangsu4u.p...@samsung.com --- arch/arm/mach-exynos/Makefile |1 +

[PATCH 1/2] ARM: SAMSUNG: Silence empty switch warning in sdhci.h

2013-02-05 Thread Sachin Kamat
Add 'default' case to silence the following warning: arch/arm/plat-samsung/include/plat/sdhci.h:356:9: warning: switch with no cases Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/plat-samsung/include/plat/sdhci.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions

[PATCH 2/2] ARM: SAMSUNG: Silence empty switch warning in fimc-core.h

2013-02-05 Thread Sachin Kamat
Add 'default' case to silence the below warning: arch/arm/plat-samsung/include/plat/fimc-core.h:25:9: warning: switch with no cases Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/plat-samsung/include/plat/fimc-core.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions

Re: [PATCH v2 0/6] ARM: dts: Add MFC support for Exynos4

2013-02-04 Thread Sachin Kamat
Hi Kukjin, On 30 January 2013 14:30, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 01/30/2013 08:11 AM, Sachin Kamat wrote: Changes since v1: Addressed comments from Sylwester - Updated documentation - Added 'status' to the nodes - Updated Kconfig entry This series is based

Re: [PATCH 1/1] ARM: dts: Add sdhci node for exynos4412-smdk4412

2013-02-04 Thread Sachin Kamat
ping.. On 25 January 2013 17:21, Sachin Kamat sachin.ka...@linaro.org wrote: Added sdhci node for exynos4412-smdk4412. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4412-smdk4412.dts |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff

<    1   2   3   4   5   6   7   8   >