[PATCH 3/3] ARM: EXYNOS: Support ASV for Exynos4210

2011-10-26 Thread Jongpill Lee
This patch adds function for exynos4210's asv driver. On Exynos4210, we can get ASV result using by HPM and IDS value. And asv result is sent through INFORM2 register. Signed-off-by: Jongpill Lee --- arch/arm/mach-exynos4/Makefile |2 +- arch/arm/mach-exynos4/asv-4210.c

[PATCH 1/3] ARM: EXYNOS: Add ASV feature for Exynos4 series

2011-10-26 Thread Jongpill Lee
This patch adds ASV feature for exynos4 seires. Asv(Adoptive support voltage) feature support to get spec of SoC. And we can use to adjust voltage for operation SoC usign by ASV result. Signed-off-by: Jongpill Lee --- arch/arm/mach-exynos4/Makefile |2 +- arch/arm/mach-exynos4/asv.

[PATCH 2/3] ARM: EXYNOS: Add clock for Exynos4210 asv feature

2011-10-26 Thread Jongpill Lee
This patch adds clock for exynos4210 asv feature which name is sclk_pwi,sclk_hpm,dout_copy. These clock is used for HPM devices Signed-off-by: Jongpill Lee --- arch/arm/mach-exynos4/clock.c | 35 ++- 1 files changed, 34 insertions(+), 1 deletions(-) diff --git

[PATCH 0/3] ASV support for Exynos4 series

2011-10-26 Thread Jongpill Lee
[PATCH 1/3] ARM: EXYNOS: Add ASV feature for Exynos4 series [PATCH 2/3] ARM: EXYNOS: Add clock for Exynos4210 asv feature [PATCH 3/3] ARM: EXYNOS: Support ASV for Exynos4210 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.ke

Re: [PATCH V5 1/3] SDHCI: S3C: Use generic clock names for sdhci bus clock options

2011-10-26 Thread Chris Ball
Hi Rajeshwari, Kukjin, On Fri, Oct 14 2011, Rajeshwari Shinde wrote: > This patch modifies the driver to stop depending on the clock names > being passed from the platform and switch over to bus clock lookup > using generic clock names. > > Signed-off-by: Rajeshwari Shinde > --- > drivers/mmc/ho

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

2011-10-26 Thread Chris Ball
Hi Girish, On Wed, Oct 26 2011, Girish K S wrote: > 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 ca

[PATCH] ARM: EXYNOS4: Enable Bluetooth on ORIGEN

2011-10-26 Thread Sangwook Lee
This patch enables Bluetooth support on ORIGEN board. Signed-off-by: Sangwook --- arch/arm/mach-exynos4/mach-origen.c | 32 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach-origen.

Re: [PATCH] ARM: mx5: Use CLKDEV_INIT for creating clk_lookup instance

2011-10-26 Thread Sascha Hauer
On Thu, Oct 20, 2011 at 05:19:51PM +0530, Padmavathi Venna wrote: > A common macro CLKDEV_INIT was added for creating clk_lookup > instance in include/linux/clkdev.h. So replace _REGISTER_CLOCK > macro with CLKDEV_INIT. The patches are fine this way. Let's wait until the trees from next are merged