omap_hwmod.c 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663
  1. /*
  2. * omap_hwmod implementation for OMAP2/3/4
  3. *
  4. * Copyright (C) 2009 Nokia Corporation
  5. * Paul Walmsley
  6. * With fixes and testing from Kevin Hilman
  7. *
  8. * Created in collaboration with (alphabetical order): Benoit Cousson,
  9. * Kevin Hilman, Tony Lindgren, Rajendra Nayak, Vikram Pandita, Sakari
  10. * Poussa, Anand Sawant, Santosh Shilimkar, Richard Woodruff
  11. *
  12. * This program is free software; you can redistribute it and/or modify
  13. * it under the terms of the GNU General Public License version 2 as
  14. * published by the Free Software Foundation.
  15. *
  16. * This code manages "OMAP modules" (on-chip devices) and their
  17. * integration with Linux device driver and bus code.
  18. *
  19. * References:
  20. * - OMAP2420 Multimedia Processor Silicon Revision 2.1.1, 2.2 (SWPU064)
  21. * - OMAP2430 Multimedia Device POP Silicon Revision 2.1 (SWPU090)
  22. * - OMAP34xx Multimedia Device Silicon Revision 3.1 (SWPU108)
  23. * - OMAP4430 Multimedia Device Silicon Revision 1.0 (SWPU140)
  24. * - Open Core Protocol Specification 2.2
  25. *
  26. * To do:
  27. * - pin mux handling
  28. * - handle IO mapping
  29. * - bus throughput & module latency measurement code
  30. *
  31. * XXX add tests at the beginning of each function to ensure the hwmod is
  32. * in the appropriate state
  33. * XXX error return values should be checked to ensure that they are
  34. * appropriate
  35. */
  36. #undef DEBUG
  37. #include <linux/kernel.h>
  38. #include <linux/errno.h>
  39. #include <linux/io.h>
  40. #include <linux/clk.h>
  41. #include <linux/delay.h>
  42. #include <linux/err.h>
  43. #include <linux/list.h>
  44. #include <linux/mutex.h>
  45. #include <linux/bootmem.h>
  46. #include <plat/common.h>
  47. #include <plat/cpu.h>
  48. #include <plat/clockdomain.h>
  49. #include <plat/powerdomain.h>
  50. #include <plat/clock.h>
  51. #include <plat/omap_hwmod.h>
  52. #include "cm.h"
  53. /* Maximum microseconds to wait for OMAP module to reset */
  54. #define MAX_MODULE_RESET_WAIT 10000
  55. /* Name of the OMAP hwmod for the MPU */
  56. #define MPU_INITIATOR_NAME "mpu_hwmod"
  57. /* omap_hwmod_list contains all registered struct omap_hwmods */
  58. static LIST_HEAD(omap_hwmod_list);
  59. static DEFINE_MUTEX(omap_hwmod_mutex);
  60. /* mpu_oh: used to add/remove MPU initiator from sleepdep list */
  61. static struct omap_hwmod *mpu_oh;
  62. /* inited: 0 if omap_hwmod_init() has not yet been called; 1 otherwise */
  63. static u8 inited;
  64. /* Private functions */
  65. /**
  66. * _update_sysc_cache - return the module OCP_SYSCONFIG register, keep copy
  67. * @oh: struct omap_hwmod *
  68. *
  69. * Load the current value of the hwmod OCP_SYSCONFIG register into the
  70. * struct omap_hwmod for later use. Returns -EINVAL if the hwmod has no
  71. * OCP_SYSCONFIG register or 0 upon success.
  72. */
  73. static int _update_sysc_cache(struct omap_hwmod *oh)
  74. {
  75. if (!oh->class->sysc) {
  76. WARN(1, "omap_hwmod: %s: cannot read OCP_SYSCONFIG: not defined on hwmod's class\n", oh->name);
  77. return -EINVAL;
  78. }
  79. /* XXX ensure module interface clock is up */
  80. oh->_sysc_cache = omap_hwmod_readl(oh, oh->class->sysc->sysc_offs);
  81. if (!(oh->class->sysc->sysc_flags & SYSC_NO_CACHE))
  82. oh->_int_flags |= _HWMOD_SYSCONFIG_LOADED;
  83. return 0;
  84. }
  85. /**
  86. * _write_sysconfig - write a value to the module's OCP_SYSCONFIG register
  87. * @v: OCP_SYSCONFIG value to write
  88. * @oh: struct omap_hwmod *
  89. *
  90. * Write @v into the module class' OCP_SYSCONFIG register, if it has
  91. * one. No return value.
  92. */
  93. static void _write_sysconfig(u32 v, struct omap_hwmod *oh)
  94. {
  95. if (!oh->class->sysc) {
  96. WARN(1, "omap_hwmod: %s: cannot write OCP_SYSCONFIG: not defined on hwmod's class\n", oh->name);
  97. return;
  98. }
  99. /* XXX ensure module interface clock is up */
  100. if (oh->_sysc_cache != v) {
  101. oh->_sysc_cache = v;
  102. omap_hwmod_writel(v, oh, oh->class->sysc->sysc_offs);
  103. }
  104. }
  105. /**
  106. * _set_master_standbymode: set the OCP_SYSCONFIG MIDLEMODE field in @v
  107. * @oh: struct omap_hwmod *
  108. * @standbymode: MIDLEMODE field bits
  109. * @v: pointer to register contents to modify
  110. *
  111. * Update the master standby mode bits in @v to be @standbymode for
  112. * the @oh hwmod. Does not write to the hardware. Returns -EINVAL
  113. * upon error or 0 upon success.
  114. */
  115. static int _set_master_standbymode(struct omap_hwmod *oh, u8 standbymode,
  116. u32 *v)
  117. {
  118. u32 mstandby_mask;
  119. u8 mstandby_shift;
  120. if (!oh->class->sysc ||
  121. !(oh->class->sysc->sysc_flags & SYSC_HAS_MIDLEMODE))
  122. return -EINVAL;
  123. if (!oh->class->sysc->sysc_fields) {
  124. WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
  125. return -EINVAL;
  126. }
  127. mstandby_shift = oh->class->sysc->sysc_fields->midle_shift;
  128. mstandby_mask = (0x3 << mstandby_shift);
  129. *v &= ~mstandby_mask;
  130. *v |= __ffs(standbymode) << mstandby_shift;
  131. return 0;
  132. }
  133. /**
  134. * _set_slave_idlemode: set the OCP_SYSCONFIG SIDLEMODE field in @v
  135. * @oh: struct omap_hwmod *
  136. * @idlemode: SIDLEMODE field bits
  137. * @v: pointer to register contents to modify
  138. *
  139. * Update the slave idle mode bits in @v to be @idlemode for the @oh
  140. * hwmod. Does not write to the hardware. Returns -EINVAL upon error
  141. * or 0 upon success.
  142. */
  143. static int _set_slave_idlemode(struct omap_hwmod *oh, u8 idlemode, u32 *v)
  144. {
  145. u32 sidle_mask;
  146. u8 sidle_shift;
  147. if (!oh->class->sysc ||
  148. !(oh->class->sysc->sysc_flags & SYSC_HAS_SIDLEMODE))
  149. return -EINVAL;
  150. if (!oh->class->sysc->sysc_fields) {
  151. WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
  152. return -EINVAL;
  153. }
  154. sidle_shift = oh->class->sysc->sysc_fields->sidle_shift;
  155. sidle_mask = (0x3 << sidle_shift);
  156. *v &= ~sidle_mask;
  157. *v |= __ffs(idlemode) << sidle_shift;
  158. return 0;
  159. }
  160. /**
  161. * _set_clockactivity: set OCP_SYSCONFIG.CLOCKACTIVITY bits in @v
  162. * @oh: struct omap_hwmod *
  163. * @clockact: CLOCKACTIVITY field bits
  164. * @v: pointer to register contents to modify
  165. *
  166. * Update the clockactivity mode bits in @v to be @clockact for the
  167. * @oh hwmod. Used for additional powersaving on some modules. Does
  168. * not write to the hardware. Returns -EINVAL upon error or 0 upon
  169. * success.
  170. */
  171. static int _set_clockactivity(struct omap_hwmod *oh, u8 clockact, u32 *v)
  172. {
  173. u32 clkact_mask;
  174. u8 clkact_shift;
  175. if (!oh->class->sysc ||
  176. !(oh->class->sysc->sysc_flags & SYSC_HAS_CLOCKACTIVITY))
  177. return -EINVAL;
  178. if (!oh->class->sysc->sysc_fields) {
  179. WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
  180. return -EINVAL;
  181. }
  182. clkact_shift = oh->class->sysc->sysc_fields->clkact_shift;
  183. clkact_mask = (0x3 << clkact_shift);
  184. *v &= ~clkact_mask;
  185. *v |= clockact << clkact_shift;
  186. return 0;
  187. }
  188. /**
  189. * _set_softreset: set OCP_SYSCONFIG.CLOCKACTIVITY bits in @v
  190. * @oh: struct omap_hwmod *
  191. * @v: pointer to register contents to modify
  192. *
  193. * Set the SOFTRESET bit in @v for hwmod @oh. Returns -EINVAL upon
  194. * error or 0 upon success.
  195. */
  196. static int _set_softreset(struct omap_hwmod *oh, u32 *v)
  197. {
  198. u32 softrst_mask;
  199. if (!oh->class->sysc ||
  200. !(oh->class->sysc->sysc_flags & SYSC_HAS_SOFTRESET))
  201. return -EINVAL;
  202. if (!oh->class->sysc->sysc_fields) {
  203. WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
  204. return -EINVAL;
  205. }
  206. softrst_mask = (0x1 << oh->class->sysc->sysc_fields->srst_shift);
  207. *v |= softrst_mask;
  208. return 0;
  209. }
  210. /**
  211. * _set_module_autoidle: set the OCP_SYSCONFIG AUTOIDLE field in @v
  212. * @oh: struct omap_hwmod *
  213. * @autoidle: desired AUTOIDLE bitfield value (0 or 1)
  214. * @v: pointer to register contents to modify
  215. *
  216. * Update the module autoidle bit in @v to be @autoidle for the @oh
  217. * hwmod. The autoidle bit controls whether the module can gate
  218. * internal clocks automatically when it isn't doing anything; the
  219. * exact function of this bit varies on a per-module basis. This
  220. * function does not write to the hardware. Returns -EINVAL upon
  221. * error or 0 upon success.
  222. */
  223. static int _set_module_autoidle(struct omap_hwmod *oh, u8 autoidle,
  224. u32 *v)
  225. {
  226. u32 autoidle_mask;
  227. u8 autoidle_shift;
  228. if (!oh->class->sysc ||
  229. !(oh->class->sysc->sysc_flags & SYSC_HAS_AUTOIDLE))
  230. return -EINVAL;
  231. if (!oh->class->sysc->sysc_fields) {
  232. WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
  233. return -EINVAL;
  234. }
  235. autoidle_shift = oh->class->sysc->sysc_fields->autoidle_shift;
  236. autoidle_mask = (0x3 << autoidle_shift);
  237. *v &= ~autoidle_mask;
  238. *v |= autoidle << autoidle_shift;
  239. return 0;
  240. }
  241. /**
  242. * _enable_wakeup: set OCP_SYSCONFIG.ENAWAKEUP bit in the hardware
  243. * @oh: struct omap_hwmod *
  244. *
  245. * Allow the hardware module @oh to send wakeups. Returns -EINVAL
  246. * upon error or 0 upon success.
  247. */
  248. static int _enable_wakeup(struct omap_hwmod *oh)
  249. {
  250. u32 v, wakeup_mask;
  251. if (!oh->class->sysc ||
  252. !(oh->class->sysc->sysc_flags & SYSC_HAS_ENAWAKEUP))
  253. return -EINVAL;
  254. if (!oh->class->sysc->sysc_fields) {
  255. WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
  256. return -EINVAL;
  257. }
  258. wakeup_mask = (0x1 << oh->class->sysc->sysc_fields->enwkup_shift);
  259. v = oh->_sysc_cache;
  260. v |= wakeup_mask;
  261. _write_sysconfig(v, oh);
  262. /* XXX test pwrdm_get_wken for this hwmod's subsystem */
  263. oh->_int_flags |= _HWMOD_WAKEUP_ENABLED;
  264. return 0;
  265. }
  266. /**
  267. * _disable_wakeup: clear OCP_SYSCONFIG.ENAWAKEUP bit in the hardware
  268. * @oh: struct omap_hwmod *
  269. *
  270. * Prevent the hardware module @oh to send wakeups. Returns -EINVAL
  271. * upon error or 0 upon success.
  272. */
  273. static int _disable_wakeup(struct omap_hwmod *oh)
  274. {
  275. u32 v, wakeup_mask;
  276. if (!oh->class->sysc ||
  277. !(oh->class->sysc->sysc_flags & SYSC_HAS_ENAWAKEUP))
  278. return -EINVAL;
  279. if (!oh->class->sysc->sysc_fields) {
  280. WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
  281. return -EINVAL;
  282. }
  283. wakeup_mask = (0x1 << oh->class->sysc->sysc_fields->enwkup_shift);
  284. v = oh->_sysc_cache;
  285. v &= ~wakeup_mask;
  286. _write_sysconfig(v, oh);
  287. /* XXX test pwrdm_get_wken for this hwmod's subsystem */
  288. oh->_int_flags &= ~_HWMOD_WAKEUP_ENABLED;
  289. return 0;
  290. }
  291. /**
  292. * _add_initiator_dep: prevent @oh from smart-idling while @init_oh is active
  293. * @oh: struct omap_hwmod *
  294. *
  295. * Prevent the hardware module @oh from entering idle while the
  296. * hardare module initiator @init_oh is active. Useful when a module
  297. * will be accessed by a particular initiator (e.g., if a module will
  298. * be accessed by the IVA, there should be a sleepdep between the IVA
  299. * initiator and the module). Only applies to modules in smart-idle
  300. * mode. Returns -EINVAL upon error or passes along
  301. * clkdm_add_sleepdep() value upon success.
  302. */
  303. static int _add_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh)
  304. {
  305. if (!oh->_clk)
  306. return -EINVAL;
  307. return clkdm_add_sleepdep(oh->_clk->clkdm, init_oh->_clk->clkdm);
  308. }
  309. /**
  310. * _del_initiator_dep: allow @oh to smart-idle even if @init_oh is active
  311. * @oh: struct omap_hwmod *
  312. *
  313. * Allow the hardware module @oh to enter idle while the hardare
  314. * module initiator @init_oh is active. Useful when a module will not
  315. * be accessed by a particular initiator (e.g., if a module will not
  316. * be accessed by the IVA, there should be no sleepdep between the IVA
  317. * initiator and the module). Only applies to modules in smart-idle
  318. * mode. Returns -EINVAL upon error or passes along
  319. * clkdm_del_sleepdep() value upon success.
  320. */
  321. static int _del_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh)
  322. {
  323. if (!oh->_clk)
  324. return -EINVAL;
  325. return clkdm_del_sleepdep(oh->_clk->clkdm, init_oh->_clk->clkdm);
  326. }
  327. /**
  328. * _init_main_clk - get a struct clk * for the the hwmod's main functional clk
  329. * @oh: struct omap_hwmod *
  330. *
  331. * Called from _init_clocks(). Populates the @oh _clk (main
  332. * functional clock pointer) if a main_clk is present. Returns 0 on
  333. * success or -EINVAL on error.
  334. */
  335. static int _init_main_clk(struct omap_hwmod *oh)
  336. {
  337. struct clk *c;
  338. int ret = 0;
  339. if (!oh->main_clk)
  340. return 0;
  341. c = omap_clk_get_by_name(oh->main_clk);
  342. WARN(IS_ERR(c), "omap_hwmod: %s: cannot clk_get main_clk %s\n",
  343. oh->name, oh->main_clk);
  344. if (IS_ERR(c))
  345. ret = -EINVAL;
  346. oh->_clk = c;
  347. WARN(!c->clkdm, "omap_hwmod: %s: missing clockdomain for %s.\n",
  348. oh->main_clk, c->name);
  349. return ret;
  350. }
  351. /**
  352. * _init_interface_clk - get a struct clk * for the the hwmod's interface clks
  353. * @oh: struct omap_hwmod *
  354. *
  355. * Called from _init_clocks(). Populates the @oh OCP slave interface
  356. * clock pointers. Returns 0 on success or -EINVAL on error.
  357. */
  358. static int _init_interface_clks(struct omap_hwmod *oh)
  359. {
  360. struct omap_hwmod_ocp_if *os;
  361. struct clk *c;
  362. int i;
  363. int ret = 0;
  364. if (oh->slaves_cnt == 0)
  365. return 0;
  366. for (i = 0, os = *oh->slaves; i < oh->slaves_cnt; i++, os++) {
  367. if (!os->clk)
  368. continue;
  369. c = omap_clk_get_by_name(os->clk);
  370. WARN(IS_ERR(c), "omap_hwmod: %s: cannot clk_get "
  371. "interface_clk %s\n", oh->name, os->clk);
  372. if (IS_ERR(c))
  373. ret = -EINVAL;
  374. os->_clk = c;
  375. }
  376. return ret;
  377. }
  378. /**
  379. * _init_opt_clk - get a struct clk * for the the hwmod's optional clocks
  380. * @oh: struct omap_hwmod *
  381. *
  382. * Called from _init_clocks(). Populates the @oh omap_hwmod_opt_clk
  383. * clock pointers. Returns 0 on success or -EINVAL on error.
  384. */
  385. static int _init_opt_clks(struct omap_hwmod *oh)
  386. {
  387. struct omap_hwmod_opt_clk *oc;
  388. struct clk *c;
  389. int i;
  390. int ret = 0;
  391. for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) {
  392. c = omap_clk_get_by_name(oc->clk);
  393. WARN(IS_ERR(c), "omap_hwmod: %s: cannot clk_get opt_clk "
  394. "%s\n", oh->name, oc->clk);
  395. if (IS_ERR(c))
  396. ret = -EINVAL;
  397. oc->_clk = c;
  398. }
  399. return ret;
  400. }
  401. /**
  402. * _enable_clocks - enable hwmod main clock and interface clocks
  403. * @oh: struct omap_hwmod *
  404. *
  405. * Enables all clocks necessary for register reads and writes to succeed
  406. * on the hwmod @oh. Returns 0.
  407. */
  408. static int _enable_clocks(struct omap_hwmod *oh)
  409. {
  410. struct omap_hwmod_ocp_if *os;
  411. int i;
  412. pr_debug("omap_hwmod: %s: enabling clocks\n", oh->name);
  413. if (oh->_clk && !IS_ERR(oh->_clk))
  414. clk_enable(oh->_clk);
  415. if (oh->slaves_cnt > 0) {
  416. for (i = 0, os = *oh->slaves; i < oh->slaves_cnt; i++, os++) {
  417. struct clk *c = os->_clk;
  418. if (c && !IS_ERR(c) && (os->flags & OCPIF_SWSUP_IDLE))
  419. clk_enable(c);
  420. }
  421. }
  422. /* The opt clocks are controlled by the device driver. */
  423. return 0;
  424. }
  425. /**
  426. * _disable_clocks - disable hwmod main clock and interface clocks
  427. * @oh: struct omap_hwmod *
  428. *
  429. * Disables the hwmod @oh main functional and interface clocks. Returns 0.
  430. */
  431. static int _disable_clocks(struct omap_hwmod *oh)
  432. {
  433. struct omap_hwmod_ocp_if *os;
  434. int i;
  435. pr_debug("omap_hwmod: %s: disabling clocks\n", oh->name);
  436. if (oh->_clk && !IS_ERR(oh->_clk))
  437. clk_disable(oh->_clk);
  438. if (oh->slaves_cnt > 0) {
  439. for (i = 0, os = *oh->slaves; i < oh->slaves_cnt; i++, os++) {
  440. struct clk *c = os->_clk;
  441. if (c && !IS_ERR(c) && (os->flags & OCPIF_SWSUP_IDLE))
  442. clk_disable(c);
  443. }
  444. }
  445. /* The opt clocks are controlled by the device driver. */
  446. return 0;
  447. }
  448. /**
  449. * _find_mpu_port_index - find hwmod OCP slave port ID intended for MPU use
  450. * @oh: struct omap_hwmod *
  451. *
  452. * Returns the array index of the OCP slave port that the MPU
  453. * addresses the device on, or -EINVAL upon error or not found.
  454. */
  455. static int _find_mpu_port_index(struct omap_hwmod *oh)
  456. {
  457. struct omap_hwmod_ocp_if *os;
  458. int i;
  459. int found = 0;
  460. if (!oh || oh->slaves_cnt == 0)
  461. return -EINVAL;
  462. for (i = 0, os = *oh->slaves; i < oh->slaves_cnt; i++, os++) {
  463. if (os->user & OCP_USER_MPU) {
  464. found = 1;
  465. break;
  466. }
  467. }
  468. if (found)
  469. pr_debug("omap_hwmod: %s: MPU OCP slave port ID %d\n",
  470. oh->name, i);
  471. else
  472. pr_debug("omap_hwmod: %s: no MPU OCP slave port found\n",
  473. oh->name);
  474. return (found) ? i : -EINVAL;
  475. }
  476. /**
  477. * _find_mpu_rt_base - find hwmod register target base addr accessible by MPU
  478. * @oh: struct omap_hwmod *
  479. *
  480. * Return the virtual address of the base of the register target of
  481. * device @oh, or NULL on error.
  482. */
  483. static void __iomem *_find_mpu_rt_base(struct omap_hwmod *oh, u8 index)
  484. {
  485. struct omap_hwmod_ocp_if *os;
  486. struct omap_hwmod_addr_space *mem;
  487. int i;
  488. int found = 0;
  489. void __iomem *va_start;
  490. if (!oh || oh->slaves_cnt == 0)
  491. return NULL;
  492. os = *oh->slaves + index;
  493. for (i = 0, mem = os->addr; i < os->addr_cnt; i++, mem++) {
  494. if (mem->flags & ADDR_TYPE_RT) {
  495. found = 1;
  496. break;
  497. }
  498. }
  499. if (found) {
  500. va_start = ioremap(mem->pa_start, mem->pa_end - mem->pa_start);
  501. if (!va_start) {
  502. pr_err("omap_hwmod: %s: Could not ioremap\n", oh->name);
  503. return NULL;
  504. }
  505. pr_debug("omap_hwmod: %s: MPU register target at va %p\n",
  506. oh->name, va_start);
  507. } else {
  508. pr_debug("omap_hwmod: %s: no MPU register target found\n",
  509. oh->name);
  510. }
  511. return (found) ? va_start : NULL;
  512. }
  513. /**
  514. * _sysc_enable - try to bring a module out of idle via OCP_SYSCONFIG
  515. * @oh: struct omap_hwmod *
  516. *
  517. * If module is marked as SWSUP_SIDLE, force the module out of slave
  518. * idle; otherwise, configure it for smart-idle. If module is marked
  519. * as SWSUP_MSUSPEND, force the module out of master standby;
  520. * otherwise, configure it for smart-standby. No return value.
  521. */
  522. static void _sysc_enable(struct omap_hwmod *oh)
  523. {
  524. u8 idlemode, sf;
  525. u32 v;
  526. if (!oh->class->sysc)
  527. return;
  528. v = oh->_sysc_cache;
  529. sf = oh->class->sysc->sysc_flags;
  530. if (sf & SYSC_HAS_SIDLEMODE) {
  531. idlemode = (oh->flags & HWMOD_SWSUP_SIDLE) ?
  532. HWMOD_IDLEMODE_NO : HWMOD_IDLEMODE_SMART;
  533. _set_slave_idlemode(oh, idlemode, &v);
  534. }
  535. if (sf & SYSC_HAS_MIDLEMODE) {
  536. idlemode = (oh->flags & HWMOD_SWSUP_MSTANDBY) ?
  537. HWMOD_IDLEMODE_NO : HWMOD_IDLEMODE_SMART;
  538. _set_master_standbymode(oh, idlemode, &v);
  539. }
  540. if (sf & SYSC_HAS_AUTOIDLE) {
  541. idlemode = (oh->flags & HWMOD_NO_OCP_AUTOIDLE) ?
  542. 0 : 1;
  543. _set_module_autoidle(oh, idlemode, &v);
  544. }
  545. /* XXX OCP ENAWAKEUP bit? */
  546. /*
  547. * XXX The clock framework should handle this, by
  548. * calling into this code. But this must wait until the
  549. * clock structures are tagged with omap_hwmod entries
  550. */
  551. if ((oh->flags & HWMOD_SET_DEFAULT_CLOCKACT) &&
  552. (sf & SYSC_HAS_CLOCKACTIVITY))
  553. _set_clockactivity(oh, oh->class->sysc->clockact, &v);
  554. _write_sysconfig(v, oh);
  555. }
  556. /**
  557. * _sysc_idle - try to put a module into idle via OCP_SYSCONFIG
  558. * @oh: struct omap_hwmod *
  559. *
  560. * If module is marked as SWSUP_SIDLE, force the module into slave
  561. * idle; otherwise, configure it for smart-idle. If module is marked
  562. * as SWSUP_MSUSPEND, force the module into master standby; otherwise,
  563. * configure it for smart-standby. No return value.
  564. */
  565. static void _sysc_idle(struct omap_hwmod *oh)
  566. {
  567. u8 idlemode, sf;
  568. u32 v;
  569. if (!oh->class->sysc)
  570. return;
  571. v = oh->_sysc_cache;
  572. sf = oh->class->sysc->sysc_flags;
  573. if (sf & SYSC_HAS_SIDLEMODE) {
  574. idlemode = (oh->flags & HWMOD_SWSUP_SIDLE) ?
  575. HWMOD_IDLEMODE_FORCE : HWMOD_IDLEMODE_SMART;
  576. _set_slave_idlemode(oh, idlemode, &v);
  577. }
  578. if (sf & SYSC_HAS_MIDLEMODE) {
  579. idlemode = (oh->flags & HWMOD_SWSUP_MSTANDBY) ?
  580. HWMOD_IDLEMODE_FORCE : HWMOD_IDLEMODE_SMART;
  581. _set_master_standbymode(oh, idlemode, &v);
  582. }
  583. _write_sysconfig(v, oh);
  584. }
  585. /**
  586. * _sysc_shutdown - force a module into idle via OCP_SYSCONFIG
  587. * @oh: struct omap_hwmod *
  588. *
  589. * Force the module into slave idle and master suspend. No return
  590. * value.
  591. */
  592. static void _sysc_shutdown(struct omap_hwmod *oh)
  593. {
  594. u32 v;
  595. u8 sf;
  596. if (!oh->class->sysc)
  597. return;
  598. v = oh->_sysc_cache;
  599. sf = oh->class->sysc->sysc_flags;
  600. if (sf & SYSC_HAS_SIDLEMODE)
  601. _set_slave_idlemode(oh, HWMOD_IDLEMODE_FORCE, &v);
  602. if (sf & SYSC_HAS_MIDLEMODE)
  603. _set_master_standbymode(oh, HWMOD_IDLEMODE_FORCE, &v);
  604. if (sf & SYSC_HAS_AUTOIDLE)
  605. _set_module_autoidle(oh, 1, &v);
  606. _write_sysconfig(v, oh);
  607. }
  608. /**
  609. * _lookup - find an omap_hwmod by name
  610. * @name: find an omap_hwmod by name
  611. *
  612. * Return a pointer to an omap_hwmod by name, or NULL if not found.
  613. * Caller must hold omap_hwmod_mutex.
  614. */
  615. static struct omap_hwmod *_lookup(const char *name)
  616. {
  617. struct omap_hwmod *oh, *temp_oh;
  618. oh = NULL;
  619. list_for_each_entry(temp_oh, &omap_hwmod_list, node) {
  620. if (!strcmp(name, temp_oh->name)) {
  621. oh = temp_oh;
  622. break;
  623. }
  624. }
  625. return oh;
  626. }
  627. /**
  628. * _init_clocks - clk_get() all clocks associated with this hwmod
  629. * @oh: struct omap_hwmod *
  630. *
  631. * Called by omap_hwmod_late_init() (after omap2_clk_init()).
  632. * Resolves all clock names embedded in the hwmod. Must be called
  633. * with omap_hwmod_mutex held. Returns -EINVAL if the omap_hwmod
  634. * has not yet been registered or if the clocks have already been
  635. * initialized, 0 on success, or a non-zero error on failure.
  636. */
  637. static int _init_clocks(struct omap_hwmod *oh)
  638. {
  639. int ret = 0;
  640. if (!oh || (oh->_state != _HWMOD_STATE_REGISTERED))
  641. return -EINVAL;
  642. pr_debug("omap_hwmod: %s: looking up clocks\n", oh->name);
  643. ret |= _init_main_clk(oh);
  644. ret |= _init_interface_clks(oh);
  645. ret |= _init_opt_clks(oh);
  646. oh->_state = _HWMOD_STATE_CLKS_INITED;
  647. return ret;
  648. }
  649. /**
  650. * _wait_target_ready - wait for a module to leave slave idle
  651. * @oh: struct omap_hwmod *
  652. *
  653. * Wait for a module @oh to leave slave idle. Returns 0 if the module
  654. * does not have an IDLEST bit or if the module successfully leaves
  655. * slave idle; otherwise, pass along the return value of the
  656. * appropriate *_cm_wait_module_ready() function.
  657. */
  658. static int _wait_target_ready(struct omap_hwmod *oh)
  659. {
  660. struct omap_hwmod_ocp_if *os;
  661. int ret;
  662. if (!oh)
  663. return -EINVAL;
  664. if (oh->_int_flags & _HWMOD_NO_MPU_PORT)
  665. return 0;
  666. os = *oh->slaves + oh->_mpu_port_index;
  667. if (!(os->flags & OCPIF_HAS_IDLEST))
  668. return 0;
  669. /* XXX check module SIDLEMODE */
  670. /* XXX check clock enable states */
  671. if (cpu_is_omap24xx() || cpu_is_omap34xx()) {
  672. ret = omap2_cm_wait_module_ready(oh->prcm.omap2.module_offs,
  673. oh->prcm.omap2.idlest_reg_id,
  674. oh->prcm.omap2.idlest_idle_bit);
  675. #if 0
  676. } else if (cpu_is_omap44xx()) {
  677. ret = omap4_cm_wait_module_ready(oh->prcm.omap4.module_offs,
  678. oh->prcm.omap4.device_offs);
  679. #endif
  680. } else {
  681. BUG();
  682. };
  683. return ret;
  684. }
  685. /**
  686. * _reset - reset an omap_hwmod
  687. * @oh: struct omap_hwmod *
  688. *
  689. * Resets an omap_hwmod @oh via the OCP_SYSCONFIG bit. hwmod must be
  690. * enabled for this to work. Must be called with omap_hwmod_mutex
  691. * held. Returns -EINVAL if the hwmod cannot be reset this way or if
  692. * the hwmod is in the wrong state, -ETIMEDOUT if the module did not
  693. * reset in time, or 0 upon success.
  694. */
  695. static int _reset(struct omap_hwmod *oh)
  696. {
  697. u32 r, v;
  698. int c = 0;
  699. if (!oh->class->sysc ||
  700. !(oh->class->sysc->sysc_flags & SYSC_HAS_SOFTRESET) ||
  701. (oh->class->sysc->sysc_flags & SYSS_MISSING))
  702. return -EINVAL;
  703. /* clocks must be on for this operation */
  704. if (oh->_state != _HWMOD_STATE_ENABLED) {
  705. WARN(1, "omap_hwmod: %s: reset can only be entered from "
  706. "enabled state\n", oh->name);
  707. return -EINVAL;
  708. }
  709. pr_debug("omap_hwmod: %s: resetting\n", oh->name);
  710. v = oh->_sysc_cache;
  711. r = _set_softreset(oh, &v);
  712. if (r)
  713. return r;
  714. _write_sysconfig(v, oh);
  715. omap_test_timeout((omap_hwmod_readl(oh, oh->class->sysc->syss_offs) &
  716. SYSS_RESETDONE_MASK),
  717. MAX_MODULE_RESET_WAIT, c);
  718. if (c == MAX_MODULE_RESET_WAIT)
  719. WARN(1, "omap_hwmod: %s: failed to reset in %d usec\n",
  720. oh->name, MAX_MODULE_RESET_WAIT);
  721. else
  722. pr_debug("omap_hwmod: %s: reset in %d usec\n", oh->name, c);
  723. /*
  724. * XXX add _HWMOD_STATE_WEDGED for modules that don't come back from
  725. * _wait_target_ready() or _reset()
  726. */
  727. return (c == MAX_MODULE_RESET_WAIT) ? -ETIMEDOUT : 0;
  728. }
  729. /**
  730. * _enable - enable an omap_hwmod
  731. * @oh: struct omap_hwmod *
  732. *
  733. * Enables an omap_hwmod @oh such that the MPU can access the hwmod's
  734. * register target. Must be called with omap_hwmod_mutex held.
  735. * Returns -EINVAL if the hwmod is in the wrong state or passes along
  736. * the return value of _wait_target_ready().
  737. */
  738. static int _enable(struct omap_hwmod *oh)
  739. {
  740. int r;
  741. if (oh->_state != _HWMOD_STATE_INITIALIZED &&
  742. oh->_state != _HWMOD_STATE_IDLE &&
  743. oh->_state != _HWMOD_STATE_DISABLED) {
  744. WARN(1, "omap_hwmod: %s: enabled state can only be entered "
  745. "from initialized, idle, or disabled state\n", oh->name);
  746. return -EINVAL;
  747. }
  748. pr_debug("omap_hwmod: %s: enabling\n", oh->name);
  749. /* XXX mux balls */
  750. _add_initiator_dep(oh, mpu_oh);
  751. _enable_clocks(oh);
  752. if (oh->class->sysc) {
  753. if (!(oh->_int_flags & _HWMOD_SYSCONFIG_LOADED))
  754. _update_sysc_cache(oh);
  755. _sysc_enable(oh);
  756. }
  757. r = _wait_target_ready(oh);
  758. if (!r)
  759. oh->_state = _HWMOD_STATE_ENABLED;
  760. return r;
  761. }
  762. /**
  763. * _idle - idle an omap_hwmod
  764. * @oh: struct omap_hwmod *
  765. *
  766. * Idles an omap_hwmod @oh. This should be called once the hwmod has
  767. * no further work. Returns -EINVAL if the hwmod is in the wrong
  768. * state or returns 0.
  769. */
  770. static int _idle(struct omap_hwmod *oh)
  771. {
  772. if (oh->_state != _HWMOD_STATE_ENABLED) {
  773. WARN(1, "omap_hwmod: %s: idle state can only be entered from "
  774. "enabled state\n", oh->name);
  775. return -EINVAL;
  776. }
  777. pr_debug("omap_hwmod: %s: idling\n", oh->name);
  778. if (oh->class->sysc)
  779. _sysc_idle(oh);
  780. _del_initiator_dep(oh, mpu_oh);
  781. _disable_clocks(oh);
  782. oh->_state = _HWMOD_STATE_IDLE;
  783. return 0;
  784. }
  785. /**
  786. * _shutdown - shutdown an omap_hwmod
  787. * @oh: struct omap_hwmod *
  788. *
  789. * Shut down an omap_hwmod @oh. This should be called when the driver
  790. * used for the hwmod is removed or unloaded or if the driver is not
  791. * used by the system. Returns -EINVAL if the hwmod is in the wrong
  792. * state or returns 0.
  793. */
  794. static int _shutdown(struct omap_hwmod *oh)
  795. {
  796. if (oh->_state != _HWMOD_STATE_IDLE &&
  797. oh->_state != _HWMOD_STATE_ENABLED) {
  798. WARN(1, "omap_hwmod: %s: disabled state can only be entered "
  799. "from idle, or enabled state\n", oh->name);
  800. return -EINVAL;
  801. }
  802. pr_debug("omap_hwmod: %s: disabling\n", oh->name);
  803. if (oh->class->sysc)
  804. _sysc_shutdown(oh);
  805. _del_initiator_dep(oh, mpu_oh);
  806. /* XXX what about the other system initiators here? DMA, tesla, d2d */
  807. _disable_clocks(oh);
  808. /* XXX Should this code also force-disable the optional clocks? */
  809. /* XXX mux any associated balls to safe mode */
  810. oh->_state = _HWMOD_STATE_DISABLED;
  811. return 0;
  812. }
  813. /**
  814. * _setup - do initial configuration of omap_hwmod
  815. * @oh: struct omap_hwmod *
  816. *
  817. * Writes the CLOCKACTIVITY bits @clockact to the hwmod @oh
  818. * OCP_SYSCONFIG register. Must be called with omap_hwmod_mutex
  819. * held. Returns -EINVAL if the hwmod is in the wrong state or returns
  820. * 0.
  821. */
  822. static int _setup(struct omap_hwmod *oh)
  823. {
  824. struct omap_hwmod_ocp_if *os;
  825. int i;
  826. if (!oh)
  827. return -EINVAL;
  828. /* Set iclk autoidle mode */
  829. if (oh->slaves_cnt > 0) {
  830. for (i = 0, os = *oh->slaves; i < oh->slaves_cnt; i++, os++) {
  831. struct clk *c = os->_clk;
  832. if (!c || IS_ERR(c))
  833. continue;
  834. if (os->flags & OCPIF_SWSUP_IDLE) {
  835. /* XXX omap_iclk_deny_idle(c); */
  836. } else {
  837. /* XXX omap_iclk_allow_idle(c); */
  838. clk_enable(c);
  839. }
  840. }
  841. }
  842. oh->_state = _HWMOD_STATE_INITIALIZED;
  843. _enable(oh);
  844. if (!(oh->flags & HWMOD_INIT_NO_RESET)) {
  845. /*
  846. * XXX Do the OCP_SYSCONFIG bits need to be
  847. * reprogrammed after a reset? If not, then this can
  848. * be removed. If they do, then probably the
  849. * _enable() function should be split to avoid the
  850. * rewrite of the OCP_SYSCONFIG register.
  851. */
  852. if (oh->class->sysc) {
  853. _update_sysc_cache(oh);
  854. _sysc_enable(oh);
  855. }
  856. }
  857. if (!(oh->flags & HWMOD_INIT_NO_IDLE))
  858. _idle(oh);
  859. return 0;
  860. }
  861. /* Public functions */
  862. u32 omap_hwmod_readl(struct omap_hwmod *oh, u16 reg_offs)
  863. {
  864. return __raw_readl(oh->_rt_va + reg_offs);
  865. }
  866. void omap_hwmod_writel(u32 v, struct omap_hwmod *oh, u16 reg_offs)
  867. {
  868. __raw_writel(v, oh->_rt_va + reg_offs);
  869. }
  870. int omap_hwmod_set_slave_idlemode(struct omap_hwmod *oh, u8 idlemode)
  871. {
  872. u32 v;
  873. int retval = 0;
  874. if (!oh)
  875. return -EINVAL;
  876. v = oh->_sysc_cache;
  877. retval = _set_slave_idlemode(oh, idlemode, &v);
  878. if (!retval)
  879. _write_sysconfig(v, oh);
  880. return retval;
  881. }
  882. /**
  883. * omap_hwmod_register - register a struct omap_hwmod
  884. * @oh: struct omap_hwmod *
  885. *
  886. * Registers the omap_hwmod @oh. Returns -EEXIST if an omap_hwmod
  887. * already has been registered by the same name; -EINVAL if the
  888. * omap_hwmod is in the wrong state, if @oh is NULL, if the
  889. * omap_hwmod's class field is NULL; if the omap_hwmod is missing a
  890. * name, or if the omap_hwmod's class is missing a name; or 0 upon
  891. * success.
  892. *
  893. * XXX The data should be copied into bootmem, so the original data
  894. * should be marked __initdata and freed after init. This would allow
  895. * unneeded omap_hwmods to be freed on multi-OMAP configurations. Note
  896. * that the copy process would be relatively complex due to the large number
  897. * of substructures.
  898. */
  899. int omap_hwmod_register(struct omap_hwmod *oh)
  900. {
  901. int ret, ms_id;
  902. if (!oh || !oh->name || !oh->class || !oh->class->name ||
  903. (oh->_state != _HWMOD_STATE_UNKNOWN))
  904. return -EINVAL;
  905. mutex_lock(&omap_hwmod_mutex);
  906. pr_debug("omap_hwmod: %s: registering\n", oh->name);
  907. if (_lookup(oh->name)) {
  908. ret = -EEXIST;
  909. goto ohr_unlock;
  910. }
  911. ms_id = _find_mpu_port_index(oh);
  912. if (!IS_ERR_VALUE(ms_id)) {
  913. oh->_mpu_port_index = ms_id;
  914. oh->_rt_va = _find_mpu_rt_base(oh, oh->_mpu_port_index);
  915. } else {
  916. oh->_int_flags |= _HWMOD_NO_MPU_PORT;
  917. }
  918. list_add_tail(&oh->node, &omap_hwmod_list);
  919. oh->_state = _HWMOD_STATE_REGISTERED;
  920. ret = 0;
  921. ohr_unlock:
  922. mutex_unlock(&omap_hwmod_mutex);
  923. return ret;
  924. }
  925. /**
  926. * omap_hwmod_lookup - look up a registered omap_hwmod by name
  927. * @name: name of the omap_hwmod to look up
  928. *
  929. * Given a @name of an omap_hwmod, return a pointer to the registered
  930. * struct omap_hwmod *, or NULL upon error.
  931. */
  932. struct omap_hwmod *omap_hwmod_lookup(const char *name)
  933. {
  934. struct omap_hwmod *oh;
  935. if (!name)
  936. return NULL;
  937. mutex_lock(&omap_hwmod_mutex);
  938. oh = _lookup(name);
  939. mutex_unlock(&omap_hwmod_mutex);
  940. return oh;
  941. }
  942. /**
  943. * omap_hwmod_for_each - call function for each registered omap_hwmod
  944. * @fn: pointer to a callback function
  945. *
  946. * Call @fn for each registered omap_hwmod, passing @data to each
  947. * function. @fn must return 0 for success or any other value for
  948. * failure. If @fn returns non-zero, the iteration across omap_hwmods
  949. * will stop and the non-zero return value will be passed to the
  950. * caller of omap_hwmod_for_each(). @fn is called with
  951. * omap_hwmod_for_each() held.
  952. */
  953. int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh))
  954. {
  955. struct omap_hwmod *temp_oh;
  956. int ret;
  957. if (!fn)
  958. return -EINVAL;
  959. mutex_lock(&omap_hwmod_mutex);
  960. list_for_each_entry(temp_oh, &omap_hwmod_list, node) {
  961. ret = (*fn)(temp_oh);
  962. if (ret)
  963. break;
  964. }
  965. mutex_unlock(&omap_hwmod_mutex);
  966. return ret;
  967. }
  968. /**
  969. * omap_hwmod_init - init omap_hwmod code and register hwmods
  970. * @ohs: pointer to an array of omap_hwmods to register
  971. *
  972. * Intended to be called early in boot before the clock framework is
  973. * initialized. If @ohs is not null, will register all omap_hwmods
  974. * listed in @ohs that are valid for this chip. Returns -EINVAL if
  975. * omap_hwmod_init() has already been called or 0 otherwise.
  976. */
  977. int omap_hwmod_init(struct omap_hwmod **ohs)
  978. {
  979. struct omap_hwmod *oh;
  980. int r;
  981. if (inited)
  982. return -EINVAL;
  983. inited = 1;
  984. if (!ohs)
  985. return 0;
  986. oh = *ohs;
  987. while (oh) {
  988. if (omap_chip_is(oh->omap_chip)) {
  989. r = omap_hwmod_register(oh);
  990. WARN(r, "omap_hwmod: %s: omap_hwmod_register returned "
  991. "%d\n", oh->name, r);
  992. }
  993. oh = *++ohs;
  994. }
  995. return 0;
  996. }
  997. /**
  998. * omap_hwmod_late_init - do some post-clock framework initialization
  999. *
  1000. * Must be called after omap2_clk_init(). Resolves the struct clk names
  1001. * to struct clk pointers for each registered omap_hwmod. Also calls
  1002. * _setup() on each hwmod. Returns 0.
  1003. */
  1004. int omap_hwmod_late_init(void)
  1005. {
  1006. int r;
  1007. /* XXX check return value */
  1008. r = omap_hwmod_for_each(_init_clocks);
  1009. WARN(r, "omap_hwmod: omap_hwmod_late_init(): _init_clocks failed\n");
  1010. mpu_oh = omap_hwmod_lookup(MPU_INITIATOR_NAME);
  1011. WARN(!mpu_oh, "omap_hwmod: could not find MPU initiator hwmod %s\n",
  1012. MPU_INITIATOR_NAME);
  1013. omap_hwmod_for_each(_setup);
  1014. return 0;
  1015. }
  1016. /**
  1017. * omap_hwmod_unregister - unregister an omap_hwmod
  1018. * @oh: struct omap_hwmod *
  1019. *
  1020. * Unregisters a previously-registered omap_hwmod @oh. There's probably
  1021. * no use case for this, so it is likely to be removed in a later version.
  1022. *
  1023. * XXX Free all of the bootmem-allocated structures here when that is
  1024. * implemented. Make it clear that core code is the only code that is
  1025. * expected to unregister modules.
  1026. */
  1027. int omap_hwmod_unregister(struct omap_hwmod *oh)
  1028. {
  1029. if (!oh)
  1030. return -EINVAL;
  1031. pr_debug("omap_hwmod: %s: unregistering\n", oh->name);
  1032. mutex_lock(&omap_hwmod_mutex);
  1033. iounmap(oh->_rt_va);
  1034. list_del(&oh->node);
  1035. mutex_unlock(&omap_hwmod_mutex);
  1036. return 0;
  1037. }
  1038. /**
  1039. * omap_hwmod_enable - enable an omap_hwmod
  1040. * @oh: struct omap_hwmod *
  1041. *
  1042. * Enable an omap_hwomd @oh. Intended to be called by omap_device_enable().
  1043. * Returns -EINVAL on error or passes along the return value from _enable().
  1044. */
  1045. int omap_hwmod_enable(struct omap_hwmod *oh)
  1046. {
  1047. int r;
  1048. if (!oh)
  1049. return -EINVAL;
  1050. mutex_lock(&omap_hwmod_mutex);
  1051. r = _enable(oh);
  1052. mutex_unlock(&omap_hwmod_mutex);
  1053. return r;
  1054. }
  1055. /**
  1056. * omap_hwmod_idle - idle an omap_hwmod
  1057. * @oh: struct omap_hwmod *
  1058. *
  1059. * Idle an omap_hwomd @oh. Intended to be called by omap_device_idle().
  1060. * Returns -EINVAL on error or passes along the return value from _idle().
  1061. */
  1062. int omap_hwmod_idle(struct omap_hwmod *oh)
  1063. {
  1064. if (!oh)
  1065. return -EINVAL;
  1066. mutex_lock(&omap_hwmod_mutex);
  1067. _idle(oh);
  1068. mutex_unlock(&omap_hwmod_mutex);
  1069. return 0;
  1070. }
  1071. /**
  1072. * omap_hwmod_shutdown - shutdown an omap_hwmod
  1073. * @oh: struct omap_hwmod *
  1074. *
  1075. * Shutdown an omap_hwomd @oh. Intended to be called by
  1076. * omap_device_shutdown(). Returns -EINVAL on error or passes along
  1077. * the return value from _shutdown().
  1078. */
  1079. int omap_hwmod_shutdown(struct omap_hwmod *oh)
  1080. {
  1081. if (!oh)
  1082. return -EINVAL;
  1083. mutex_lock(&omap_hwmod_mutex);
  1084. _shutdown(oh);
  1085. mutex_unlock(&omap_hwmod_mutex);
  1086. return 0;
  1087. }
  1088. /**
  1089. * omap_hwmod_enable_clocks - enable main_clk, all interface clocks
  1090. * @oh: struct omap_hwmod *oh
  1091. *
  1092. * Intended to be called by the omap_device code.
  1093. */
  1094. int omap_hwmod_enable_clocks(struct omap_hwmod *oh)
  1095. {
  1096. mutex_lock(&omap_hwmod_mutex);
  1097. _enable_clocks(oh);
  1098. mutex_unlock(&omap_hwmod_mutex);
  1099. return 0;
  1100. }
  1101. /**
  1102. * omap_hwmod_disable_clocks - disable main_clk, all interface clocks
  1103. * @oh: struct omap_hwmod *oh
  1104. *
  1105. * Intended to be called by the omap_device code.
  1106. */
  1107. int omap_hwmod_disable_clocks(struct omap_hwmod *oh)
  1108. {
  1109. mutex_lock(&omap_hwmod_mutex);
  1110. _disable_clocks(oh);
  1111. mutex_unlock(&omap_hwmod_mutex);
  1112. return 0;
  1113. }
  1114. /**
  1115. * omap_hwmod_ocp_barrier - wait for posted writes against the hwmod to complete
  1116. * @oh: struct omap_hwmod *oh
  1117. *
  1118. * Intended to be called by drivers and core code when all posted
  1119. * writes to a device must complete before continuing further
  1120. * execution (for example, after clearing some device IRQSTATUS
  1121. * register bits)
  1122. *
  1123. * XXX what about targets with multiple OCP threads?
  1124. */
  1125. void omap_hwmod_ocp_barrier(struct omap_hwmod *oh)
  1126. {
  1127. BUG_ON(!oh);
  1128. if (!oh->class->sysc || !oh->class->sysc->sysc_flags) {
  1129. WARN(1, "omap_device: %s: OCP barrier impossible due to "
  1130. "device configuration\n", oh->name);
  1131. return;
  1132. }
  1133. /*
  1134. * Forces posted writes to complete on the OCP thread handling
  1135. * register writes
  1136. */
  1137. omap_hwmod_readl(oh, oh->class->sysc->sysc_offs);
  1138. }
  1139. /**
  1140. * omap_hwmod_reset - reset the hwmod
  1141. * @oh: struct omap_hwmod *
  1142. *
  1143. * Under some conditions, a driver may wish to reset the entire device.
  1144. * Called from omap_device code. Returns -EINVAL on error or passes along
  1145. * the return value from _reset()/_enable().
  1146. */
  1147. int omap_hwmod_reset(struct omap_hwmod *oh)
  1148. {
  1149. int r;
  1150. if (!oh || !(oh->_state & _HWMOD_STATE_ENABLED))
  1151. return -EINVAL;
  1152. mutex_lock(&omap_hwmod_mutex);
  1153. r = _reset(oh);
  1154. if (!r)
  1155. r = _enable(oh);
  1156. mutex_unlock(&omap_hwmod_mutex);
  1157. return r;
  1158. }
  1159. /**
  1160. * omap_hwmod_count_resources - count number of struct resources needed by hwmod
  1161. * @oh: struct omap_hwmod *
  1162. * @res: pointer to the first element of an array of struct resource to fill
  1163. *
  1164. * Count the number of struct resource array elements necessary to
  1165. * contain omap_hwmod @oh resources. Intended to be called by code
  1166. * that registers omap_devices. Intended to be used to determine the
  1167. * size of a dynamically-allocated struct resource array, before
  1168. * calling omap_hwmod_fill_resources(). Returns the number of struct
  1169. * resource array elements needed.
  1170. *
  1171. * XXX This code is not optimized. It could attempt to merge adjacent
  1172. * resource IDs.
  1173. *
  1174. */
  1175. int omap_hwmod_count_resources(struct omap_hwmod *oh)
  1176. {
  1177. int ret, i;
  1178. ret = oh->mpu_irqs_cnt + oh->sdma_chs_cnt;
  1179. for (i = 0; i < oh->slaves_cnt; i++)
  1180. ret += (*oh->slaves + i)->addr_cnt;
  1181. return ret;
  1182. }
  1183. /**
  1184. * omap_hwmod_fill_resources - fill struct resource array with hwmod data
  1185. * @oh: struct omap_hwmod *
  1186. * @res: pointer to the first element of an array of struct resource to fill
  1187. *
  1188. * Fill the struct resource array @res with resource data from the
  1189. * omap_hwmod @oh. Intended to be called by code that registers
  1190. * omap_devices. See also omap_hwmod_count_resources(). Returns the
  1191. * number of array elements filled.
  1192. */
  1193. int omap_hwmod_fill_resources(struct omap_hwmod *oh, struct resource *res)
  1194. {
  1195. int i, j;
  1196. int r = 0;
  1197. /* For each IRQ, DMA, memory area, fill in array.*/
  1198. for (i = 0; i < oh->mpu_irqs_cnt; i++) {
  1199. (res + r)->name = (oh->mpu_irqs + i)->name;
  1200. (res + r)->start = (oh->mpu_irqs + i)->irq;
  1201. (res + r)->end = (oh->mpu_irqs + i)->irq;
  1202. (res + r)->flags = IORESOURCE_IRQ;
  1203. r++;
  1204. }
  1205. for (i = 0; i < oh->sdma_chs_cnt; i++) {
  1206. (res + r)->name = (oh->sdma_chs + i)->name;
  1207. (res + r)->start = (oh->sdma_chs + i)->dma_ch;
  1208. (res + r)->end = (oh->sdma_chs + i)->dma_ch;
  1209. (res + r)->flags = IORESOURCE_DMA;
  1210. r++;
  1211. }
  1212. for (i = 0; i < oh->slaves_cnt; i++) {
  1213. struct omap_hwmod_ocp_if *os;
  1214. os = *oh->slaves + i;
  1215. for (j = 0; j < os->addr_cnt; j++) {
  1216. (res + r)->start = (os->addr + j)->pa_start;
  1217. (res + r)->end = (os->addr + j)->pa_end;
  1218. (res + r)->flags = IORESOURCE_MEM;
  1219. r++;
  1220. }
  1221. }
  1222. return r;
  1223. }
  1224. /**
  1225. * omap_hwmod_get_pwrdm - return pointer to this module's main powerdomain
  1226. * @oh: struct omap_hwmod *
  1227. *
  1228. * Return the powerdomain pointer associated with the OMAP module
  1229. * @oh's main clock. If @oh does not have a main clk, return the
  1230. * powerdomain associated with the interface clock associated with the
  1231. * module's MPU port. (XXX Perhaps this should use the SDMA port
  1232. * instead?) Returns NULL on error, or a struct powerdomain * on
  1233. * success.
  1234. */
  1235. struct powerdomain *omap_hwmod_get_pwrdm(struct omap_hwmod *oh)
  1236. {
  1237. struct clk *c;
  1238. if (!oh)
  1239. return NULL;
  1240. if (oh->_clk) {
  1241. c = oh->_clk;
  1242. } else {
  1243. if (oh->_int_flags & _HWMOD_NO_MPU_PORT)
  1244. return NULL;
  1245. c = oh->slaves[oh->_mpu_port_index]->_clk;
  1246. }
  1247. if (!c->clkdm)
  1248. return NULL;
  1249. return c->clkdm->pwrdm.ptr;
  1250. }
  1251. /**
  1252. * omap_hwmod_add_initiator_dep - add sleepdep from @init_oh to @oh
  1253. * @oh: struct omap_hwmod *
  1254. * @init_oh: struct omap_hwmod * (initiator)
  1255. *
  1256. * Add a sleep dependency between the initiator @init_oh and @oh.
  1257. * Intended to be called by DSP/Bridge code via platform_data for the
  1258. * DSP case; and by the DMA code in the sDMA case. DMA code, *Bridge
  1259. * code needs to add/del initiator dependencies dynamically
  1260. * before/after accessing a device. Returns the return value from
  1261. * _add_initiator_dep().
  1262. *
  1263. * XXX Keep a usecount in the clockdomain code
  1264. */
  1265. int omap_hwmod_add_initiator_dep(struct omap_hwmod *oh,
  1266. struct omap_hwmod *init_oh)
  1267. {
  1268. return _add_initiator_dep(oh, init_oh);
  1269. }
  1270. /*
  1271. * XXX what about functions for drivers to save/restore ocp_sysconfig
  1272. * for context save/restore operations?
  1273. */
  1274. /**
  1275. * omap_hwmod_del_initiator_dep - remove sleepdep from @init_oh to @oh
  1276. * @oh: struct omap_hwmod *
  1277. * @init_oh: struct omap_hwmod * (initiator)
  1278. *
  1279. * Remove a sleep dependency between the initiator @init_oh and @oh.
  1280. * Intended to be called by DSP/Bridge code via platform_data for the
  1281. * DSP case; and by the DMA code in the sDMA case. DMA code, *Bridge
  1282. * code needs to add/del initiator dependencies dynamically
  1283. * before/after accessing a device. Returns the return value from
  1284. * _del_initiator_dep().
  1285. *
  1286. * XXX Keep a usecount in the clockdomain code
  1287. */
  1288. int omap_hwmod_del_initiator_dep(struct omap_hwmod *oh,
  1289. struct omap_hwmod *init_oh)
  1290. {
  1291. return _del_initiator_dep(oh, init_oh);
  1292. }
  1293. /**
  1294. * omap_hwmod_enable_wakeup - allow device to wake up the system
  1295. * @oh: struct omap_hwmod *
  1296. *
  1297. * Sets the module OCP socket ENAWAKEUP bit to allow the module to
  1298. * send wakeups to the PRCM. Eventually this should sets PRCM wakeup
  1299. * registers to cause the PRCM to receive wakeup events from the
  1300. * module. Does not set any wakeup routing registers beyond this
  1301. * point - if the module is to wake up any other module or subsystem,
  1302. * that must be set separately. Called by omap_device code. Returns
  1303. * -EINVAL on error or 0 upon success.
  1304. */
  1305. int omap_hwmod_enable_wakeup(struct omap_hwmod *oh)
  1306. {
  1307. if (!oh->class->sysc ||
  1308. !(oh->class->sysc->sysc_flags & SYSC_HAS_ENAWAKEUP))
  1309. return -EINVAL;
  1310. mutex_lock(&omap_hwmod_mutex);
  1311. _enable_wakeup(oh);
  1312. mutex_unlock(&omap_hwmod_mutex);
  1313. return 0;
  1314. }
  1315. /**
  1316. * omap_hwmod_disable_wakeup - prevent device from waking the system
  1317. * @oh: struct omap_hwmod *
  1318. *
  1319. * Clears the module OCP socket ENAWAKEUP bit to prevent the module
  1320. * from sending wakeups to the PRCM. Eventually this should clear
  1321. * PRCM wakeup registers to cause the PRCM to ignore wakeup events
  1322. * from the module. Does not set any wakeup routing registers beyond
  1323. * this point - if the module is to wake up any other module or
  1324. * subsystem, that must be set separately. Called by omap_device
  1325. * code. Returns -EINVAL on error or 0 upon success.
  1326. */
  1327. int omap_hwmod_disable_wakeup(struct omap_hwmod *oh)
  1328. {
  1329. if (!oh->class->sysc ||
  1330. !(oh->class->sysc->sysc_flags & SYSC_HAS_ENAWAKEUP))
  1331. return -EINVAL;
  1332. mutex_lock(&omap_hwmod_mutex);
  1333. _disable_wakeup(oh);
  1334. mutex_unlock(&omap_hwmod_mutex);
  1335. return 0;
  1336. }
  1337. /**
  1338. * omap_hwmod_for_each_by_class - call @fn for each hwmod of class @classname
  1339. * @classname: struct omap_hwmod_class name to search for
  1340. * @fn: callback function pointer to call for each hwmod in class @classname
  1341. * @user: arbitrary context data to pass to the callback function
  1342. *
  1343. * For each omap_hwmod of class @classname, call @fn. Takes
  1344. * omap_hwmod_mutex to prevent the hwmod list from changing during the
  1345. * iteration. If the callback function returns something other than
  1346. * zero, the iterator is terminated, and the callback function's return
  1347. * value is passed back to the caller. Returns 0 upon success, -EINVAL
  1348. * if @classname or @fn are NULL, or passes back the error code from @fn.
  1349. */
  1350. int omap_hwmod_for_each_by_class(const char *classname,
  1351. int (*fn)(struct omap_hwmod *oh,
  1352. void *user),
  1353. void *user)
  1354. {
  1355. struct omap_hwmod *temp_oh;
  1356. int ret = 0;
  1357. if (!classname || !fn)
  1358. return -EINVAL;
  1359. pr_debug("omap_hwmod: %s: looking for modules of class %s\n",
  1360. __func__, classname);
  1361. mutex_lock(&omap_hwmod_mutex);
  1362. list_for_each_entry(temp_oh, &omap_hwmod_list, node) {
  1363. if (!strcmp(temp_oh->class->name, classname)) {
  1364. pr_debug("omap_hwmod: %s: %s: calling callback fn\n",
  1365. __func__, temp_oh->name);
  1366. ret = (*fn)(temp_oh, user);
  1367. if (ret)
  1368. break;
  1369. }
  1370. }
  1371. mutex_unlock(&omap_hwmod_mutex);
  1372. if (ret)
  1373. pr_debug("omap_hwmod: %s: iterator terminated early: %d\n",
  1374. __func__, ret);
  1375. return ret;
  1376. }