RE: [PATCH 2/2] ARM: dts: Update display clock frequency for Origen-4412

2013-11-12 Thread Kukjin Kim
Sachin Kamat wrote: + dt ml. As per the timing information for supported panel, the value should be between 47.2 MHz to 47.9 MHz for 60Hz refresh rate. Total horizontal pixels = 1024 (x-res) + 80 (margin) + 48 (hsync) = 1152 Total vertical pixels = 600 (y-res) + 80 (margin) + 3 (vsync) =

RE: [PATCH 1/1] dmaengine: s3c24xx-dma: use DMA_COMPLETE for dma completion status

2013-11-12 Thread Kukjin Kim
Vinod Koul wrote: On Thu, Oct 31, 2013 at 10:48:09AM +0530, Sachin Kamat wrote: Use the recently introduced DMA_COMPLETE instead of DMA_SUCCESS. Without this patch we get the following build error: drivers/dma/s3c24xx-dma.c: In function ‘s3c24xx_dma_tx_status’:

RE: [PATCH v3 2/2] ARM: dts: Update Samsung sysreg binding document

2013-11-12 Thread Kukjin Kim
Sachin Kamat wrote: Added a binding example for reference and updated the node name. While at it also removed the name description as it is not necessary. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Changes since v2: * Removed node name description as suggested by Tomasz

RE: [PATCH v3 1/2] ARM: dts: Fix sysreg node name in exynos4.dtsi

2013-11-12 Thread Kukjin Kim
Sachin Kamat wrote: Fix the name as per DT node naming convention. - rename the node to syscon which is a more generic name. - append the register value to the node name. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Reviewed-by: Tomasz Figa t.f...@samsung.com --- Changes since

RE: [PATCH 1/2] ARM: dts: Enable RTC node in exynos4.dtsi file

2013-11-12 Thread Kukjin Kim
Sachin Kamat wrote: Since there are no board specific properties for the RTC node, keep it enabled in the dtsi file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi |1 - 1 file changed, 1 deletion(-) diff --git

RE: [PATCH 1/1] ARM: dts: Enable watchdog in Exynos4

2013-11-12 Thread Kukjin Kim
Sachin Kamat wrote: Enabled watchdog in Exynos4. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi |1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index

RE: [RESEND] [PATCH V3] ARM: dts: Add DMA controller node info on Exynos5420.

2013-11-12 Thread Kukjin Kim
Leela Krishna Amudala wrote: + dt ml. From: Padmavathi Venna padm...@samsung.com This patch adds dma controller node info on Exynos5420. Exynos5420 has adma for audio IPs. As adma clk is dependent on audss clk provider that will be added later. Signed-off-by: Padmavathi Venna

RE: [PATCH] ARM: dts: Add SPI nodes to the exynos5420 device tree file

2013-11-12 Thread Kukjin Kim
Leela Krishna Amudala wrote: Add SPI device tree nodes to Exynos5420 SoC Signed-off-by: Doug Anderson diand...@chromium.org Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Reviewed-by: Andrew Bresticker abres...@chromium.org --- Note: This patch is rebased on Kgene's for-next

RE: [RESEND] [PATCH] ARM: dts: exynos5: add pwm DT nodes to Exynos5250 and Exynos5420

2013-11-12 Thread Kukjin Kim
Leela Krishna Amudala wrote: Hi Sachin, On Thu, Oct 10, 2013 at 11:18 AM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Leela, On 10 October 2013 11:12, Leela Krishna Amudala l.kris...@samsung.com wrote: Add the device-tree binding for the PWM controller to Exynos5250 and

RE: [Patch v4 0/2] Enable all cpus in Exynos5420

2013-11-12 Thread Kukjin Kim
Chander Kashyap wrote: Hi Kukjin, On 7 October 2013 09:47, Chander Kashyap chander.kash...@linaro.org wrote: Exynos5420 is an octa-core SoC. This patch series enables the remaining 4 cores. Changes in v2: - Changed the cpu node @unit-address value to reg property value.

Re: [PATCH] ARM: dts: Add missing GPIO entries for sd_bus in

2013-11-12 Thread Leela Krishna Amudala
Hi Sachin, On Tue, Nov 12, 2013 at 3:53 PM, Kukjin Kim kg...@kernel.org wrote: Sachin Kamat wrote: Following is more clear? ARM: dts: Add missing GPIO entries for sd_bus_width4 in exynos5420-pinctrl Adds missing GPIO entries for sd_bus nodes in exynos5420-pinctrl. This is not a missing

Re: [PATCH] ARM: dts: Add SPI nodes to the exynos5420 device tree file

2013-11-12 Thread Leela Krishna Amudala
Hi Kukjin, Thanks for reviewing the patch. On Tue, Nov 12, 2013 at 4:46 PM, Kukjin Kim kg...@kernel.org wrote: Leela Krishna Amudala wrote: Add SPI device tree nodes to Exynos5420 SoC Signed-off-by: Doug Anderson diand...@chromium.org Signed-off-by: Leela Krishna Amudala

Re: [PATCH 1/1] ARM: EXYNOS: Add enable property to power domains

2013-11-12 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, November 11, 2013 03:28:44 PM Tomasz Figa wrote: Hi Prathyush, Thanks for your reply. However, please do not use HTML messages to reply to mailing lists, as many of them filter out such. On Monday 11 of November 2013 05:53:18 Prathyush Kalashwaram wrote: Hi Tomasz,

[PATCH 2/2] ASoC: samsung: Use ASoC dmaengine code where possible

2013-11-12 Thread Mark Brown
From: Mark Brown broo...@linaro.org Since all Exynos platforms have been converted to dmaengine and many of the older platforms are in the process of conversion they do not need to use the legacy s3c-dma APIs for DMA but can instead use the standard ASoC dmaengine helpers. This both allows them

[PATCH 1/2] ASoC: samsung: Provide helper for DMA init

2013-11-12 Thread Mark Brown
From: Mark Brown broo...@linaro.org In preparation for using the dmaengine helpers in ASoC rather than the dmaengine wrappers for the Samsung API wrap the configuration of dma_data. The dmaengine code expects different data to that used by the legacy API. Signed-off-by: Mark Brown

ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board

2013-11-12 Thread Alex Ling
Add a minimal board dts file for EXYNOS4412 based FriendlyARM's TINY4412 board. This patch including adds the node to support peripherals like UART, SD card on SDMMC2 port, and this patch adds GPIO connected LEDS and configure its properties like following: LED1: use 'heartbeat' trigger, blinking

Re: ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board

2013-11-12 Thread Rob Herring
On 11/12/2013 09:02 AM, Alex Ling wrote: Add a minimal board dts file for EXYNOS4412 based FriendlyARM's TINY4412 board. This patch including adds the node to support peripherals like UART, SD card on SDMMC2 port, and this patch adds GPIO connected LEDS and configure its properties like

Re: [RFC 0/4] Add basic support for ASV

2013-11-12 Thread MyungJoo Ham
On Mon, Nov 11, 2013 at 11:27 PM, Yadwinder Singh Brar yadi.bra...@gmail.com wrote: gentle ping for suggestions/reviews .. On Wed, Sep 11, 2013 at 8:14 PM, Yadwinder Singh Brar yadi.b...@samsung.com wrote: This series is to add basic common infrastructure for ASV. Basically ASV is a

Re: [PATCH 1/1] ARM: dts: Enable watchdog in Exynos4

2013-11-12 Thread Sachin Kamat
Hi Kukjin, On 12 November 2013 16:33, Kukjin Kim kg...@kernel.org wrote: Sachin Kamat wrote: Enabled watchdog in Exynos4. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi |1 - 1 file changed, 1 deletion(-) diff --git

Re: [PATCH 1/2] ARM: dts: Enable RTC node in exynos4.dtsi file

2013-11-12 Thread Sachin Kamat
Hi Kukjin, On 12 November 2013 16:31, Kukjin Kim kg...@kernel.org wrote: Sachin Kamat wrote: Since there are no board specific properties for the RTC node, keep it enabled in the dtsi file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi |1 -

Re: [PATCH 2/2] ARM: dts: Update display clock frequency for Origen-4412

2013-11-12 Thread Tushar Behera
On 12 November 2013 15:47, Kukjin Kim kg...@kernel.org wrote: Sachin Kamat wrote: + dt ml. As per the timing information for supported panel, the value should be between 47.2 MHz to 47.9 MHz for 60Hz refresh rate. Total horizontal pixels = 1024 (x-res) + 80 (margin) + 48 (hsync) = 1152

Re: [PATCH] ARM: dts: Add missing GPIO entries for sd_bus in

2013-11-12 Thread Sachin Kamat
Hi Leela, Thanks for the detailed explanation. On 12 November 2013 17:20, Leela Krishna Amudala leelakrishn...@gmail.com wrote: Hi Sachin, On Tue, Nov 12, 2013 at 3:53 PM, Kukjin Kim kg...@kernel.org wrote: Sachin Kamat wrote: Following is more clear? ARM: dts: Add missing GPIO entries

Re: ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board

2013-11-12 Thread kasim ling
On Wed, Nov 13, 2013 at 3:13 AM, Rob Herring robherri...@gmail.com wrote: On 11/12/2013 09:02 AM, Alex Ling wrote: Add a minimal board dts file for EXYNOS4412 based FriendlyARM's TINY4412 board. This patch including adds the node to support peripherals like UART, SD card on SDMMC2 port, and