wcd9xxx-utils.c 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239
  1. /* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
  2. *
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 and
  5. * only version 2 as published by the Free Software Foundation.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. */
  12. #include <linux/kernel.h>
  13. #include <linux/module.h>
  14. #include <linux/of_gpio.h>
  15. #include <linux/of_irq.h>
  16. #include <linux/of_device.h>
  17. #include <linux/slab.h>
  18. #include <linux/regmap.h>
  19. #include <linux/delay.h>
  20. #include <linux/sched.h>
  21. #include <linux/mfd/core.h>
  22. #include "core.h"
  23. #include "msm-cdc-supply.h"
  24. #include "msm-cdc-pinctrl.h"
  25. #include "pdata.h"
  26. #include "wcd9xxx-irq.h"
  27. #include "wcd9xxx-utils.h"
  28. #define REG_BYTES 2
  29. #define VAL_BYTES 1
  30. /*
  31. * Page Register Address that APP Proc uses to
  32. * access WCD9335 Codec registers is identified
  33. * as 0x00
  34. */
  35. #define PAGE_REG_ADDR 0x00
  36. static enum wcd9xxx_intf_status wcd9xxx_intf = -1;
  37. static struct mfd_cell pahu_devs[] = {
  38. {
  39. .name = "qcom-wcd-pinctrl",
  40. .of_compatible = "qcom,wcd-pinctrl",
  41. },
  42. {
  43. .name = "pahu_codec",
  44. },
  45. };
  46. static struct mfd_cell tavil_devs[] = {
  47. {
  48. .name = "qcom-wcd-pinctrl",
  49. .of_compatible = "qcom,wcd-pinctrl",
  50. },
  51. {
  52. .name = "tavil_codec",
  53. },
  54. };
  55. static struct mfd_cell tasha_devs[] = {
  56. {
  57. .name = "tasha_codec",
  58. },
  59. };
  60. static struct mfd_cell tomtom_devs[] = {
  61. {
  62. .name = "tomtom_codec",
  63. },
  64. };
  65. static int wcd9xxx_read_of_property_u32(struct device *dev, const char *name,
  66. u32 *val)
  67. {
  68. int rc = 0;
  69. rc = of_property_read_u32(dev->of_node, name, val);
  70. if (rc)
  71. dev_err(dev, "%s: Looking up %s property in node %s failed",
  72. __func__, name, dev->of_node->full_name);
  73. return rc;
  74. }
  75. static void wcd9xxx_dt_parse_micbias_info(struct device *dev,
  76. struct wcd9xxx_micbias_setting *mb)
  77. {
  78. u32 prop_val;
  79. int rc;
  80. if (of_find_property(dev->of_node, "qcom,cdc-micbias-ldoh-v", NULL)) {
  81. rc = wcd9xxx_read_of_property_u32(dev,
  82. "qcom,cdc-micbias-ldoh-v",
  83. &prop_val);
  84. if (!rc)
  85. mb->ldoh_v = (u8)prop_val;
  86. }
  87. /* MB1 */
  88. if (of_find_property(dev->of_node, "qcom,cdc-micbias-cfilt1-mv",
  89. NULL)) {
  90. rc = wcd9xxx_read_of_property_u32(dev,
  91. "qcom,cdc-micbias-cfilt1-mv",
  92. &prop_val);
  93. if (!rc)
  94. mb->cfilt1_mv = prop_val;
  95. rc = wcd9xxx_read_of_property_u32(dev,
  96. "qcom,cdc-micbias1-cfilt-sel",
  97. &prop_val);
  98. if (!rc)
  99. mb->bias1_cfilt_sel = (u8)prop_val;
  100. } else if (of_find_property(dev->of_node, "qcom,cdc-micbias1-mv",
  101. NULL)) {
  102. rc = wcd9xxx_read_of_property_u32(dev,
  103. "qcom,cdc-micbias1-mv",
  104. &prop_val);
  105. if (!rc)
  106. mb->micb1_mv = prop_val;
  107. } else {
  108. dev_info(dev, "%s: Micbias1 DT property not found\n",
  109. __func__);
  110. }
  111. /* MB2 */
  112. if (of_find_property(dev->of_node, "qcom,cdc-micbias-cfilt2-mv",
  113. NULL)) {
  114. rc = wcd9xxx_read_of_property_u32(dev,
  115. "qcom,cdc-micbias-cfilt2-mv",
  116. &prop_val);
  117. if (!rc)
  118. mb->cfilt2_mv = prop_val;
  119. rc = wcd9xxx_read_of_property_u32(dev,
  120. "qcom,cdc-micbias2-cfilt-sel",
  121. &prop_val);
  122. if (!rc)
  123. mb->bias2_cfilt_sel = (u8)prop_val;
  124. } else if (of_find_property(dev->of_node, "qcom,cdc-micbias2-mv",
  125. NULL)) {
  126. rc = wcd9xxx_read_of_property_u32(dev,
  127. "qcom,cdc-micbias2-mv",
  128. &prop_val);
  129. if (!rc)
  130. mb->micb2_mv = prop_val;
  131. } else {
  132. dev_info(dev, "%s: Micbias2 DT property not found\n",
  133. __func__);
  134. }
  135. /* MB3 */
  136. if (of_find_property(dev->of_node, "qcom,cdc-micbias-cfilt3-mv",
  137. NULL)) {
  138. rc = wcd9xxx_read_of_property_u32(dev,
  139. "qcom,cdc-micbias-cfilt3-mv",
  140. &prop_val);
  141. if (!rc)
  142. mb->cfilt3_mv = prop_val;
  143. rc = wcd9xxx_read_of_property_u32(dev,
  144. "qcom,cdc-micbias3-cfilt-sel",
  145. &prop_val);
  146. if (!rc)
  147. mb->bias3_cfilt_sel = (u8)prop_val;
  148. } else if (of_find_property(dev->of_node, "qcom,cdc-micbias3-mv",
  149. NULL)) {
  150. rc = wcd9xxx_read_of_property_u32(dev,
  151. "qcom,cdc-micbias3-mv",
  152. &prop_val);
  153. if (!rc)
  154. mb->micb3_mv = prop_val;
  155. } else {
  156. dev_info(dev, "%s: Micbias3 DT property not found\n",
  157. __func__);
  158. }
  159. /* MB4 */
  160. if (of_find_property(dev->of_node, "qcom,cdc-micbias4-cfilt-sel",
  161. NULL)) {
  162. rc = wcd9xxx_read_of_property_u32(dev,
  163. "qcom,cdc-micbias4-cfilt-sel",
  164. &prop_val);
  165. if (!rc)
  166. mb->bias4_cfilt_sel = (u8)prop_val;
  167. } else if (of_find_property(dev->of_node, "qcom,cdc-micbias4-mv",
  168. NULL)) {
  169. rc = wcd9xxx_read_of_property_u32(dev,
  170. "qcom,cdc-micbias4-mv",
  171. &prop_val);
  172. if (!rc)
  173. mb->micb4_mv = prop_val;
  174. } else {
  175. dev_info(dev, "%s: Micbias4 DT property not found\n",
  176. __func__);
  177. }
  178. mb->bias1_cap_mode =
  179. (of_property_read_bool(dev->of_node, "qcom,cdc-micbias1-ext-cap") ?
  180. MICBIAS_EXT_BYP_CAP : MICBIAS_NO_EXT_BYP_CAP);
  181. mb->bias2_cap_mode =
  182. (of_property_read_bool(dev->of_node, "qcom,cdc-micbias2-ext-cap") ?
  183. MICBIAS_EXT_BYP_CAP : MICBIAS_NO_EXT_BYP_CAP);
  184. mb->bias3_cap_mode =
  185. (of_property_read_bool(dev->of_node, "qcom,cdc-micbias3-ext-cap") ?
  186. MICBIAS_EXT_BYP_CAP : MICBIAS_NO_EXT_BYP_CAP);
  187. mb->bias4_cap_mode =
  188. (of_property_read_bool(dev->of_node, "qcom,cdc-micbias4-ext-cap") ?
  189. MICBIAS_EXT_BYP_CAP : MICBIAS_NO_EXT_BYP_CAP);
  190. mb->bias2_is_headset_only =
  191. of_property_read_bool(dev->of_node,
  192. "qcom,cdc-micbias2-headset-only");
  193. /* Print micbias info */
  194. dev_dbg(dev, "%s: ldoh_v %u cfilt1_mv %u cfilt2_mv %u cfilt3_mv %u",
  195. __func__, (u32)mb->ldoh_v, (u32)mb->cfilt1_mv,
  196. (u32)mb->cfilt2_mv, (u32)mb->cfilt3_mv);
  197. dev_dbg(dev, "%s: micb1_mv %u micb2_mv %u micb3_mv %u micb4_mv %u",
  198. __func__, mb->micb1_mv, mb->micb2_mv,
  199. mb->micb3_mv, mb->micb4_mv);
  200. dev_dbg(dev, "%s: bias1_cfilt_sel %u bias2_cfilt_sel %u\n",
  201. __func__, (u32)mb->bias1_cfilt_sel, (u32)mb->bias2_cfilt_sel);
  202. dev_dbg(dev, "%s: bias3_cfilt_sel %u bias4_cfilt_sel %u\n",
  203. __func__, (u32)mb->bias3_cfilt_sel, (u32)mb->bias4_cfilt_sel);
  204. dev_dbg(dev, "%s: bias1_ext_cap %d bias2_ext_cap %d\n",
  205. __func__, mb->bias1_cap_mode, mb->bias2_cap_mode);
  206. dev_dbg(dev, "%s: bias3_ext_cap %d bias4_ext_cap %d\n",
  207. __func__, mb->bias3_cap_mode, mb->bias4_cap_mode);
  208. dev_dbg(dev, "%s: bias2_is_headset_only %d\n",
  209. __func__, mb->bias2_is_headset_only);
  210. }
  211. /*
  212. * wcd9xxx_validate_dmic_sample_rate:
  213. * Given the dmic_sample_rate and mclk rate, validate the
  214. * dmic_sample_rate. If dmic rate is found to be invalid,
  215. * assign the dmic rate as undefined, so individual codec
  216. * drivers can use their own defaults
  217. * @dev: the device for which the dmic is to be configured
  218. * @dmic_sample_rate: The input dmic_sample_rate
  219. * @mclk_rate: The input codec mclk rate
  220. * @dmic_rate_type: String to indicate the type of dmic sample
  221. * rate, used for debug/error logging.
  222. */
  223. static u32 wcd9xxx_validate_dmic_sample_rate(struct device *dev,
  224. u32 dmic_sample_rate, u32 mclk_rate,
  225. const char *dmic_rate_type)
  226. {
  227. u32 div_factor;
  228. if (dmic_sample_rate == WCD9XXX_DMIC_SAMPLE_RATE_UNDEFINED ||
  229. mclk_rate % dmic_sample_rate != 0)
  230. goto undefined_rate;
  231. div_factor = mclk_rate / dmic_sample_rate;
  232. switch (div_factor) {
  233. case 2:
  234. case 3:
  235. case 4:
  236. case 8:
  237. case 16:
  238. /* Valid dmic DIV factors */
  239. dev_dbg(dev, "%s: DMIC_DIV = %u, mclk_rate = %u\n",
  240. __func__, div_factor, mclk_rate);
  241. break;
  242. case 6:
  243. /*
  244. * DIV 6 is valid for both 9.6MHz and 12.288MHz
  245. * MCLK on Tavil. Older codecs support DIV6 only
  246. * for 12.288MHz MCLK.
  247. */
  248. if ((mclk_rate == WCD9XXX_MCLK_CLK_9P6HZ) &&
  249. (of_device_is_compatible(dev->of_node,
  250. "qcom,tavil-slim-pgd")))
  251. dev_dbg(dev, "%s: DMIC_DIV = %u, mclk_rate = %u\n",
  252. __func__, div_factor, mclk_rate);
  253. else if (mclk_rate != WCD9XXX_MCLK_CLK_12P288MHZ)
  254. goto undefined_rate;
  255. break;
  256. default:
  257. /* Any other DIV factor is invalid */
  258. goto undefined_rate;
  259. }
  260. return dmic_sample_rate;
  261. undefined_rate:
  262. dev_dbg(dev, "%s: Invalid %s = %d, for mclk %d\n",
  263. __func__, dmic_rate_type, dmic_sample_rate, mclk_rate);
  264. dmic_sample_rate = WCD9XXX_DMIC_SAMPLE_RATE_UNDEFINED;
  265. return dmic_sample_rate;
  266. }
  267. /*
  268. * wcd9xxx_populate_dt_data:
  269. * Parse device tree properties for the given codec device
  270. *
  271. * @dev: pointer to codec device
  272. *
  273. * Returns pointer to the platform data resulting from parsing
  274. * device tree.
  275. */
  276. struct wcd9xxx_pdata *wcd9xxx_populate_dt_data(struct device *dev)
  277. {
  278. struct wcd9xxx_pdata *pdata;
  279. u32 dmic_sample_rate = WCD9XXX_DMIC_SAMPLE_RATE_UNDEFINED;
  280. u32 mad_dmic_sample_rate = WCD9XXX_DMIC_SAMPLE_RATE_UNDEFINED;
  281. u32 ecpp_dmic_sample_rate = WCD9XXX_DMIC_SAMPLE_RATE_UNDEFINED;
  282. u32 dmic_clk_drive = WCD9XXX_DMIC_CLK_DRIVE_UNDEFINED;
  283. u32 prop_val;
  284. int rc = 0;
  285. if (!dev || !dev->of_node)
  286. return NULL;
  287. pdata = devm_kzalloc(dev, sizeof(struct wcd9xxx_pdata),
  288. GFP_KERNEL);
  289. if (!pdata)
  290. return NULL;
  291. /* Parse power supplies */
  292. msm_cdc_get_power_supplies(dev, &pdata->regulator,
  293. &pdata->num_supplies);
  294. if (!pdata->regulator || (pdata->num_supplies <= 0)) {
  295. dev_err(dev, "%s: no power supplies defined for codec\n",
  296. __func__);
  297. goto err_power_sup;
  298. }
  299. /* Parse micbias info */
  300. wcd9xxx_dt_parse_micbias_info(dev, &pdata->micbias);
  301. pdata->wcd_rst_np = of_parse_phandle(dev->of_node,
  302. "qcom,wcd-rst-gpio-node", 0);
  303. if (!pdata->wcd_rst_np) {
  304. dev_err(dev, "%s: Looking up %s property in node %s failed\n",
  305. __func__, "qcom,wcd-rst-gpio-node",
  306. dev->of_node->full_name);
  307. goto err_parse_dt_prop;
  308. }
  309. pdata->has_buck_vsel_gpio = of_property_read_bool(dev->of_node,
  310. "qcom,has-buck-vsel-gpio");
  311. if (pdata->has_buck_vsel_gpio) {
  312. pdata->buck_vsel_ctl_np = of_parse_phandle(dev->of_node,
  313. "qcom,buck-vsel-gpio-node", 0);
  314. if (!pdata->buck_vsel_ctl_np) {
  315. dev_err(dev, "%s No entry for %s property in node %s\n",
  316. __func__, "qcom,buck-vsel-gpio-node",
  317. dev->of_node->full_name);
  318. goto err_parse_dt_prop;
  319. }
  320. }
  321. pdata->has_micb_supply_en_gpio = of_property_read_bool(dev->of_node,
  322. "qcom,has-micbias-supply-en-gpio");
  323. if (pdata->has_micb_supply_en_gpio) {
  324. pdata->micb_en_ctl = of_parse_phandle(dev->of_node,
  325. "qcom,micbias-supply-en-gpio-node", 0);
  326. if (!pdata->micb_en_ctl) {
  327. dev_err(dev, "%s No entry for %s property in node %s\n",
  328. __func__, "qcom,micbias-supply-en-gpio-node",
  329. dev->of_node->full_name);
  330. goto err_parse_dt_prop;
  331. }
  332. }
  333. if (!(wcd9xxx_read_of_property_u32(dev, "qcom,cdc-mclk-clk-rate",
  334. &prop_val)))
  335. pdata->mclk_rate = prop_val;
  336. if (pdata->mclk_rate != WCD9XXX_MCLK_CLK_9P6HZ &&
  337. pdata->mclk_rate != WCD9XXX_MCLK_CLK_12P288MHZ) {
  338. dev_err(dev, "%s: Invalid mclk_rate = %u\n", __func__,
  339. pdata->mclk_rate);
  340. goto err_parse_dt_prop;
  341. }
  342. if (!(wcd9xxx_read_of_property_u32(dev, "qcom,cdc-dmic-sample-rate",
  343. &prop_val)))
  344. dmic_sample_rate = prop_val;
  345. pdata->dmic_sample_rate = wcd9xxx_validate_dmic_sample_rate(dev,
  346. dmic_sample_rate,
  347. pdata->mclk_rate,
  348. "audio_dmic_rate");
  349. if (!(wcd9xxx_read_of_property_u32(dev, "qcom,cdc-mad-dmic-rate",
  350. &prop_val)))
  351. mad_dmic_sample_rate = prop_val;
  352. pdata->mad_dmic_sample_rate = wcd9xxx_validate_dmic_sample_rate(dev,
  353. mad_dmic_sample_rate,
  354. pdata->mclk_rate,
  355. "mad_dmic_rate");
  356. if (of_find_property(dev->of_node, "qcom,cdc-ecpp-dmic-rate", NULL)) {
  357. rc = wcd9xxx_read_of_property_u32(dev,
  358. "qcom,cdc-ecpp-dmic-rate",
  359. &prop_val);
  360. if (!rc)
  361. ecpp_dmic_sample_rate = prop_val;
  362. }
  363. pdata->ecpp_dmic_sample_rate = wcd9xxx_validate_dmic_sample_rate(dev,
  364. ecpp_dmic_sample_rate,
  365. pdata->mclk_rate,
  366. "ecpp_dmic_rate");
  367. if (!(of_property_read_u32(dev->of_node,
  368. "qcom,cdc-dmic-clk-drv-strength",
  369. &prop_val))) {
  370. dmic_clk_drive = prop_val;
  371. if (dmic_clk_drive != 2 && dmic_clk_drive != 4 &&
  372. dmic_clk_drive != 8 && dmic_clk_drive != 16)
  373. dev_err(dev, "Invalid cdc-dmic-clk-drv-strength %d\n",
  374. dmic_clk_drive);
  375. }
  376. pdata->dmic_clk_drv = dmic_clk_drive;
  377. return pdata;
  378. err_parse_dt_prop:
  379. devm_kfree(dev, pdata->regulator);
  380. pdata->regulator = NULL;
  381. pdata->num_supplies = 0;
  382. err_power_sup:
  383. devm_kfree(dev, pdata);
  384. return NULL;
  385. }
  386. EXPORT_SYMBOL(wcd9xxx_populate_dt_data);
  387. static bool is_wcd9xxx_reg_power_down(struct wcd9xxx *wcd9xxx, u16 rreg)
  388. {
  389. bool ret = false;
  390. int i;
  391. struct wcd9xxx_power_region *wcd9xxx_pwr;
  392. if (!wcd9xxx)
  393. return ret;
  394. for (i = 0; i < WCD9XXX_MAX_PWR_REGIONS; i++) {
  395. wcd9xxx_pwr = wcd9xxx->wcd9xxx_pwr[i];
  396. if (!wcd9xxx_pwr)
  397. continue;
  398. if (((wcd9xxx_pwr->pwr_collapse_reg_min == 0) &&
  399. (wcd9xxx_pwr->pwr_collapse_reg_max == 0)) ||
  400. (wcd9xxx_pwr->power_state ==
  401. WCD_REGION_POWER_COLLAPSE_REMOVE))
  402. ret = false;
  403. else if (((wcd9xxx_pwr->power_state ==
  404. WCD_REGION_POWER_DOWN) ||
  405. (wcd9xxx_pwr->power_state ==
  406. WCD_REGION_POWER_COLLAPSE_BEGIN)) &&
  407. (rreg >= wcd9xxx_pwr->pwr_collapse_reg_min) &&
  408. (rreg <= wcd9xxx_pwr->pwr_collapse_reg_max))
  409. ret = true;
  410. }
  411. return ret;
  412. }
  413. /*
  414. * wcd9xxx_page_write:
  415. * Retrieve page number from register and
  416. * write that page number to the page address.
  417. * Called under io_lock acquisition.
  418. *
  419. * @wcd9xxx: pointer to wcd9xxx
  420. * @reg: Register address from which page number is retrieved
  421. *
  422. * Returns 0 for success and negative error code for failure.
  423. */
  424. int wcd9xxx_page_write(struct wcd9xxx *wcd9xxx, unsigned short *reg)
  425. {
  426. int ret = 0;
  427. unsigned short c_reg, reg_addr;
  428. u8 pg_num, prev_pg_num;
  429. if (wcd9xxx->type != WCD9335 && wcd9xxx->type != WCD934X &&
  430. wcd9xxx->type != WCD9360)
  431. return ret;
  432. c_reg = *reg;
  433. pg_num = c_reg >> 8;
  434. reg_addr = c_reg & 0xff;
  435. if (wcd9xxx->prev_pg_valid) {
  436. prev_pg_num = wcd9xxx->prev_pg;
  437. if (prev_pg_num != pg_num) {
  438. ret = wcd9xxx->write_dev(
  439. wcd9xxx, PAGE_REG_ADDR, 1,
  440. (void *) &pg_num, false);
  441. if (ret < 0)
  442. pr_err("page write error, pg_num: 0x%x\n",
  443. pg_num);
  444. else {
  445. wcd9xxx->prev_pg = pg_num;
  446. dev_dbg(wcd9xxx->dev, "%s: Page 0x%x Write to 0x00\n",
  447. __func__, pg_num);
  448. }
  449. }
  450. } else {
  451. ret = wcd9xxx->write_dev(
  452. wcd9xxx, PAGE_REG_ADDR, 1, (void *) &pg_num,
  453. false);
  454. if (ret < 0)
  455. pr_err("page write error, pg_num: 0x%x\n", pg_num);
  456. else {
  457. wcd9xxx->prev_pg = pg_num;
  458. wcd9xxx->prev_pg_valid = true;
  459. dev_dbg(wcd9xxx->dev, "%s: Page 0x%x Write to 0x00\n",
  460. __func__, pg_num);
  461. }
  462. }
  463. *reg = reg_addr;
  464. return ret;
  465. }
  466. EXPORT_SYMBOL(wcd9xxx_page_write);
  467. static int regmap_bus_read(void *context, const void *reg, size_t reg_size,
  468. void *val, size_t val_size)
  469. {
  470. struct device *dev = context;
  471. struct wcd9xxx *wcd9xxx = dev_get_drvdata(dev);
  472. unsigned short c_reg, rreg;
  473. int ret, i;
  474. if (!wcd9xxx) {
  475. dev_err(dev, "%s: wcd9xxx is NULL\n", __func__);
  476. return -EINVAL;
  477. }
  478. if (!reg || !val) {
  479. dev_err(dev, "%s: reg or val is NULL\n", __func__);
  480. return -EINVAL;
  481. }
  482. if (reg_size != REG_BYTES) {
  483. dev_err(dev, "%s: register size %zd bytes, not supported\n",
  484. __func__, reg_size);
  485. return -EINVAL;
  486. }
  487. mutex_lock(&wcd9xxx->io_lock);
  488. c_reg = *(u16 *)reg;
  489. rreg = c_reg;
  490. if (is_wcd9xxx_reg_power_down(wcd9xxx, rreg)) {
  491. ret = 0;
  492. for (i = 0; i < val_size; i++)
  493. ((u8 *)val)[i] = 0;
  494. goto err;
  495. }
  496. ret = wcd9xxx_page_write(wcd9xxx, &c_reg);
  497. if (ret)
  498. goto err;
  499. ret = wcd9xxx->read_dev(wcd9xxx, c_reg, val_size, val, false);
  500. if (ret < 0)
  501. dev_err(dev, "%s: Codec read failed (%d), reg: 0x%x, size:%zd\n",
  502. __func__, ret, rreg, val_size);
  503. else {
  504. for (i = 0; i < val_size; i++)
  505. dev_dbg(dev, "%s: Read 0x%02x from 0x%x\n",
  506. __func__, ((u8 *)val)[i], rreg + i);
  507. }
  508. err:
  509. mutex_unlock(&wcd9xxx->io_lock);
  510. return ret;
  511. }
  512. static int regmap_bus_gather_write(void *context,
  513. const void *reg, size_t reg_size,
  514. const void *val, size_t val_size)
  515. {
  516. struct device *dev = context;
  517. struct wcd9xxx *wcd9xxx = dev_get_drvdata(dev);
  518. unsigned short c_reg, rreg;
  519. int ret, i;
  520. if (!wcd9xxx) {
  521. dev_err(dev, "%s: wcd9xxx is NULL\n", __func__);
  522. return -EINVAL;
  523. }
  524. if (!reg || !val) {
  525. dev_err(dev, "%s: reg or val is NULL\n", __func__);
  526. return -EINVAL;
  527. }
  528. if (reg_size != REG_BYTES) {
  529. dev_err(dev, "%s: register size %zd bytes, not supported\n",
  530. __func__, reg_size);
  531. return -EINVAL;
  532. }
  533. mutex_lock(&wcd9xxx->io_lock);
  534. c_reg = *(u16 *)reg;
  535. rreg = c_reg;
  536. if (is_wcd9xxx_reg_power_down(wcd9xxx, rreg)) {
  537. ret = 0;
  538. goto err;
  539. }
  540. ret = wcd9xxx_page_write(wcd9xxx, &c_reg);
  541. if (ret)
  542. goto err;
  543. for (i = 0; i < val_size; i++)
  544. dev_dbg(dev, "Write %02x to 0x%x\n", ((u8 *)val)[i],
  545. rreg + i);
  546. ret = wcd9xxx->write_dev(wcd9xxx, c_reg, val_size, (void *) val,
  547. false);
  548. if (ret < 0)
  549. dev_err(dev, "%s: Codec write failed (%d), reg:0x%x, size:%zd\n",
  550. __func__, ret, rreg, val_size);
  551. err:
  552. mutex_unlock(&wcd9xxx->io_lock);
  553. return ret;
  554. }
  555. static int regmap_bus_write(void *context, const void *data, size_t count)
  556. {
  557. struct device *dev = context;
  558. struct wcd9xxx *wcd9xxx = dev_get_drvdata(dev);
  559. if (!wcd9xxx)
  560. return -EINVAL;
  561. WARN_ON(count < REG_BYTES);
  562. if (count > (REG_BYTES + VAL_BYTES)) {
  563. if (wcd9xxx->multi_reg_write)
  564. return wcd9xxx->multi_reg_write(wcd9xxx,
  565. data, count);
  566. } else
  567. return regmap_bus_gather_write(context, data, REG_BYTES,
  568. data + REG_BYTES,
  569. count - REG_BYTES);
  570. dev_err(dev, "%s: bus multi reg write failure\n", __func__);
  571. return -EINVAL;
  572. }
  573. static struct regmap_bus regmap_bus_config = {
  574. .write = regmap_bus_write,
  575. .gather_write = regmap_bus_gather_write,
  576. .read = regmap_bus_read,
  577. .reg_format_endian_default = REGMAP_ENDIAN_NATIVE,
  578. .val_format_endian_default = REGMAP_ENDIAN_NATIVE,
  579. };
  580. /*
  581. * wcd9xxx_regmap_init:
  582. * Initialize wcd9xxx register map
  583. *
  584. * @dev: pointer to wcd device
  585. * @config: pointer to register map config
  586. *
  587. * Returns pointer to regmap structure for success
  588. * or NULL in case of failure.
  589. */
  590. struct regmap *wcd9xxx_regmap_init(struct device *dev,
  591. const struct regmap_config *config)
  592. {
  593. return devm_regmap_init(dev, &regmap_bus_config, dev, config);
  594. }
  595. EXPORT_SYMBOL(wcd9xxx_regmap_init);
  596. /*
  597. * wcd9xxx_reset:
  598. * Reset wcd9xxx codec
  599. *
  600. * @dev: pointer to wcd device
  601. *
  602. * Returns 0 for success or negative error code in case of failure
  603. */
  604. int wcd9xxx_reset(struct device *dev)
  605. {
  606. struct wcd9xxx *wcd9xxx;
  607. int rc;
  608. int value;
  609. if (!dev)
  610. return -ENODEV;
  611. wcd9xxx = dev_get_drvdata(dev);
  612. if (!wcd9xxx)
  613. return -EINVAL;
  614. if (!wcd9xxx->wcd_rst_np) {
  615. dev_err(dev, "%s: reset gpio device node not specified\n",
  616. __func__);
  617. return -EINVAL;
  618. }
  619. value = msm_cdc_pinctrl_get_state(wcd9xxx->wcd_rst_np);
  620. if (value > 0) {
  621. wcd9xxx->avoid_cdc_rstlow = 1;
  622. return 0;
  623. }
  624. rc = msm_cdc_pinctrl_select_sleep_state(wcd9xxx->wcd_rst_np);
  625. if (rc) {
  626. dev_err(dev, "%s: wcd sleep state request fail!\n",
  627. __func__);
  628. return rc;
  629. }
  630. /* 20ms sleep required after pulling the reset gpio to LOW */
  631. msleep(20);
  632. rc = msm_cdc_pinctrl_select_active_state(wcd9xxx->wcd_rst_np);
  633. if (rc) {
  634. dev_err(dev, "%s: wcd active state request fail!\n",
  635. __func__);
  636. return rc;
  637. }
  638. msleep(20);
  639. return rc;
  640. }
  641. EXPORT_SYMBOL(wcd9xxx_reset);
  642. /*
  643. * wcd9xxx_reset_low:
  644. * Pull the wcd9xxx codec reset_n to low
  645. *
  646. * @dev: pointer to wcd device
  647. *
  648. * Returns 0 for success or negative error code in case of failure
  649. */
  650. int wcd9xxx_reset_low(struct device *dev)
  651. {
  652. struct wcd9xxx *wcd9xxx;
  653. int rc;
  654. if (!dev)
  655. return -ENODEV;
  656. wcd9xxx = dev_get_drvdata(dev);
  657. if (!wcd9xxx)
  658. return -EINVAL;
  659. if (!wcd9xxx->wcd_rst_np) {
  660. dev_err(dev, "%s: reset gpio device node not specified\n",
  661. __func__);
  662. return -EINVAL;
  663. }
  664. if (wcd9xxx->avoid_cdc_rstlow) {
  665. wcd9xxx->avoid_cdc_rstlow = 0;
  666. dev_dbg(dev, "%s: avoid pull down of reset GPIO\n", __func__);
  667. return 0;
  668. }
  669. rc = msm_cdc_pinctrl_select_sleep_state(wcd9xxx->wcd_rst_np);
  670. if (rc)
  671. dev_err(dev, "%s: wcd sleep state request fail!\n",
  672. __func__);
  673. return rc;
  674. }
  675. EXPORT_SYMBOL(wcd9xxx_reset_low);
  676. /*
  677. * wcd9xxx_bringup:
  678. * Toggle reset analog and digital cores of wcd9xxx codec
  679. *
  680. * @dev: pointer to wcd device
  681. *
  682. * Returns 0 for success or negative error code in case of failure
  683. */
  684. int wcd9xxx_bringup(struct device *dev)
  685. {
  686. struct wcd9xxx *wcd9xxx;
  687. int rc;
  688. codec_bringup_fn cdc_bup_fn;
  689. if (!dev)
  690. return -ENODEV;
  691. wcd9xxx = dev_get_drvdata(dev);
  692. if (!wcd9xxx)
  693. return -EINVAL;
  694. cdc_bup_fn = wcd9xxx_bringup_fn(wcd9xxx->type);
  695. if (!cdc_bup_fn) {
  696. dev_err(dev, "%s: Codec bringup fn NULL!\n",
  697. __func__);
  698. return -EINVAL;
  699. }
  700. rc = cdc_bup_fn(wcd9xxx);
  701. if (rc)
  702. dev_err(dev, "%s: Codec bringup error, rc: %d\n",
  703. __func__, rc);
  704. return rc;
  705. }
  706. EXPORT_SYMBOL(wcd9xxx_bringup);
  707. /*
  708. * wcd9xxx_bringup:
  709. * Set analog and digital cores of wcd9xxx codec in reset state
  710. *
  711. * @dev: pointer to wcd device
  712. *
  713. * Returns 0 for success or negative error code in case of failure
  714. */
  715. int wcd9xxx_bringdown(struct device *dev)
  716. {
  717. struct wcd9xxx *wcd9xxx;
  718. int rc;
  719. codec_bringdown_fn cdc_bdown_fn;
  720. if (!dev)
  721. return -ENODEV;
  722. wcd9xxx = dev_get_drvdata(dev);
  723. if (!wcd9xxx)
  724. return -EINVAL;
  725. cdc_bdown_fn = wcd9xxx_bringdown_fn(wcd9xxx->type);
  726. if (!cdc_bdown_fn) {
  727. dev_err(dev, "%s: Codec bring down fn NULL!\n",
  728. __func__);
  729. return -EINVAL;
  730. }
  731. rc = cdc_bdown_fn(wcd9xxx);
  732. if (rc)
  733. dev_err(dev, "%s: Codec bring down error, rc: %d\n",
  734. __func__, rc);
  735. return rc;
  736. }
  737. EXPORT_SYMBOL(wcd9xxx_bringdown);
  738. /*
  739. * wcd9xxx_get_codec_info:
  740. * Fill codec specific information like interrupts, version
  741. *
  742. * @dev: pointer to wcd device
  743. *
  744. * Returns 0 for success or negative error code in case of failure
  745. */
  746. int wcd9xxx_get_codec_info(struct device *dev)
  747. {
  748. struct wcd9xxx *wcd9xxx;
  749. int rc;
  750. codec_type_fn cdc_type_fn;
  751. struct wcd9xxx_codec_type *cinfo;
  752. if (!dev)
  753. return -ENODEV;
  754. wcd9xxx = dev_get_drvdata(dev);
  755. if (!wcd9xxx)
  756. return -EINVAL;
  757. cdc_type_fn = wcd9xxx_get_codec_info_fn(wcd9xxx->type);
  758. if (!cdc_type_fn) {
  759. dev_err(dev, "%s: Codec fill type fn NULL!\n",
  760. __func__);
  761. return -EINVAL;
  762. }
  763. cinfo = wcd9xxx->codec_type;
  764. if (!cinfo)
  765. return -EINVAL;
  766. rc = cdc_type_fn(wcd9xxx, cinfo);
  767. if (rc) {
  768. dev_err(dev, "%s: Codec type fill failed, rc:%d\n",
  769. __func__, rc);
  770. return rc;
  771. }
  772. switch (wcd9xxx->type) {
  773. case WCD9360:
  774. cinfo->dev = pahu_devs;
  775. cinfo->size = ARRAY_SIZE(pahu_devs);
  776. break;
  777. case WCD934X:
  778. cinfo->dev = tavil_devs;
  779. cinfo->size = ARRAY_SIZE(tavil_devs);
  780. break;
  781. case WCD9335:
  782. cinfo->dev = tasha_devs;
  783. cinfo->size = ARRAY_SIZE(tasha_devs);
  784. break;
  785. case WCD9330:
  786. cinfo->dev = tomtom_devs;
  787. cinfo->size = ARRAY_SIZE(tomtom_devs);
  788. break;
  789. default:
  790. cinfo->dev = NULL;
  791. cinfo->size = 0;
  792. break;
  793. }
  794. return rc;
  795. }
  796. EXPORT_SYMBOL(wcd9xxx_get_codec_info);
  797. /*
  798. * wcd9xxx_core_irq_init:
  799. * Initialize wcd9xxx codec irq instance
  800. *
  801. * @wcd9xxx_core_res: pointer to wcd core resource
  802. *
  803. * Returns 0 for success or negative error code in case of failure
  804. */
  805. int wcd9xxx_core_irq_init(
  806. struct wcd9xxx_core_resource *wcd9xxx_core_res)
  807. {
  808. int ret = 0;
  809. if (!wcd9xxx_core_res)
  810. return -EINVAL;
  811. if (wcd9xxx_core_res->irq != 1) {
  812. ret = wcd9xxx_irq_init(wcd9xxx_core_res);
  813. if (ret)
  814. pr_err("IRQ initialization failed\n");
  815. }
  816. return ret;
  817. }
  818. EXPORT_SYMBOL(wcd9xxx_core_irq_init);
  819. /*
  820. * wcd9xxx_assign_irq:
  821. * Assign irq and irq_base to wcd9xxx core resource
  822. *
  823. * @wcd9xxx_core_res: pointer to wcd core resource
  824. * @irq: irq number
  825. * @irq_base: base irq number
  826. *
  827. * Returns 0 for success or negative error code in case of failure
  828. */
  829. int wcd9xxx_assign_irq(
  830. struct wcd9xxx_core_resource *wcd9xxx_core_res,
  831. unsigned int irq,
  832. unsigned int irq_base)
  833. {
  834. if (!wcd9xxx_core_res)
  835. return -EINVAL;
  836. wcd9xxx_core_res->irq = irq;
  837. wcd9xxx_core_res->irq_base = irq_base;
  838. return 0;
  839. }
  840. EXPORT_SYMBOL(wcd9xxx_assign_irq);
  841. /*
  842. * wcd9xxx_core_res_init:
  843. * Initialize wcd core resource instance
  844. *
  845. * @wcd9xxx_core_res: pointer to wcd core resource
  846. * @num_irqs: number of irqs for wcd9xxx core
  847. * @num_irq_regs: number of irq registers
  848. * @wcd_regmap: pointer to the wcd register map
  849. *
  850. * Returns 0 for success or negative error code in case of failure
  851. */
  852. int wcd9xxx_core_res_init(
  853. struct wcd9xxx_core_resource *wcd9xxx_core_res,
  854. int num_irqs, int num_irq_regs, struct regmap *wcd_regmap)
  855. {
  856. if (!wcd9xxx_core_res || !wcd_regmap)
  857. return -EINVAL;
  858. mutex_init(&wcd9xxx_core_res->pm_lock);
  859. wcd9xxx_core_res->wlock_holders = 0;
  860. wcd9xxx_core_res->pm_state = WCD9XXX_PM_SLEEPABLE;
  861. init_waitqueue_head(&wcd9xxx_core_res->pm_wq);
  862. pm_qos_add_request(&wcd9xxx_core_res->pm_qos_req,
  863. PM_QOS_CPU_DMA_LATENCY,
  864. PM_QOS_DEFAULT_VALUE);
  865. wcd9xxx_core_res->num_irqs = num_irqs;
  866. wcd9xxx_core_res->num_irq_regs = num_irq_regs;
  867. wcd9xxx_core_res->wcd_core_regmap = wcd_regmap;
  868. pr_debug("%s: num_irqs = %d, num_irq_regs = %d\n",
  869. __func__, wcd9xxx_core_res->num_irqs,
  870. wcd9xxx_core_res->num_irq_regs);
  871. return 0;
  872. }
  873. EXPORT_SYMBOL(wcd9xxx_core_res_init);
  874. /*
  875. * wcd9xxx_core_res_deinit:
  876. * Deinit wcd core resource instance
  877. *
  878. * @wcd9xxx_core_res: pointer to wcd core resource
  879. */
  880. void wcd9xxx_core_res_deinit(struct wcd9xxx_core_resource *wcd9xxx_core_res)
  881. {
  882. if (!wcd9xxx_core_res)
  883. return;
  884. pm_qos_remove_request(&wcd9xxx_core_res->pm_qos_req);
  885. mutex_destroy(&wcd9xxx_core_res->pm_lock);
  886. }
  887. EXPORT_SYMBOL(wcd9xxx_core_res_deinit);
  888. /*
  889. * wcd9xxx_pm_cmpxchg:
  890. * Check old state and exchange with pm new state
  891. * if old state matches with current state
  892. *
  893. * @wcd9xxx_core_res: pointer to wcd core resource
  894. * @o: pm old state
  895. * @n: pm new state
  896. *
  897. * Returns old state
  898. */
  899. enum wcd9xxx_pm_state wcd9xxx_pm_cmpxchg(
  900. struct wcd9xxx_core_resource *wcd9xxx_core_res,
  901. enum wcd9xxx_pm_state o,
  902. enum wcd9xxx_pm_state n)
  903. {
  904. enum wcd9xxx_pm_state old;
  905. if (!wcd9xxx_core_res)
  906. return o;
  907. mutex_lock(&wcd9xxx_core_res->pm_lock);
  908. old = wcd9xxx_core_res->pm_state;
  909. if (old == o)
  910. wcd9xxx_core_res->pm_state = n;
  911. mutex_unlock(&wcd9xxx_core_res->pm_lock);
  912. return old;
  913. }
  914. EXPORT_SYMBOL(wcd9xxx_pm_cmpxchg);
  915. /*
  916. * wcd9xxx_core_res_suspend:
  917. * Suspend callback function for wcd9xxx core
  918. *
  919. * @wcd9xxx_core_res: pointer to wcd core resource
  920. * @pm_message_t: pm message
  921. *
  922. * Returns 0 for success or negative error code for failure/busy
  923. */
  924. int wcd9xxx_core_res_suspend(
  925. struct wcd9xxx_core_resource *wcd9xxx_core_res,
  926. pm_message_t pmesg)
  927. {
  928. int ret = 0;
  929. pr_debug("%s: enter\n", __func__);
  930. /*
  931. * pm_qos_update_request() can be called after this suspend chain call
  932. * started. thus suspend can be called while lock is being held
  933. */
  934. mutex_lock(&wcd9xxx_core_res->pm_lock);
  935. if (wcd9xxx_core_res->pm_state == WCD9XXX_PM_SLEEPABLE) {
  936. pr_debug("%s: suspending system, state %d, wlock %d\n",
  937. __func__, wcd9xxx_core_res->pm_state,
  938. wcd9xxx_core_res->wlock_holders);
  939. wcd9xxx_core_res->pm_state = WCD9XXX_PM_ASLEEP;
  940. } else if (wcd9xxx_core_res->pm_state == WCD9XXX_PM_AWAKE) {
  941. /*
  942. * unlock to wait for pm_state == WCD9XXX_PM_SLEEPABLE
  943. * then set to WCD9XXX_PM_ASLEEP
  944. */
  945. pr_debug("%s: waiting to suspend system, state %d, wlock %d\n",
  946. __func__, wcd9xxx_core_res->pm_state,
  947. wcd9xxx_core_res->wlock_holders);
  948. mutex_unlock(&wcd9xxx_core_res->pm_lock);
  949. if (!(wait_event_timeout(wcd9xxx_core_res->pm_wq,
  950. wcd9xxx_pm_cmpxchg(wcd9xxx_core_res,
  951. WCD9XXX_PM_SLEEPABLE,
  952. WCD9XXX_PM_ASLEEP) ==
  953. WCD9XXX_PM_SLEEPABLE,
  954. HZ))) {
  955. pr_debug("%s: suspend failed state %d, wlock %d\n",
  956. __func__, wcd9xxx_core_res->pm_state,
  957. wcd9xxx_core_res->wlock_holders);
  958. ret = -EBUSY;
  959. } else {
  960. pr_debug("%s: done, state %d, wlock %d\n", __func__,
  961. wcd9xxx_core_res->pm_state,
  962. wcd9xxx_core_res->wlock_holders);
  963. }
  964. mutex_lock(&wcd9xxx_core_res->pm_lock);
  965. } else if (wcd9xxx_core_res->pm_state == WCD9XXX_PM_ASLEEP) {
  966. pr_warn("%s: system is already suspended, state %d, wlock %dn",
  967. __func__, wcd9xxx_core_res->pm_state,
  968. wcd9xxx_core_res->wlock_holders);
  969. }
  970. mutex_unlock(&wcd9xxx_core_res->pm_lock);
  971. return ret;
  972. }
  973. EXPORT_SYMBOL(wcd9xxx_core_res_suspend);
  974. /*
  975. * wcd9xxx_core_res_resume:
  976. * Resume callback function for wcd9xxx core
  977. *
  978. * @wcd9xxx_core_res: pointer to wcd core resource
  979. *
  980. * Returns 0 for success or negative error code for failure/busy
  981. */
  982. int wcd9xxx_core_res_resume(
  983. struct wcd9xxx_core_resource *wcd9xxx_core_res)
  984. {
  985. int ret = 0;
  986. pr_debug("%s: enter\n", __func__);
  987. mutex_lock(&wcd9xxx_core_res->pm_lock);
  988. if (wcd9xxx_core_res->pm_state == WCD9XXX_PM_ASLEEP) {
  989. pr_debug("%s: resuming system, state %d, wlock %d\n", __func__,
  990. wcd9xxx_core_res->pm_state,
  991. wcd9xxx_core_res->wlock_holders);
  992. wcd9xxx_core_res->pm_state = WCD9XXX_PM_SLEEPABLE;
  993. } else {
  994. pr_warn("%s: system is already awake, state %d wlock %d\n",
  995. __func__, wcd9xxx_core_res->pm_state,
  996. wcd9xxx_core_res->wlock_holders);
  997. }
  998. mutex_unlock(&wcd9xxx_core_res->pm_lock);
  999. wake_up_all(&wcd9xxx_core_res->pm_wq);
  1000. return ret;
  1001. }
  1002. EXPORT_SYMBOL(wcd9xxx_core_res_resume);
  1003. /*
  1004. * wcd9xxx_get_intf_type:
  1005. * Get interface type of wcd9xxx core
  1006. *
  1007. * Returns interface type
  1008. */
  1009. enum wcd9xxx_intf_status wcd9xxx_get_intf_type(void)
  1010. {
  1011. return wcd9xxx_intf;
  1012. }
  1013. EXPORT_SYMBOL(wcd9xxx_get_intf_type);
  1014. /*
  1015. * wcd9xxx_set_intf_type:
  1016. * Set interface type of wcd9xxx core
  1017. *
  1018. */
  1019. void wcd9xxx_set_intf_type(enum wcd9xxx_intf_status intf_status)
  1020. {
  1021. wcd9xxx_intf = intf_status;
  1022. }
  1023. EXPORT_SYMBOL(wcd9xxx_set_intf_type);
  1024. /*
  1025. * wcd9xxx_set_power_state: set power state for the region
  1026. * @wcd9xxx: handle to wcd core
  1027. * @state: power state to be set
  1028. * @region: region index
  1029. *
  1030. * Returns error code in case of failure or 0 for success
  1031. */
  1032. int wcd9xxx_set_power_state(struct wcd9xxx *wcd9xxx,
  1033. enum codec_power_states state,
  1034. enum wcd_power_regions region)
  1035. {
  1036. if (!wcd9xxx) {
  1037. pr_err("%s: wcd9xxx is NULL\n", __func__);
  1038. return -EINVAL;
  1039. }
  1040. if ((region < 0) || (region >= WCD9XXX_MAX_PWR_REGIONS)) {
  1041. dev_err(wcd9xxx->dev, "%s: region index %d out of bounds\n",
  1042. __func__, region);
  1043. return -EINVAL;
  1044. }
  1045. if (!wcd9xxx->wcd9xxx_pwr[region]) {
  1046. dev_err(wcd9xxx->dev, "%s: memory not created for region: %d\n",
  1047. __func__, region);
  1048. return -EINVAL;
  1049. }
  1050. mutex_lock(&wcd9xxx->io_lock);
  1051. wcd9xxx->wcd9xxx_pwr[region]->power_state = state;
  1052. mutex_unlock(&wcd9xxx->io_lock);
  1053. return 0;
  1054. }
  1055. EXPORT_SYMBOL(wcd9xxx_set_power_state);
  1056. /*
  1057. * wcd9xxx_get_current_power_state: Get power state of the region
  1058. * @wcd9xxx: handle to wcd core
  1059. * @region: region index
  1060. *
  1061. * Returns current power state of the region or error code for failure
  1062. */
  1063. int wcd9xxx_get_current_power_state(struct wcd9xxx *wcd9xxx,
  1064. enum wcd_power_regions region)
  1065. {
  1066. int state;
  1067. if (!wcd9xxx) {
  1068. pr_err("%s: wcd9xxx is NULL\n", __func__);
  1069. return -EINVAL;
  1070. }
  1071. if ((region < 0) || (region >= WCD9XXX_MAX_PWR_REGIONS)) {
  1072. dev_err(wcd9xxx->dev, "%s: region index %d out of bounds\n",
  1073. __func__, region);
  1074. return -EINVAL;
  1075. }
  1076. if (!wcd9xxx->wcd9xxx_pwr[region]) {
  1077. dev_err(wcd9xxx->dev, "%s: memory not created for region: %d\n",
  1078. __func__, region);
  1079. return -EINVAL;
  1080. }
  1081. mutex_lock(&wcd9xxx->io_lock);
  1082. state = wcd9xxx->wcd9xxx_pwr[region]->power_state;
  1083. mutex_unlock(&wcd9xxx->io_lock);
  1084. return state;
  1085. }
  1086. EXPORT_SYMBOL(wcd9xxx_get_current_power_state);