omap_hwmod.c 39 KB

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