Re: [PATCH V2 3/3] ARM: EXYNOS: Add drm-device node to the dtsi file

2012-09-27 Thread Tomasz Figa
Hi, On Wednesday 26 of September 2012 10:46:01 Kukjin Kim wrote: > Please check below comments from Thomas Abraham and I agree with his > opinion. > > There cannot be a node that represents a virtual device. Device tree > should ideally describe the hardware but the above node does not > represen

Re: [PATCH V3] video: exynos_dp: Add device tree support to DP driver

2012-09-27 Thread Tomasz Figa
Hi, On Friday 28 of September 2012 09:11:09 Jingoo Han wrote: > On Thursday, September 27, 2012 10:45 PM Sylwester Nawrocki wrote > > > +Example: > > > + > > > +SOC specific portion: > > > + dptx_phy: dptx_phy@0x10040720 { > > > + compatible = "samsung,dp-phy"; > > > + samsung,dptx

RE: [PATCH V2] ASoC: SAMSUNG: Add DT support for i2s

2012-09-27 Thread Sangbeom Kim
Hi! On Thu, Sep 27, 2012 at 07:26 PM, Padmavathi Venna wrote: > Subject: [PATCH V2] ASoC: SAMSUNG: Add DT support for i2s > > Add support for device based discovery. > > Signed-off-by: Padmavathi Venna Please describe the difference between v1 and v2. Thanks, Sangbeom. -- To unsubscribe from

Re: [PATCH 3/3] DMA: PL330: Balance module remove function with probe

2012-09-27 Thread Inderpal Singh
On 27 September 2012 21:36, Jassi Brar wrote: > On Thu, Sep 27, 2012 at 9:11 PM, Inderpal Singh > wrote: >> On 27 September 2012 15:18, Vinod Koul wrote: >>> On Wed, 2012-09-26 at 12:11 +0530, Inderpal Singh wrote: If we fail pl330_remove while some client is queued, the force unload w

RE: [PATCH 1/2] ARM: SAMSUNG: Insert bitmap_gpio_int member in samsung_gpio_chip

2012-09-27 Thread Eunki Kim
> -Original Message- > From: Joonyoung Shim [mailto:jy0922.s...@samsung.com] > Sent: Thursday, September 27, 2012 4:42 PM > To: Eunki Kim > Cc: linux-arm-ker...@lists.infradead.org; linux-samsung-soc@vger.kernel.org; > grant.lik...@secretlab.ca; linus.wall...@linaro.org; kgene@samsung.c

Re: [PATCH V3] video: exynos_dp: Add device tree support to DP driver

2012-09-27 Thread Jingoo Han
On Thursday, September 27, 2012 10:45 PM Sylwester Nawrocki wrote > > Hi, > > Cc: devicetree-disc...@lists.ozlabs.org > > On 09/24/2012 09:36 PM, Ajay Kumar wrote: > > This patch enables device tree based discovery support for DP driver. > > The driver is modified to handle platform data in both

Re: [PATCH 3/3] DMA: PL330: Balance module remove function with probe

2012-09-27 Thread Jassi Brar
On Thu, Sep 27, 2012 at 9:11 PM, Inderpal Singh wrote: > On 27 September 2012 15:18, Vinod Koul wrote: >> On Wed, 2012-09-26 at 12:11 +0530, Inderpal Singh wrote: >>> If we fail pl330_remove while some client is queued, the force unload >>> will fail and the >>> force unload will lose its purpose

Re: [PATCH 3/3] DMA: PL330: Balance module remove function with probe

2012-09-27 Thread Inderpal Singh
On 27 September 2012 15:18, Vinod Koul wrote: > On Wed, 2012-09-26 at 12:11 +0530, Inderpal Singh wrote: >> If we fail pl330_remove while some client is queued, the force unload >> will fail and the >> force unload will lose its purpose. >> How about conditionally DMA_TERMINATE_ALL and free resour

Re: [PATCH V2] ASoC: SAMSUNG: Add DT support for i2s

2012-09-27 Thread Stephen Warren
On 09/27/2012 04:25 AM, Padmavathi Venna wrote: > Add support for device based discovery. > +++ b/Documentation/devicetree/bindings/sound/samsung-i2s.txt > +i2s@0383 { > + compatible = "samsung,samsung-i2s"; > + reg = <0x0383 0x100>; > + tx-dma-channel-secondary = <&pdma0 8>;

Re: [PATCH V3] video: exynos_dp: Add device tree support to DP driver

2012-09-27 Thread Sylwester Nawrocki
Hi, Cc: devicetree-disc...@lists.ozlabs.org On 09/24/2012 09:36 PM, Ajay Kumar wrote: > This patch enables device tree based discovery support for DP driver. > The driver is modified to handle platform data in both the cases: > with DT and non-DT. > Documentation is also added for the DT bindings

[PATCH v2] ASoC: Samsung: Update Kconfig for Exynos5250 and Exynos4412

2012-09-27 Thread Padmavathi Venna
Update Kconfig file to support the Exynos5250 and Exynos4412 Signed-off-by: Sangsu Park Signed-off-by: Sangbeom Kim Signed-off-by: Padmavathi Venna --- sound/soc/samsung/Kconfig |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/soc/samsung/Kconfig b/sound/so

[PATCH V2] ARM: SAMSUNG: Delete the unnecessary variable

2012-09-27 Thread Padmavathi Venna
As the RCLK src clks are registered with clkdev using generic connection id , these clk names need not to be passed through platform data. So it is deleted. Signed-off-by: Padmavathi Venna --- arch/arm/plat-samsung/include/plat/audio.h |6 -- 1 files changed, 0 insertions(+), 6 deletions

[PATCH 5/5] ARM: Exynos: Avoid passing the clks through platform data

2012-09-27 Thread Padmavathi Venna
I2S controller has an internal mux for RCLK source clks. The list of source clk names were passed through platform data in non-dt case. The variable holding the list of RCLK source clk names is not required, as the list of clks need to be registered with clkdev using generic connection id. This is

[PATCH 4/5] ARM: S5PV210: Avoid passing the clks through platform data

2012-09-27 Thread Padmavathi Venna
I2S controller has an internal mux for RCLK source clks. The list of source clk names were passed through platform data in non-dt case. The variable holding the list of RCLK source clk names is not required, as the list of clks need to be registered with clkdev using generic connection id. This is

[PATCH 3/5] ARM: S5P64x0: Add I2S clkdev support

2012-09-27 Thread Padmavathi Venna
I2S controller has an internal mux for RCLK source clk. The list of source clk names were passed through platform data in non-dt case. Register the existing RCLK source clocks with clkdev using generic connection id. This is required as part of adding DT support for I2S controller driver. Signed-o

[PATCH 2/5] ARM: S5PC100: Add I2S clkdev support

2012-09-27 Thread Padmavathi Venna
I2S controller has an internal mux for RCLK source clk. The list of source clk names were passed through platform data in non-dt case. Register the existing RCLK source clocks with clkdev using generic connection id. This is required as part of adding DT support for I2S controller driver. Signed-o

[PATCH 1/5] ARM: S3C64XX: Add I2S clkdev support

2012-09-27 Thread Padmavathi Venna
I2S controller has an internal mux for RCLK source clks. The list of source clk names were passed through platform data in non-dt case. Register the existing RCLK source clocks with clkdev using generic connection id. This is required as part of adding DT support for I2S controller driver. Signed-

[PATCH V1 0/5] Avoid passing clks through platform data

2012-09-27 Thread Padmavathi Venna
I2S controller has an internal mux for RCLK source clks. The list of source clk names were passed through platform data in non-dt case. The variable holding the list of RCLK source clk names is not required, as the list of clks need to be registered with clkdev using generic connection id. This is

[PATCH V1 2/2] ARM: EXYNOS: Enable platform support for I2S controllers

2012-09-27 Thread Padmavathi Venna
Add AUXDATA entries for i2s controller driver so as to set the device name for clock lookups Signed-off-by: Padmavathi Venna --- arch/arm/mach-exynos/mach-exynos5-dt.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm

[PATCH V1 1/2] ARM: dts: Add nodes for i2s controllers for Samsung Exynos5 platforms

2012-09-27 Thread Padmavathi Venna
Add device nodes for the three instances of i2s controllers in Exynos5 platforms. Enable instance i2s 0 for exynos5250 board and disable all other i2s instances. Signed-off-by: Padmavathi Venna --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 15 +++ arch/arm/boot/dts/exynos5250.dts

[PATCH V1 0/2] ARM: Exynos: Enable I2S platform support for Exynos5

2012-09-27 Thread Padmavathi Venna
This patch set enables device tree based platform support for the three I2S controllers on Samsung's Exynos5 SoC's. Padmavathi Venna (2): ARM: dts: Add nodes for i2s controllers for Samsung Exynos5 platforms ARM: EXYNOS: Enable platform support for I2S controllers arch/arm/boot/dts/exynos525

[PATCH V2] ASoC: SAMSUNG: Add DT support for i2s

2012-09-27 Thread Padmavathi Venna
Add support for device based discovery. Signed-off-by: Padmavathi Venna --- .../devicetree/bindings/sound/samsung-i2s.txt | 62 + sound/soc/samsung/dma.c|1 + sound/soc/samsung/dma.h|1 + sound/soc/samsung/i2s.c

[PATCH V2] ARM: EXYNOS5: Add clocks for EXYNOS5 Audio Subsystem.

2012-09-27 Thread Padmavathi Venna
This patch adds all the required clock instances for audio subsystem and adds the clock alias names for sclk-i2s and i2s-bus clks. This patch also do the static mapping of audss clock base address to control audss clocks in CMU clock framework. Signed-off-by: Padmavathi Venna --- arch/arm/mach-e

[PATCH V2] ARM: EXYNOS5: Add I2S SFR base addresses

2012-09-27 Thread Padmavathi Venna
This patch adds I2S controller0,1,2 base addresses Signed-off-by: Padmavathi Venna --- arch/arm/mach-exynos/include/mach/map.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm/mach-exynos/include/mach/map.h index 5aa77

Re: [PATCH 3/3] DMA: PL330: Balance module remove function with probe

2012-09-27 Thread Vinod Koul
On Wed, 2012-09-26 at 12:11 +0530, Inderpal Singh wrote: > If we fail pl330_remove while some client is queued, the force unload > will fail and the > force unload will lose its purpose. > How about conditionally DMA_TERMINATE_ALL and free resources like > below ? Why would you want to remove the

[PATCH v5] ARM: EXYNOS: Add MFC device tree support

2012-09-27 Thread Arun Kumar K
This patch adds device tree entry for MFC v6 in the Exynos5 SoC. Makes the required changes in the clock files and adds MFC to the DT device list. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Arun Kumar K --- .../devicetree/bindings/media/s5p-mfc.txt | 23 + arc

[PATCH v5] Add MFC device tree support

2012-09-27 Thread Arun Kumar K
This patch adds the device tree entries for MFC on Exynos5. This is rebased to the linux-samsung for-next branch. Changelog v5 - Fixed non-DT compile issue - Moved fdt mfc parsing function to plat-samsung as suggested by Kukjin Kim http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg1

Re: [PATCH V3] video: exynos_dp: Add device tree support to DP driver

2012-09-27 Thread Jingoo Han
On Tuesday, September 25, 2012 4:36 AM Ajay Kumar wrote > > This patch enables device tree based discovery support for DP driver. > The driver is modified to handle platform data in both the cases: > with DT and non-DT. > Documentation is also added for the DT bindings. > > DP-PHY should be regar

Re: [PATCH 1/2] ARM: SAMSUNG: Insert bitmap_gpio_int member in samsung_gpio_chip

2012-09-27 Thread Joonyoung Shim
On 09/27/2012 02:55 PM, Eunki Kim wrote: -Original Message- From: Joonyoung Shim [mailto:jy0922.s...@samsung.com] Sent: Thursday, September 27, 2012 1:50 PM To: Eunki Kim Cc: linux-arm-ker...@lists.infradead.org; linux-samsung-soc@vger.kernel.org; grant.lik...@secretlab.ca; linus.wall...@