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
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
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
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
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
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