linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/7] ARM: S5PV210: CPUFREQ Initial Support
@ 2010-07-29 10:25 MyungJoo Ham
  2010-07-29 10:25 ` [PATCH v5 1/7] ARM: S5PV210: Allow to probe EVT revision number MyungJoo Ham
  0 siblings, 1 reply; 12+ messages in thread
From: MyungJoo Ham @ 2010-07-29 10:25 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.

At the patch revision v5, the following patches are updated from v4.
- 1/7: ARM: S5PV210: Allow to probe EVT revision number
	* Renamed revision check function
	* Revise revision check function so that it does not access
	board-specific information
	* Chip-ID is used to identify some of EVT revisions.
	* Added "s5pv210_revision_or_later()" function
- 6/7: ARM: S5PV210: clock registers (CLK_DIV/SRC/STAT)
	* Added entry infromation for G3D/G2D/MFC of the register
	S5P_CLK_[DIV|MUX]_STAT[0|1]. These entries are accessed
	multiple times at /arch/arm/mach-s5pv210/cpufreq.c.
- 7/7: ARM: S5PV210: Initial CPUFREQ Support
	* Remove unnecessary USE_FREQ_TABLE
	* Renamed functions in cpufreq.c
	* Initialization of s5pv210_cpufreq_target (previously,
	s5pv210_target) is revised (initilization --> first_run)
	* "workaround" --> "revision"
	* CLK_*_STATx register entries use macros: they are used
	multiple times.

MyungJoo Ham (7):
  ARM: S5PV210: Allow to probe EVT revision number.
  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: clock registers (CLK_DIV/SRC/STAT)
  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                     |   41 ++-
 arch/arm/mach-s5pv210/cpufreq.c                 |  790 +++++++++++++++++++++++
 arch/arm/mach-s5pv210/include/mach/cpu-freq.h   |   38 ++
 arch/arm/mach-s5pv210/include/mach/hardware.h   |   19 +-
 arch/arm/mach-s5pv210/include/mach/map.h        |    4 +
 arch/arm/mach-s5pv210/include/mach/regs-clock.h |   60 ++-
 arch/arm/mach-s5pv210/mach-aquila.c             |   14 +
 arch/arm/mach-s5pv210/mach-goni.c               |    8 +
 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 +
 14 files changed, 989 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/mach-s5pv210/cpufreq.c
 create mode 100644 arch/arm/mach-s5pv210/include/mach/cpu-freq.h

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

end of thread, other threads:[~2010-08-03  0:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-29 10:25 [PATCH v5 0/7] ARM: S5PV210: CPUFREQ Initial Support MyungJoo Ham
2010-07-29 10:25 ` [PATCH v5 1/7] ARM: S5PV210: Allow to probe EVT revision number MyungJoo Ham
2010-07-29 10:25   ` [PATCH v5 2/7] ARM: Samsung SoC: added hclk/pclk info to s3c_freq for s5pv210 cpu-freq MyungJoo Ham
2010-07-29 10:25     ` [PATCH v5 3/7] ARM: S5P: Added default pll values for APLL 800/1000MHz MyungJoo Ham
2010-07-29 10:25       ` [PATCH v5 4/7] ARM: S5P: Virtual Addresses for DMCx registers MyungJoo Ham
2010-07-29 10:25         ` [PATCH v5 5/7] ARM: S5PV210: Access " MyungJoo Ham
2010-07-29 10:25           ` [PATCH v5 6/7] ARM: S5PV210: clock registers (CLK_DIV/SRC/STAT) MyungJoo Ham
2010-07-29 10:25             ` [PATCH v5 7/7] ARM: S5PV210: Initial CPUFREQ Support MyungJoo Ham
2010-07-29 11:11       ` [PATCH v5 3/7] ARM: S5P: Added default pll values for APLL 800/1000MHz Sergei Shtylyov
2010-08-02  2:26   ` [PATCH v5 1/7] ARM: S5PV210: Allow to probe EVT revision number Kukjin Kim
2010-08-02 12:37     ` MyungJoo Ham
2010-08-03  0:26       ` 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).