[PATCH 1/5] ARM: S5PV210: Add support DMC map_desc table

2010-09-15 Thread Jaecheol Lee
This patch adds DMC(DRAM Memory Controller) map_desc table. Because some driver such as CPUFREQ need to access DMC register. Signed-off-by: Jaecheol Lee jc@samsung.com --- arch/arm/mach-s5pv210/cpu.c | 10 ++ arch/arm/mach-s5pv210/include/mach/map.h |3 +++

[PATCH 3/5] ARM: S5PV210: Add Register definition for CMU

2010-09-15 Thread Jaecheol Lee
This patch adds some CMU(Clock Management Unit) registers for supporting CPUFREQ and some drivers. Signed-off-by: Jaecheol Lee jc@samsung.com --- arch/arm/mach-s5pv210/include/mach/regs-clock.h | 31 ++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git

[PATCH 5/5] ARM: S5PV210: Update Kconfig and Makefile for supporting CPUFREQ driver

2010-09-15 Thread Jaecheol Lee
This patch adds ARCH_HAS_CPUFREQ in arch/arm/Kconfig for S5PV210, and updates mach-s5pv210/Makefile for supporting build CPUFREQ driver. Signed-off-by: Jaecheol Lee jc@samsung.com --- arch/arm/Kconfig |1 + arch/arm/mach-s5pv210/Makefile |1 + 2 files changed, 2

[PATCH 4/5] ARM: S5PV210: Add support CPUFREQ

2010-09-15 Thread Jaecheol Lee
This patch adds CPUFREQ driver for supporting DFS(Dynamic Frequency Scaling). Signed-off-by: Jaecheol Lee jc@samsung.com --- arch/arm/mach-s5pv210/cpufreq.c | 415 +++ 1 files changed, 415 insertions(+), 0 deletions(-) create mode 100644

[PATCH v3] ARM: S5PV210: Add Power Management Support

2010-09-15 Thread Sangbeom Kim
From: Jongpill Lee boyko@samsung.com This patch adds suspend-to-ram support for S5PV210. Note. This patch is confirmed on SMDKV210 and SMDKC110 board. Signed-off-by: Jongpill Lee boyko@samsung.com Signed-off-by: Sangbeom Kim sbki...@samsung.com --- Changes since v2: 1. Fixed comments as

Re: [PATCH v3] ARM: S5PV210: Add Power Management Support

2010-09-15 Thread Kyungmin Park
On Wed, Sep 15, 2010 at 5:33 PM, Sangbeom Kim sbki...@samsung.com wrote: From: Jongpill Lee boyko@samsung.com This patch adds suspend-to-ram support for S5PV210. Note. This patch is confirmed on SMDKV210 and SMDKC110 board. Signed-off-by: Jongpill Lee boyko@samsung.com

Re: [PATCH 0/5] ARM: S5PV210: Add support CPUFREQ for S5PV210/S5PC110

2010-09-15 Thread Kyungmin Park
First thank you for posting the patches. but I'm worry about sending the same feature patches from different divisions. I'm not sure you're talking with kgene. but there are some codes posted by Mr. Ham and get feedback and reviewed with kgene.

Re: [PATCH 4/5] ARM: S5PV210: Add support CPUFREQ

2010-09-15 Thread MyungJoo Ham
Hello, On Wed, Sep 15, 2010 at 4:52 PM, Jaecheol Lee jc@samsung.com wrote: This patch adds CPUFREQ driver for supporting DFS(Dynamic Frequency Scaling). Signed-off-by: Jaecheol Lee jc@samsung.com ---  arch/arm/mach-s5pv210/cpufreq.c |  415 +++  

[PATCH] ARM: S5PV310: Fix physical address of System Controller Register

2010-09-15 Thread Boojin Kim
The physical address of SYSCON(System Controller) is wrong. This patch fixs this wrong physical address value from 0x1002 to 0x1001. Signed-off-by: Boojin Kim boojin@samsung.com --- arch/arm/mach-s5pv310/include/mach/map.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)