[PATCH 0/3 v3] ARM: EXYNOS4: Support generic Power domain framework for EXYNOS4 series

2011-10-25 Thread Chanwoo Choi
The following patch set use the generic Power domain framework instead of power domain code depend on samsung SoC. It is based 'for-next' branch on git://github/com/kgene/linux-samsung.git. I refer to the following patch to implement what configure the clock-gating control register for block to

[PATCH 1/3 v3] ARM: EXYNOS4: Support for generic I/O power domains on EXYNOS4210/4212

2011-10-25 Thread Chanwoo Choi
This patch support the generic power domains to control power domain of EXYNOS4. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos4/Kconfig |2 + arch/arm/mach-exynos4/Makefile

[PATCH 2/3 v3] ARM: EXYNOS4: Use generic power domain on EXYNOS4210/4212

2011-10-25 Thread Chanwoo Choi
This patch use the generic power domain framework instead of specific code depend on samsung SoC. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos4/mach-armlex4210.c |3 +++ arch/arm/mach-exynos4/mach-nuri.c

[PATCH 3/3 v3] ARM: EXYNOS4: Delete the power domain code depend on samsung SoC

2011-10-25 Thread Chanwoo Choi
Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos4/Kconfig |5 - arch/arm/mach-exynos4/Makefile |1 - arch/arm/mach-exynos4/dev-pd.c | 139 ---

Re: [PATCH RESEND] mmc: core: Assemble the codes of related to eMMC4.5

2011-10-25 Thread Chris Ball
Hi, On Mon, Oct 24 2011, Seungwon Jeon wrote: Code cleanup. The codes of related to eMMC4.5 are scattered. This patch removes one if-statement and assembles all. And it also removes variable initialization below else-statement. It is obvious for previous version but seems unnecessary. All

[PATCH RESEND V4] mmc: core: HS200 mode support for eMMC 4.5

2011-10-25 Thread Girish K S
This patch adds the support of the HS200 bus speed for eMMC 4.5 devices. The eMMC 4.5 devices have support for 200MHz bus speed.The mmc core and host modules have been touched to add support for this module. It is necessary to know the card type in the sdhci.c file to add support for eMMC tuning