Re: [PATCH V2 2/2] ARM: EXYNOS: cpuidle: Allow C1 state only in supported SOC's.

2013-07-24 Thread amit daniel kachhap
Hi, On Wed, Jul 24, 2013 at 10:45 AM, Kukjin Kim kg...@kernel.org wrote: Amit Daniel Kachhap wrote: This patch registers the basic C0 state for all exynos SOC's but limits the C1(AFTR -Arm off top running) state in only the supported SOC's(ie. EXYNOS 4210, 4212, 4412 and 5250).

Re: [PATCH] ARM: dts: Add USBPHY nodes to Exynos4x12

2013-07-24 Thread Dongjin Kim
Thanks Sachin, On Wed, Jul 24, 2013 at 2:12 PM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Dongjin, On 23 July 2013 23:01, Dongjin Kim tobet...@gmail.com wrote: This patch adds device nodes for USBPHY to Exynos4x12. Signed-off-by: Dongjin Kim tobet...@gmail.com ---

Re: [PATCH] ARM: dts: Add USBPHY nodes to Exynos4x12

2013-07-24 Thread Sachin Kamat
On 24 July 2013 11:29, Dongjin Kim tobet...@gmail.com wrote: Thanks Sachin, On Wed, Jul 24, 2013 at 2:12 PM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Dongjin, On 23 July 2013 23:01, Dongjin Kim tobet...@gmail.com wrote: This patch adds device nodes for USBPHY to Exynos4x12.

RE: [PATCH v3 1/1] ARM: EXYNOS: Update CONFIG_ARCH_NR_GPIO for Exynos

2013-07-24 Thread Kukjin Kim
Sachin Kamat wrote: With the recent cleanup in Exynos platform code notably commits 17859bec (ARM: EXYNOS: Do not select legacy Kconfig symbols any more) and b910 (ARM: EXYNOS: Remove mach/gpio.h), the definition of ARCH_NR_GPIOS got removed. This started causing problems on SoCs like

Re: [PATCH v3 1/1] ARM: EXYNOS: Update CONFIG_ARCH_NR_GPIO for Exynos

2013-07-24 Thread Sachin Kamat
On 24 July 2013 11:50, Kukjin Kim kg...@kernel.org wrote: Sachin Kamat wrote: With the recent cleanup in Exynos platform code notably commits 17859bec (ARM: EXYNOS: Do not select legacy Kconfig symbols any more) and b910 (ARM: EXYNOS: Remove mach/gpio.h), the definition of ARCH_NR_GPIOS

Re: [PATCH] ARM: dts: Add USB host node for Exynos4

2013-07-24 Thread Dongjin Kim
+Jingoo Han Sorry, its my bad. Typo problem. I found another patch same with mine, https://patchwork.kernel.org/patch/2628451, submitted by Jingoo Han and tested on Exynos4210. Mine is tested on Exynos4412. Both SoC have same USB host address space, so I think USB host device nodes can be placed

Re: [PATCH] ARM: dts: Add USB host node for Exynos4

2013-07-24 Thread Jingoo Han
On Wednesday, July 24, 2013 3:29 PM, Dongjin Kim wrote: +Jingoo Han Sorry, its my bad. Typo problem. I found another patch same with mine, https://patchwork.kernel.org/patch/2628451, submitted by Jingoo Han and tested on Exynos4210. Mine is tested on Exynos4412. Both SoC have same USB

RE: [PATCH 1/1] ARM: EXYNOS: Cleanup common.h file

2013-07-24 Thread Kukjin Kim
Sachin Kamat wrote: On 24 July 2013 08:43, Kukjin Kim kg...@kernel.org wrote: Kukjin Kim wrote: Sachin Kamat wrote: Remove unused declarations that got left behind subsequent to making Exynos a DT-only platform. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org ---

RE: [PATCH V2 2/2] ARM: EXYNOS: cpuidle: Allow C1 state only in supported SOC's.

2013-07-24 Thread Kukjin Kim
amit daniel kachhap wrote: [...] /* Support IDLE only */ - if (cpu_id != 0) + if (!(soc_is_exynos4210() || soc_is_exynos4212() || + soc_is_exynos4412() || soc_is_exynos5250()) || + cpu_id != 0) How about

RE: [PATCH V3] watchdog: s3c2410_wdt: remove the global variables

2013-07-24 Thread Kukjin Kim
Leela Krishna Amudala wrote: This patch removes the global variables in the driver file and group them into a structure. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com (+ Wim Van Sebroeck) Looks good to me, Acked-by: Kukjin Kim kgene@samsung.com Thanks, Kukjin ---

RE: [PATCH v3 1/1] ARM: EXYNOS: Update CONFIG_ARCH_NR_GPIO for Exynos

2013-07-24 Thread Kukjin Kim
Sachin Kamat wrote: On 24 July 2013 11:50, Kukjin Kim kg...@kernel.org wrote: Sachin Kamat wrote: With the recent cleanup in Exynos platform code notably commits 17859bec (ARM: EXYNOS: Do not select legacy Kconfig symbols any more) and b910 (ARM: EXYNOS: Remove mach/gpio.h), the

RE: [v2 PATCH 0/2] EXYNOS: Fix low level debug support

2013-07-24 Thread Kukjin Kim
Yadwinder Singh Brar wrote: Presently, using exynos_defconfig with CONFIG_DEBUG_LL and CONFIG_EARLY_PRINTK on, kernel is not booting, we are getting following: [0.00] [ cut here ] [0.00] kernel BUG at mm/vmalloc.c:1134! [0.00] Internal

RE: [PATCH] ARM: EXYNOS: remove obsolete exynos4_defconfig

2013-07-24 Thread Kukjin Kim
Daniel Lezcano wrote: On 06/28/2013 02:45 PM, Bartlomiej Zolnierkiewicz wrote: On Friday, June 28, 2013 11:51:23 AM Daniel Lezcano wrote: On 06/28/2013 11:48 AM, Bartlomiej Zolnierkiewicz wrote: It hasn't been updated since Novemeber 2011 and exynos_defconfig should be used instead.

Re: [PATCH 1/1] ARM: EXYNOS: Cleanup common.h file

2013-07-24 Thread Sachin Kamat
On 24 July 2013 13:01, Kukjin Kim kgene@samsung.com wrote: Sachin Kamat wrote: On 24 July 2013 08:43, Kukjin Kim kg...@kernel.org wrote: Kukjin Kim wrote: Sachin Kamat wrote: Remove unused declarations that got left behind subsequent to making Exynos a DT-only platform.

[PATCH v4 1/1] ARM: EXYNOS: Update CONFIG_ARCH_NR_GPIO for Exynos

2013-07-24 Thread Sachin Kamat
With the recent cleanup in Exynos platform code notably commits 17859bec (ARM: EXYNOS: Do not select legacy Kconfig symbols any more) and b910 (ARM: EXYNOS: Remove mach/gpio.h), the definition of ARCH_NR_GPIOS got removed. This started causing problems on SoCs like Exynos4412 which have more

[PATCH 0/3] parse watchdog node to read PMU registers addresses

2013-07-24 Thread Leela Krishna Amudala
This patch set does the following things - add the clock entries to watchdog node. - parse the watchdog device node to read pmu wdt sys registers addresses and do mask/unmask enable/disable of WDT in probe and s2r scenarios. This patch set is rebased on Kgene's

[PATCH 1/3] watchdog: s3c2410_wdt: parse watchdog dt node to read PMU registers adresses

2013-07-24 Thread Leela Krishna Amudala
This patch parses the watchdog node to read pmu wdt sys registers addresses and do mask/unmask enable/disable of WDT in probe and s2r scenarios. Reviewed-by: Doug Anderson diand...@chromium.org Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com ---

[PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node

2013-07-24 Thread Leela Krishna Amudala
This patch adds clock entries to watchdog node for exynos5420 as per the common clock framework of exynos5420 Reviewed-by: Alim Akhtar alim.akh...@samsung.com Reviewed-by: Doug Anderson diand...@chromium.org Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com ---

[PATCH 3/3] ARM: dts: exynos: add PMU registers addresses and mask bit to watchdog node

2013-07-24 Thread Leela Krishna Amudala
This patch adds support for specifying the pmu registers and masking bit for watchdog to enable/disable and mask/unmask the watchdog reset request. Reviewed-by: Doug Anderson diand...@chromium.org Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5.dtsi|

Re: [PATCH 3/3] ARM: dts: exynos: add PMU registers addresses and mask bit to watchdog node

2013-07-24 Thread Sachin Kamat
Hi Leela, On 24 July 2013 15:08, Leela Krishna Amudala l.kris...@samsung.com wrote: This patch adds support for specifying the pmu registers and masking bit for watchdog to enable/disable and mask/unmask the watchdog reset request. Reviewed-by: Doug Anderson diand...@chromium.org

Re: [PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node

2013-07-24 Thread Sachin Kamat
Hi Leela, On 24 July 2013 15:08, Leela Krishna Amudala l.kris...@samsung.com wrote: This patch adds clock entries to watchdog node for exynos5420 as per the common clock framework of exynos5420 Reviewed-by: Alim Akhtar alim.akh...@samsung.com Reviewed-by: Doug Anderson diand...@chromium.org

[PATCH] ARM: EXYNOS: cpuidle: Skip C1 cpuidle state for exynos5440

2013-07-24 Thread Amit Daniel Kachhap
This patch skips the deep C1(AFTR -Arm off top running) state for exynos5440 soc as this soc does not support this state. All the cpu's only allows the basic C0 state. Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com --- arch/arm/mach-exynos/cpuidle.c |2 +- 1 files changed, 1

Re: [PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node

2013-07-24 Thread Tomasz Figa
Hi Sachin, On Wednesday 24 of July 2013 15:18:26 Sachin Kamat wrote: Hi Leela, On 24 July 2013 15:08, Leela Krishna Amudala l.kris...@samsung.com wrote: This patch adds clock entries to watchdog node for exynos5420 as per the common clock framework of exynos5420 Reviewed-by: Alim

Re: [PATCH V2 2/2] ARM: EXYNOS: cpuidle: Allow C1 state only in supported SOC's.

2013-07-24 Thread amit daniel kachhap
On Wed, Jul 24, 2013 at 1:06 PM, Kukjin Kim kg...@kernel.org wrote: amit daniel kachhap wrote: [...] /* Support IDLE only */ - if (cpu_id != 0) + if (!(soc_is_exynos4210() || soc_is_exynos4212() || + soc_is_exynos4412() ||

Re: [PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node

2013-07-24 Thread Sachin Kamat
Hi Tomasz, On 24 July 2013 15:24, Tomasz Figa t.f...@samsung.com wrote: Hi Sachin, On Wednesday 24 of July 2013 15:18:26 Sachin Kamat wrote: Hi Leela, On 24 July 2013 15:08, Leela Krishna Amudala l.kris...@samsung.com wrote: This patch adds clock entries to watchdog node for exynos5420

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

2013-07-24 Thread Sachin Kamat
Added clock entries for thermal management unit (TMU) for Exynos4 SoCs. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Resending this (after rebasing) based on the below discussion: http://comments.gmane.org/gmane.linux.kernel.samsung-soc/19933 Previous version:

Re: [PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node

2013-07-24 Thread Leela Krishna Amudala
Hi Sachin, On Wed, Jul 24, 2013 at 3:31 PM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Tomasz, On 24 July 2013 15:24, Tomasz Figa t.f...@samsung.com wrote: Hi Sachin, On Wednesday 24 of July 2013 15:18:26 Sachin Kamat wrote: Hi Leela, On 24 July 2013 15:08, Leela Krishna Amudala

Re: [PATCH v4 1/1] ARM: EXYNOS: Update CONFIG_ARCH_NR_GPIO for Exynos

2013-07-24 Thread Sylwester Nawrocki
Hi Sachin, On 07/24/2013 10:43 AM, Sachin Kamat wrote: With the recent cleanup in Exynos platform code notably commits 17859bec (ARM: EXYNOS: Do not select legacy Kconfig symbols any more) and b910 (ARM: EXYNOS: Remove mach/gpio.h), the definition of ARCH_NR_GPIOS got removed. This

Re: [PATCH v4 1/1] ARM: EXYNOS: Update CONFIG_ARCH_NR_GPIO for Exynos

2013-07-24 Thread Sachin Kamat
Hi Sylwester, On 24 July 2013 16:14, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Sachin, On 07/24/2013 10:43 AM, Sachin Kamat wrote: With the recent cleanup in Exynos platform code notably commits 17859bec (ARM: EXYNOS: Do not select legacy Kconfig symbols any more) and b910

Re: [PATCH 3/3] ARM: dts: exynos: add PMU registers addresses and mask bit to watchdog node

2013-07-24 Thread Leela Krishna Amudala
Hi Sachin, On Wed, Jul 24, 2013 at 3:16 PM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Leela, On 24 July 2013 15:08, Leela Krishna Amudala l.kris...@samsung.com wrote: This patch adds support for specifying the pmu registers and masking bit for watchdog to enable/disable and mask/unmask

Re: [PATCH 3/3] ARM: dts: exynos: add PMU registers addresses and mask bit to watchdog node

2013-07-24 Thread Sachin Kamat
Hi Leela, On 24 July 2013 16:24, Leela Krishna Amudala l.kris...@samsung.com wrote: Hi Sachin, On Wed, Jul 24, 2013 at 3:16 PM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Leela, On 24 July 2013 15:08, Leela Krishna Amudala l.kris...@samsung.com wrote: This patch adds support for

RE: [PATCH v4 1/1] ARM: EXYNOS: Update CONFIG_ARCH_NR_GPIO for Exynos

2013-07-24 Thread Kukjin Kim
Sachin Kamat wrote: Hi Sylwester, Hi all, [...] @@ -1590,8 +1590,7 @@ config ARM_PSCI config ARCH_NR_GPIO int default 1024 if ARCH_SHMOBILE || ARCH_TEGRA - default 512 if SOC_OMAP5 - default 512 if ARCH_KEYSTONE + default 512 if ARCH_EXYNOS ||

Re: [PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node

2013-07-24 Thread Tomasz Figa
On Wednesday 24 of July 2013 15:31:43 Sachin Kamat wrote: Hi Tomasz, On 24 July 2013 15:24, Tomasz Figa t.f...@samsung.com wrote: Hi Sachin, On Wednesday 24 of July 2013 15:18:26 Sachin Kamat wrote: Hi Leela, On 24 July 2013 15:08, Leela Krishna Amudala l.kris...@samsung.com

Re: [PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node

2013-07-24 Thread Sachin Kamat
On 24 July 2013 16:42, Tomasz Figa t.f...@samsung.com wrote: On Wednesday 24 of July 2013 15:31:43 Sachin Kamat wrote: Hi Tomasz, On 24 July 2013 15:24, Tomasz Figa t.f...@samsung.com wrote: Hi Sachin, On Wednesday 24 of July 2013 15:18:26 Sachin Kamat wrote: Hi Leela, On 24 July

RE: [PATCH] ARM: EXYNOS: cpuidle: Skip C1 cpuidle state for exynos5440

2013-07-24 Thread Kukjin Kim
Amit Daniel Kachhap wrote: This patch skips the deep C1(AFTR -Arm off top running) state for exynos5440 soc as this soc does not support this state. All the cpu's only allows the basic C0 state. Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com ---

RE: [PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node

2013-07-24 Thread Kukjin Kim
Sachin Kamat wrote: On 24 July 2013 16:42, Tomasz Figa t.f...@samsung.com wrote: On Wednesday 24 of July 2013 15:31:43 Sachin Kamat wrote: Hi Tomasz, On 24 July 2013 15:24, Tomasz Figa t.f...@samsung.com wrote: Hi Sachin, On Wednesday 24 of July 2013 15:18:26 Sachin Kamat

RE: [PATCH v4 1/1] ARM: EXYNOS: Update CONFIG_ARCH_NR_GPIO for Exynos

2013-07-24 Thread Kukjin Kim
Kukjin Kim wrote: Sachin Kamat wrote: Hi Sylwester, Hi all, [...] @@ -1590,8 +1590,7 @@ config ARM_PSCI config ARCH_NR_GPIO int default 1024 if ARCH_SHMOBILE || ARCH_TEGRA - default 512 if SOC_OMAP5 - default 512 if ARCH_KEYSTONE +

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

2013-07-24 Thread Kukjin Kim
Sachin Kamat wrote: Added clock entries for thermal management unit (TMU) for Exynos4 SoCs. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Acked-by: Kukjin Kim kgene@samsung.com Mike, I remember you're ok this for v3.12 so if you do not apply this in clk-next yet, please go ahead

RE: [RESEND PATCH 1/3] ARM: EXYNOS: Move arm core power down clock to exynos5250 common clock

2013-07-24 Thread Kukjin Kim
amit daniel kachhap wrote: Hi Mike, If possible please ack this patch or merge this via your tree. Thanks, Amit Daniel On Thu, Jun 6, 2013 at 12:27 PM, Amit Daniel Kachhap amit.dan...@samsung.com wrote: Now with common clock support added for exynos5250 it is necessary to move

RE: [PATCH v2 0/8] Common Clock Framework support for Samsung S3C64xx

2013-07-24 Thread Kukjin Kim
Tomasz Figa wrote: This series is an attempt to move clock support on Samsung S3C64xx SoCs to Common Clock Framework. First, support for PLL types present on S3C64xx SoCs is added to Samsung Common Clock Framework driver. Then the main clock driver for mentioned SoCs is introduced.

Re: [PATCH v4 1/1] ARM: EXYNOS: Update CONFIG_ARCH_NR_GPIO for Exynos

2013-07-24 Thread Sylwester Nawrocki
On 07/24/2013 02:00 PM, Kukjin Kim wrote: Kukjin Kim wrote: Sachin Kamat wrote: [...] @@ -1590,8 +1590,7 @@ config ARM_PSCI config ARCH_NR_GPIO int default 1024 if ARCH_SHMOBILE || ARCH_TEGRA - default 512 if SOC_OMAP5 - default 512 if ARCH_KEYSTONE + default 512

RE: [PATCH 1/3] watchdog: s3c2410_wdt: parse watchdog dt node to read PMU registers adresses

2013-07-24 Thread Kukjin Kim
Leela Krishna Amudala wrote: This patch parses the watchdog node to read pmu wdt sys registers addresses and do mask/unmask enable/disable of WDT in probe and s2r scenarios. Reviewed-by: Doug Anderson diand...@chromium.org Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com ---

[PATCH v2 07/22] ARM: Exynos4210: Remove '0x's from Exynos4110 DTSI file

2013-07-24 Thread Lee Jones
... for the sake of consistency and assumed convention. Cc: Kukjin Kim kgene@samsung.com Cc: linux-samsung-soc@vger.kernel.org Signed-off-by: Lee Jones lee.jo...@linaro.org diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index b7f358a..53e2527 100644

RE: [PATCH v2 6/6] ARM: S3C24XX: Convert s3c2416 and s3c2443 to common clock framework

2013-07-24 Thread Kukjin Kim
Tomasz Figa wrote: [...] + timer@5100 { + clocks = clocks PCLK_PWM; + clocks = clock PCLK_PWM; And I'm not sure using definition PCLK_PWM is better here... Care to explain your doubts about it? I think this is fine. I mean I don't know why someone use a

RE: [PATCH v3 00/13] ARM: dts: Add camera and magnetometer support for TRATS(2) board

2013-07-24 Thread Kukjin Kim
Sylwester Nawrocki wrote: This patch series includes some fixes and extensions to the Exynos dts files to add the camera and magnetometer sensor support for the TRATS and TRATS2 board. It depends on a patch from Tomasz adding initial TRATS2 board dts file [1]. Already it is in my tree :)

[PATCH v4 00/13] ARM: dts: Add camera and magnetometer support for TRATS(2) board

2013-07-24 Thread Sylwester Nawrocki
This patch series includes some fixes and extensions to the Exynos dts files to add the camera and magnetometer sensor support for the TRATS and TRATS2 board. It depends on a patch from Tomasz adding initial TRATS2 board dts file [1]. Changes since v3 include: - removed patch adding MIPI PHY

[PATCH v4 01/13] ARM: dts: Correct camera pinctrl nodes for Exynos4x12 SoCs

2013-07-24 Thread Sylwester Nawrocki
Add separate nodes for the CAMCLK pin and turn off pull-up on camera ports A, B. The video bus pins and the clock output (CAMCLK) pin need separate nodes since full camera port is not used in some configurations, e.g. for MIPI CSI-2 bus only CAMCLK is required and data/clock signal use separate

[PATCH v4 02/13] ARM: dts: Add pinctrl entries for Exynos4x12 FIMC-IS peripherals

2013-07-24 Thread Sylwester Nawrocki
Add pinctrl nodes for the ISP I2C0, ISP I2C1 and ISP UART devices. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 21

[PATCH v4 06/13] ARM: dts: Add camera subsystem nodes to exynos4x12.dtsi

2013-07-24 Thread Sylwester Nawrocki
Add common camera node and Exynos4212/4412 specific nodes for FIMC, MIPI-CSIS, FIMC-LITE and FIMC-IS devices. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com --- Changes since v3: - fixed

RE: [PATCH] spi/s3c64xx: Remove unused message queue

2013-07-24 Thread Kukjin Kim
Mark Brown wrote: From: Mark Brown broo...@linaro.org Since the driver has been converted to use the core message pump code the only use of the messsage queue in the driver is a check to see if it is empty which will always succeed since nothing ever adds to the queue. Just remove the

[PATCH v4 03/13] ARM: dts: Add ISP power domain node for Exynos4x12

2013-07-24 Thread Sylwester Nawrocki
The ISP power domain is a common power domain for FIMC-LITE and FIMC-IS (camera ISP) devices. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com --- arch/arm/boot/dts/exynos4x12.dtsi |5

[PATCH v4 05/13] ARM: dts: Add camera subsystem device nodes to exynos4.dtsi

2013-07-24 Thread Sylwester Nawrocki
This patch adds common Exynos4 SoC series FIMC and MIPI CSIS device nodes. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com --- Changes since v3: - added #address-cells/#size-cells

[PATCH v4 04/13] ARM: dts: Use generic DMA bindings for Exynos4 SPI devices

2013-07-24 Thread Sylwester Nawrocki
The Exynos4 SPI controller has migrated to the generic DMA bindings since commit b5be04d35dbb2e00 spi: s3c64xx: Modify SPI driver to use generic DMA DT support. Use the generic bindings to specify the corresponding DMA to make the SPI usable again on Exynos4x12 SoCs. Signed-off-by: Sylwester

[PATCH v4 11/13] ARM: dts: Add FIMC nodes for Exynos4210 Trats board

2013-07-24 Thread Sylwester Nawrocki
Enable FIMC devices on the Trats board. This allows using the device in memory-to-memory mode only. The camera port pinctrl property is now empty and will be updated while support for the camera sensors is added. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin

[PATCH v4 13/13] ARM: dts: Add S5K5BA sensor regulator definitions for Trats board

2013-07-24 Thread Sylwester Nawrocki
From: Andrzej Hajda a.ha...@samsung.com Add MAX8998 LDO12 and fixed voltage regulator nodes. While at it, all fixed voltage regulator nodes are grouped in a 'regulators' node. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by:

[PATCH v4 07/13] ARM: dts: Add AK8975 device node for Exynos4412 TRATS2 board

2013-07-24 Thread Sylwester Nawrocki
From: Jacek Anaszewski j.anaszew...@samsung.com This patch adds AK8975 magnetometer node and corresponding i2c-gpio bus node for TRATS2 board. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Sylwester Nawrocki

[PATCH v4 09/13] ARM: dts: Add SPI1 controller and s5c73m3 sensor node for TRATS2

2013-07-24 Thread Sylwester Nawrocki
From: Andrzej Hajda a.ha...@samsung.com This patch add dts entries required for the SPI bus used for firware upload by the S5C73M3 camera. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4412-trats2.dts | 16

[PATCH v4 12/13] ARM: dts: Add Exynos4210 SoC camera port pinctrl nodes

2013-07-24 Thread Sylwester Nawrocki
From: Andrzej Hajda a.ha...@samsung.com Add pinctrl nodes for the camera parallel port CAM_A data bus and the CAM_A_CLKOUT clock output pin. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park

[PATCH v4 08/13] ARM: dts: Add camera device nodes for Exynos4412 TRATS2 board

2013-07-24 Thread Sylwester Nawrocki
This patch enables the front camera using the internal camera ISP (FIMC-IS). Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com --- Changes since v3: - #address-cells/#size-cells properties

[PATCH v4 10/13] ARM: dts: Add camera device nodes for Exynos4210 SoCs

2013-07-24 Thread Sylwester Nawrocki
Add common camera node and detailed properties for the Exynos4210 FIMC devices. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com --- arch/arm/boot/dts/exynos4210.dtsi | 30

Re: [PATCH v3 00/13] ARM: dts: Add camera and magnetometer support for TRATS(2) board

2013-07-24 Thread Sylwester Nawrocki
On 07/24/2013 03:00 PM, Kukjin Kim wrote: Sylwester Nawrocki wrote: This patch series includes some fixes and extensions to the Exynos dts files to add the camera and magnetometer sensor support for the TRATS and TRATS2 board. It depends on a patch from Tomasz adding initial TRATS2 board dts

[PATCH v3 0/5] clk/exynos5250: add clocks for hdmi subsystem

2013-07-24 Thread Rahul Sharma
Add clock changes for hdmi subsystem for exynos5250 SoC. These include addition of new clocks like mout_hdmi and smmu_tv, associating ID to clk_hdmiphy and some essential corrections. This set is based on kukjin's for-next branch at

[PATCH v3 2/5] clk/exynos5250: add mout_hdmi mux clock for hdmi

2013-07-24 Thread Rahul Sharma
hdmi driver needs to change the parent of hdmi clock frequently between pixel clock and hdmiphy clock. hdmiphy is not stable after power on and for a short interval while changing the phy configuration. For this duration pixel clock is used to clock hdmi. This patch is exposing the mux for

[PATCH v3 4/5] clk/exynos5250: add clock for mixer sysmmu

2013-07-24 Thread Rahul Sharma
Adding sysmmu clock for mixer for exynos5250 SoC. It also adds aclk200_disp1 mux which is the real parent of the disp1 block (contains hdmi, mixer, sysmmu_mixer). Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- Documentation/devicetree/bindings/clock/exynos5250-clock.txt |1 +

[PATCH v3 1/5] Documentation: exynos5250-clock: Add div_i2s1 and div_i2s2

2013-07-24 Thread Rahul Sharma
From: Tushar Behera tushar.beh...@linaro.org commit 79d743c177f9 (clk: exynos5250: Add enum entries for divider clock of i2s1 and i2s2) added two new clock entries. Add the clock entry enum numbers to documentation. Signed-off-by: Tushar Behera tushar.beh...@linaro.org ---

[PATCH v3 3/5] clk/exynos5250: add sclk_hdmiphy in the list of special clocks

2013-07-24 Thread Rahul Sharma
hdmi driver needs hdmiphy clock which is one of the parent for hdmi mux clock. This is required while changing the parent of mux clock. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Conflicts: drivers/clk/samsung/clk-exynos5250.c ---

[PATCH v3 5/5] clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystem

2013-07-24 Thread Rahul Sharma
parent of hdmi and mixer block is mentioned as aclk200 which is not correct. It is clocked by the ouput of aclk200_disp1. Hence parent for mixer and hdmi clocks is changed to aclk200_disp1. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- drivers/clk/samsung/clk-exynos5250.c |4 ++--

Re: [PATCH v2 6/6] ARM: S3C24XX: Convert s3c2416 and s3c2443 to common clock framework

2013-07-24 Thread Tomasz Figa
On Wednesday 24 of July 2013 21:59:45 Kukjin Kim wrote: Tomasz Figa wrote: [...] + timer@5100 { + clocks = clocks PCLK_PWM; + clocks = clock PCLK_PWM; And I'm not sure using definition PCLK_PWM is better here... Care to explain your

Re: [PATCH v2 07/22] ARM: Exynos4210: Remove '0x's from Exynos4110 DTSI file

2013-07-24 Thread Tomasz Figa
On Wednesday 24 of July 2013 13:39:31 Lee Jones wrote: ... for the sake of consistency and assumed convention. Cc: Kukjin Kim kgene@samsung.com Cc: linux-samsung-soc@vger.kernel.org Signed-off-by: Lee Jones lee.jo...@linaro.org diff --git a/arch/arm/boot/dts/exynos4210.dtsi

Re: [PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node

2013-07-24 Thread Tomasz Figa
On Wednesday 24 of July 2013 20:56:15 Kukjin Kim wrote: Sachin Kamat wrote: On 24 July 2013 16:42, Tomasz Figa t.f...@samsung.com wrote: On Wednesday 24 of July 2013 15:31:43 Sachin Kamat wrote: Hi Tomasz, On 24 July 2013 15:24, Tomasz Figa t.f...@samsung.com wrote: Hi Sachin,

[PATCH v2] ARM: dts: Add USB host node for Exynos4

2013-07-24 Thread Dongjin Kim
This patch adds EHCI and OHCI host device nodes for Exynos4. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index

Re: [PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node

2013-07-24 Thread Tomasz Figa
On Wednesday 24 of July 2013 16:51:06 Sachin Kamat wrote: On 24 July 2013 16:42, Tomasz Figa t.f...@samsung.com wrote: On Wednesday 24 of July 2013 15:31:43 Sachin Kamat wrote: Hi Tomasz, On 24 July 2013 15:24, Tomasz Figa t.f...@samsung.com wrote: Hi Sachin, On Wednesday 24 of

Re: [PATCH 1/2] ARM: dts: Add USB Host nodes to Exynos4210

2013-07-24 Thread Dongjin Kim
Hi Jingoo, I had submitted another patch almost similar contents, but my patch contains both EHCI and OHCI USB host devices node in exynos4.dtsi since I had tested on Exynos4412 and their register map are same with Exynos4210. [1] https://patchwork.kernel.org/patch/2832779 On Wed, May 29, 2013

Re: [PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node

2013-07-24 Thread Sylwester Nawrocki
On 07/24/2013 04:09 PM, Tomasz Figa wrote: On Wednesday 24 of July 2013 20:56:15 Kukjin Kim wrote: Sachin Kamat wrote: On 24 July 2013 16:42, Tomasz Figa t.f...@samsung.com wrote: On Wednesday 24 of July 2013 15:31:43 Sachin Kamat wrote: On 24 July 2013 15:24, Tomasz Figa t.f...@samsung.com

Re: [PATCH v2 07/22] ARM: Exynos4210: Remove '0x's from Exynos4110 DTSI file

2013-07-24 Thread Lee Jones
On Wed, 24 Jul 2013, Tomasz Figa wrote: On Wednesday 24 of July 2013 13:39:31 Lee Jones wrote: ... for the sake of consistency and assumed convention. Cc: Kukjin Kim kgene@samsung.com Cc: linux-samsung-soc@vger.kernel.org Signed-off-by: Lee Jones lee.jo...@linaro.org diff

[PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 DTSI file

2013-07-24 Thread Lee Jones
... for the sake of consistency and assumed convention. Cc: Kukjin Kim kgene@samsung.com Cc: linux-samsung-soc@vger.kernel.org Signed-off-by: Lee Jones lee.jo...@linaro.org diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index b7f358a..53e2527 100644 ---

Re: [PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node

2013-07-24 Thread Tomasz Figa
On Wednesday 24 of July 2013 16:52:43 Sylwester Nawrocki wrote: On 07/24/2013 04:09 PM, Tomasz Figa wrote: On Wednesday 24 of July 2013 20:56:15 Kukjin Kim wrote: Sachin Kamat wrote: On 24 July 2013 16:42, Tomasz Figa t.f...@samsung.com wrote: On Wednesday 24 of July 2013 15:31:43 Sachin

[PATCH] V4L: s5c73m3: Add device tree support

2013-07-24 Thread Sylwester Nawrocki
From: Andrzej Hajda a.ha...@samsung.com This patch adds the V4L2 asychronous subdev registration and device tree support. Common clock API is used to control the sensor master clock from within the subdev driver. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Andrzej

Re: [PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 DTSI file

2013-07-24 Thread Tomasz Figa
On Wednesday 24 of July 2013 16:09:37 Lee Jones wrote: ... for the sake of consistency and assumed convention. Cc: Kukjin Kim kgene@samsung.com Cc: linux-samsung-soc@vger.kernel.org Signed-off-by: Lee Jones lee.jo...@linaro.org diff --git a/arch/arm/boot/dts/exynos4210.dtsi

[GIT PULL] Samsung-fixes-1 for v3.11

2013-07-24 Thread Kukjin Kim
The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-fixes-1 for you to fetch changes up to

Re: [PATCH 01/15] drivers: phy: add generic PHY framework

2013-07-24 Thread Arnd Bergmann
On Tuesday 23 July 2013, Tomasz Figa wrote: On Tuesday 23 of July 2013 17:14:20 Alan Stern wrote: On Tue, 23 Jul 2013, Tomasz Figa wrote: Where would you want to have those phy_address arrays stored? There are no board files when booting with DT. Not even saying that you don't need to

Re: [PATCH V3] pci: exynos: split into two parts such as Synopsys part and Exynos part

2013-07-24 Thread Arnd Bergmann
On Tuesday 23 July 2013, Jingoo Han wrote: Also I have one more query. In your dt binding, your pci address and cpu address is the same. But the pci address should start at 0x and end at 0x (for 32bit). Shouldn't the cpu address map to something within this range

Re: [PATCH] of: provide of_platform_unpopulate()

2013-07-24 Thread Grant Likely
On Mon, 22 Jul 2013 16:16:07 -0500, Rob Herring robherri...@gmail.com wrote: On 07/21/2013 06:44 PM, Grant Likely wrote: On Sun, Jul 21, 2013 at 9:48 PM, Rob Herring robherri...@gmail.com wrote: On 07/21/2013 09:42 AM, Rob Herring wrote: On 07/19/2013 01:14 PM, Sebastian Andrzej Siewior

[PATCH v4 4/6] clk/exynos5250: add sclk_hdmiphy in the list of special clocks

2013-07-24 Thread Rahul Sharma
hdmi driver needs hdmiphy clock which is one of the parent for hdmi mux clock. This is required while changing the parent of mux clock. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Conflicts: drivers/clk/samsung/clk-exynos5250.c ---

[PATCH v4 2/6] Documentation: exynos5250-clock: Add div_i2s1 and div_i2s2

2013-07-24 Thread Rahul Sharma
From: Tushar Behera tushar.beh...@linaro.org commit 79d743c177f9 (clk: exynos5250: Add enum entries for divider clock of i2s1 and i2s2) added two new clock entries. Add the clock entry enum numbers to documentation. Signed-off-by: Tushar Behera tushar.beh...@linaro.org ---

[PATCH v4 6/6] clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystem

2013-07-24 Thread Rahul Sharma
parent of hdmi and mixer block is mentioned as aclk200 which is not correct. It is clocked by the ouput of aclk200_disp1. Hence parent for mixer and hdmi clocks is changed to aclk200_disp1. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- drivers/clk/samsung/clk-exynos5250.c |4 ++--

[PATCH v4 1/6] clk/exynos5250: Fix HDMI clock number in documentation

2013-07-24 Thread Rahul Sharma
From: Arun Kumar K arun...@samsung.com This patch corrects the HDMI clock number given wrongly in the documentation. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- Documentation/devicetree/bindings/clock/exynos5250-clock.txt |2 +- 1

[PATCH v4 3/6] clk/exynos5250: add mout_hdmi mux clock for hdmi

2013-07-24 Thread Rahul Sharma
hdmi driver needs to change the parent of hdmi clock frequently between pixel clock and hdmiphy clock. hdmiphy is not stable after power on and for a short interval while changing the phy configuration. For this duration pixel clock is used to clock hdmi. This patch is exposing the mux for

[PATCH v4 0/6] clk/exynos5250: add clocks for hdmi subsystem

2013-07-24 Thread Rahul Sharma
Add clock changes for hdmi subsystem for exynos5250 SoC. These include addition of new clocks like mout_hdmi and smmu_tv, associating ID to clk_hdmiphy and some essential corrections. This set is based on kukjin's for-next branch at

[PATCH v4 5/6] clk/exynos5250: add clock for mixer sysmmu

2013-07-24 Thread Rahul Sharma
Adding sysmmu clock for mixer for exynos5250 SoC. It also adds aclk200_disp1 mux which is the real parent of the disp1 block (contains hdmi, mixer, sysmmu_mixer). Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- Documentation/devicetree/bindings/clock/exynos5250-clock.txt |1 +