Linux Samsung SOC development
 help / color / mirror / Atom feed
* [PATCH v4 0/7] ARM: S5PV210: CPUFREQ Initial Support
@ 2010-07-22  9:22 MyungJoo Ham
  2010-07-22  9:22 ` [PATCH v4 1/7] ARM: S5PV210: Allow to probe whether workaround codes are required MyungJoo Ham
  0 siblings, 1 reply; 12+ messages in thread
From: MyungJoo Ham @ 2010-07-22  9:22 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-samsung-soc, kyungmin.park, kgene.kim, myungjoo.ham,
	ben-linux

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 (7):
  ARM: S5PV210: Allow to probe whether workaround codes are required.
  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: S5P: Virtual Addresses for DMCx registers.
  ARM: S5PV210: Access for DMCx registers
  ARM: S5PV210: macros for clock registers at regs-clock.h
  ARM: S5PV210: Initial CPUFREQ Support

 arch/arm/Kconfig                                |    1 +
 arch/arm/mach-s5pv210/Kconfig                   |    5 +
 arch/arm/mach-s5pv210/Makefile                  |    2 +
 arch/arm/mach-s5pv210/cpu.c                     |   45 ++-
 arch/arm/mach-s5pv210/cpufreq.c                 |  783 +++++++++++++++++++++++
 arch/arm/mach-s5pv210/include/mach/cpu-freq.h   |   40 ++
 arch/arm/mach-s5pv210/include/mach/hardware.h   |    3 +-
 arch/arm/mach-s5pv210/include/mach/map.h        |    4 +
 arch/arm/mach-s5pv210/include/mach/regs-clock.h |   45 ++-
 arch/arm/mach-s5pv210/mach-aquila.c             |    4 +
 arch/arm/plat-s5p/include/plat/map-s5p.h        |    3 +
 arch/arm/plat-s5p/include/plat/pll.h            |    3 +
 arch/arm/plat-samsung/include/plat/cpu-freq.h   |    6 +
 13 files changed, 939 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/mach-s5pv210/cpufreq.c
 create mode 100644 arch/arm/mach-s5pv210/include/mach/cpu-freq.h

--
v2:
	- Ramp-up delay is removed. (let regulator framework do the job)
	- Provide proper max values for regulator_set_voltage
	- Removed unneccesary #ifdef's.
	- Removed unnecessary initialiser for CLK_OUT
v3:
	- Style corrections (pr_info/pr_err, ...)
	- Revised dvs_conf struct
v4:
	- Renamed cpufreq-s5pv210.c -> cpufreq.c
	- Style corrections (less #ifdef's, comments)
	- Removed unncessary codes
	- Remove #ifdef for WORKAROUND, use s5pv210_workaround()
	- Renamed some static variables (get rid of s5pv210 prefix)
	- Added machine dependency to Kconfig/Makefile
	- DMC0, DMC1 refresh counter is not updated by a hardcoded value, but
	with the value given as the default and relative clock speeds. Besides,
	the algorithm to update DMC0/1 refresh counter is reformed.

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

end of thread, other threads:[~2010-07-26  6:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-22  9:22 [PATCH v4 0/7] ARM: S5PV210: CPUFREQ Initial Support MyungJoo Ham
2010-07-22  9:22 ` [PATCH v4 1/7] ARM: S5PV210: Allow to probe whether workaround codes are required MyungJoo Ham
2010-07-22  9:22   ` [PATCH v4 2/7] ARM: Samsung SoC: added hclk/pclk info to s3c_freq for s5pv210 cpu-freq MyungJoo Ham
2010-07-22  9:22     ` [PATCH v4 3/7] ARM: S5P: Added default pll values for APLL 800/1000MHz MyungJoo Ham
2010-07-22  9:22       ` [PATCH v4 4/7] ARM: S5P: Virtual Addresses for DMCx registers MyungJoo Ham
2010-07-22  9:22         ` [PATCH v4 5/7] ARM: S5PV210: Access " MyungJoo Ham
2010-07-22  9:22           ` [PATCH v4 6/7] ARM: S5PV210: macros for clock registers at regs-clock.h MyungJoo Ham
2010-07-22  9:22             ` [PATCH v4 7/7] ARM: S5PV210: Initial CPUFREQ Support MyungJoo Ham
2010-07-22 10:21               ` Mark Brown
2010-07-26  4:54               ` Kukjin Kim
2010-07-26  6:15                 ` MyungJoo Ham
2010-07-26  4:58   ` [PATCH v4 1/7] ARM: S5PV210: Allow to probe whether workaround codes are required Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox