diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-27 20:10:46 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-27 20:10:46 -0400 |
commit | 885f925eef411f549f17bc64dd054a3269cf66cd (patch) | |
tree | 6bac783d573a51e497ad28c19b5a71defac85f39 /arch/sparc | |
parent | e4f5a3adc454745fea35f1c312e14cbeba6e0ea4 (diff) | |
parent | 45c009a9a447655aecbdb06c86126f05d0272171 (diff) |
Merge branch 'pm-cpufreq'
* pm-cpufreq: (57 commits)
cpufreq: MAINTAINERS: Add co-maintainer
cpufreq: pxa2xx: initialize variables
ARM: S5pv210: compiling issue, ARM_S5PV210_CPUFREQ needs CONFIG_CPU_FREQ_TABLE=y
cpufreq: cpu0: Put cpu parent node after using it
cpufreq: ARM big LITTLE: Adapt to latest cpufreq updates
cpufreq: ARM big LITTLE: put DT nodes after using them
cpufreq: Don't call __cpufreq_governor() for drivers without target()
cpufreq: exynos5440: Protect OPP search calls with RCU lock
cpufreq: dbx500: Round to closest available freq
cpufreq: Call __cpufreq_governor() with correct policy->cpus mask
cpufreq / intel_pstate: Optimize intel_pstate_set_policy
cpufreq: OMAP: instantiate omap-cpufreq as a platform_driver
arm: exynos: Enable OPP library support for exynos5440
cpufreq: exynos: Remove error return even if no soc is found
cpufreq: exynos: Add cpufreq driver for exynos5440
cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand governor
cpufreq: ondemand: allow custom powersave_bias_target handler to be registered
cpufreq: convert cpufreq_driver to using RCU
cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreq
cpufreq: sparc: move cpufreq driver to drivers/cpufreq
...
Conflicts:
MAINTAINERS (with commit a8e39c3 from pm-cpuidle)
drivers/cpufreq/cpufreq_governor.h (with commit beb0ff3)
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/Kconfig | 23 | ||||
-rw-r--r-- | arch/sparc/kernel/Makefile | 3 | ||||
-rw-r--r-- | arch/sparc/kernel/us2e_cpufreq.c | 413 | ||||
-rw-r--r-- | arch/sparc/kernel/us3_cpufreq.c | 274 |
4 files changed, 0 insertions, 713 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 3d361f236308..c85b76100e3f 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -254,29 +254,6 @@ config HOTPLUG_CPU | |||
254 | 254 | ||
255 | if SPARC64 | 255 | if SPARC64 |
256 | source "drivers/cpufreq/Kconfig" | 256 | source "drivers/cpufreq/Kconfig" |
257 | |||
258 | config US3_FREQ | ||
259 | tristate "UltraSPARC-III CPU Frequency driver" | ||
260 | depends on CPU_FREQ | ||
261 | select CPU_FREQ_TABLE | ||
262 | help | ||
263 | This adds the CPUFreq driver for UltraSPARC-III processors. | ||
264 | |||
265 | For details, take a look at <file:Documentation/cpu-freq>. | ||
266 | |||
267 | If in doubt, say N. | ||
268 | |||
269 | config US2E_FREQ | ||
270 | tristate "UltraSPARC-IIe CPU Frequency driver" | ||
271 | depends on CPU_FREQ | ||
272 | select CPU_FREQ_TABLE | ||
273 | help | ||
274 | This adds the CPUFreq driver for UltraSPARC-IIe processors. | ||
275 | |||
276 | For details, take a look at <file:Documentation/cpu-freq>. | ||
277 | |||
278 | If in doubt, say N. | ||
279 | |||
280 | endif | 257 | endif |
281 | 258 | ||
282 | config US3_MC | 259 | config US3_MC |
diff --git a/arch/sparc/kernel/Makefile b/arch/sparc/kernel/Makefile index 6cf591b7e1c6..5276fd4e9d03 100644 --- a/arch/sparc/kernel/Makefile +++ b/arch/sparc/kernel/Makefile | |||
@@ -102,9 +102,6 @@ obj-$(CONFIG_PCI_MSI) += pci_msi.o | |||
102 | 102 | ||
103 | obj-$(CONFIG_COMPAT) += sys32.o sys_sparc32.o signal32.o | 103 | obj-$(CONFIG_COMPAT) += sys32.o sys_sparc32.o signal32.o |
104 | 104 | ||
105 | # sparc64 cpufreq | ||
106 | obj-$(CONFIG_US3_FREQ) += us3_cpufreq.o | ||
107 | obj-$(CONFIG_US2E_FREQ) += us2e_cpufreq.o | ||
108 | obj-$(CONFIG_US3_MC) += chmc.o | 105 | obj-$(CONFIG_US3_MC) += chmc.o |
109 | 106 | ||
110 | obj-$(CONFIG_KPROBES) += kprobes.o | 107 | obj-$(CONFIG_KPROBES) += kprobes.o |
diff --git a/arch/sparc/kernel/us2e_cpufreq.c b/arch/sparc/kernel/us2e_cpufreq.c deleted file mode 100644 index 489fc15f3194..000000000000 --- a/arch/sparc/kernel/us2e_cpufreq.c +++ /dev/null | |||
@@ -1,413 +0,0 @@ | |||
1 | /* us2e_cpufreq.c: UltraSPARC-IIe cpu frequency support | ||
2 | * | ||
3 | * Copyright (C) 2003 David S. Miller (davem@redhat.com) | ||
4 | * | ||
5 | * Many thanks to Dominik Brodowski for fixing up the cpufreq | ||
6 | * infrastructure in order to make this driver easier to implement. | ||
7 | */ | ||
8 | |||
9 | #include <linux/kernel.h> | ||
10 | #include <linux/module.h> | ||
11 | #include <linux/sched.h> | ||
12 | #include <linux/smp.h> | ||
13 | #include <linux/cpufreq.h> | ||
14 | #include <linux/threads.h> | ||
15 | #include <linux/slab.h> | ||
16 | #include <linux/delay.h> | ||
17 | #include <linux/init.h> | ||
18 | |||
19 | #include <asm/asi.h> | ||
20 | #include <asm/timer.h> | ||
21 | |||
22 | static struct cpufreq_driver *cpufreq_us2e_driver; | ||
23 | |||
24 | struct us2e_freq_percpu_info { | ||
25 | struct cpufreq_frequency_table table[6]; | ||
26 | }; | ||
27 | |||
28 | /* Indexed by cpu number. */ | ||
29 | static struct us2e_freq_percpu_info *us2e_freq_table; | ||
30 | |||
31 | #define HBIRD_MEM_CNTL0_ADDR 0x1fe0000f010UL | ||
32 | #define HBIRD_ESTAR_MODE_ADDR 0x1fe0000f080UL | ||
33 | |||
34 | /* UltraSPARC-IIe has five dividers: 1, 2, 4, 6, and 8. These are controlled | ||
35 | * in the ESTAR mode control register. | ||
36 | */ | ||
37 | #define ESTAR_MODE_DIV_1 0x0000000000000000UL | ||
38 | #define ESTAR_MODE_DIV_2 0x0000000000000001UL | ||
39 | #define ESTAR_MODE_DIV_4 0x0000000000000003UL | ||
40 | #define ESTAR_MODE_DIV_6 0x0000000000000002UL | ||
41 | #define ESTAR_MODE_DIV_8 0x0000000000000004UL | ||
42 | #define ESTAR_MODE_DIV_MASK 0x0000000000000007UL | ||
43 | |||
44 | #define MCTRL0_SREFRESH_ENAB 0x0000000000010000UL | ||
45 | #define MCTRL0_REFR_COUNT_MASK 0x0000000000007f00UL | ||
46 | #define MCTRL0_REFR_COUNT_SHIFT 8 | ||
47 | #define MCTRL0_REFR_INTERVAL 7800 | ||
48 | #define MCTRL0_REFR_CLKS_P_CNT 64 | ||
49 | |||
50 | static unsigned long read_hbreg(unsigned long addr) | ||
51 | { | ||
52 | unsigned long ret; | ||
53 | |||
54 | __asm__ __volatile__("ldxa [%1] %2, %0" | ||
55 | : "=&r" (ret) | ||
56 | : "r" (addr), "i" (ASI_PHYS_BYPASS_EC_E)); | ||
57 | return ret; | ||
58 | } | ||
59 | |||
60 | static void write_hbreg(unsigned long addr, unsigned long val) | ||
61 | { | ||
62 | __asm__ __volatile__("stxa %0, [%1] %2\n\t" | ||
63 | "membar #Sync" | ||
64 | : /* no outputs */ | ||
65 | : "r" (val), "r" (addr), "i" (ASI_PHYS_BYPASS_EC_E) | ||
66 | : "memory"); | ||
67 | if (addr == HBIRD_ESTAR_MODE_ADDR) { | ||
68 | /* Need to wait 16 clock cycles for the PLL to lock. */ | ||
69 | udelay(1); | ||
70 | } | ||
71 | } | ||
72 | |||
73 | static void self_refresh_ctl(int enable) | ||
74 | { | ||
75 | unsigned long mctrl = read_hbreg(HBIRD_MEM_CNTL0_ADDR); | ||
76 | |||
77 | if (enable) | ||
78 | mctrl |= MCTRL0_SREFRESH_ENAB; | ||
79 | else | ||
80 | mctrl &= ~MCTRL0_SREFRESH_ENAB; | ||
81 | write_hbreg(HBIRD_MEM_CNTL0_ADDR, mctrl); | ||
82 | (void) read_hbreg(HBIRD_MEM_CNTL0_ADDR); | ||
83 | } | ||
84 | |||
85 | static void frob_mem_refresh(int cpu_slowing_down, | ||
86 | unsigned long clock_tick, | ||
87 | unsigned long old_divisor, unsigned long divisor) | ||
88 | { | ||
89 | unsigned long old_refr_count, refr_count, mctrl; | ||
90 | |||
91 | refr_count = (clock_tick * MCTRL0_REFR_INTERVAL); | ||
92 | refr_count /= (MCTRL0_REFR_CLKS_P_CNT * divisor * 1000000000UL); | ||
93 | |||
94 | mctrl = read_hbreg(HBIRD_MEM_CNTL0_ADDR); | ||
95 | old_refr_count = (mctrl & MCTRL0_REFR_COUNT_MASK) | ||
96 | >> MCTRL0_REFR_COUNT_SHIFT; | ||
97 | |||
98 | mctrl &= ~MCTRL0_REFR_COUNT_MASK; | ||
99 | mctrl |= refr_count << MCTRL0_REFR_COUNT_SHIFT; | ||
100 | write_hbreg(HBIRD_MEM_CNTL0_ADDR, mctrl); | ||
101 | mctrl = read_hbreg(HBIRD_MEM_CNTL0_ADDR); | ||
102 | |||
103 | if (cpu_slowing_down && !(mctrl & MCTRL0_SREFRESH_ENAB)) { | ||
104 | unsigned long usecs; | ||
105 | |||
106 | /* We have to wait for both refresh counts (old | ||
107 | * and new) to go to zero. | ||
108 | */ | ||
109 | usecs = (MCTRL0_REFR_CLKS_P_CNT * | ||
110 | (refr_count + old_refr_count) * | ||
111 | 1000000UL * | ||
112 | old_divisor) / clock_tick; | ||
113 | udelay(usecs + 1UL); | ||
114 | } | ||
115 | } | ||
116 | |||
117 | static void us2e_transition(unsigned long estar, unsigned long new_bits, | ||
118 | unsigned long clock_tick, | ||
119 | unsigned long old_divisor, unsigned long divisor) | ||
120 | { | ||
121 | unsigned long flags; | ||
122 | |||
123 | local_irq_save(flags); | ||
124 | |||
125 | estar &= ~ESTAR_MODE_DIV_MASK; | ||
126 | |||
127 | /* This is based upon the state transition diagram in the IIe manual. */ | ||
128 | if (old_divisor == 2 && divisor == 1) { | ||
129 | self_refresh_ctl(0); | ||
130 | write_hbreg(HBIRD_ESTAR_MODE_ADDR, estar | new_bits); | ||
131 | frob_mem_refresh(0, clock_tick, old_divisor, divisor); | ||
132 | } else if (old_divisor == 1 && divisor == 2) { | ||
133 | frob_mem_refresh(1, clock_tick, old_divisor, divisor); | ||
134 | write_hbreg(HBIRD_ESTAR_MODE_ADDR, estar | new_bits); | ||
135 | self_refresh_ctl(1); | ||
136 | } else if (old_divisor == 1 && divisor > 2) { | ||
137 | us2e_transition(estar, ESTAR_MODE_DIV_2, clock_tick, | ||
138 | 1, 2); | ||
139 | us2e_transition(estar, new_bits, clock_tick, | ||
140 | 2, divisor); | ||
141 | } else if (old_divisor > 2 && divisor == 1) { | ||
142 | us2e_transition(estar, ESTAR_MODE_DIV_2, clock_tick, | ||
143 | old_divisor, 2); | ||
144 | us2e_transition(estar, new_bits, clock_tick, | ||
145 | 2, divisor); | ||
146 | } else if (old_divisor < divisor) { | ||
147 | frob_mem_refresh(0, clock_tick, old_divisor, divisor); | ||
148 | write_hbreg(HBIRD_ESTAR_MODE_ADDR, estar | new_bits); | ||
149 | } else if (old_divisor > divisor) { | ||
150 | write_hbreg(HBIRD_ESTAR_MODE_ADDR, estar | new_bits); | ||
151 | frob_mem_refresh(1, clock_tick, old_divisor, divisor); | ||
152 | } else { | ||
153 | BUG(); | ||
154 | } | ||
155 | |||
156 | local_irq_restore(flags); | ||
157 | } | ||
158 | |||
159 | static unsigned long index_to_estar_mode(unsigned int index) | ||
160 | { | ||
161 | switch (index) { | ||
162 | case 0: | ||
163 | return ESTAR_MODE_DIV_1; | ||
164 | |||
165 | case 1: | ||
166 | return ESTAR_MODE_DIV_2; | ||
167 | |||
168 | case 2: | ||
169 | return ESTAR_MODE_DIV_4; | ||
170 | |||
171 | case 3: | ||
172 | return ESTAR_MODE_DIV_6; | ||
173 | |||
174 | case 4: | ||
175 | return ESTAR_MODE_DIV_8; | ||
176 | |||
177 | default: | ||
178 | BUG(); | ||
179 | } | ||
180 | } | ||
181 | |||
182 | static unsigned long index_to_divisor(unsigned int index) | ||
183 | { | ||
184 | switch (index) { | ||
185 | case 0: | ||
186 | return 1; | ||
187 | |||
188 | case 1: | ||
189 | return 2; | ||
190 | |||
191 | case 2: | ||
192 | return 4; | ||
193 | |||
194 | case 3: | ||
195 | return 6; | ||
196 | |||
197 | case 4: | ||
198 | return 8; | ||
199 | |||
200 | default: | ||
201 | BUG(); | ||
202 | } | ||
203 | } | ||
204 | |||
205 | static unsigned long estar_to_divisor(unsigned long estar) | ||
206 | { | ||
207 | unsigned long ret; | ||
208 | |||
209 | switch (estar & ESTAR_MODE_DIV_MASK) { | ||
210 | case ESTAR_MODE_DIV_1: | ||
211 | ret = 1; | ||
212 | break; | ||
213 | case ESTAR_MODE_DIV_2: | ||
214 | ret = 2; | ||
215 | break; | ||
216 | case ESTAR_MODE_DIV_4: | ||
217 | ret = 4; | ||
218 | break; | ||
219 | case ESTAR_MODE_DIV_6: | ||
220 | ret = 6; | ||
221 | break; | ||
222 | case ESTAR_MODE_DIV_8: | ||
223 | ret = 8; | ||
224 | break; | ||
225 | default: | ||
226 | BUG(); | ||
227 | } | ||
228 | |||
229 | return ret; | ||
230 | } | ||
231 | |||
232 | static unsigned int us2e_freq_get(unsigned int cpu) | ||
233 | { | ||
234 | cpumask_t cpus_allowed; | ||
235 | unsigned long clock_tick, estar; | ||
236 | |||
237 | if (!cpu_online(cpu)) | ||
238 | return 0; | ||
239 | |||
240 | cpumask_copy(&cpus_allowed, tsk_cpus_allowed(current)); | ||
241 | set_cpus_allowed_ptr(current, cpumask_of(cpu)); | ||
242 | |||
243 | clock_tick = sparc64_get_clock_tick(cpu) / 1000; | ||
244 | estar = read_hbreg(HBIRD_ESTAR_MODE_ADDR); | ||
245 | |||
246 | set_cpus_allowed_ptr(current, &cpus_allowed); | ||
247 | |||
248 | return clock_tick / estar_to_divisor(estar); | ||
249 | } | ||
250 | |||
251 | static void us2e_set_cpu_divider_index(unsigned int cpu, unsigned int index) | ||
252 | { | ||
253 | unsigned long new_bits, new_freq; | ||
254 | unsigned long clock_tick, divisor, old_divisor, estar; | ||
255 | cpumask_t cpus_allowed; | ||
256 | struct cpufreq_freqs freqs; | ||
257 | |||
258 | if (!cpu_online(cpu)) | ||
259 | return; | ||
260 | |||
261 | cpumask_copy(&cpus_allowed, tsk_cpus_allowed(current)); | ||
262 | set_cpus_allowed_ptr(current, cpumask_of(cpu)); | ||
263 | |||
264 | new_freq = clock_tick = sparc64_get_clock_tick(cpu) / 1000; | ||
265 | new_bits = index_to_estar_mode(index); | ||
266 | divisor = index_to_divisor(index); | ||
267 | new_freq /= divisor; | ||
268 | |||
269 | estar = read_hbreg(HBIRD_ESTAR_MODE_ADDR); | ||
270 | |||
271 | old_divisor = estar_to_divisor(estar); | ||
272 | |||
273 | freqs.old = clock_tick / old_divisor; | ||
274 | freqs.new = new_freq; | ||
275 | freqs.cpu = cpu; | ||
276 | cpufreq_notify_transition(&freqs, CPUFREQ_PRECHANGE); | ||
277 | |||
278 | if (old_divisor != divisor) | ||
279 | us2e_transition(estar, new_bits, clock_tick * 1000, | ||
280 | old_divisor, divisor); | ||
281 | |||
282 | cpufreq_notify_transition(&freqs, CPUFREQ_POSTCHANGE); | ||
283 | |||
284 | set_cpus_allowed_ptr(current, &cpus_allowed); | ||
285 | } | ||
286 | |||
287 | static int us2e_freq_target(struct cpufreq_policy *policy, | ||
288 | unsigned int target_freq, | ||
289 | unsigned int relation) | ||
290 | { | ||
291 | unsigned int new_index = 0; | ||
292 | |||
293 | if (cpufreq_frequency_table_target(policy, | ||
294 | &us2e_freq_table[policy->cpu].table[0], | ||
295 | target_freq, relation, &new_index)) | ||
296 | return -EINVAL; | ||
297 | |||
298 | us2e_set_cpu_divider_index(policy->cpu, new_index); | ||
299 | |||
300 | return 0; | ||
301 | } | ||
302 | |||
303 | static int us2e_freq_verify(struct cpufreq_policy *policy) | ||
304 | { | ||
305 | return cpufreq_frequency_table_verify(policy, | ||
306 | &us2e_freq_table[policy->cpu].table[0]); | ||
307 | } | ||
308 | |||
309 | static int __init us2e_freq_cpu_init(struct cpufreq_policy *policy) | ||
310 | { | ||
311 | unsigned int cpu = policy->cpu; | ||
312 | unsigned long clock_tick = sparc64_get_clock_tick(cpu) / 1000; | ||
313 | struct cpufreq_frequency_table *table = | ||
314 | &us2e_freq_table[cpu].table[0]; | ||
315 | |||
316 | table[0].index = 0; | ||
317 | table[0].frequency = clock_tick / 1; | ||
318 | table[1].index = 1; | ||
319 | table[1].frequency = clock_tick / 2; | ||
320 | table[2].index = 2; | ||
321 | table[2].frequency = clock_tick / 4; | ||
322 | table[2].index = 3; | ||
323 | table[2].frequency = clock_tick / 6; | ||
324 | table[2].index = 4; | ||
325 | table[2].frequency = clock_tick / 8; | ||
326 | table[2].index = 5; | ||
327 | table[3].frequency = CPUFREQ_TABLE_END; | ||
328 | |||
329 | policy->cpuinfo.transition_latency = 0; | ||
330 | policy->cur = clock_tick; | ||
331 | |||
332 | return cpufreq_frequency_table_cpuinfo(policy, table); | ||
333 | } | ||
334 | |||
335 | static int us2e_freq_cpu_exit(struct cpufreq_policy *policy) | ||
336 | { | ||
337 | if (cpufreq_us2e_driver) | ||
338 | us2e_set_cpu_divider_index(policy->cpu, 0); | ||
339 | |||
340 | return 0; | ||
341 | } | ||
342 | |||
343 | static int __init us2e_freq_init(void) | ||
344 | { | ||
345 | unsigned long manuf, impl, ver; | ||
346 | int ret; | ||
347 | |||
348 | if (tlb_type != spitfire) | ||
349 | return -ENODEV; | ||
350 | |||
351 | __asm__("rdpr %%ver, %0" : "=r" (ver)); | ||
352 | manuf = ((ver >> 48) & 0xffff); | ||
353 | impl = ((ver >> 32) & 0xffff); | ||
354 | |||
355 | if (manuf == 0x17 && impl == 0x13) { | ||
356 | struct cpufreq_driver *driver; | ||
357 | |||
358 | ret = -ENOMEM; | ||
359 | driver = kzalloc(sizeof(struct cpufreq_driver), GFP_KERNEL); | ||
360 | if (!driver) | ||
361 | goto err_out; | ||
362 | |||
363 | us2e_freq_table = kzalloc( | ||
364 | (NR_CPUS * sizeof(struct us2e_freq_percpu_info)), | ||
365 | GFP_KERNEL); | ||
366 | if (!us2e_freq_table) | ||
367 | goto err_out; | ||
368 | |||
369 | driver->init = us2e_freq_cpu_init; | ||
370 | driver->verify = us2e_freq_verify; | ||
371 | driver->target = us2e_freq_target; | ||
372 | driver->get = us2e_freq_get; | ||
373 | driver->exit = us2e_freq_cpu_exit; | ||
374 | driver->owner = THIS_MODULE, | ||
375 | strcpy(driver->name, "UltraSPARC-IIe"); | ||
376 | |||
377 | cpufreq_us2e_driver = driver; | ||
378 | ret = cpufreq_register_driver(driver); | ||
379 | if (ret) | ||
380 | goto err_out; | ||
381 | |||
382 | return 0; | ||
383 | |||
384 | err_out: | ||
385 | if (driver) { | ||
386 | kfree(driver); | ||
387 | cpufreq_us2e_driver = NULL; | ||
388 | } | ||
389 | kfree(us2e_freq_table); | ||
390 | us2e_freq_table = NULL; | ||
391 | return ret; | ||
392 | } | ||
393 | |||
394 | return -ENODEV; | ||
395 | } | ||
396 | |||
397 | static void __exit us2e_freq_exit(void) | ||
398 | { | ||
399 | if (cpufreq_us2e_driver) { | ||
400 | cpufreq_unregister_driver(cpufreq_us2e_driver); | ||
401 | kfree(cpufreq_us2e_driver); | ||
402 | cpufreq_us2e_driver = NULL; | ||
403 | kfree(us2e_freq_table); | ||
404 | us2e_freq_table = NULL; | ||
405 | } | ||
406 | } | ||
407 | |||
408 | MODULE_AUTHOR("David S. Miller <davem@redhat.com>"); | ||
409 | MODULE_DESCRIPTION("cpufreq driver for UltraSPARC-IIe"); | ||
410 | MODULE_LICENSE("GPL"); | ||
411 | |||
412 | module_init(us2e_freq_init); | ||
413 | module_exit(us2e_freq_exit); | ||
diff --git a/arch/sparc/kernel/us3_cpufreq.c b/arch/sparc/kernel/us3_cpufreq.c deleted file mode 100644 index eb1624b931d9..000000000000 --- a/arch/sparc/kernel/us3_cpufreq.c +++ /dev/null | |||
@@ -1,274 +0,0 @@ | |||
1 | /* us3_cpufreq.c: UltraSPARC-III cpu frequency support | ||
2 | * | ||
3 | * Copyright (C) 2003 David S. Miller (davem@redhat.com) | ||
4 | * | ||
5 | * Many thanks to Dominik Brodowski for fixing up the cpufreq | ||
6 | * infrastructure in order to make this driver easier to implement. | ||
7 | */ | ||
8 | |||
9 | #include <linux/kernel.h> | ||
10 | #include <linux/module.h> | ||
11 | #include <linux/sched.h> | ||
12 | #include <linux/smp.h> | ||
13 | #include <linux/cpufreq.h> | ||
14 | #include <linux/threads.h> | ||
15 | #include <linux/slab.h> | ||
16 | #include <linux/init.h> | ||
17 | |||
18 | #include <asm/head.h> | ||
19 | #include <asm/timer.h> | ||
20 | |||
21 | static struct cpufreq_driver *cpufreq_us3_driver; | ||
22 | |||
23 | struct us3_freq_percpu_info { | ||
24 | struct cpufreq_frequency_table table[4]; | ||
25 | }; | ||
26 | |||
27 | /* Indexed by cpu number. */ | ||
28 | static struct us3_freq_percpu_info *us3_freq_table; | ||
29 | |||
30 | /* UltraSPARC-III has three dividers: 1, 2, and 32. These are controlled | ||
31 | * in the Safari config register. | ||
32 | */ | ||
33 | #define SAFARI_CFG_DIV_1 0x0000000000000000UL | ||
34 | #define SAFARI_CFG_DIV_2 0x0000000040000000UL | ||
35 | #define SAFARI_CFG_DIV_32 0x0000000080000000UL | ||
36 | #define SAFARI_CFG_DIV_MASK 0x00000000C0000000UL | ||
37 | |||
38 | static unsigned long read_safari_cfg(void) | ||
39 | { | ||
40 | unsigned long ret; | ||
41 | |||
42 | __asm__ __volatile__("ldxa [%%g0] %1, %0" | ||
43 | : "=&r" (ret) | ||
44 | : "i" (ASI_SAFARI_CONFIG)); | ||
45 | return ret; | ||
46 | } | ||
47 | |||
48 | static void write_safari_cfg(unsigned long val) | ||
49 | { | ||
50 | __asm__ __volatile__("stxa %0, [%%g0] %1\n\t" | ||
51 | "membar #Sync" | ||
52 | : /* no outputs */ | ||
53 | : "r" (val), "i" (ASI_SAFARI_CONFIG) | ||
54 | : "memory"); | ||
55 | } | ||
56 | |||
57 | static unsigned long get_current_freq(unsigned int cpu, unsigned long safari_cfg) | ||
58 | { | ||
59 | unsigned long clock_tick = sparc64_get_clock_tick(cpu) / 1000; | ||
60 | unsigned long ret; | ||
61 | |||
62 | switch (safari_cfg & SAFARI_CFG_DIV_MASK) { | ||
63 | case SAFARI_CFG_DIV_1: | ||
64 | ret = clock_tick / 1; | ||
65 | break; | ||
66 | case SAFARI_CFG_DIV_2: | ||
67 | ret = clock_tick / 2; | ||
68 | break; | ||
69 | case SAFARI_CFG_DIV_32: | ||
70 | ret = clock_tick / 32; | ||
71 | break; | ||
72 | default: | ||
73 | BUG(); | ||
74 | } | ||
75 | |||
76 | return ret; | ||
77 | } | ||
78 | |||
79 | static unsigned int us3_freq_get(unsigned int cpu) | ||
80 | { | ||
81 | cpumask_t cpus_allowed; | ||
82 | unsigned long reg; | ||
83 | unsigned int ret; | ||
84 | |||
85 | if (!cpu_online(cpu)) | ||
86 | return 0; | ||
87 | |||
88 | cpumask_copy(&cpus_allowed, tsk_cpus_allowed(current)); | ||
89 | set_cpus_allowed_ptr(current, cpumask_of(cpu)); | ||
90 | |||
91 | reg = read_safari_cfg(); | ||
92 | ret = get_current_freq(cpu, reg); | ||
93 | |||
94 | set_cpus_allowed_ptr(current, &cpus_allowed); | ||
95 | |||
96 | return ret; | ||
97 | } | ||
98 | |||
99 | static void us3_set_cpu_divider_index(unsigned int cpu, unsigned int index) | ||
100 | { | ||
101 | unsigned long new_bits, new_freq, reg; | ||
102 | cpumask_t cpus_allowed; | ||
103 | struct cpufreq_freqs freqs; | ||
104 | |||
105 | if (!cpu_online(cpu)) | ||
106 | return; | ||
107 | |||
108 | cpumask_copy(&cpus_allowed, tsk_cpus_allowed(current)); | ||
109 | set_cpus_allowed_ptr(current, cpumask_of(cpu)); | ||
110 | |||
111 | new_freq = sparc64_get_clock_tick(cpu) / 1000; | ||
112 | switch (index) { | ||
113 | case 0: | ||
114 | new_bits = SAFARI_CFG_DIV_1; | ||
115 | new_freq /= 1; | ||
116 | break; | ||
117 | case 1: | ||
118 | new_bits = SAFARI_CFG_DIV_2; | ||
119 | new_freq /= 2; | ||
120 | break; | ||
121 | case 2: | ||
122 | new_bits = SAFARI_CFG_DIV_32; | ||
123 | new_freq /= 32; | ||
124 | break; | ||
125 | |||
126 | default: | ||
127 | BUG(); | ||
128 | } | ||
129 | |||
130 | reg = read_safari_cfg(); | ||
131 | |||
132 | freqs.old = get_current_freq(cpu, reg); | ||
133 | freqs.new = new_freq; | ||
134 | freqs.cpu = cpu; | ||
135 | cpufreq_notify_transition(&freqs, CPUFREQ_PRECHANGE); | ||
136 | |||
137 | reg &= ~SAFARI_CFG_DIV_MASK; | ||
138 | reg |= new_bits; | ||
139 | write_safari_cfg(reg); | ||
140 | |||
141 | cpufreq_notify_transition(&freqs, CPUFREQ_POSTCHANGE); | ||
142 | |||
143 | set_cpus_allowed_ptr(current, &cpus_allowed); | ||
144 | } | ||
145 | |||
146 | static int us3_freq_target(struct cpufreq_policy *policy, | ||
147 | unsigned int target_freq, | ||
148 | unsigned int relation) | ||
149 | { | ||
150 | unsigned int new_index = 0; | ||
151 | |||
152 | if (cpufreq_frequency_table_target(policy, | ||
153 | &us3_freq_table[policy->cpu].table[0], | ||
154 | target_freq, | ||
155 | relation, | ||
156 | &new_index)) | ||
157 | return -EINVAL; | ||
158 | |||
159 | us3_set_cpu_divider_index(policy->cpu, new_index); | ||
160 | |||
161 | return 0; | ||
162 | } | ||
163 | |||
164 | static int us3_freq_verify(struct cpufreq_policy *policy) | ||
165 | { | ||
166 | return cpufreq_frequency_table_verify(policy, | ||
167 | &us3_freq_table[policy->cpu].table[0]); | ||
168 | } | ||
169 | |||
170 | static int __init us3_freq_cpu_init(struct cpufreq_policy *policy) | ||
171 | { | ||
172 | unsigned int cpu = policy->cpu; | ||
173 | unsigned long clock_tick = sparc64_get_clock_tick(cpu) / 1000; | ||
174 | struct cpufreq_frequency_table *table = | ||
175 | &us3_freq_table[cpu].table[0]; | ||
176 | |||
177 | table[0].index = 0; | ||
178 | table[0].frequency = clock_tick / 1; | ||
179 | table[1].index = 1; | ||
180 | table[1].frequency = clock_tick / 2; | ||
181 | table[2].index = 2; | ||
182 | table[2].frequency = clock_tick / 32; | ||
183 | table[3].index = 0; | ||
184 | table[3].frequency = CPUFREQ_TABLE_END; | ||
185 | |||
186 | policy->cpuinfo.transition_latency = 0; | ||
187 | policy->cur = clock_tick; | ||
188 | |||
189 | return cpufreq_frequency_table_cpuinfo(policy, table); | ||
190 | } | ||
191 | |||
192 | static int us3_freq_cpu_exit(struct cpufreq_policy *policy) | ||
193 | { | ||
194 | if (cpufreq_us3_driver) | ||
195 | us3_set_cpu_divider_index(policy->cpu, 0); | ||
196 | |||
197 | return 0; | ||
198 | } | ||
199 | |||
200 | static int __init us3_freq_init(void) | ||
201 | { | ||
202 | unsigned long manuf, impl, ver; | ||
203 | int ret; | ||
204 | |||
205 | if (tlb_type != cheetah && tlb_type != cheetah_plus) | ||
206 | return -ENODEV; | ||
207 | |||
208 | __asm__("rdpr %%ver, %0" : "=r" (ver)); | ||
209 | manuf = ((ver >> 48) & 0xffff); | ||
210 | impl = ((ver >> 32) & 0xffff); | ||
211 | |||
212 | if (manuf == CHEETAH_MANUF && | ||
213 | (impl == CHEETAH_IMPL || | ||
214 | impl == CHEETAH_PLUS_IMPL || | ||
215 | impl == JAGUAR_IMPL || | ||
216 | impl == PANTHER_IMPL)) { | ||
217 | struct cpufreq_driver *driver; | ||
218 | |||
219 | ret = -ENOMEM; | ||
220 | driver = kzalloc(sizeof(struct cpufreq_driver), GFP_KERNEL); | ||
221 | if (!driver) | ||
222 | goto err_out; | ||
223 | |||
224 | us3_freq_table = kzalloc( | ||
225 | (NR_CPUS * sizeof(struct us3_freq_percpu_info)), | ||
226 | GFP_KERNEL); | ||
227 | if (!us3_freq_table) | ||
228 | goto err_out; | ||
229 | |||
230 | driver->init = us3_freq_cpu_init; | ||
231 | driver->verify = us3_freq_verify; | ||
232 | driver->target = us3_freq_target; | ||
233 | driver->get = us3_freq_get; | ||
234 | driver->exit = us3_freq_cpu_exit; | ||
235 | driver->owner = THIS_MODULE, | ||
236 | strcpy(driver->name, "UltraSPARC-III"); | ||
237 | |||
238 | cpufreq_us3_driver = driver; | ||
239 | ret = cpufreq_register_driver(driver); | ||
240 | if (ret) | ||
241 | goto err_out; | ||
242 | |||
243 | return 0; | ||
244 | |||
245 | err_out: | ||
246 | if (driver) { | ||
247 | kfree(driver); | ||
248 | cpufreq_us3_driver = NULL; | ||
249 | } | ||
250 | kfree(us3_freq_table); | ||
251 | us3_freq_table = NULL; | ||
252 | return ret; | ||
253 | } | ||
254 | |||
255 | return -ENODEV; | ||
256 | } | ||
257 | |||
258 | static void __exit us3_freq_exit(void) | ||
259 | { | ||
260 | if (cpufreq_us3_driver) { | ||
261 | cpufreq_unregister_driver(cpufreq_us3_driver); | ||
262 | kfree(cpufreq_us3_driver); | ||
263 | cpufreq_us3_driver = NULL; | ||
264 | kfree(us3_freq_table); | ||
265 | us3_freq_table = NULL; | ||
266 | } | ||
267 | } | ||
268 | |||
269 | MODULE_AUTHOR("David S. Miller <davem@redhat.com>"); | ||
270 | MODULE_DESCRIPTION("cpufreq driver for UltraSPARC-III"); | ||
271 | MODULE_LICENSE("GPL"); | ||
272 | |||
273 | module_init(us3_freq_init); | ||
274 | module_exit(us3_freq_exit); | ||