Blame view

drivers/cpufreq/s5pv210-cpufreq.c 15 KB
f7d770790   Kukjin Kim   [CPUFREQ] Move AR...
1
  /*
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
   * Copyright (c) 2010 Samsung Electronics Co., Ltd.
   *		http://www.samsung.com
   *
   * CPU frequency scaling for S5PC110/S5PV210
   *
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU General Public License version 2 as
   * published by the Free Software Foundation.
  */
  
  #include <linux/types.h>
  #include <linux/kernel.h>
  #include <linux/init.h>
  #include <linux/err.h>
  #include <linux/clk.h>
  #include <linux/io.h>
  #include <linux/cpufreq.h>
fe7f1bcbf   Huisung Kang   [CPUFREQ] S5PV210...
19
  #include <linux/reboot.h>
e8b4c1986   Jonghwan Choi   [CPUFREQ] S5PV210...
20
  #include <linux/regulator/consumer.h>
405e6d6df   Huisung Kang   [CPUFREQ] S5PV210...
21
  #include <linux/suspend.h>
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
22
23
24
25
26
27
28
29
  
  #include <mach/map.h>
  #include <mach/regs-clock.h>
  
  static struct clk *cpu_clk;
  static struct clk *dmc0_clk;
  static struct clk *dmc1_clk;
  static struct cpufreq_freqs freqs;
5b02b7794   Arve Hjønnevåg   [CPUFREQ] S5PV210...
30
  static DEFINE_MUTEX(set_freq_lock);
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
31
32
33
34
  
  /* APLL M,P,S values for 1G/800Mhz */
  #define APLL_VAL_1000	((1 << 31) | (125 << 16) | (3 << 8) | 1)
  #define APLL_VAL_800	((1 << 31) | (100 << 16) | (3 << 8) | 1)
405e6d6df   Huisung Kang   [CPUFREQ] S5PV210...
35
36
  /* Use 800MHz when entering sleep mode */
  #define SLEEP_FREQ	(800 * 1000)
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
37
  /*
90d5d0a11   Huisung Kang   [CPUFREQ] S5PV210...
38
39
40
41
42
43
44
45
46
47
48
49
   * relation has an additional symantics other than the standard of cpufreq
   * DISALBE_FURTHER_CPUFREQ: disable further access to target
   * ENABLE_FURTUER_CPUFREQ: enable access to target
   */
  enum cpufreq_access {
  	DISABLE_FURTHER_CPUFREQ = 0x10,
  	ENABLE_FURTHER_CPUFREQ = 0x20,
  };
  
  static bool no_cpufreq_access;
  
  /*
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
   * DRAM configurations to calculate refresh counter for changing
   * frequency of memory.
   */
  struct dram_conf {
  	unsigned long freq;	/* HZ */
  	unsigned long refresh;	/* DRAM refresh counter * 1000 */
  };
  
  /* DRAM configuration (DMC0 and DMC1) */
  static struct dram_conf s5pv210_dram_conf[2];
  
  enum perf_level {
  	L0, L1, L2, L3, L4,
  };
  
  enum s5pv210_mem_type {
  	LPDDR	= 0x1,
  	LPDDR2	= 0x2,
  	DDR2	= 0x4,
  };
  
  enum s5pv210_dmc_port {
  	DMC0 = 0,
  	DMC1,
  };
  
  static struct cpufreq_frequency_table s5pv210_freq_table[] = {
  	{L0, 1000*1000},
  	{L1, 800*1000},
  	{L2, 400*1000},
  	{L3, 200*1000},
  	{L4, 100*1000},
  	{0, CPUFREQ_TABLE_END},
  };
e8b4c1986   Jonghwan Choi   [CPUFREQ] S5PV210...
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
  static struct regulator *arm_regulator;
  static struct regulator *int_regulator;
  
  struct s5pv210_dvs_conf {
  	int arm_volt;	/* uV */
  	int int_volt;	/* uV */
  };
  
  static const int arm_volt_max = 1350000;
  static const int int_volt_max = 1250000;
  
  static struct s5pv210_dvs_conf dvs_conf[] = {
  	[L0] = {
  		.arm_volt	= 1250000,
  		.int_volt	= 1100000,
  	},
  	[L1] = {
  		.arm_volt	= 1200000,
  		.int_volt	= 1100000,
  	},
  	[L2] = {
  		.arm_volt	= 1050000,
  		.int_volt	= 1100000,
  	},
  	[L3] = {
  		.arm_volt	= 950000,
  		.int_volt	= 1100000,
  	},
  	[L4] = {
  		.arm_volt	= 950000,
  		.int_volt	= 1000000,
  	},
  };
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
  static u32 clkdiv_val[5][11] = {
  	/*
  	 * Clock divider value for following
  	 * { APLL, A2M, HCLK_MSYS, PCLK_MSYS,
  	 *   HCLK_DSYS, PCLK_DSYS, HCLK_PSYS, PCLK_PSYS,
  	 *   ONEDRAM, MFC, G3D }
  	 */
  
  	/* L0 : [1000/200/100][166/83][133/66][200/200] */
  	{0, 4, 4, 1, 3, 1, 4, 1, 3, 0, 0},
  
  	/* L1 : [800/200/100][166/83][133/66][200/200] */
  	{0, 3, 3, 1, 3, 1, 4, 1, 3, 0, 0},
  
  	/* L2 : [400/200/100][166/83][133/66][200/200] */
  	{1, 3, 1, 1, 3, 1, 4, 1, 3, 0, 0},
  
  	/* L3 : [200/200/100][166/83][133/66][200/200] */
  	{3, 3, 1, 1, 3, 1, 4, 1, 3, 0, 0},
  
  	/* L4 : [100/100/100][83/83][66/66][100/100] */
  	{7, 7, 0, 0, 7, 0, 9, 0, 7, 0, 0},
  };
  
  /*
   * This function set DRAM refresh counter
   * accoriding to operating frequency of DRAM
   * ch: DMC port number 0 or 1
   * freq: Operating frequency of DRAM(KHz)
   */
  static void s5pv210_set_refresh(enum s5pv210_dmc_port ch, unsigned long freq)
  {
  	unsigned long tmp, tmp1;
  	void __iomem *reg = NULL;
d62fa3112   Jonghwan Choi   ARM: S5PV210: Fix...
151
  	if (ch == DMC0) {
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
152
  		reg = (S5P_VA_DMC0 + 0x30);
d62fa3112   Jonghwan Choi   ARM: S5PV210: Fix...
153
  	} else if (ch == DMC1) {
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
154
  		reg = (S5P_VA_DMC1 + 0x30);
d62fa3112   Jonghwan Choi   ARM: S5PV210: Fix...
155
  	} else {
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
156
157
  		printk(KERN_ERR "Cannot find DMC port
  ");
d62fa3112   Jonghwan Choi   ARM: S5PV210: Fix...
158
159
  		return;
  	}
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
160
161
162
163
164
165
166
167
168
169
170
171
  
  	/* Find current DRAM frequency */
  	tmp = s5pv210_dram_conf[ch].freq;
  
  	do_div(tmp, freq);
  
  	tmp1 = s5pv210_dram_conf[ch].refresh;
  
  	do_div(tmp1, tmp);
  
  	__raw_writel(tmp1, reg);
  }
133de1211   Axel Lin   [CPUFREQ] s5pv210...
172
  static int s5pv210_verify_speed(struct cpufreq_policy *policy)
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
173
174
175
176
177
178
  {
  	if (policy->cpu)
  		return -EINVAL;
  
  	return cpufreq_frequency_table_verify(policy, s5pv210_freq_table);
  }
133de1211   Axel Lin   [CPUFREQ] s5pv210...
179
  static unsigned int s5pv210_getspeed(unsigned int cpu)
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
  {
  	if (cpu)
  		return 0;
  
  	return clk_get_rate(cpu_clk) / 1000;
  }
  
  static int s5pv210_target(struct cpufreq_policy *policy,
  			  unsigned int target_freq,
  			  unsigned int relation)
  {
  	unsigned long reg;
  	unsigned int index, priv_index;
  	unsigned int pll_changing = 0;
  	unsigned int bus_speed_changing = 0;
e8b4c1986   Jonghwan Choi   [CPUFREQ] S5PV210...
195
196
  	int arm_volt, int_volt;
  	int ret = 0;
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
197

5b02b7794   Arve Hjønnevåg   [CPUFREQ] S5PV210...
198
  	mutex_lock(&set_freq_lock);
90d5d0a11   Huisung Kang   [CPUFREQ] S5PV210...
199
200
201
202
203
204
205
206
207
  	if (relation & ENABLE_FURTHER_CPUFREQ)
  		no_cpufreq_access = false;
  
  	if (no_cpufreq_access) {
  #ifdef CONFIG_PM_VERBOSE
  		pr_err("%s:%d denied access to %s as it is disabled"
  				"temporarily
  ", __FILE__, __LINE__, __func__);
  #endif
5b02b7794   Arve Hjønnevåg   [CPUFREQ] S5PV210...
208
209
  		ret = -EINVAL;
  		goto exit;
90d5d0a11   Huisung Kang   [CPUFREQ] S5PV210...
210
211
212
213
214
215
  	}
  
  	if (relation & DISABLE_FURTHER_CPUFREQ)
  		no_cpufreq_access = true;
  
  	relation &= ~(ENABLE_FURTHER_CPUFREQ | DISABLE_FURTHER_CPUFREQ);
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
216
217
218
  	freqs.old = s5pv210_getspeed(0);
  
  	if (cpufreq_frequency_table_target(policy, s5pv210_freq_table,
5b02b7794   Arve Hjønnevåg   [CPUFREQ] S5PV210...
219
220
221
222
  					   target_freq, relation, &index)) {
  		ret = -EINVAL;
  		goto exit;
  	}
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
223
224
225
226
227
  
  	freqs.new = s5pv210_freq_table[index].frequency;
  	freqs.cpu = 0;
  
  	if (freqs.new == freqs.old)
5b02b7794   Arve Hjønnevåg   [CPUFREQ] S5PV210...
228
  		goto exit;
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
229
230
231
  
  	/* Finding current running level index */
  	if (cpufreq_frequency_table_target(policy, s5pv210_freq_table,
5b02b7794   Arve Hjønnevåg   [CPUFREQ] S5PV210...
232
233
234
235
  					   freqs.old, relation, &priv_index)) {
  		ret = -EINVAL;
  		goto exit;
  	}
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
236

e8b4c1986   Jonghwan Choi   [CPUFREQ] S5PV210...
237
238
  	arm_volt = dvs_conf[index].arm_volt;
  	int_volt = dvs_conf[index].int_volt;
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
239
240
  
  	if (freqs.new > freqs.old) {
e8b4c1986   Jonghwan Choi   [CPUFREQ] S5PV210...
241
242
243
  		ret = regulator_set_voltage(arm_regulator,
  				arm_volt, arm_volt_max);
  		if (ret)
5b02b7794   Arve Hjønnevåg   [CPUFREQ] S5PV210...
244
  			goto exit;
e8b4c1986   Jonghwan Choi   [CPUFREQ] S5PV210...
245
246
247
248
  
  		ret = regulator_set_voltage(int_regulator,
  				int_volt, int_volt_max);
  		if (ret)
5b02b7794   Arve Hjønnevåg   [CPUFREQ] S5PV210...
249
  			goto exit;
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
250
  	}
e8b4c1986   Jonghwan Choi   [CPUFREQ] S5PV210...
251
  	cpufreq_notify_transition(&freqs, CPUFREQ_PRECHANGE);
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
  	/* Check if there need to change PLL */
  	if ((index == L0) || (priv_index == L0))
  		pll_changing = 1;
  
  	/* Check if there need to change System bus clock */
  	if ((index == L4) || (priv_index == L4))
  		bus_speed_changing = 1;
  
  	if (bus_speed_changing) {
  		/*
  		 * Reconfigure DRAM refresh counter value for minimum
  		 * temporary clock while changing divider.
  		 * expected clock is 83Mhz : 7.8usec/(1/83Mhz) = 0x287
  		 */
  		if (pll_changing)
  			s5pv210_set_refresh(DMC1, 83000);
  		else
  			s5pv210_set_refresh(DMC1, 100000);
  
  		s5pv210_set_refresh(DMC0, 83000);
  	}
  
  	/*
  	 * APLL should be changed in this level
  	 * APLL -> MPLL(for stable transition) -> APLL
  	 * Some clock source's clock API are not prepared.
  	 * Do not use clock API in below code.
  	 */
  	if (pll_changing) {
  		/*
  		 * 1. Temporary Change divider for MFC and G3D
  		 * SCLKA2M(200/1=200)->(200/4=50)Mhz
  		 */
  		reg = __raw_readl(S5P_CLK_DIV2);
  		reg &= ~(S5P_CLKDIV2_G3D_MASK | S5P_CLKDIV2_MFC_MASK);
  		reg |= (3 << S5P_CLKDIV2_G3D_SHIFT) |
  			(3 << S5P_CLKDIV2_MFC_SHIFT);
  		__raw_writel(reg, S5P_CLK_DIV2);
  
  		/* For MFC, G3D dividing */
  		do {
  			reg = __raw_readl(S5P_CLKDIV_STAT0);
  		} while (reg & ((1 << 16) | (1 << 17)));
  
  		/*
  		 * 2. Change SCLKA2M(200Mhz)to SCLKMPLL in MFC_MUX, G3D MUX
  		 * (200/4=50)->(667/4=166)Mhz
  		 */
  		reg = __raw_readl(S5P_CLK_SRC2);
  		reg &= ~(S5P_CLKSRC2_G3D_MASK | S5P_CLKSRC2_MFC_MASK);
  		reg |= (1 << S5P_CLKSRC2_G3D_SHIFT) |
  			(1 << S5P_CLKSRC2_MFC_SHIFT);
  		__raw_writel(reg, S5P_CLK_SRC2);
  
  		do {
  			reg = __raw_readl(S5P_CLKMUX_STAT1);
  		} while (reg & ((1 << 7) | (1 << 3)));
  
  		/*
  		 * 3. DMC1 refresh count for 133Mhz if (index == L4) is
  		 * true refresh counter is already programed in upper
  		 * code. 0x287@83Mhz
  		 */
  		if (!bus_speed_changing)
  			s5pv210_set_refresh(DMC1, 133000);
  
  		/* 4. SCLKAPLL -> SCLKMPLL */
  		reg = __raw_readl(S5P_CLK_SRC0);
  		reg &= ~(S5P_CLKSRC0_MUX200_MASK);
  		reg |= (0x1 << S5P_CLKSRC0_MUX200_SHIFT);
  		__raw_writel(reg, S5P_CLK_SRC0);
  
  		do {
  			reg = __raw_readl(S5P_CLKMUX_STAT0);
  		} while (reg & (0x1 << 18));
  
  	}
  
  	/* Change divider */
  	reg = __raw_readl(S5P_CLK_DIV0);
  
  	reg &= ~(S5P_CLKDIV0_APLL_MASK | S5P_CLKDIV0_A2M_MASK |
  		S5P_CLKDIV0_HCLK200_MASK | S5P_CLKDIV0_PCLK100_MASK |
  		S5P_CLKDIV0_HCLK166_MASK | S5P_CLKDIV0_PCLK83_MASK |
  		S5P_CLKDIV0_HCLK133_MASK | S5P_CLKDIV0_PCLK66_MASK);
  
  	reg |= ((clkdiv_val[index][0] << S5P_CLKDIV0_APLL_SHIFT) |
  		(clkdiv_val[index][1] << S5P_CLKDIV0_A2M_SHIFT) |
  		(clkdiv_val[index][2] << S5P_CLKDIV0_HCLK200_SHIFT) |
  		(clkdiv_val[index][3] << S5P_CLKDIV0_PCLK100_SHIFT) |
  		(clkdiv_val[index][4] << S5P_CLKDIV0_HCLK166_SHIFT) |
  		(clkdiv_val[index][5] << S5P_CLKDIV0_PCLK83_SHIFT) |
  		(clkdiv_val[index][6] << S5P_CLKDIV0_HCLK133_SHIFT) |
  		(clkdiv_val[index][7] << S5P_CLKDIV0_PCLK66_SHIFT));
  
  	__raw_writel(reg, S5P_CLK_DIV0);
  
  	do {
  		reg = __raw_readl(S5P_CLKDIV_STAT0);
  	} while (reg & 0xff);
  
  	/* ARM MCS value changed */
  	reg = __raw_readl(S5P_ARM_MCS_CON);
  	reg &= ~0x3;
  	if (index >= L3)
  		reg |= 0x3;
  	else
  		reg |= 0x1;
  
  	__raw_writel(reg, S5P_ARM_MCS_CON);
  
  	if (pll_changing) {
  		/* 5. Set Lock time = 30us*24Mhz = 0x2cf */
  		__raw_writel(0x2cf, S5P_APLL_LOCK);
  
  		/*
  		 * 6. Turn on APLL
  		 * 6-1. Set PMS values
  		 * 6-2. Wait untile the PLL is locked
  		 */
  		if (index == L0)
  			__raw_writel(APLL_VAL_1000, S5P_APLL_CON);
  		else
  			__raw_writel(APLL_VAL_800, S5P_APLL_CON);
  
  		do {
  			reg = __raw_readl(S5P_APLL_CON);
  		} while (!(reg & (0x1 << 29)));
  
  		/*
  		 * 7. Change souce clock from SCLKMPLL(667Mhz)
  		 * to SCLKA2M(200Mhz) in MFC_MUX and G3D MUX
  		 * (667/4=166)->(200/4=50)Mhz
  		 */
  		reg = __raw_readl(S5P_CLK_SRC2);
  		reg &= ~(S5P_CLKSRC2_G3D_MASK | S5P_CLKSRC2_MFC_MASK);
  		reg |= (0 << S5P_CLKSRC2_G3D_SHIFT) |
  			(0 << S5P_CLKSRC2_MFC_SHIFT);
  		__raw_writel(reg, S5P_CLK_SRC2);
  
  		do {
  			reg = __raw_readl(S5P_CLKMUX_STAT1);
  		} while (reg & ((1 << 7) | (1 << 3)));
  
  		/*
  		 * 8. Change divider for MFC and G3D
  		 * (200/4=50)->(200/1=200)Mhz
  		 */
  		reg = __raw_readl(S5P_CLK_DIV2);
  		reg &= ~(S5P_CLKDIV2_G3D_MASK | S5P_CLKDIV2_MFC_MASK);
  		reg |= (clkdiv_val[index][10] << S5P_CLKDIV2_G3D_SHIFT) |
  			(clkdiv_val[index][9] << S5P_CLKDIV2_MFC_SHIFT);
  		__raw_writel(reg, S5P_CLK_DIV2);
  
  		/* For MFC, G3D dividing */
  		do {
  			reg = __raw_readl(S5P_CLKDIV_STAT0);
  		} while (reg & ((1 << 16) | (1 << 17)));
  
  		/* 9. Change MPLL to APLL in MSYS_MUX */
  		reg = __raw_readl(S5P_CLK_SRC0);
  		reg &= ~(S5P_CLKSRC0_MUX200_MASK);
  		reg |= (0x0 << S5P_CLKSRC0_MUX200_SHIFT);
  		__raw_writel(reg, S5P_CLK_SRC0);
  
  		do {
  			reg = __raw_readl(S5P_CLKMUX_STAT0);
  		} while (reg & (0x1 << 18));
  
  		/*
  		 * 10. DMC1 refresh counter
  		 * L4 : DMC1 = 100Mhz 7.8us/(1/100) = 0x30c
  		 * Others : DMC1 = 200Mhz 7.8us/(1/200) = 0x618
  		 */
  		if (!bus_speed_changing)
  			s5pv210_set_refresh(DMC1, 200000);
  	}
  
  	/*
  	 * L4 level need to change memory bus speed, hence onedram clock divier
  	 * and memory refresh parameter should be changed
  	 */
  	if (bus_speed_changing) {
  		reg = __raw_readl(S5P_CLK_DIV6);
  		reg &= ~S5P_CLKDIV6_ONEDRAM_MASK;
  		reg |= (clkdiv_val[index][8] << S5P_CLKDIV6_ONEDRAM_SHIFT);
  		__raw_writel(reg, S5P_CLK_DIV6);
  
  		do {
  			reg = __raw_readl(S5P_CLKDIV_STAT1);
  		} while (reg & (1 << 15));
  
  		/* Reconfigure DRAM refresh counter value */
  		if (index != L4) {
  			/*
  			 * DMC0 : 166Mhz
  			 * DMC1 : 200Mhz
  			 */
  			s5pv210_set_refresh(DMC0, 166000);
  			s5pv210_set_refresh(DMC1, 200000);
  		} else {
  			/*
  			 * DMC0 : 83Mhz
  			 * DMC1 : 100Mhz
  			 */
  			s5pv210_set_refresh(DMC0, 83000);
  			s5pv210_set_refresh(DMC1, 100000);
  		}
  	}
74df8e69e   Todd Poynor   [CPUFREQ] S5PV210...
461
  	cpufreq_notify_transition(&freqs, CPUFREQ_POSTCHANGE);
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
462
  	if (freqs.new < freqs.old) {
e8b4c1986   Jonghwan Choi   [CPUFREQ] S5PV210...
463
464
465
466
467
  		regulator_set_voltage(int_regulator,
  				int_volt, int_volt_max);
  
  		regulator_set_voltage(arm_regulator,
  				arm_volt, arm_volt_max);
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
468
  	}
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
469
470
  	printk(KERN_DEBUG "Perf changed[L%d]
  ", index);
5b02b7794   Arve Hjønnevåg   [CPUFREQ] S5PV210...
471
472
473
  exit:
  	mutex_unlock(&set_freq_lock);
  	return ret;
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
474
475
476
  }
  
  #ifdef CONFIG_PM
7ca64e2d2   Rafael J. Wysocki   [CPUFREQ] Remove ...
477
  static int s5pv210_cpufreq_suspend(struct cpufreq_policy *policy)
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
  {
  	return 0;
  }
  
  static int s5pv210_cpufreq_resume(struct cpufreq_policy *policy)
  {
  	return 0;
  }
  #endif
  
  static int check_mem_type(void __iomem *dmc_reg)
  {
  	unsigned long val;
  
  	val = __raw_readl(dmc_reg + 0x4);
  	val = (val & (0xf << 8));
  
  	return val >> 8;
  }
  
  static int __init s5pv210_cpu_init(struct cpufreq_policy *policy)
  {
  	unsigned long mem_type;
4911ca103   Julia Lawall   [CPUFREQ] s5pv210...
501
  	int ret;
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
502
503
504
505
506
507
508
  
  	cpu_clk = clk_get(NULL, "armclk");
  	if (IS_ERR(cpu_clk))
  		return PTR_ERR(cpu_clk);
  
  	dmc0_clk = clk_get(NULL, "sclk_dmc0");
  	if (IS_ERR(dmc0_clk)) {
4911ca103   Julia Lawall   [CPUFREQ] s5pv210...
509
510
  		ret = PTR_ERR(dmc0_clk);
  		goto out_dmc0;
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
511
512
513
514
  	}
  
  	dmc1_clk = clk_get(NULL, "hclk_msys");
  	if (IS_ERR(dmc1_clk)) {
4911ca103   Julia Lawall   [CPUFREQ] s5pv210...
515
516
  		ret = PTR_ERR(dmc1_clk);
  		goto out_dmc1;
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
517
  	}
4911ca103   Julia Lawall   [CPUFREQ] s5pv210...
518
519
520
521
  	if (policy->cpu != 0) {
  		ret = -EINVAL;
  		goto out_dmc1;
  	}
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
522
523
524
525
526
527
528
529
530
531
  
  	/*
  	 * check_mem_type : This driver only support LPDDR & LPDDR2.
  	 * other memory type is not supported.
  	 */
  	mem_type = check_mem_type(S5P_VA_DMC0);
  
  	if ((mem_type != LPDDR) && (mem_type != LPDDR2)) {
  		printk(KERN_ERR "CPUFreq doesn't support this memory type
  ");
4911ca103   Julia Lawall   [CPUFREQ] s5pv210...
532
533
  		ret = -EINVAL;
  		goto out_dmc1;
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
  	}
  
  	/* Find current refresh counter and frequency each DMC */
  	s5pv210_dram_conf[0].refresh = (__raw_readl(S5P_VA_DMC0 + 0x30) * 1000);
  	s5pv210_dram_conf[0].freq = clk_get_rate(dmc0_clk);
  
  	s5pv210_dram_conf[1].refresh = (__raw_readl(S5P_VA_DMC1 + 0x30) * 1000);
  	s5pv210_dram_conf[1].freq = clk_get_rate(dmc1_clk);
  
  	policy->cur = policy->min = policy->max = s5pv210_getspeed(0);
  
  	cpufreq_frequency_table_get_attr(s5pv210_freq_table, policy->cpu);
  
  	policy->cpuinfo.transition_latency = 40000;
  
  	return cpufreq_frequency_table_cpuinfo(policy, s5pv210_freq_table);
4911ca103   Julia Lawall   [CPUFREQ] s5pv210...
550
551
552
553
554
555
  
  out_dmc1:
  	clk_put(dmc0_clk);
  out_dmc0:
  	clk_put(cpu_clk);
  	return ret;
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
556
  }
405e6d6df   Huisung Kang   [CPUFREQ] S5PV210...
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
  static int s5pv210_cpufreq_notifier_event(struct notifier_block *this,
  					  unsigned long event, void *ptr)
  {
  	int ret;
  
  	switch (event) {
  	case PM_SUSPEND_PREPARE:
  		ret = cpufreq_driver_target(cpufreq_cpu_get(0), SLEEP_FREQ,
  					    DISABLE_FURTHER_CPUFREQ);
  		if (ret < 0)
  			return NOTIFY_BAD;
  
  		return NOTIFY_OK;
  	case PM_POST_RESTORE:
  	case PM_POST_SUSPEND:
  		cpufreq_driver_target(cpufreq_cpu_get(0), SLEEP_FREQ,
  				      ENABLE_FURTHER_CPUFREQ);
  
  		return NOTIFY_OK;
  	}
  
  	return NOTIFY_DONE;
  }
fe7f1bcbf   Huisung Kang   [CPUFREQ] S5PV210...
580
581
582
583
584
585
586
587
588
589
590
591
  static int s5pv210_cpufreq_reboot_notifier_event(struct notifier_block *this,
  						 unsigned long event, void *ptr)
  {
  	int ret;
  
  	ret = cpufreq_driver_target(cpufreq_cpu_get(0), SLEEP_FREQ,
  				    DISABLE_FURTHER_CPUFREQ);
  	if (ret < 0)
  		return NOTIFY_BAD;
  
  	return NOTIFY_DONE;
  }
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
592
593
594
595
596
597
598
599
600
601
602
603
  static struct cpufreq_driver s5pv210_driver = {
  	.flags		= CPUFREQ_STICKY,
  	.verify		= s5pv210_verify_speed,
  	.target		= s5pv210_target,
  	.get		= s5pv210_getspeed,
  	.init		= s5pv210_cpu_init,
  	.name		= "s5pv210",
  #ifdef CONFIG_PM
  	.suspend	= s5pv210_cpufreq_suspend,
  	.resume		= s5pv210_cpufreq_resume,
  #endif
  };
405e6d6df   Huisung Kang   [CPUFREQ] S5PV210...
604
605
606
  static struct notifier_block s5pv210_cpufreq_notifier = {
  	.notifier_call = s5pv210_cpufreq_notifier_event,
  };
fe7f1bcbf   Huisung Kang   [CPUFREQ] S5PV210...
607
608
609
  static struct notifier_block s5pv210_cpufreq_reboot_notifier = {
  	.notifier_call = s5pv210_cpufreq_reboot_notifier_event,
  };
83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
610
611
  static int __init s5pv210_cpufreq_init(void)
  {
e8b4c1986   Jonghwan Choi   [CPUFREQ] S5PV210...
612
613
614
615
616
617
618
619
620
621
622
623
  	arm_regulator = regulator_get(NULL, "vddarm");
  	if (IS_ERR(arm_regulator)) {
  		pr_err("failed to get regulator vddarm");
  		return PTR_ERR(arm_regulator);
  	}
  
  	int_regulator = regulator_get(NULL, "vddint");
  	if (IS_ERR(int_regulator)) {
  		pr_err("failed to get regulator vddint");
  		regulator_put(arm_regulator);
  		return PTR_ERR(int_regulator);
  	}
405e6d6df   Huisung Kang   [CPUFREQ] S5PV210...
624
  	register_pm_notifier(&s5pv210_cpufreq_notifier);
fe7f1bcbf   Huisung Kang   [CPUFREQ] S5PV210...
625
  	register_reboot_notifier(&s5pv210_cpufreq_reboot_notifier);
405e6d6df   Huisung Kang   [CPUFREQ] S5PV210...
626

83efc7432   Jaecheol Lee   ARM: S5PV210: Add...
627
628
629
630
  	return cpufreq_register_driver(&s5pv210_driver);
  }
  
  late_initcall(s5pv210_cpufreq_init);