linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: S5PV210: CPUFREQ Initial Support
@ 2010-07-15  9:06 MyungJoo Ham
  2010-07-15  9:06 ` [PATCH 1/5] ARM: Samsung SoC: added hclk/pclk info to s3c_freq for s5pv210 cpu-freq MyungJoo Ham
  0 siblings, 1 reply; 19+ messages in thread
From: MyungJoo Ham @ 2010-07-15  9:06 UTC (permalink / raw)
  To: linux-arm-kernel

S5PV210 CPUFREQ Initial Support.

This is a series of patches to enable CPUFREQ for S5PV210.

Although this works without PMIC's DVS support, it is not
as effective without DVS support as supposed. AVS is not
supported in this version.



MyungJoo Ham (5):
  ARM: Samsung SoC: added hclk/pclk info to s3c_freq for s5pv210
    cpu-freq
  ARM: S5P: Added default pll values for APLL 800/1000MHz
  ARM: S5PV210: macros for clock registers at regs-clock.h
  ARM: S5PV210: add DMCx access virtual address
  ARM: S5PV210: Initial CPUFREQ Support

 arch/arm/Kconfig                                |    1 +
 arch/arm/mach-s5pv210/Makefile                  |    3 +
 arch/arm/mach-s5pv210/cpu.c                     |   12 +-
 arch/arm/mach-s5pv210/cpufreq-s5pv210.c         |  824 +++++++++++++++++++++++
 arch/arm/mach-s5pv210/include/mach/cpu-freq.h   |   50 ++
 arch/arm/mach-s5pv210/include/mach/map.h        |    8 +
 arch/arm/mach-s5pv210/include/mach/regs-clock.h |   45 ++-
 arch/arm/plat-s5p/include/plat/pll.h            |    8 +
 arch/arm/plat-samsung/include/plat/cpu-freq.h   |    6 +
 9 files changed, 953 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/mach-s5pv210/cpufreq-s5pv210.c
 create mode 100644 arch/arm/mach-s5pv210/include/mach/cpu-freq.h

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2010-07-19 10:57 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-15  9:06 [PATCH 0/5] ARM: S5PV210: CPUFREQ Initial Support MyungJoo Ham
2010-07-15  9:06 ` [PATCH 1/5] ARM: Samsung SoC: added hclk/pclk info to s3c_freq for s5pv210 cpu-freq MyungJoo Ham
2010-07-15  9:06   ` [PATCH 2/5] ARM: S5P: Added default pll values for APLL 800/1000MHz MyungJoo Ham
2010-07-15  9:06     ` [PATCH 3/5] ARM: S5PV210: macros for clock registers at regs-clock.h MyungJoo Ham
2010-07-15  9:06       ` [PATCH 4/5] ARM: S5PV210: add DMCx access virtual address MyungJoo Ham
2010-07-15  9:06         ` [PATCH 5/5] ARM: S5PV210: Initial CPUFREQ Support MyungJoo Ham
2010-07-15 11:59           ` Mark Brown
2010-07-16  5:37             ` MyungJoo Ham
2010-07-16  5:42               ` Kyungmin Park
2010-07-16  6:23                 ` MyungJoo Ham
2010-07-16  8:17               ` Mark Brown
2010-07-16  8:30                 ` MyungJoo Ham
2010-07-16  8:42                   ` Mark Brown
2010-07-16  9:01                     ` MyungJoo Ham
2010-07-16  9:37                       ` Mark Brown
2010-07-19  0:40                         ` MyungJoo Ham
2010-07-19  9:09                           ` Mark Brown
2010-07-19 10:57                             ` MyungJoo Ham
2010-07-16 12:04     ` [PATCH 2/5] ARM: S5P: Added default pll values for APLL 800/1000MHz Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).