Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 1 | /* |
| 2 | * linux/arch/arm/mach-omap2/clock.c |
| 3 | * |
Tony Lindgren | a16e970 | 2008-03-18 11:56:39 +0200 | [diff] [blame] | 4 | * Copyright (C) 2005-2008 Texas Instruments, Inc. |
Paul Walmsley | 8c34974 | 2010-02-22 22:09:24 -0700 | [diff] [blame] | 5 | * Copyright (C) 2004-2010 Nokia Corporation |
Tony Lindgren | a16e970 | 2008-03-18 11:56:39 +0200 | [diff] [blame] | 6 | * |
| 7 | * Contacts: |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 8 | * Richard Woodruff <r-woodruff2@ti.com> |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 9 | * Paul Walmsley |
| 10 | * |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 11 | * This program is free software; you can redistribute it and/or modify |
| 12 | * it under the terms of the GNU General Public License version 2 as |
| 13 | * published by the Free Software Foundation. |
| 14 | */ |
| 15 | #undef DEBUG |
| 16 | |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 17 | #include <linux/kernel.h> |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 18 | #include <linux/list.h> |
| 19 | #include <linux/errno.h> |
Paul Walmsley | 4d30e82 | 2010-02-22 22:09:36 -0700 | [diff] [blame] | 20 | #include <linux/err.h> |
| 21 | #include <linux/delay.h> |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 22 | #include <linux/clk.h> |
Russell King | fced80c | 2008-09-06 12:10:45 +0100 | [diff] [blame] | 23 | #include <linux/io.h> |
Russell King | fbd3bdb | 2008-09-06 12:13:59 +0100 | [diff] [blame] | 24 | #include <linux/bitops.h> |
Jean Pihet | 5e7c58d | 2011-03-03 11:25:43 +0100 | [diff] [blame^] | 25 | #include <trace/events/power.h> |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 26 | |
Jean Pihet | 5e7c58d | 2011-03-03 11:25:43 +0100 | [diff] [blame^] | 27 | #include <asm/cpu.h> |
Tony Lindgren | ce491cf | 2009-10-20 09:40:47 -0700 | [diff] [blame] | 28 | #include <plat/clock.h> |
Paul Walmsley | 1540f214 | 2010-12-21 21:05:15 -0700 | [diff] [blame] | 29 | #include "clockdomain.h" |
Tony Lindgren | ce491cf | 2009-10-20 09:40:47 -0700 | [diff] [blame] | 30 | #include <plat/cpu.h> |
| 31 | #include <plat/prcm.h> |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 32 | |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 33 | #include "clock.h" |
Paul Walmsley | 59fb659 | 2010-12-21 15:30:55 -0700 | [diff] [blame] | 34 | #include "cm2xxx_3xxx.h" |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 35 | #include "cm-regbits-24xx.h" |
| 36 | #include "cm-regbits-34xx.h" |
| 37 | |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 38 | u8 cpu_mask; |
| 39 | |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 40 | /* |
| 41 | * OMAP2+ specific clock functions |
| 42 | */ |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 43 | |
Paul Walmsley | 4b1f76e | 2010-01-26 20:13:04 -0700 | [diff] [blame] | 44 | /* Private functions */ |
| 45 | |
| 46 | /** |
| 47 | * _omap2_module_wait_ready - wait for an OMAP module to leave IDLE |
| 48 | * @clk: struct clk * belonging to the module |
| 49 | * |
| 50 | * If the necessary clocks for the OMAP hardware IP block that |
| 51 | * corresponds to clock @clk are enabled, then wait for the module to |
| 52 | * indicate readiness (i.e., to leave IDLE). This code does not |
| 53 | * belong in the clock code and will be moved in the medium term to |
| 54 | * module-dependent code. No return value. |
| 55 | */ |
| 56 | static void _omap2_module_wait_ready(struct clk *clk) |
| 57 | { |
| 58 | void __iomem *companion_reg, *idlest_reg; |
Ranjith Lohithakshan | 419cc97 | 2010-02-24 12:05:54 -0700 | [diff] [blame] | 59 | u8 other_bit, idlest_bit, idlest_val; |
Paul Walmsley | 4b1f76e | 2010-01-26 20:13:04 -0700 | [diff] [blame] | 60 | |
| 61 | /* Not all modules have multiple clocks that their IDLEST depends on */ |
| 62 | if (clk->ops->find_companion) { |
| 63 | clk->ops->find_companion(clk, &companion_reg, &other_bit); |
| 64 | if (!(__raw_readl(companion_reg) & (1 << other_bit))) |
| 65 | return; |
| 66 | } |
| 67 | |
Ranjith Lohithakshan | 419cc97 | 2010-02-24 12:05:54 -0700 | [diff] [blame] | 68 | clk->ops->find_idlest(clk, &idlest_reg, &idlest_bit, &idlest_val); |
Paul Walmsley | 4b1f76e | 2010-01-26 20:13:04 -0700 | [diff] [blame] | 69 | |
Ranjith Lohithakshan | 419cc97 | 2010-02-24 12:05:54 -0700 | [diff] [blame] | 70 | omap2_cm_wait_idlest(idlest_reg, (1 << idlest_bit), idlest_val, |
| 71 | clk->name); |
Paul Walmsley | 4b1f76e | 2010-01-26 20:13:04 -0700 | [diff] [blame] | 72 | } |
| 73 | |
Paul Walmsley | 4b1f76e | 2010-01-26 20:13:04 -0700 | [diff] [blame] | 74 | /* Public functions */ |
| 75 | |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 76 | /** |
Paul Walmsley | 333943b | 2008-08-19 11:08:45 +0300 | [diff] [blame] | 77 | * omap2_init_clk_clkdm - look up a clockdomain name, store pointer in clk |
| 78 | * @clk: OMAP clock struct ptr to use |
| 79 | * |
| 80 | * Convert a clockdomain name stored in a struct clk 'clk' into a |
| 81 | * clockdomain pointer, and save it into the struct clk. Intended to be |
| 82 | * called during clk_register(). No return value. |
| 83 | */ |
| 84 | void omap2_init_clk_clkdm(struct clk *clk) |
| 85 | { |
| 86 | struct clockdomain *clkdm; |
| 87 | |
| 88 | if (!clk->clkdm_name) |
| 89 | return; |
| 90 | |
| 91 | clkdm = clkdm_lookup(clk->clkdm_name); |
| 92 | if (clkdm) { |
| 93 | pr_debug("clock: associated clk %s to clkdm %s\n", |
| 94 | clk->name, clk->clkdm_name); |
| 95 | clk->clkdm = clkdm; |
| 96 | } else { |
| 97 | pr_debug("clock: could not associate clk %s to " |
| 98 | "clkdm %s\n", clk->name, clk->clkdm_name); |
| 99 | } |
| 100 | } |
| 101 | |
| 102 | /** |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 103 | * omap2_clk_dflt_find_companion - find companion clock to @clk |
| 104 | * @clk: struct clk * to find the companion clock of |
| 105 | * @other_reg: void __iomem ** to return the companion clock CM_*CLKEN va in |
| 106 | * @other_bit: u8 ** to return the companion clock bit shift in |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 107 | * |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 108 | * Note: We don't need special code here for INVERT_ENABLE for the |
| 109 | * time being since INVERT_ENABLE only applies to clocks enabled by |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 110 | * CM_CLKEN_PLL |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 111 | * |
| 112 | * Convert CM_ICLKEN* <-> CM_FCLKEN*. This conversion assumes it's |
| 113 | * just a matter of XORing the bits. |
| 114 | * |
| 115 | * Some clocks don't have companion clocks. For example, modules with |
| 116 | * only an interface clock (such as MAILBOXES) don't have a companion |
| 117 | * clock. Right now, this code relies on the hardware exporting a bit |
| 118 | * in the correct companion register that indicates that the |
| 119 | * nonexistent 'companion clock' is active. Future patches will |
| 120 | * associate this type of code with per-module data structures to |
| 121 | * avoid this issue, and remove the casts. No return value. |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 122 | */ |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 123 | void omap2_clk_dflt_find_companion(struct clk *clk, void __iomem **other_reg, |
| 124 | u8 *other_bit) |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 125 | { |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 126 | u32 r; |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 127 | |
Russell King | c1168dc | 2008-11-04 21:24:00 +0000 | [diff] [blame] | 128 | /* |
| 129 | * Convert CM_ICLKEN* <-> CM_FCLKEN*. This conversion assumes |
| 130 | * it's just a matter of XORing the bits. |
| 131 | */ |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 132 | r = ((__force u32)clk->enable_reg ^ (CM_FCLKEN ^ CM_ICLKEN)); |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 133 | |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 134 | *other_reg = (__force void __iomem *)r; |
| 135 | *other_bit = clk->enable_bit; |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 136 | } |
| 137 | |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 138 | /** |
| 139 | * omap2_clk_dflt_find_idlest - find CM_IDLEST reg va, bit shift for @clk |
| 140 | * @clk: struct clk * to find IDLEST info for |
| 141 | * @idlest_reg: void __iomem ** to return the CM_IDLEST va in |
Ranjith Lohithakshan | 419cc97 | 2010-02-24 12:05:54 -0700 | [diff] [blame] | 142 | * @idlest_bit: u8 * to return the CM_IDLEST bit shift in |
| 143 | * @idlest_val: u8 * to return the idle status indicator |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 144 | * |
| 145 | * Return the CM_IDLEST register address and bit shift corresponding |
| 146 | * to the module that "owns" this clock. This default code assumes |
| 147 | * that the CM_IDLEST bit shift is the CM_*CLKEN bit shift, and that |
| 148 | * the IDLEST register address ID corresponds to the CM_*CLKEN |
| 149 | * register address ID (e.g., that CM_FCLKEN2 corresponds to |
| 150 | * CM_IDLEST2). This is not true for all modules. No return value. |
| 151 | */ |
| 152 | void omap2_clk_dflt_find_idlest(struct clk *clk, void __iomem **idlest_reg, |
Ranjith Lohithakshan | 419cc97 | 2010-02-24 12:05:54 -0700 | [diff] [blame] | 153 | u8 *idlest_bit, u8 *idlest_val) |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 154 | { |
| 155 | u32 r; |
| 156 | |
| 157 | r = (((__force u32)clk->enable_reg & ~0xf0) | 0x20); |
| 158 | *idlest_reg = (__force void __iomem *)r; |
| 159 | *idlest_bit = clk->enable_bit; |
Ranjith Lohithakshan | 419cc97 | 2010-02-24 12:05:54 -0700 | [diff] [blame] | 160 | |
| 161 | /* |
| 162 | * 24xx uses 0 to indicate not ready, and 1 to indicate ready. |
| 163 | * 34xx reverses this, just to keep us on our toes |
| 164 | * AM35xx uses both, depending on the module. |
| 165 | */ |
| 166 | if (cpu_is_omap24xx()) |
| 167 | *idlest_val = OMAP24XX_CM_IDLEST_VAL; |
| 168 | else if (cpu_is_omap34xx()) |
| 169 | *idlest_val = OMAP34XX_CM_IDLEST_VAL; |
| 170 | else |
| 171 | BUG(); |
| 172 | |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 173 | } |
| 174 | |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 175 | int omap2_dflt_clk_enable(struct clk *clk) |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 176 | { |
Paul Walmsley | ee1eec3 | 2009-01-28 12:18:19 -0700 | [diff] [blame] | 177 | u32 v; |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 178 | |
Russell King | c0fc18c | 2008-09-05 15:10:27 +0100 | [diff] [blame] | 179 | if (unlikely(clk->enable_reg == NULL)) { |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 180 | pr_err("clock.c: Enable for %s without enable code\n", |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 181 | clk->name); |
| 182 | return 0; /* REVISIT: -EINVAL */ |
| 183 | } |
| 184 | |
Paul Walmsley | ee1eec3 | 2009-01-28 12:18:19 -0700 | [diff] [blame] | 185 | v = __raw_readl(clk->enable_reg); |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 186 | if (clk->flags & INVERT_ENABLE) |
Paul Walmsley | ee1eec3 | 2009-01-28 12:18:19 -0700 | [diff] [blame] | 187 | v &= ~(1 << clk->enable_bit); |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 188 | else |
Paul Walmsley | ee1eec3 | 2009-01-28 12:18:19 -0700 | [diff] [blame] | 189 | v |= (1 << clk->enable_bit); |
| 190 | __raw_writel(v, clk->enable_reg); |
Paul Walmsley | f11fda6 | 2009-01-28 12:35:06 -0700 | [diff] [blame] | 191 | v = __raw_readl(clk->enable_reg); /* OCP barrier */ |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 192 | |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 193 | if (clk->ops->find_idlest) |
Paul Walmsley | 4b1f76e | 2010-01-26 20:13:04 -0700 | [diff] [blame] | 194 | _omap2_module_wait_ready(clk); |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 195 | |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 196 | return 0; |
| 197 | } |
| 198 | |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 199 | void omap2_dflt_clk_disable(struct clk *clk) |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 200 | { |
Paul Walmsley | ee1eec3 | 2009-01-28 12:18:19 -0700 | [diff] [blame] | 201 | u32 v; |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 202 | |
Paul Walmsley | fecb494 | 2009-01-27 19:12:50 -0700 | [diff] [blame] | 203 | if (!clk->enable_reg) { |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 204 | /* |
| 205 | * 'Independent' here refers to a clock which is not |
| 206 | * controlled by its parent. |
| 207 | */ |
| 208 | printk(KERN_ERR "clock: clk_disable called on independent " |
| 209 | "clock %s which has no enable_reg\n", clk->name); |
| 210 | return; |
| 211 | } |
| 212 | |
Paul Walmsley | ee1eec3 | 2009-01-28 12:18:19 -0700 | [diff] [blame] | 213 | v = __raw_readl(clk->enable_reg); |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 214 | if (clk->flags & INVERT_ENABLE) |
Paul Walmsley | ee1eec3 | 2009-01-28 12:18:19 -0700 | [diff] [blame] | 215 | v |= (1 << clk->enable_bit); |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 216 | else |
Paul Walmsley | ee1eec3 | 2009-01-28 12:18:19 -0700 | [diff] [blame] | 217 | v &= ~(1 << clk->enable_bit); |
| 218 | __raw_writel(v, clk->enable_reg); |
Paul Walmsley | de07fed | 2009-01-28 12:35:01 -0700 | [diff] [blame] | 219 | /* No OCP barrier needed here since it is a disable operation */ |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 220 | } |
| 221 | |
Russell King | b36ee72 | 2008-11-04 17:59:52 +0000 | [diff] [blame] | 222 | const struct clkops clkops_omap2_dflt_wait = { |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 223 | .enable = omap2_dflt_clk_enable, |
Russell King | b36ee72 | 2008-11-04 17:59:52 +0000 | [diff] [blame] | 224 | .disable = omap2_dflt_clk_disable, |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 225 | .find_companion = omap2_clk_dflt_find_companion, |
| 226 | .find_idlest = omap2_clk_dflt_find_idlest, |
Russell King | b36ee72 | 2008-11-04 17:59:52 +0000 | [diff] [blame] | 227 | }; |
| 228 | |
Russell King | bc51da4 | 2008-11-04 18:59:32 +0000 | [diff] [blame] | 229 | const struct clkops clkops_omap2_dflt = { |
| 230 | .enable = omap2_dflt_clk_enable, |
| 231 | .disable = omap2_dflt_clk_disable, |
| 232 | }; |
| 233 | |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 234 | /** |
| 235 | * omap2_clk_disable - disable a clock, if the system is not using it |
| 236 | * @clk: struct clk * to disable |
| 237 | * |
| 238 | * Decrements the usecount on struct clk @clk. If there are no users |
| 239 | * left, call the clkops-specific clock disable function to disable it |
| 240 | * in hardware. If the clock is part of a clockdomain (which they all |
| 241 | * should be), request that the clockdomain be disabled. (It too has |
| 242 | * a usecount, and so will not be disabled in the hardware until it no |
| 243 | * longer has any users.) If the clock has a parent clock (most of |
| 244 | * them do), then call ourselves, recursing on the parent clock. This |
| 245 | * can cause an entire branch of the clock tree to be powered off by |
| 246 | * simply disabling one clock. Intended to be called with the clockfw_lock |
| 247 | * spinlock held. No return value. |
| 248 | */ |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 249 | void omap2_clk_disable(struct clk *clk) |
| 250 | { |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 251 | if (clk->usecount == 0) { |
| 252 | WARN(1, "clock: %s: omap2_clk_disable() called, but usecount " |
| 253 | "already 0?", clk->name); |
| 254 | return; |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 255 | } |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 256 | |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 257 | pr_debug("clock: %s: decrementing usecount\n", clk->name); |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 258 | |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 259 | clk->usecount--; |
Paul Walmsley | 333943b | 2008-08-19 11:08:45 +0300 | [diff] [blame] | 260 | |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 261 | if (clk->usecount > 0) |
| 262 | return; |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 263 | |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 264 | pr_debug("clock: %s: disabling in hardware\n", clk->name); |
Russell King | a7f8c59 | 2009-01-31 11:00:17 +0000 | [diff] [blame] | 265 | |
Jean Pihet | 5e7c58d | 2011-03-03 11:25:43 +0100 | [diff] [blame^] | 266 | if (clk->ops && clk->ops->disable) { |
| 267 | trace_clock_disable(clk->name, 0, smp_processor_id()); |
Rajendra Nayak | 6c52f32 | 2011-02-25 15:48:36 -0700 | [diff] [blame] | 268 | clk->ops->disable(clk); |
Jean Pihet | 5e7c58d | 2011-03-03 11:25:43 +0100 | [diff] [blame^] | 269 | } |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 270 | |
Russell King | 8263e5b | 2009-01-31 11:02:37 +0000 | [diff] [blame] | 271 | if (clk->clkdm) |
Rajendra Nayak | 4da71ae | 2011-02-25 16:06:48 -0700 | [diff] [blame] | 272 | clkdm_clk_disable(clk->clkdm, clk); |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 273 | |
| 274 | if (clk->parent) |
| 275 | omap2_clk_disable(clk->parent); |
| 276 | } |
| 277 | |
| 278 | /** |
| 279 | * omap2_clk_enable - request that the system enable a clock |
| 280 | * @clk: struct clk * to enable |
| 281 | * |
| 282 | * Increments the usecount on struct clk @clk. If there were no users |
| 283 | * previously, then recurse up the clock tree, enabling all of the |
| 284 | * clock's parents and all of the parent clockdomains, and finally, |
| 285 | * enabling @clk's clockdomain, and @clk itself. Intended to be |
| 286 | * called with the clockfw_lock spinlock held. Returns 0 upon success |
| 287 | * or a negative error code upon failure. |
| 288 | */ |
| 289 | int omap2_clk_enable(struct clk *clk) |
| 290 | { |
| 291 | int ret; |
| 292 | |
| 293 | pr_debug("clock: %s: incrementing usecount\n", clk->name); |
| 294 | |
| 295 | clk->usecount++; |
| 296 | |
| 297 | if (clk->usecount > 1) |
| 298 | return 0; |
| 299 | |
| 300 | pr_debug("clock: %s: enabling in hardware\n", clk->name); |
| 301 | |
| 302 | if (clk->parent) { |
| 303 | ret = omap2_clk_enable(clk->parent); |
| 304 | if (ret) { |
| 305 | WARN(1, "clock: %s: could not enable parent %s: %d\n", |
| 306 | clk->name, clk->parent->name, ret); |
| 307 | goto oce_err1; |
| 308 | } |
| 309 | } |
| 310 | |
| 311 | if (clk->clkdm) { |
Rajendra Nayak | 4da71ae | 2011-02-25 16:06:48 -0700 | [diff] [blame] | 312 | ret = clkdm_clk_enable(clk->clkdm, clk); |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 313 | if (ret) { |
| 314 | WARN(1, "clock: %s: could not enable clockdomain %s: " |
| 315 | "%d\n", clk->name, clk->clkdm->name, ret); |
| 316 | goto oce_err2; |
| 317 | } |
| 318 | } |
| 319 | |
Rajendra Nayak | 6c52f32 | 2011-02-25 15:48:36 -0700 | [diff] [blame] | 320 | if (clk->ops && clk->ops->enable) { |
Jean Pihet | 5e7c58d | 2011-03-03 11:25:43 +0100 | [diff] [blame^] | 321 | trace_clock_enable(clk->name, 1, smp_processor_id()); |
Rajendra Nayak | 6c52f32 | 2011-02-25 15:48:36 -0700 | [diff] [blame] | 322 | ret = clk->ops->enable(clk); |
| 323 | if (ret) { |
| 324 | WARN(1, "clock: %s: could not enable: %d\n", |
| 325 | clk->name, ret); |
| 326 | goto oce_err3; |
| 327 | } |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 328 | } |
| 329 | |
| 330 | return 0; |
| 331 | |
| 332 | oce_err3: |
| 333 | if (clk->clkdm) |
Rajendra Nayak | 4da71ae | 2011-02-25 16:06:48 -0700 | [diff] [blame] | 334 | clkdm_clk_disable(clk->clkdm, clk); |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 335 | oce_err2: |
| 336 | if (clk->parent) |
| 337 | omap2_clk_disable(clk->parent); |
| 338 | oce_err1: |
Russell King | a7f8c59 | 2009-01-31 11:00:17 +0000 | [diff] [blame] | 339 | clk->usecount--; |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 340 | |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 341 | return ret; |
| 342 | } |
| 343 | |
Paul Walmsley | 435699d | 2010-05-18 18:40:24 -0600 | [diff] [blame] | 344 | /* Given a clock and a rate apply a clock specific rounding function */ |
| 345 | long omap2_clk_round_rate(struct clk *clk, unsigned long rate) |
| 346 | { |
| 347 | if (clk->round_rate) |
| 348 | return clk->round_rate(clk, rate); |
| 349 | |
| 350 | return clk->rate; |
| 351 | } |
| 352 | |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 353 | /* Set the clock rate for a clock source */ |
| 354 | int omap2_clk_set_rate(struct clk *clk, unsigned long rate) |
| 355 | { |
| 356 | int ret = -EINVAL; |
| 357 | |
| 358 | pr_debug("clock: set_rate for clock %s to rate %ld\n", clk->name, rate); |
| 359 | |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 360 | /* dpll_ck, core_ck, virt_prcm_set; plus all clksel clocks */ |
Jean Pihet | 5e7c58d | 2011-03-03 11:25:43 +0100 | [diff] [blame^] | 361 | if (clk->set_rate) { |
| 362 | trace_clock_set_rate(clk->name, rate, smp_processor_id()); |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 363 | ret = clk->set_rate(clk, rate); |
Jean Pihet | 5e7c58d | 2011-03-03 11:25:43 +0100 | [diff] [blame^] | 364 | } |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 365 | |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 366 | return ret; |
| 367 | } |
| 368 | |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 369 | int omap2_clk_set_parent(struct clk *clk, struct clk *new_parent) |
| 370 | { |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 371 | if (!clk->clksel) |
| 372 | return -EINVAL; |
| 373 | |
Paul Walmsley | 1a33771 | 2010-02-22 22:09:16 -0700 | [diff] [blame] | 374 | if (clk->parent == new_parent) |
| 375 | return 0; |
| 376 | |
Paul Walmsley | df791b3 | 2010-01-26 20:13:04 -0700 | [diff] [blame] | 377 | return omap2_clksel_set_parent(clk, new_parent); |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 378 | } |
| 379 | |
Paul Walmsley | 657ebfa | 2010-02-22 22:09:20 -0700 | [diff] [blame] | 380 | /* OMAP3/4 non-CORE DPLL clkops */ |
| 381 | |
| 382 | #if defined(CONFIG_ARCH_OMAP3) || defined(CONFIG_ARCH_OMAP4) |
| 383 | |
| 384 | const struct clkops clkops_omap3_noncore_dpll_ops = { |
| 385 | .enable = omap3_noncore_dpll_enable, |
| 386 | .disable = omap3_noncore_dpll_disable, |
Rajendra Nayak | 6c6f5a7 | 2011-02-25 15:49:00 -0700 | [diff] [blame] | 387 | .allow_idle = omap3_dpll_allow_idle, |
| 388 | .deny_idle = omap3_dpll_deny_idle, |
| 389 | }; |
| 390 | |
| 391 | const struct clkops clkops_omap3_core_dpll_ops = { |
| 392 | .allow_idle = omap3_dpll_allow_idle, |
| 393 | .deny_idle = omap3_dpll_deny_idle, |
Paul Walmsley | 657ebfa | 2010-02-22 22:09:20 -0700 | [diff] [blame] | 394 | }; |
| 395 | |
| 396 | #endif |
| 397 | |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 398 | /* |
| 399 | * OMAP2+ clock reset and init functions |
| 400 | */ |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 401 | |
| 402 | #ifdef CONFIG_OMAP_RESET_CLOCKS |
| 403 | void omap2_clk_disable_unused(struct clk *clk) |
| 404 | { |
| 405 | u32 regval32, v; |
| 406 | |
| 407 | v = (clk->flags & INVERT_ENABLE) ? (1 << clk->enable_bit) : 0; |
| 408 | |
| 409 | regval32 = __raw_readl(clk->enable_reg); |
| 410 | if ((regval32 & (1 << clk->enable_bit)) == v) |
| 411 | return; |
| 412 | |
Paul Walmsley | 6041c27 | 2010-10-08 11:40:20 -0600 | [diff] [blame] | 413 | pr_debug("Disabling unused clock \"%s\"\n", clk->name); |
Tero Kristo | 8463e20 | 2009-01-28 12:27:45 -0700 | [diff] [blame] | 414 | if (cpu_is_omap34xx()) { |
| 415 | omap2_clk_enable(clk); |
| 416 | omap2_clk_disable(clk); |
Paul Walmsley | 30962d9 | 2010-02-22 22:09:38 -0700 | [diff] [blame] | 417 | } else { |
| 418 | clk->ops->disable(clk); |
| 419 | } |
Peter 'p2' De Schrijver | fe617af | 2008-10-15 17:48:44 +0300 | [diff] [blame] | 420 | if (clk->clkdm != NULL) |
| 421 | pwrdm_clkdm_state_switch(clk->clkdm); |
Paul Walmsley | 543d937 | 2008-03-18 10:22:06 +0200 | [diff] [blame] | 422 | } |
| 423 | #endif |
Paul Walmsley | 69ecefc | 2010-01-26 20:13:04 -0700 | [diff] [blame] | 424 | |
Paul Walmsley | 4d30e82 | 2010-02-22 22:09:36 -0700 | [diff] [blame] | 425 | /** |
| 426 | * omap2_clk_switch_mpurate_at_boot - switch ARM MPU rate by boot-time argument |
| 427 | * @mpurate_ck_name: clk name of the clock to change rate |
| 428 | * |
| 429 | * Change the ARM MPU clock rate to the rate specified on the command |
| 430 | * line, if one was specified. @mpurate_ck_name should be |
| 431 | * "virt_prcm_set" on OMAP2xxx and "dpll1_ck" on OMAP34xx/OMAP36xx. |
| 432 | * XXX Does not handle voltage scaling - on OMAP2xxx this is currently |
| 433 | * handled by the virt_prcm_set clock, but this should be handled by |
| 434 | * the OPP layer. XXX This is intended to be handled by the OPP layer |
| 435 | * code in the near future and should be removed from the clock code. |
| 436 | * Returns -EINVAL if 'mpurate' is zero or if clk_set_rate() rejects |
| 437 | * the rate, -ENOENT if the struct clk referred to by @mpurate_ck_name |
| 438 | * cannot be found, or 0 upon success. |
| 439 | */ |
| 440 | int __init omap2_clk_switch_mpurate_at_boot(const char *mpurate_ck_name) |
| 441 | { |
| 442 | struct clk *mpurate_ck; |
| 443 | int r; |
| 444 | |
| 445 | if (!mpurate) |
| 446 | return -EINVAL; |
| 447 | |
| 448 | mpurate_ck = clk_get(NULL, mpurate_ck_name); |
| 449 | if (WARN(IS_ERR(mpurate_ck), "Failed to get %s.\n", mpurate_ck_name)) |
| 450 | return -ENOENT; |
| 451 | |
| 452 | r = clk_set_rate(mpurate_ck, mpurate); |
| 453 | if (IS_ERR_VALUE(r)) { |
| 454 | WARN(1, "clock: %s: unable to set MPU rate to %d: %d\n", |
| 455 | mpurate_ck->name, mpurate, r); |
| 456 | return -EINVAL; |
| 457 | } |
| 458 | |
| 459 | calibrate_delay(); |
| 460 | recalculate_root_clocks(); |
| 461 | |
| 462 | clk_put(mpurate_ck); |
| 463 | |
| 464 | return 0; |
| 465 | } |
| 466 | |
| 467 | /** |
| 468 | * omap2_clk_print_new_rates - print summary of current clock tree rates |
| 469 | * @hfclkin_ck_name: clk name for the off-chip HF oscillator |
| 470 | * @core_ck_name: clk name for the on-chip CORE_CLK |
| 471 | * @mpu_ck_name: clk name for the ARM MPU clock |
| 472 | * |
| 473 | * Prints a short message to the console with the HFCLKIN oscillator |
| 474 | * rate, the rate of the CORE clock, and the rate of the ARM MPU clock. |
| 475 | * Called by the boot-time MPU rate switching code. XXX This is intended |
| 476 | * to be handled by the OPP layer code in the near future and should be |
| 477 | * removed from the clock code. No return value. |
| 478 | */ |
| 479 | void __init omap2_clk_print_new_rates(const char *hfclkin_ck_name, |
| 480 | const char *core_ck_name, |
| 481 | const char *mpu_ck_name) |
| 482 | { |
| 483 | struct clk *hfclkin_ck, *core_ck, *mpu_ck; |
| 484 | unsigned long hfclkin_rate; |
| 485 | |
| 486 | mpu_ck = clk_get(NULL, mpu_ck_name); |
| 487 | if (WARN(IS_ERR(mpu_ck), "clock: failed to get %s.\n", mpu_ck_name)) |
| 488 | return; |
| 489 | |
| 490 | core_ck = clk_get(NULL, core_ck_name); |
| 491 | if (WARN(IS_ERR(core_ck), "clock: failed to get %s.\n", core_ck_name)) |
| 492 | return; |
| 493 | |
| 494 | hfclkin_ck = clk_get(NULL, hfclkin_ck_name); |
| 495 | if (WARN(IS_ERR(hfclkin_ck), "Failed to get %s.\n", hfclkin_ck_name)) |
| 496 | return; |
| 497 | |
| 498 | hfclkin_rate = clk_get_rate(hfclkin_ck); |
| 499 | |
| 500 | pr_info("Switched to new clocking rate (Crystal/Core/MPU): " |
| 501 | "%ld.%01ld/%ld/%ld MHz\n", |
| 502 | (hfclkin_rate / 1000000), |
| 503 | ((hfclkin_rate / 100000) % 10), |
| 504 | (clk_get_rate(core_ck) / 1000000), |
| 505 | (clk_get_rate(mpu_ck) / 1000000)); |
| 506 | } |
| 507 | |
Paul Walmsley | 69ecefc | 2010-01-26 20:13:04 -0700 | [diff] [blame] | 508 | /* Common data */ |
| 509 | |
| 510 | struct clk_functions omap2_clk_functions = { |
| 511 | .clk_enable = omap2_clk_enable, |
| 512 | .clk_disable = omap2_clk_disable, |
| 513 | .clk_round_rate = omap2_clk_round_rate, |
| 514 | .clk_set_rate = omap2_clk_set_rate, |
| 515 | .clk_set_parent = omap2_clk_set_parent, |
| 516 | .clk_disable_unused = omap2_clk_disable_unused, |
| 517 | #ifdef CONFIG_CPU_FREQ |
| 518 | /* These will be removed when the OPP code is integrated */ |
| 519 | .clk_init_cpufreq_table = omap2_clk_init_cpufreq_table, |
| 520 | .clk_exit_cpufreq_table = omap2_clk_exit_cpufreq_table, |
| 521 | #endif |
| 522 | }; |
| 523 | |