Re: [PATCH V4 0/5] Add generic DMA DT binding support

2013-02-14 Thread Vinod Koul
On Thu, Feb 14, 2013 at 11:12:51AM +0530, Padma Venkat wrote: Hi Vinod, On Thu, Feb 14, 2013 at 10:17 AM, Vinod Koul vinod.k...@intel.com wrote: On Wed, Feb 13, 2013 at 09:52:30AM +0530, Padma Venkat wrote: Hi Vinod, On Tue, Feb 12, 2013 at 8:19 PM, Vinod Koul vinod.k...@intel.com

Re: [PATCH V6 02/10] ASoC: SAMSUNG: Add DT support for i2s

2013-02-14 Thread Sylwester Nawrocki
Hi, On 01/18/2013 12:47 PM, Padmavathi Venna wrote: Add support for device based discovery. Signed-off-by: Padmavathi Venna padm...@samsung.com --- .../devicetree/bindings/sound/samsung-i2s.txt | 63 ++ sound/soc/samsung/dma.c|3 +-

Re: [PATCH V6 02/10] ASoC: SAMSUNG: Add DT support for i2s

2013-02-14 Thread Sylwester Nawrocki
On 01/18/2013 12:47 PM, Padmavathi Venna wrote: Add support for device based discovery. Signed-off-by: Padmavathi Venna padm...@samsung.com --- ... /* Lock for cross i/f checks */ @@ -997,19 +1006,76 @@ static struct i2s_dai *i2s_alloc_dai(struct platform_device *pdev, bool sec)

Re: [PATCH V6 02/10] ASoC: SAMSUNG: Add DT support for i2s

2013-02-14 Thread Tomasz Figa
Hi, On Thursday 14 of February 2013 11:48:59 Sylwester Nawrocki wrote: On 01/18/2013 12:47 PM, Padmavathi Venna wrote: Add support for device based discovery. Signed-off-by: Padmavathi Venna padm...@samsung.com --- ... /* Lock for cross i/f checks */ @@ -997,19 +1006,76 @@

Re: [RFC v2 3/3] video: exynos: Making s6e8ax0 panel driver compliant with CDF

2013-02-14 Thread Vikas Sajjan
Hi Mr. Lee, thanks for the review. On 14 February 2013 07:30, Donghwa Lee dh09@samsung.com wrote: On Wed, Feb 13, 2013 at 19:01, Vikas Sajjan wrote: Made necessary changes in s6e8ax0 panel driver as per the CDF-T. It also removes the dependency on backlight and lcd framework

Re: [PATCH V6 02/10] ASoC: SAMSUNG: Add DT support for i2s

2013-02-14 Thread Mark Brown
On Thu, Feb 14, 2013 at 11:48:59AM +0100, Sylwester Nawrocki wrote: NAK. Why we should leave with this temporary code when there is already pinctrl support for Exynos SoCs ? If the pinctrl driver for Exynos5 was updated you could instead just do

[PATCH v6] iio: adc: add exynos adc driver under iio framwork

2013-02-14 Thread Naveen Krishna Chatradhi
This patch adds New driver to support: 1. Supports ADC IF found on EXYNOS4412/EXYNOS5250 and future SoCs from Samsung 2. Add ADC driver under iio/adc framework 3. Also adds the Documentation for device tree bindings Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com --- Changes

Re: [PATCH] ARM: exynos: move exynos4210-combiner to drivers/irqchip

2013-02-14 Thread Rob Herring
On 02/13/2013 12:51 PM, Doug Anderson wrote: Rob / Olof, On Tue, Feb 12, 2013 at 2:52 PM, Olof Johansson o...@lixom.net wrote: On Tue, Feb 12, 2013 at 04:04:52PM -0600, Rob Herring wrote: From: Rob Herring rob.herr...@calxeda.com Exynos boot is broken with commit 0529e315 (ARM: use common

Re: [PATCH V4 0/4] Add generic DMA DT binding support

2013-02-14 Thread Vinod Koul
On Thu, Feb 14, 2013 at 09:10:04AM +0530, Padmavathi Venna wrote: Logically this should have been v5 :) Applied all, thanks -- ~Vinod Changes since V3: - Make dma-cells property optional as suggested by Rob Herring - Add dma-requests and dma-channels properties to DMA

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

2013-02-14 Thread Sylwester Nawrocki
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 be more appropriate. OTOH if this document is going to cover all Samsung G2D IP blocks then

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

2013-02-14 Thread Sylwester Nawrocki
On 02/13/2013 09:42 PM, Stephen Warren wrote: On 02/12/2013 03:39 PM, Sylwester Nawrocki wrote: [...] The whole subsystem topology is exposed to user space through the Media Controller API. OK, stable user-visible names are a reasonable use for device tree. I still don't think you should use

Re: [PATCH v5 1/4] ARM: Exynos5250: Enabling ehci-s5p driver

2013-02-14 Thread Vivek Gautam
On Sat, Feb 9, 2013 at 4:05 AM, Kukjin Kim kgene@samsung.com wrote: Vivek Gautam wrote: Adding EHCI device tree node for Exynos5250 along with the device base adress and gpio line for vbus. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Acked-by: Jingoo Han jg1@samsung.com

[PATCH v7] iio: adc: add exynos adc driver under iio framwork

2013-02-14 Thread Naveen Krishna Chatradhi
This patch adds New driver to support: 1. Supports ADC IF found on EXYNOS4412/EXYNOS5250 and future SoCs from Samsung 2. Add ADC driver under iio/adc framework 3. Also adds the Documentation for device tree bindings Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com --- Changes

[PATCH v4 0/5] Add DRM FIMD DT support for Exynos4 DT Machines

2013-02-14 Thread Vikas Sajjan
This patch series adds support for DRM FIMD DT for Exynos4 DT Machines, specifically for Exynos4412 SoC. changes since v3: - rebased on http://git.kernel.org/?p=linux/kernel/git/kgene/linux-samsung.git;a=shortlog;h=refs/heads/for-next-next changes since v2: - added alias

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

2013-02-14 Thread Vikas Sajjan
This adds common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 6581bb2..d73b9ee

[PATCH v4 2/5] ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC

2013-02-14 Thread Vikas Sajjan
From: Sachin Kamat sachin.ka...@linaro.org This patch adds the lcd panel related picntrl nodes for Exynos4412 SoC Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 14 ++ 1 file

[PATCH v4 3/5] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

2013-02-14 Thread Vikas Sajjan
Adds FIMD DT support to Origen quad board Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts

[PATCH v4 4/5] ARM: dts: add FIMD AUXDATA node entry for exynos4 DT

2013-02-14 Thread Vikas Sajjan
Adds the FIMD AUXDATA node Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/mach-exynos/mach-exynos4-dt.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index b68115a..779f151 100644 ---

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

2013-02-14 Thread Vikas Sajjan
Adds FIMD DT binding documentation both SoC and Board, with an example Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- .../devicetree/bindings/drm/exynos/fimd.txt| 37 1 file changed, 37 insertions(+) create mode 100644