All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -queue 0/3] add CPUFreq support for loongson2f
@ 2009-11-11  7:09 Wu Zhangjin
  2009-11-11  7:09 ` [PATCH -queue 1/3] [loongson] lemote-2f: add cs5536 MFGPT timer support Wu Zhangjin
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Wu Zhangjin @ 2009-11-11  7:09 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, cpufreq, Dave Jones, yanh, huhb, Wu Zhangjin

This patchset add CPUFreq support for loongson2f family machines, to untilize
this support, the machines need an external timer to ensure the system timer is
normal for the MIPS Timer's frequency is relative to the processor's frequency,
without an external timer, the system timer will be "mussy".

Thanks & Regards,
       Wu Zhangjin

Wu Zhangjin (3):
  [loongson] lemote-2f: add cs5536 MFGPT timer support
  MIPS: add basic options for CPUFreq support
  [loongson] 2f: add Cpufreq support

 arch/mips/Kconfig                                  |    3 +
 arch/mips/include/asm/clock.h                      |   64 ++++++
 .../asm/mach-loongson/cs5536/cs5536_mfgpt.h        |   35 +++
 arch/mips/include/asm/mach-loongson/loongson.h     |    6 +-
 arch/mips/kernel/Makefile                          |    2 +
 arch/mips/kernel/cpu-probe.c                       |    2 +
 arch/mips/kernel/cpufreq/Kconfig                   |   41 ++++
 arch/mips/kernel/cpufreq/Makefile                  |    5 +
 arch/mips/kernel/cpufreq/loongson2_clock.c         |  166 +++++++++++++++
 arch/mips/kernel/cpufreq/loongson2_cpufreq.c       |  200 ++++++++++++++++++
 arch/mips/loongson/Kconfig                         |   12 +-
 arch/mips/loongson/common/cs5536/Makefile          |    5 +
 arch/mips/loongson/common/cs5536/cs5536_mfgpt.c    |  217 ++++++++++++++++++++
 arch/mips/loongson/common/env.c                    |    3 +
 arch/mips/loongson/common/time.c                   |    3 +
 15 files changed, 761 insertions(+), 3 deletions(-)
 create mode 100644 arch/mips/include/asm/clock.h
 create mode 100644 arch/mips/include/asm/mach-loongson/cs5536/cs5536_mfgpt.h
 create mode 100644 arch/mips/kernel/cpufreq/Kconfig
 create mode 100644 arch/mips/kernel/cpufreq/Makefile
 create mode 100644 arch/mips/kernel/cpufreq/loongson2_clock.c
 create mode 100644 arch/mips/kernel/cpufreq/loongson2_cpufreq.c
 create mode 100644 arch/mips/loongson/common/cs5536/cs5536_mfgpt.c

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

end of thread, other threads:[~2009-11-13  6:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-11  7:09 [PATCH -queue 0/3] add CPUFreq support for loongson2f Wu Zhangjin
2009-11-11  7:09 ` [PATCH -queue 1/3] [loongson] lemote-2f: add cs5536 MFGPT timer support Wu Zhangjin
2009-11-11 13:41   ` Wu Zhangjin
2009-11-12 20:17   ` Ralf Baechle
2009-11-13  6:16     ` Wu Zhangjin
2009-11-11  7:09 ` [PATCH -queue 2/3] MIPS: add basic options for CPUFreq support Wu Zhangjin
2009-11-11  7:09 ` [PATCH -queue 3/3] [loongson] 2f: add Cpufreq support Wu Zhangjin
2009-11-11 18:21   ` Dominik Brodowski
2009-11-12  1:47     ` Wu Zhangjin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.