Re: [RE-SEND] [PATCH 3/4] s3c-fb: Add support EXYNOS4 FIMD

2011-06-16 Thread Sylwester Nawrocki
On 06/15/2011 12:22 PM, Thomas Abraham wrote: > On 15 June 2011 15:38, Russell King - ARM Linux > wrote: >> On Wed, Jun 15, 2011 at 03:34:40PM +0530, Thomas Abraham wrote: >>> Ok. Thanks for clarifying this point. In this case, maybe we could use >>> the clk_add_alias API. With this API, we can h

Re: [PATCH] ARM:SAMSUNG: Move S3C DMA driver to drivers/dma

2011-06-16 Thread Kyungmin Park
2011/6/10 Kukjin Kim : > On 06/07/11 15:36, Russell King - ARM Linux wrote: >> I see no effort from the Samsung folk to even start considering moving >> to common APIs - I see precisely the opposite.  They seem to have a >> strong desire to invent their own new APIs all the time rather than >> look

RE: [PATCH] ARM: EXYNOS4: Fix card insert/removal event detection on smdkv310 board

2011-06-16 Thread Kukjin Kim
Thomas Abraham wrote: > > On SMDKV310 board, a card detect gpio pin is available that is directly > connected to the io pad of the sdhci controller. Fix incorrect value > of cd_type field in platform data for sdhci instance 0 and 2. > > Signed-off-by: Thomas Abraham > --- > arch/arm/mach-exynos

[PATCH 1/2] ARM: Exynos4: Support ADC

2011-06-16 Thread MyungJoo Ham
Signed-off-by: MyungJoo Ham Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos4/Kconfig |1 + arch/arm/mach-exynos4/cpu.c |4 arch/arm/mach-exynos4/include/mach/irqs.h |8 arch/arm/mach-exynos4/include/mach/map.h |5 + 4 files chang

[PATCH 2/2] ARM: Exynos4: ADC Support for NURI Board

2011-06-16 Thread MyungJoo Ham
Signed-off-by: MyungJoo Ham Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos4/mach-nuri.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-exynos4/mach-nuri.c b/arch/arm/mach-exynos4/mach-nuri.c index 5ca6bdd..0604f5d 100644 --- a/arch/arm/mach-exyn

Re: [alsa-devel] [PATCH V2 0/4] Add Samsung internal dma driver support

2011-06-16 Thread Liam Girdwood
On 15/06/11 09:43, Sangbeom Kim wrote: > I2S in samsung audio subsytem has a small internal dma(idma). > IDMA can be used in low power audio mode and I2S0 secondary fifo > data tranfer. > In this patchsets, idma driver is added. > Original code is made by jassi brar on SMDKV210 > After idma driver