wsa881x-analog.c 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2015-2016, 2018-2019, The Linux Foundation. All rights reserved.
  4. */
  5. #include <linux/clk.h>
  6. #include <linux/module.h>
  7. #include <linux/init.h>
  8. #include <linux/slab.h>
  9. #include <linux/of_gpio.h>
  10. #include <linux/platform_device.h>
  11. #include <linux/device.h>
  12. #include <linux/printk.h>
  13. #include <linux/bitops.h>
  14. #include <linux/regulator/consumer.h>
  15. #include <linux/pm_runtime.h>
  16. #include <soc/soundwire.h>
  17. #include <sound/pcm.h>
  18. #include <sound/pcm_params.h>
  19. #include <sound/soc.h>
  20. #include <sound/soc-dapm.h>
  21. #include <sound/tlv.h>
  22. #include <dsp/q6afe-v2.h>
  23. #include <linux/delay.h>
  24. #include <linux/i2c.h>
  25. #include <linux/kernel.h>
  26. #include <linux/gpio.h>
  27. #include <soc/internal.h>
  28. #include <linux/regmap.h>
  29. #include <asoc/msm-cdc-pinctrl.h>
  30. #include "wsa881x-analog.h"
  31. #include "wsa881x-temp-sensor.h"
  32. #define SPK_GAIN_12DB 4
  33. #define WIDGET_NAME_MAX_SIZE 80
  34. /*
  35. * Private data Structure for wsa881x. All parameters related to
  36. * WSA881X codec needs to be defined here.
  37. */
  38. struct wsa881x_pdata {
  39. struct regmap *regmap[2];
  40. struct i2c_client *client[2];
  41. struct snd_soc_component *component;
  42. /* track wsa881x status during probe */
  43. int status;
  44. bool boost_enable;
  45. bool visense_enable;
  46. int spk_pa_gain;
  47. struct i2c_msg xfer_msg[2];
  48. struct mutex xfer_lock;
  49. bool regmap_flag;
  50. bool wsa_active;
  51. int index;
  52. struct wsa881x_tz_priv tz_pdata;
  53. struct clk *wsa_mclk;
  54. int bg_cnt;
  55. int clk_cnt;
  56. int enable_cnt;
  57. int version;
  58. struct mutex bg_lock;
  59. struct mutex res_lock;
  60. struct delayed_work ocp_ctl_work;
  61. struct device_node *wsa_vi_gpio_p;
  62. struct device_node *wsa_clk_gpio_p;
  63. struct device_node *wsa_reset_gpio_p;
  64. };
  65. enum {
  66. WSA881X_STATUS_PROBING,
  67. WSA881X_STATUS_I2C,
  68. };
  69. #define WSA881X_OCP_CTL_TIMER_SEC 2
  70. #define WSA881X_OCP_CTL_TEMP_CELSIUS 25
  71. #define WSA881X_OCP_CTL_POLL_TIMER_SEC 60
  72. static int wsa881x_ocp_poll_timer_sec = WSA881X_OCP_CTL_POLL_TIMER_SEC;
  73. module_param(wsa881x_ocp_poll_timer_sec, int, 0664);
  74. MODULE_PARM_DESC(wsa881x_ocp_poll_timer_sec, "timer for ocp ctl polling");
  75. static int32_t wsa881x_resource_acquire(struct snd_soc_component *component,
  76. bool enable);
  77. const char *wsa_tz_names[] = {"wsa881x.0e", "wsa881x.0f"};
  78. struct wsa881x_pdata wsa_pdata[MAX_WSA881X_DEVICE];
  79. static bool pinctrl_init;
  80. static int wsa881x_populate_dt_pdata(struct device *dev, int wsa881x_index);
  81. static int wsa881x_reset(struct wsa881x_pdata *pdata, bool enable);
  82. static int wsa881x_startup(struct wsa881x_pdata *pdata);
  83. static int wsa881x_shutdown(struct wsa881x_pdata *pdata);
  84. static int delay_array_msec[] = {10, 20, 30, 40, 50};
  85. static int wsa881x_i2c_addr = -1;
  86. static int wsa881x_probing_count;
  87. static int wsa881x_presence_count;
  88. static const char * const wsa881x_spk_pa_gain_text[] = {
  89. "POS_13P5_DB", "POS_12_DB", "POS_10P5_DB", "POS_9_DB", "POS_7P5_DB",
  90. "POS_6_DB", "POS_4P5_DB", "POS_3_DB", "POS_1P5_DB", "POS_0_DB"};
  91. static const struct soc_enum wsa881x_spk_pa_gain_enum[] = {
  92. SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(wsa881x_spk_pa_gain_text),
  93. wsa881x_spk_pa_gain_text),
  94. };
  95. static int wsa881x_spk_pa_gain_get(struct snd_kcontrol *kcontrol,
  96. struct snd_ctl_elem_value *ucontrol)
  97. {
  98. struct snd_soc_component *component =
  99. snd_soc_kcontrol_component(kcontrol);
  100. struct wsa881x_pdata *wsa881x =
  101. snd_soc_component_get_drvdata(component);
  102. ucontrol->value.integer.value[0] = wsa881x->spk_pa_gain;
  103. dev_dbg(component->dev, "%s: spk_pa_gain = %ld\n", __func__,
  104. ucontrol->value.integer.value[0]);
  105. return 0;
  106. }
  107. static int wsa881x_spk_pa_gain_put(struct snd_kcontrol *kcontrol,
  108. struct snd_ctl_elem_value *ucontrol)
  109. {
  110. struct snd_soc_component *component =
  111. snd_soc_kcontrol_component(kcontrol);
  112. struct wsa881x_pdata *wsa881x =
  113. snd_soc_component_get_drvdata(component);
  114. if (ucontrol->value.integer.value[0] < 0 ||
  115. ucontrol->value.integer.value[0] > 0xC) {
  116. dev_err(component->dev, "%s: Unsupported gain val %ld\n",
  117. __func__, ucontrol->value.integer.value[0]);
  118. return -EINVAL;
  119. }
  120. wsa881x->spk_pa_gain = ucontrol->value.integer.value[0];
  121. dev_dbg(component->dev, "%s: ucontrol->value.integer.value[0] = %ld\n",
  122. __func__, ucontrol->value.integer.value[0]);
  123. return 0;
  124. }
  125. static int get_i2c_wsa881x_device_index(u16 reg)
  126. {
  127. u16 mask = 0x0f00;
  128. int value = 0;
  129. value = ((reg & mask) >> 8) & 0x000f;
  130. switch (value) {
  131. case 0:
  132. return 0;
  133. case 1:
  134. return 1;
  135. default:
  136. break;
  137. }
  138. return -EINVAL;
  139. }
  140. static int wsa881x_i2c_write_device(struct wsa881x_pdata *wsa881x,
  141. unsigned int reg, unsigned int val)
  142. {
  143. int i = 0, rc = 0;
  144. int wsa881x_index;
  145. struct i2c_msg *msg;
  146. int ret = 0;
  147. int bytes = 1;
  148. u8 reg_addr = 0;
  149. u8 data[2];
  150. wsa881x_index = get_i2c_wsa881x_device_index(reg);
  151. if (wsa881x_index < 0) {
  152. pr_err_ratelimited("%s:invalid register to write\n", __func__);
  153. return -EINVAL;
  154. }
  155. if (wsa881x->regmap_flag) {
  156. rc = regmap_write(wsa881x->regmap[wsa881x_index], reg, val);
  157. for (i = 0; rc && i < ARRAY_SIZE(delay_array_msec); i++) {
  158. pr_err_ratelimited("Failed writing reg=%u-retry(%d)\n",
  159. reg, i);
  160. /* retry after delay of increasing order */
  161. msleep(delay_array_msec[i]);
  162. rc = regmap_write(wsa881x->regmap[wsa881x_index],
  163. reg, val);
  164. }
  165. if (rc)
  166. pr_err_ratelimited("Failed writing reg=%u rc=%d\n",
  167. reg, rc);
  168. else
  169. pr_debug("write success register = %x val = %x\n",
  170. reg, val);
  171. } else {
  172. reg_addr = (u8)reg;
  173. msg = &wsa881x->xfer_msg[0];
  174. msg->addr = wsa881x->client[wsa881x_index]->addr;
  175. msg->len = bytes + 1;
  176. msg->flags = 0;
  177. data[0] = reg;
  178. data[1] = (u8)val;
  179. msg->buf = data;
  180. ret = i2c_transfer(wsa881x->client[wsa881x_index]->adapter,
  181. wsa881x->xfer_msg, 1);
  182. /* Try again if the write fails */
  183. if (ret != 1) {
  184. ret = i2c_transfer(
  185. wsa881x->client[wsa881x_index]->adapter,
  186. wsa881x->xfer_msg, 1);
  187. if (ret != 1) {
  188. pr_err_ratelimited("failed to write the device\n");
  189. return ret;
  190. }
  191. }
  192. pr_debug("write success reg = %x val = %x\n", reg, data[1]);
  193. }
  194. return rc;
  195. }
  196. static int wsa881x_i2c_read_device(struct wsa881x_pdata *wsa881x,
  197. unsigned int reg)
  198. {
  199. int wsa881x_index;
  200. int i = 0, rc = 0;
  201. unsigned int val;
  202. struct i2c_msg *msg;
  203. int ret = 0;
  204. u8 reg_addr = 0;
  205. u8 dest[5] = {0};
  206. wsa881x_index = get_i2c_wsa881x_device_index(reg);
  207. if (wsa881x_index < 0) {
  208. pr_err_ratelimited("%s:invalid register to read\n", __func__);
  209. return -EINVAL;
  210. }
  211. if (wsa881x->regmap_flag) {
  212. rc = regmap_read(wsa881x->regmap[wsa881x_index], reg, &val);
  213. for (i = 0; rc && i < ARRAY_SIZE(delay_array_msec); i++) {
  214. pr_err_ratelimited("Failed reading reg=%u - retry(%d)\n",
  215. reg, i);
  216. /* retry after delay of increasing order */
  217. msleep(delay_array_msec[i]);
  218. rc = regmap_read(wsa881x->regmap[wsa881x_index],
  219. reg, &val);
  220. }
  221. if (rc) {
  222. pr_err_ratelimited("Failed reading reg=%u rc=%d\n",
  223. reg, rc);
  224. return rc;
  225. }
  226. pr_debug("read success reg = %x val = %x\n",
  227. reg, val);
  228. } else {
  229. reg_addr = (u8)reg;
  230. msg = &wsa881x->xfer_msg[0];
  231. msg->addr = wsa881x->client[wsa881x_index]->addr;
  232. msg->len = 1;
  233. msg->flags = 0;
  234. msg->buf = &reg_addr;
  235. msg = &wsa881x->xfer_msg[1];
  236. msg->addr = wsa881x->client[wsa881x_index]->addr;
  237. msg->len = 1;
  238. msg->flags = I2C_M_RD;
  239. msg->buf = dest;
  240. ret = i2c_transfer(wsa881x->client[wsa881x_index]->adapter,
  241. wsa881x->xfer_msg, 2);
  242. /* Try again if read fails first time */
  243. if (ret != 2) {
  244. ret = i2c_transfer(
  245. wsa881x->client[wsa881x_index]->adapter,
  246. wsa881x->xfer_msg, 2);
  247. if (ret != 2) {
  248. pr_err_ratelimited("failed to read wsa register:%d\n",
  249. reg);
  250. return ret;
  251. }
  252. }
  253. val = dest[0];
  254. }
  255. return val;
  256. }
  257. static unsigned int wsa881x_i2c_read(struct snd_soc_component *component,
  258. unsigned int reg)
  259. {
  260. struct wsa881x_pdata *wsa881x;
  261. int wsa881x_index;
  262. if (component == NULL) {
  263. pr_err_ratelimited("%s: invalid component\n", __func__);
  264. return -EINVAL;
  265. }
  266. wsa881x = snd_soc_component_get_drvdata(component);
  267. if (!wsa881x->wsa_active)
  268. return 0;
  269. wsa881x_index = get_i2c_wsa881x_device_index(reg);
  270. if (wsa881x_index < 0) {
  271. pr_err_ratelimited("%s:invalid register to read\n", __func__);
  272. return -EINVAL;
  273. }
  274. return wsa881x_i2c_read_device(wsa881x, reg);
  275. }
  276. static int wsa881x_i2c_write(struct snd_soc_component *component,
  277. unsigned int reg,
  278. unsigned int val)
  279. {
  280. struct wsa881x_pdata *wsa881x;
  281. int wsa881x_index;
  282. if (component == NULL) {
  283. pr_err_ratelimited("%s: invalid component\n", __func__);
  284. return -EINVAL;
  285. }
  286. wsa881x = snd_soc_component_get_drvdata(component);
  287. if (!wsa881x->wsa_active)
  288. return 0;
  289. wsa881x_index = get_i2c_wsa881x_device_index(reg);
  290. if (wsa881x_index < 0) {
  291. pr_err_ratelimited("%s:invalid register to read\n", __func__);
  292. return -EINVAL;
  293. }
  294. return wsa881x_i2c_write_device(wsa881x, reg, val);
  295. }
  296. static int wsa881x_i2c_get_client_index(struct i2c_client *client,
  297. int *wsa881x_index)
  298. {
  299. int ret = 0;
  300. switch (client->addr) {
  301. case WSA881X_I2C_SPK0_SLAVE0_ADDR:
  302. case WSA881X_I2C_SPK0_SLAVE1_ADDR:
  303. *wsa881x_index = WSA881X_I2C_SPK0_SLAVE0;
  304. break;
  305. case WSA881X_I2C_SPK1_SLAVE0_ADDR:
  306. case WSA881X_I2C_SPK1_SLAVE1_ADDR:
  307. *wsa881x_index = WSA881X_I2C_SPK1_SLAVE0;
  308. break;
  309. default:
  310. ret = -EINVAL;
  311. break;
  312. }
  313. return ret;
  314. }
  315. static int wsa881x_boost_ctrl(struct snd_soc_component *component, bool enable)
  316. {
  317. struct wsa881x_pdata *wsa881x =
  318. snd_soc_component_get_drvdata(component);
  319. pr_debug("%s: enable:%d\n", __func__, enable);
  320. if (enable) {
  321. if (!WSA881X_IS_2_0(wsa881x->version)) {
  322. snd_soc_component_update_bits(component,
  323. WSA881X_ANA_CTL, 0x01, 0x01);
  324. snd_soc_component_update_bits(component,
  325. WSA881X_ANA_CTL, 0x04, 0x04);
  326. snd_soc_component_update_bits(component,
  327. WSA881X_BOOST_PS_CTL,
  328. 0x40, 0x00);
  329. snd_soc_component_update_bits(component,
  330. WSA881X_BOOST_PRESET_OUT1,
  331. 0xF0, 0xB0);
  332. snd_soc_component_update_bits(component,
  333. WSA881X_BOOST_ZX_CTL,
  334. 0x20, 0x00);
  335. snd_soc_component_update_bits(component,
  336. WSA881X_BOOST_EN_CTL,
  337. 0x80, 0x80);
  338. } else {
  339. snd_soc_component_update_bits(component,
  340. WSA881X_BOOST_LOOP_STABILITY,
  341. 0x03, 0x03);
  342. snd_soc_component_update_bits(component,
  343. WSA881X_BOOST_MISC2_CTL,
  344. 0xFF, 0x14);
  345. snd_soc_component_update_bits(component,
  346. WSA881X_BOOST_START_CTL,
  347. 0x80, 0x80);
  348. snd_soc_component_update_bits(component,
  349. WSA881X_BOOST_START_CTL,
  350. 0x03, 0x00);
  351. snd_soc_component_update_bits(component,
  352. WSA881X_BOOST_SLOPE_COMP_ISENSE_FB,
  353. 0x0C, 0x04);
  354. snd_soc_component_update_bits(component,
  355. WSA881X_BOOST_SLOPE_COMP_ISENSE_FB,
  356. 0x03, 0x00);
  357. if (snd_soc_component_read32(component, WSA881X_OTP_REG_0))
  358. snd_soc_component_update_bits(component,
  359. WSA881X_BOOST_PRESET_OUT1,
  360. 0xF0, 0x70);
  361. else
  362. snd_soc_component_update_bits(component,
  363. WSA881X_BOOST_PRESET_OUT1,
  364. 0xF0, 0xB0);
  365. snd_soc_component_update_bits(component,
  366. WSA881X_ANA_CTL, 0x03, 0x01);
  367. snd_soc_component_update_bits(component,
  368. WSA881X_SPKR_DRV_EN,
  369. 0x08, 0x08);
  370. snd_soc_component_update_bits(component,
  371. WSA881X_ANA_CTL, 0x04, 0x04);
  372. snd_soc_component_update_bits(component,
  373. WSA881X_BOOST_CURRENT_LIMIT,
  374. 0x0F, 0x08);
  375. snd_soc_component_update_bits(component,
  376. WSA881X_BOOST_EN_CTL,
  377. 0x80, 0x80);
  378. }
  379. /* For WSA8810, start-up time is 1500us as per qcrg sequence */
  380. usleep_range(1500, 1510);
  381. } else {
  382. /* ENSURE: Class-D amp is shutdown. CLK is still on */
  383. snd_soc_component_update_bits(component,
  384. WSA881X_BOOST_EN_CTL, 0x80, 0x00);
  385. /* boost settle time is 1500us as per qcrg sequence */
  386. usleep_range(1500, 1510);
  387. }
  388. return 0;
  389. }
  390. static int wsa881x_visense_txfe_ctrl(struct snd_soc_component *component,
  391. bool enable,
  392. u8 isense1_gain, u8 isense2_gain,
  393. u8 vsense_gain)
  394. {
  395. u8 value = 0;
  396. struct wsa881x_pdata *wsa881x =
  397. snd_soc_component_get_drvdata(component);
  398. pr_debug("%s: enable:%d\n", __func__, enable);
  399. if (enable) {
  400. if (WSA881X_IS_2_0(wsa881x->version)) {
  401. snd_soc_component_update_bits(component,
  402. WSA881X_OTP_REG_28,
  403. 0x3F, 0x3A);
  404. snd_soc_component_update_bits(component,
  405. WSA881X_BONGO_RESRV_REG1,
  406. 0xFF, 0xB2);
  407. snd_soc_component_update_bits(component,
  408. WSA881X_BONGO_RESRV_REG2,
  409. 0xFF, 0x05);
  410. }
  411. snd_soc_component_update_bits(component,
  412. WSA881X_SPKR_PROT_FE_VSENSE_VCM,
  413. 0x08, 0x00);
  414. if (WSA881X_IS_2_0(wsa881x->version)) {
  415. snd_soc_component_update_bits(component,
  416. WSA881X_SPKR_PROT_ATEST2,
  417. 0x1C, 0x04);
  418. } else {
  419. snd_soc_component_update_bits(component,
  420. WSA881X_SPKR_PROT_ATEST2,
  421. 0x08, 0x08);
  422. snd_soc_component_update_bits(component,
  423. WSA881X_SPKR_PROT_ATEST2,
  424. 0x02, 0x02);
  425. }
  426. value = ((isense2_gain << 6) | (isense1_gain << 4) |
  427. (vsense_gain << 3));
  428. snd_soc_component_update_bits(component,
  429. WSA881X_SPKR_PROT_FE_GAIN,
  430. 0xF8, value);
  431. snd_soc_component_update_bits(component,
  432. WSA881X_SPKR_PROT_FE_GAIN,
  433. 0x01, 0x01);
  434. } else {
  435. if (WSA881X_IS_2_0(wsa881x->version))
  436. snd_soc_component_update_bits(component,
  437. WSA881X_SPKR_PROT_FE_VSENSE_VCM, 0x10, 0x10);
  438. else
  439. snd_soc_component_update_bits(component,
  440. WSA881X_SPKR_PROT_FE_VSENSE_VCM, 0x08, 0x08);
  441. /*
  442. * 200us sleep is needed after visense txfe disable as per
  443. * HW requirement.
  444. */
  445. usleep_range(200, 210);
  446. snd_soc_component_update_bits(component,
  447. WSA881X_SPKR_PROT_FE_GAIN,
  448. 0x01, 0x00);
  449. }
  450. return 0;
  451. }
  452. static int wsa881x_visense_adc_ctrl(struct snd_soc_component *component,
  453. bool enable)
  454. {
  455. struct wsa881x_pdata *wsa881x =
  456. snd_soc_component_get_drvdata(component);
  457. pr_debug("%s: enable:%d\n", __func__, enable);
  458. if (enable) {
  459. if (!WSA881X_IS_2_0(wsa881x->version))
  460. snd_soc_component_update_bits(component,
  461. WSA881X_ADC_SEL_IBIAS,
  462. 0x70, 0x40);
  463. snd_soc_component_update_bits(component,
  464. WSA881X_ADC_EN_SEL_IBIAS,
  465. 0x07, 0x04);
  466. snd_soc_component_update_bits(component,
  467. WSA881X_ADC_EN_MODU_V, 0x80, 0x80);
  468. snd_soc_component_update_bits(component,
  469. WSA881X_ADC_EN_MODU_I, 0x80, 0x80);
  470. } else {
  471. /* Ensure: Speaker Protection has been stopped */
  472. snd_soc_component_update_bits(component,
  473. WSA881X_ADC_EN_MODU_V, 0x80, 0x00);
  474. snd_soc_component_update_bits(component,
  475. WSA881X_ADC_EN_MODU_I, 0x80, 0x00);
  476. }
  477. return 0;
  478. }
  479. static void wsa881x_bandgap_ctrl(struct snd_soc_component *component,
  480. bool enable)
  481. {
  482. struct wsa881x_pdata *wsa881x =
  483. snd_soc_component_get_drvdata(component);
  484. dev_dbg(component->dev, "%s: enable:%d, bg_count:%d\n", __func__,
  485. enable, wsa881x->bg_cnt);
  486. mutex_lock(&wsa881x->bg_lock);
  487. if (enable) {
  488. ++wsa881x->bg_cnt;
  489. if (wsa881x->bg_cnt == 1) {
  490. snd_soc_component_update_bits(component,
  491. WSA881X_TEMP_OP, 0x08, 0x08);
  492. /* 400usec sleep is needed as per HW requirement */
  493. usleep_range(400, 410);
  494. snd_soc_component_update_bits(component,
  495. WSA881X_TEMP_OP, 0x04, 0x04);
  496. }
  497. } else {
  498. --wsa881x->bg_cnt;
  499. if (wsa881x->bg_cnt <= 0) {
  500. WARN_ON(wsa881x->bg_cnt < 0);
  501. wsa881x->bg_cnt = 0;
  502. snd_soc_component_update_bits(component,
  503. WSA881X_TEMP_OP, 0x04, 0x00);
  504. snd_soc_component_update_bits(component,
  505. WSA881X_TEMP_OP, 0x08, 0x00);
  506. }
  507. }
  508. mutex_unlock(&wsa881x->bg_lock);
  509. }
  510. static void wsa881x_clk_ctrl(struct snd_soc_component *component, bool enable)
  511. {
  512. struct wsa881x_pdata *wsa881x =
  513. snd_soc_component_get_drvdata(component);
  514. dev_dbg(component->dev, "%s:ss enable:%d, clk_count:%d\n", __func__,
  515. enable, wsa881x->clk_cnt);
  516. mutex_lock(&wsa881x->res_lock);
  517. if (enable) {
  518. ++wsa881x->clk_cnt;
  519. if (wsa881x->clk_cnt == 1) {
  520. snd_soc_component_write(component,
  521. WSA881X_CDC_RST_CTL, 0x02);
  522. snd_soc_component_write(component,
  523. WSA881X_CDC_RST_CTL, 0x03);
  524. snd_soc_component_write(component,
  525. WSA881X_CLOCK_CONFIG, 0x01);
  526. snd_soc_component_write(component,
  527. WSA881X_CDC_DIG_CLK_CTL, 0x01);
  528. snd_soc_component_write(component,
  529. WSA881X_CDC_ANA_CLK_CTL, 0x01);
  530. }
  531. } else {
  532. --wsa881x->clk_cnt;
  533. if (wsa881x->clk_cnt <= 0) {
  534. WARN_ON(wsa881x->clk_cnt < 0);
  535. wsa881x->clk_cnt = 0;
  536. snd_soc_component_write(component,
  537. WSA881X_CDC_ANA_CLK_CTL, 0x00);
  538. snd_soc_component_write(component,
  539. WSA881X_CDC_DIG_CLK_CTL, 0x00);
  540. if (WSA881X_IS_2_0(wsa881x->version))
  541. snd_soc_component_update_bits(component,
  542. WSA881X_CDC_TOP_CLK_CTL, 0x01, 0x00);
  543. }
  544. }
  545. mutex_unlock(&wsa881x->res_lock);
  546. }
  547. static int wsa881x_rdac_ctrl(struct snd_soc_component *component, bool enable)
  548. {
  549. struct wsa881x_pdata *wsa881x =
  550. snd_soc_component_get_drvdata(component);
  551. pr_debug("%s: enable:%d\n", __func__, enable);
  552. if (enable) {
  553. snd_soc_component_update_bits(component,
  554. WSA881X_ANA_CTL, 0x08, 0x00);
  555. snd_soc_component_update_bits(component,
  556. WSA881X_SPKR_DRV_GAIN, 0x08, 0x08);
  557. snd_soc_component_update_bits(component,
  558. WSA881X_SPKR_DAC_CTL, 0x20, 0x20);
  559. snd_soc_component_update_bits(component,
  560. WSA881X_SPKR_DAC_CTL, 0x20, 0x00);
  561. snd_soc_component_update_bits(component,
  562. WSA881X_SPKR_DAC_CTL, 0x40, 0x40);
  563. snd_soc_component_update_bits(component,
  564. WSA881X_SPKR_DAC_CTL, 0x80, 0x80);
  565. if (WSA881X_IS_2_0(wsa881x->version)) {
  566. snd_soc_component_update_bits(component,
  567. WSA881X_SPKR_BIAS_CAL, 0x01, 0x01);
  568. snd_soc_component_update_bits(component,
  569. WSA881X_SPKR_OCP_CTL, 0x30, 0x30);
  570. snd_soc_component_update_bits(component,
  571. WSA881X_SPKR_OCP_CTL, 0x0C, 0x00);
  572. }
  573. snd_soc_component_update_bits(component,
  574. WSA881X_SPKR_DRV_GAIN, 0xF0, 0x40);
  575. snd_soc_component_update_bits(component,
  576. WSA881X_SPKR_MISC_CTL1, 0x01, 0x01);
  577. } else {
  578. /* Ensure class-D amp is off */
  579. snd_soc_component_update_bits(component,
  580. WSA881X_SPKR_DAC_CTL, 0x80, 0x00);
  581. }
  582. return 0;
  583. }
  584. static int wsa881x_spkr_pa_ctrl(struct snd_soc_component *component,
  585. bool enable)
  586. {
  587. int ret = 0;
  588. struct wsa881x_pdata *wsa881x =
  589. snd_soc_component_get_drvdata(component);
  590. pr_debug("%s: enable:%d\n", __func__, enable);
  591. if (enable) {
  592. /*
  593. * Ensure: Boost is enabled and stable, Analog input is up
  594. * and outputting silence
  595. */
  596. if (!WSA881X_IS_2_0(wsa881x->version)) {
  597. snd_soc_component_update_bits(component,
  598. WSA881X_ADC_EN_DET_TEST_I,
  599. 0xFF, 0x01);
  600. snd_soc_component_update_bits(component,
  601. WSA881X_ADC_EN_MODU_V,
  602. 0x02, 0x02);
  603. snd_soc_component_update_bits(component,
  604. WSA881X_ADC_EN_DET_TEST_V,
  605. 0xFF, 0x10);
  606. snd_soc_component_update_bits(component,
  607. WSA881X_SPKR_PWRSTG_DBG,
  608. 0xA0, 0xA0);
  609. snd_soc_component_update_bits(component,
  610. WSA881X_SPKR_DRV_EN,
  611. 0x80, 0x80);
  612. usleep_range(700, 710);
  613. snd_soc_component_update_bits(component,
  614. WSA881X_SPKR_PWRSTG_DBG,
  615. 0x00, 0x00);
  616. snd_soc_component_update_bits(component,
  617. WSA881X_ADC_EN_DET_TEST_V,
  618. 0xFF, 0x00);
  619. snd_soc_component_update_bits(component,
  620. WSA881X_ADC_EN_MODU_V,
  621. 0x02, 0x00);
  622. snd_soc_component_update_bits(component,
  623. WSA881X_ADC_EN_DET_TEST_I,
  624. 0xFF, 0x00);
  625. } else
  626. snd_soc_component_update_bits(component,
  627. WSA881X_SPKR_DRV_EN, 0x80, 0x80);
  628. /* add 1000us delay as per qcrg */
  629. usleep_range(1000, 1010);
  630. snd_soc_component_update_bits(component,
  631. WSA881X_SPKR_DRV_EN, 0x01, 0x01);
  632. if (WSA881X_IS_2_0(wsa881x->version))
  633. snd_soc_component_update_bits(component,
  634. WSA881X_SPKR_BIAS_CAL,
  635. 0x01, 0x00);
  636. usleep_range(1000, 1010);
  637. snd_soc_component_update_bits(component,
  638. WSA881X_SPKR_DRV_GAIN,
  639. 0xF0, (wsa881x->spk_pa_gain << 4));
  640. if (wsa881x->visense_enable) {
  641. ret = msm_cdc_pinctrl_select_active_state(
  642. wsa881x->wsa_vi_gpio_p);
  643. if (ret) {
  644. pr_err("%s: gpio set cannot be activated %s\n",
  645. __func__, "wsa_vi");
  646. return ret;
  647. }
  648. wsa881x_visense_txfe_ctrl(component, true,
  649. 0x00, 0x01, 0x00);
  650. wsa881x_visense_adc_ctrl(component, true);
  651. }
  652. } else {
  653. /*
  654. * Ensure: Boost is still on, Stream from Analog input and
  655. * Speaker Protection has been stopped and input is at 0V
  656. */
  657. if (WSA881X_IS_2_0(wsa881x->version)) {
  658. snd_soc_component_update_bits(component,
  659. WSA881X_SPKR_BIAS_CAL,
  660. 0x01, 0x01);
  661. usleep_range(1000, 1010);
  662. snd_soc_component_update_bits(component,
  663. WSA881X_SPKR_BIAS_CAL,
  664. 0x01, 0x00);
  665. msleep(20);
  666. snd_soc_component_update_bits(component,
  667. WSA881X_ANA_CTL, 0x03, 0x00);
  668. usleep_range(200, 210);
  669. }
  670. snd_soc_component_update_bits(component,
  671. WSA881X_SPKR_DRV_EN, 0x80, 0x00);
  672. }
  673. return 0;
  674. }
  675. static int wsa881x_get_boost(struct snd_kcontrol *kcontrol,
  676. struct snd_ctl_elem_value *ucontrol)
  677. {
  678. struct snd_soc_component *component =
  679. snd_soc_kcontrol_component(kcontrol);
  680. struct wsa881x_pdata *wsa881x =
  681. snd_soc_component_get_drvdata(component);
  682. ucontrol->value.integer.value[0] = wsa881x->boost_enable;
  683. return 0;
  684. }
  685. static int wsa881x_set_boost(struct snd_kcontrol *kcontrol,
  686. struct snd_ctl_elem_value *ucontrol)
  687. {
  688. struct snd_soc_component *component =
  689. snd_soc_kcontrol_component(kcontrol);
  690. struct wsa881x_pdata *wsa881x =
  691. snd_soc_component_get_drvdata(component);
  692. int value = ucontrol->value.integer.value[0];
  693. dev_dbg(component->dev, "%s: Boost enable current %d, new %d\n",
  694. __func__, wsa881x->boost_enable, value);
  695. wsa881x->boost_enable = value;
  696. return 0;
  697. }
  698. static int wsa881x_get_visense(struct snd_kcontrol *kcontrol,
  699. struct snd_ctl_elem_value *ucontrol)
  700. {
  701. struct snd_soc_component *component =
  702. snd_soc_kcontrol_component(kcontrol);
  703. struct wsa881x_pdata *wsa881x =
  704. snd_soc_component_get_drvdata(component);
  705. ucontrol->value.integer.value[0] = wsa881x->visense_enable;
  706. return 0;
  707. }
  708. static int wsa881x_set_visense(struct snd_kcontrol *kcontrol,
  709. struct snd_ctl_elem_value *ucontrol)
  710. {
  711. struct snd_soc_component *component =
  712. snd_soc_kcontrol_component(kcontrol);
  713. struct wsa881x_pdata *wsa881x =
  714. snd_soc_component_get_drvdata(component);
  715. int value = ucontrol->value.integer.value[0];
  716. dev_dbg(component->dev, "%s: VIsense enable current %d, new %d\n",
  717. __func__, wsa881x->visense_enable, value);
  718. wsa881x->visense_enable = value;
  719. return 0;
  720. }
  721. static const struct snd_kcontrol_new wsa881x_snd_controls[] = {
  722. SOC_SINGLE_EXT("BOOST Switch", SND_SOC_NOPM, 0, 1, 0,
  723. wsa881x_get_boost, wsa881x_set_boost),
  724. SOC_SINGLE_EXT("VISENSE Switch", SND_SOC_NOPM, 0, 1, 0,
  725. wsa881x_get_visense, wsa881x_set_visense),
  726. SOC_ENUM_EXT("WSA_SPK PA Gain", wsa881x_spk_pa_gain_enum[0],
  727. wsa881x_spk_pa_gain_get, wsa881x_spk_pa_gain_put),
  728. };
  729. static const char * const rdac_text[] = {
  730. "ZERO", "Switch",
  731. };
  732. static const struct soc_enum rdac_enum =
  733. SOC_ENUM_SINGLE(SND_SOC_NOPM, 0, ARRAY_SIZE(rdac_text), rdac_text);
  734. static const struct snd_kcontrol_new rdac_mux[] = {
  735. SOC_DAPM_ENUM("RDAC", rdac_enum)
  736. };
  737. static int wsa881x_rdac_event(struct snd_soc_dapm_widget *w,
  738. struct snd_kcontrol *kcontrol, int event)
  739. {
  740. struct snd_soc_component *component =
  741. snd_soc_dapm_to_component(w->dapm);
  742. struct wsa881x_pdata *wsa881x =
  743. snd_soc_component_get_drvdata(component);
  744. int ret = 0;
  745. dev_dbg(component->dev, "%s: %s %d boost %d visense %d\n",
  746. __func__, w->name, event,
  747. wsa881x->boost_enable, wsa881x->visense_enable);
  748. switch (event) {
  749. case SND_SOC_DAPM_PRE_PMU:
  750. ret = wsa881x_startup(wsa881x);
  751. if (ret) {
  752. pr_err("%s: wsa startup failed ret: %d", __func__, ret);
  753. return ret;
  754. }
  755. wsa881x_clk_ctrl(component, true);
  756. snd_soc_component_update_bits(component,
  757. WSA881X_SPKR_DAC_CTL, 0x02, 0x02);
  758. if (!WSA881X_IS_2_0(wsa881x->version))
  759. snd_soc_component_update_bits(component,
  760. WSA881X_BIAS_REF_CTRL,
  761. 0x0F, 0x08);
  762. wsa881x_bandgap_ctrl(component, true);
  763. if (!WSA881X_IS_2_0(wsa881x->version))
  764. snd_soc_component_update_bits(component,
  765. WSA881X_SPKR_BBM_CTL,
  766. 0x02, 0x02);
  767. snd_soc_component_update_bits(component,
  768. WSA881X_SPKR_MISC_CTL1, 0xC0, 0x80);
  769. snd_soc_component_update_bits(component,
  770. WSA881X_SPKR_MISC_CTL1, 0x06, 0x06);
  771. if (!WSA881X_IS_2_0(wsa881x->version)) {
  772. snd_soc_component_update_bits(component,
  773. WSA881X_SPKR_MISC_CTL2,
  774. 0x04, 0x04);
  775. snd_soc_component_update_bits(component,
  776. WSA881X_SPKR_BIAS_INT,
  777. 0x09, 0x09);
  778. }
  779. snd_soc_component_update_bits(component,
  780. WSA881X_SPKR_PA_INT, 0xF0, 0x20);
  781. if (WSA881X_IS_2_0(wsa881x->version))
  782. snd_soc_component_update_bits(component,
  783. WSA881X_SPKR_PA_INT,
  784. 0x0E, 0x0E);
  785. if (wsa881x->boost_enable)
  786. wsa881x_boost_ctrl(component, true);
  787. break;
  788. case SND_SOC_DAPM_POST_PMU:
  789. wsa881x_rdac_ctrl(component, true);
  790. break;
  791. case SND_SOC_DAPM_PRE_PMD:
  792. wsa881x_rdac_ctrl(component, false);
  793. if (wsa881x->visense_enable) {
  794. wsa881x_visense_adc_ctrl(component, false);
  795. wsa881x_visense_txfe_ctrl(component, false,
  796. 0x00, 0x01, 0x00);
  797. ret = msm_cdc_pinctrl_select_sleep_state(
  798. wsa881x->wsa_vi_gpio_p);
  799. if (ret) {
  800. pr_err("%s: gpio set cannot be suspended %s\n",
  801. __func__, "wsa_vi");
  802. return ret;
  803. }
  804. }
  805. break;
  806. case SND_SOC_DAPM_POST_PMD:
  807. if (wsa881x->boost_enable)
  808. wsa881x_boost_ctrl(component, false);
  809. wsa881x_clk_ctrl(component, false);
  810. wsa881x_bandgap_ctrl(component, false);
  811. ret = wsa881x_shutdown(wsa881x);
  812. if (ret < 0) {
  813. pr_err("%s: wsa shutdown failed ret: %d",
  814. __func__, ret);
  815. return ret;
  816. }
  817. break;
  818. default:
  819. pr_err("%s: invalid event:%d\n", __func__, event);
  820. return -EINVAL;
  821. }
  822. return 0;
  823. }
  824. static void wsa881x_ocp_ctl_work(struct work_struct *work)
  825. {
  826. struct wsa881x_pdata *wsa881x;
  827. struct delayed_work *dwork;
  828. struct snd_soc_component *component;
  829. int temp_val;
  830. dwork = to_delayed_work(work);
  831. wsa881x = container_of(dwork, struct wsa881x_pdata, ocp_ctl_work);
  832. if (!wsa881x)
  833. return;
  834. component = wsa881x->component;
  835. wsa881x_get_temp(wsa881x->tz_pdata.tz_dev, &temp_val);
  836. dev_dbg(component->dev, " temp = %d\n", temp_val);
  837. if (temp_val <= WSA881X_OCP_CTL_TEMP_CELSIUS)
  838. snd_soc_component_update_bits(component,
  839. WSA881X_SPKR_OCP_CTL, 0xC0, 0x00);
  840. else
  841. snd_soc_component_update_bits(component,
  842. WSA881X_SPKR_OCP_CTL, 0xC0, 0xC0);
  843. schedule_delayed_work(&wsa881x->ocp_ctl_work,
  844. msecs_to_jiffies(wsa881x_ocp_poll_timer_sec * 1000));
  845. }
  846. static int wsa881x_spkr_pa_event(struct snd_soc_dapm_widget *w,
  847. struct snd_kcontrol *kcontrol, int event)
  848. {
  849. struct snd_soc_component *component =
  850. snd_soc_dapm_to_component(w->dapm);
  851. struct wsa881x_pdata *wsa881x =
  852. snd_soc_component_get_drvdata(component);
  853. pr_debug("%s: %s %d\n", __func__, w->name, event);
  854. switch (event) {
  855. case SND_SOC_DAPM_PRE_PMU:
  856. snd_soc_component_update_bits(component,
  857. WSA881X_SPKR_OCP_CTL, 0xC0, 0x80);
  858. break;
  859. case SND_SOC_DAPM_POST_PMU:
  860. wsa881x_spkr_pa_ctrl(component, true);
  861. schedule_delayed_work(&wsa881x->ocp_ctl_work,
  862. msecs_to_jiffies(WSA881X_OCP_CTL_TIMER_SEC * 1000));
  863. break;
  864. case SND_SOC_DAPM_PRE_PMD:
  865. wsa881x_spkr_pa_ctrl(component, false);
  866. break;
  867. case SND_SOC_DAPM_POST_PMD:
  868. cancel_delayed_work_sync(&wsa881x->ocp_ctl_work);
  869. snd_soc_component_update_bits(component,
  870. WSA881X_SPKR_OCP_CTL, 0xC0, 0xC0);
  871. break;
  872. default:
  873. pr_err("%s: invalid event:%d\n", __func__, event);
  874. return -EINVAL;
  875. }
  876. return 0;
  877. }
  878. static const struct snd_soc_dapm_widget wsa881x_dapm_widgets[] = {
  879. SND_SOC_DAPM_INPUT("WSA_IN"),
  880. SND_SOC_DAPM_DAC_E("RDAC Analog", NULL, SND_SOC_NOPM, 0, 0,
  881. wsa881x_rdac_event,
  882. SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMU |
  883. SND_SOC_DAPM_PRE_PMD | SND_SOC_DAPM_POST_PMD),
  884. SND_SOC_DAPM_MUX("WSA_RDAC", SND_SOC_NOPM, 0, 0,
  885. rdac_mux),
  886. SND_SOC_DAPM_PGA_S("WSA_SPKR PGA", 1, SND_SOC_NOPM, 0, 0,
  887. wsa881x_spkr_pa_event,
  888. SND_SOC_DAPM_PRE_PMU |
  889. SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD |
  890. SND_SOC_DAPM_POST_PMD),
  891. SND_SOC_DAPM_OUTPUT("WSA_SPKR"),
  892. };
  893. static const struct snd_soc_dapm_route wsa881x_audio_map[] = {
  894. {"WSA_RDAC", "Switch", "WSA_IN"},
  895. {"RDAC Analog", NULL, "WSA_RDAC"},
  896. {"WSA_SPKR PGA", NULL, "RDAC Analog"},
  897. {"WSA_SPKR", NULL, "WSA_SPKR PGA"},
  898. };
  899. static int wsa881x_startup(struct wsa881x_pdata *pdata)
  900. {
  901. int ret = 0;
  902. pr_debug("%s(): wsa startup, enable_cnt:%d\n", __func__,
  903. pdata->enable_cnt);
  904. if (pdata->enable_cnt++ > 0)
  905. return 0;
  906. ret = msm_cdc_pinctrl_select_active_state(pdata->wsa_clk_gpio_p);
  907. if (ret) {
  908. pr_err("%s: gpio set cannot be activated %s\n",
  909. __func__, "wsa_clk");
  910. return ret;
  911. }
  912. ret = clk_prepare_enable(pdata->wsa_mclk);
  913. if (ret) {
  914. pr_err("%s: WSA MCLK enable failed\n",
  915. __func__);
  916. return ret;
  917. }
  918. ret = wsa881x_reset(pdata, true);
  919. return ret;
  920. }
  921. static int wsa881x_shutdown(struct wsa881x_pdata *pdata)
  922. {
  923. int ret = 0;
  924. pr_debug("%s(): wsa shutdown, enable_cnt:%d\n", __func__,
  925. pdata->enable_cnt);
  926. if (--pdata->enable_cnt > 0)
  927. return 0;
  928. ret = wsa881x_reset(pdata, false);
  929. if (ret) {
  930. pr_err("%s: wsa reset failed suspend %d\n",
  931. __func__, ret);
  932. return ret;
  933. }
  934. clk_disable_unprepare(pdata->wsa_mclk);
  935. ret = msm_cdc_pinctrl_select_sleep_state(pdata->wsa_clk_gpio_p);
  936. if (ret) {
  937. pr_err("%s: gpio set cannot be suspended %s\n",
  938. __func__, "wsa_clk");
  939. return ret;
  940. }
  941. return 0;
  942. }
  943. static int32_t wsa881x_resource_acquire(struct snd_soc_component *component,
  944. bool enable)
  945. {
  946. int ret = 0;
  947. struct wsa881x_pdata *wsa881x =
  948. snd_soc_component_get_drvdata(component);
  949. if (enable) {
  950. ret = wsa881x_startup(wsa881x);
  951. if (ret < 0) {
  952. dev_err_ratelimited(component->dev,
  953. "%s: failed to startup\n", __func__);
  954. return ret;
  955. }
  956. }
  957. wsa881x_clk_ctrl(component, enable);
  958. wsa881x_bandgap_ctrl(component, enable);
  959. if (!enable) {
  960. ret = wsa881x_shutdown(wsa881x);
  961. if (ret < 0)
  962. dev_err_ratelimited(component->dev,
  963. "%s: failed to shutdown\n", __func__);
  964. }
  965. return ret;
  966. }
  967. static int32_t wsa881x_temp_reg_read(struct snd_soc_component *component,
  968. struct wsa_temp_register *wsa_temp_reg)
  969. {
  970. struct wsa881x_pdata *wsa881x =
  971. snd_soc_component_get_drvdata(component);
  972. int ret = 0;
  973. if (!wsa881x) {
  974. dev_err(component->dev, "%s: wsa881x is NULL\n", __func__);
  975. return -EINVAL;
  976. }
  977. ret = wsa881x_resource_acquire(component, true);
  978. if (ret) {
  979. dev_err_ratelimited(component->dev,
  980. "%s: resource acquire fail\n", __func__);
  981. return ret;
  982. }
  983. if (WSA881X_IS_2_0(wsa881x->version)) {
  984. snd_soc_component_update_bits(component,
  985. WSA881X_TADC_VALUE_CTL, 0x01, 0x00);
  986. wsa_temp_reg->dmeas_msb =
  987. snd_soc_component_read32(component,
  988. WSA881X_TEMP_MSB);
  989. wsa_temp_reg->dmeas_lsb =
  990. snd_soc_component_read32(component,
  991. WSA881X_TEMP_LSB);
  992. snd_soc_component_update_bits(component,
  993. WSA881X_TADC_VALUE_CTL, 0x01, 0x01);
  994. } else {
  995. wsa_temp_reg->dmeas_msb = snd_soc_component_read32(component,
  996. WSA881X_TEMP_DOUT_MSB);
  997. wsa_temp_reg->dmeas_lsb = snd_soc_component_read32(component,
  998. WSA881X_TEMP_DOUT_LSB);
  999. }
  1000. wsa_temp_reg->d1_msb = snd_soc_component_read32(component,
  1001. WSA881X_OTP_REG_1);
  1002. wsa_temp_reg->d1_lsb = snd_soc_component_read32(component,
  1003. WSA881X_OTP_REG_2);
  1004. wsa_temp_reg->d2_msb = snd_soc_component_read32(component,
  1005. WSA881X_OTP_REG_3);
  1006. wsa_temp_reg->d2_lsb = snd_soc_component_read32(component,
  1007. WSA881X_OTP_REG_4);
  1008. ret = wsa881x_resource_acquire(component, false);
  1009. if (ret)
  1010. dev_err_ratelimited(component->dev,
  1011. "%s: resource release fail\n", __func__);
  1012. return ret;
  1013. }
  1014. static int wsa881x_probe(struct snd_soc_component *component)
  1015. {
  1016. struct i2c_client *client;
  1017. int ret = 0;
  1018. int wsa881x_index = 0;
  1019. struct snd_soc_dapm_context *dapm =
  1020. snd_soc_component_get_dapm(component);
  1021. char *widget_name = NULL;
  1022. struct snd_soc_card *card = component->card;
  1023. struct snd_soc_codec_conf *codec_conf = card->codec_conf;
  1024. client = dev_get_drvdata(component->dev);
  1025. ret = wsa881x_i2c_get_client_index(client, &wsa881x_index);
  1026. if (ret != 0) {
  1027. dev_err(&client->dev, "%s: I2C get codec I2C\n"
  1028. "client failed\n", __func__);
  1029. return ret;
  1030. }
  1031. mutex_init(&wsa_pdata[wsa881x_index].bg_lock);
  1032. mutex_init(&wsa_pdata[wsa881x_index].res_lock);
  1033. snprintf(wsa_pdata[wsa881x_index].tz_pdata.name, 100, "%s",
  1034. wsa_tz_names[wsa881x_index]);
  1035. wsa_pdata[wsa881x_index].component = component;
  1036. wsa_pdata[wsa881x_index].spk_pa_gain = SPK_GAIN_12DB;
  1037. wsa_pdata[wsa881x_index].component = component;
  1038. wsa_pdata[wsa881x_index].tz_pdata.component = component;
  1039. wsa_pdata[wsa881x_index].tz_pdata.wsa_temp_reg_read =
  1040. wsa881x_temp_reg_read;
  1041. snd_soc_component_set_drvdata(component, &wsa_pdata[wsa881x_index]);
  1042. wsa881x_init_thermal(&wsa_pdata[wsa881x_index].tz_pdata);
  1043. INIT_DELAYED_WORK(&wsa_pdata[wsa881x_index].ocp_ctl_work,
  1044. wsa881x_ocp_ctl_work);
  1045. if (codec_conf->name_prefix) {
  1046. widget_name = kcalloc(WIDGET_NAME_MAX_SIZE, sizeof(char),
  1047. GFP_KERNEL);
  1048. if (!widget_name)
  1049. return -ENOMEM;
  1050. snprintf(widget_name, WIDGET_NAME_MAX_SIZE,
  1051. "%s WSA_SPKR", codec_conf->name_prefix);
  1052. snd_soc_dapm_ignore_suspend(dapm, widget_name);
  1053. snprintf(widget_name, WIDGET_NAME_MAX_SIZE,
  1054. "%s WSA_IN", codec_conf->name_prefix);
  1055. snd_soc_dapm_ignore_suspend(dapm, widget_name);
  1056. kfree(widget_name);
  1057. } else {
  1058. snd_soc_dapm_ignore_suspend(dapm, "WSA_SPKR");
  1059. snd_soc_dapm_ignore_suspend(dapm, "WSA_IN");
  1060. }
  1061. snd_soc_dapm_sync(dapm);
  1062. return 0;
  1063. }
  1064. static void wsa881x_remove(struct snd_soc_component *component)
  1065. {
  1066. struct wsa881x_pdata *wsa881x =
  1067. snd_soc_component_get_drvdata(component);
  1068. if (wsa881x->tz_pdata.tz_dev)
  1069. wsa881x_deinit_thermal(wsa881x->tz_pdata.tz_dev);
  1070. mutex_destroy(&wsa881x->bg_lock);
  1071. mutex_destroy(&wsa881x->res_lock);
  1072. }
  1073. static const struct snd_soc_component_driver soc_component_dev_wsa881x = {
  1074. .probe = wsa881x_probe,
  1075. .remove = wsa881x_remove,
  1076. .read = wsa881x_i2c_read,
  1077. .write = wsa881x_i2c_write,
  1078. .controls = wsa881x_snd_controls,
  1079. .num_controls = ARRAY_SIZE(wsa881x_snd_controls),
  1080. .dapm_widgets = wsa881x_dapm_widgets,
  1081. .num_dapm_widgets = ARRAY_SIZE(wsa881x_dapm_widgets),
  1082. .dapm_routes = wsa881x_audio_map,
  1083. .num_dapm_routes = ARRAY_SIZE(wsa881x_audio_map),
  1084. };
  1085. static int wsa881x_reset(struct wsa881x_pdata *pdata, bool enable)
  1086. {
  1087. int ret = 0;
  1088. /*
  1089. * shutdown the GPIOs WSA_EN, WSA_MCLK, regulators
  1090. * and restore defaults in soc cache when shutdown.
  1091. * Enable regulators, GPIOs WSA_MCLK, WSA_EN when powerup.
  1092. */
  1093. if (enable) {
  1094. if (pdata->wsa_active)
  1095. return 0;
  1096. ret = msm_cdc_pinctrl_select_active_state(
  1097. pdata->wsa_reset_gpio_p);
  1098. if (ret) {
  1099. pr_err("%s: gpio set cannot be activated %s\n",
  1100. __func__, "wsa_reset");
  1101. return ret;
  1102. }
  1103. ret = msm_cdc_pinctrl_select_sleep_state(
  1104. pdata->wsa_reset_gpio_p);
  1105. if (ret) {
  1106. pr_err("%s: gpio set cannot be suspended(powerup) %s\n",
  1107. __func__, "wsa_reset");
  1108. return ret;
  1109. }
  1110. ret = msm_cdc_pinctrl_select_active_state(
  1111. pdata->wsa_reset_gpio_p);
  1112. if (ret) {
  1113. pr_err("%s: gpio set cannot be activated %s\n",
  1114. __func__, "wsa_reset");
  1115. return ret;
  1116. }
  1117. pdata->wsa_active = true;
  1118. } else {
  1119. if (!pdata->wsa_active)
  1120. return 0;
  1121. ret = msm_cdc_pinctrl_select_sleep_state(
  1122. pdata->wsa_reset_gpio_p);
  1123. if (ret) {
  1124. pr_err("%s: gpio set cannot be suspended %s\n",
  1125. __func__, "wsa_reset");
  1126. return ret;
  1127. }
  1128. pdata->wsa_active = false;
  1129. }
  1130. return ret;
  1131. }
  1132. int wsa881x_get_client_index(void)
  1133. {
  1134. return wsa881x_i2c_addr;
  1135. }
  1136. EXPORT_SYMBOL(wsa881x_get_client_index);
  1137. int wsa881x_get_probing_count(void)
  1138. {
  1139. return wsa881x_probing_count;
  1140. }
  1141. EXPORT_SYMBOL(wsa881x_get_probing_count);
  1142. int wsa881x_get_presence_count(void)
  1143. {
  1144. return wsa881x_presence_count;
  1145. }
  1146. EXPORT_SYMBOL(wsa881x_get_presence_count);
  1147. static int check_wsa881x_presence(struct i2c_client *client)
  1148. {
  1149. int ret = 0;
  1150. int wsa881x_index = 0;
  1151. ret = wsa881x_i2c_get_client_index(client, &wsa881x_index);
  1152. if (ret != 0) {
  1153. dev_err(&client->dev, "%s: I2C get codec I2C\n"
  1154. "client failed\n", __func__);
  1155. return ret;
  1156. }
  1157. ret = wsa881x_i2c_read_device(&wsa_pdata[wsa881x_index],
  1158. WSA881X_CDC_RST_CTL);
  1159. if (ret < 0) {
  1160. dev_err(&client->dev, "failed to read wsa881x with addr %x\n",
  1161. client->addr);
  1162. return ret;
  1163. }
  1164. ret = wsa881x_i2c_write_device(&wsa_pdata[wsa881x_index],
  1165. WSA881X_CDC_RST_CTL, 0x01);
  1166. if (ret < 0) {
  1167. dev_err(&client->dev, "failed write addr %x reg:0x5 val:0x1\n",
  1168. client->addr);
  1169. return ret;
  1170. }
  1171. /* allow 20ms before trigger next write to verify wsa881x presence */
  1172. msleep(20);
  1173. ret = wsa881x_i2c_write_device(&wsa_pdata[wsa881x_index],
  1174. WSA881X_CDC_RST_CTL, 0x00);
  1175. if (ret < 0) {
  1176. dev_err(&client->dev, "failed write addr %x reg:0x5 val:0x0\n",
  1177. client->addr);
  1178. return ret;
  1179. }
  1180. return ret;
  1181. }
  1182. static int wsa881x_populate_dt_pdata(struct device *dev, int wsa881x_index)
  1183. {
  1184. int ret = 0;
  1185. struct wsa881x_pdata *pdata = &wsa_pdata[wsa881x_index];
  1186. /* reading the gpio configurations from dtsi file */
  1187. pdata->wsa_vi_gpio_p = of_parse_phandle(dev->of_node,
  1188. "qcom,wsa-analog-vi-gpio", 0);
  1189. pdata->wsa_clk_gpio_p = of_parse_phandle(dev->of_node,
  1190. "qcom,wsa-analog-clk-gpio", 0);
  1191. pdata->wsa_reset_gpio_p = of_parse_phandle(dev->of_node,
  1192. "qcom,wsa-analog-reset-gpio", 0);
  1193. pinctrl_init = true;
  1194. return ret;
  1195. }
  1196. static int wsa881x_i2c_probe(struct i2c_client *client,
  1197. const struct i2c_device_id *id)
  1198. {
  1199. int ret = 0;
  1200. int wsa881x_index = 0;
  1201. struct wsa881x_pdata *pdata = NULL;
  1202. struct clk *wsa_mclk = NULL;
  1203. ret = wsa881x_i2c_get_client_index(client, &wsa881x_index);
  1204. if (ret != 0) {
  1205. dev_err(&client->dev, "%s: I2C get codec I2C\n"
  1206. "client failed\n", __func__);
  1207. return ret;
  1208. }
  1209. pdata = &wsa_pdata[wsa881x_index];
  1210. if ((client->addr == WSA881X_I2C_SPK0_SLAVE1_ADDR ||
  1211. client->addr == WSA881X_I2C_SPK1_SLAVE1_ADDR) &&
  1212. (pdata->status == WSA881X_STATUS_PROBING)) {
  1213. wsa881x_probing_count++;
  1214. return -EPROBE_DEFER;
  1215. }
  1216. if (pdata->status == WSA881X_STATUS_I2C) {
  1217. dev_dbg(&client->dev, "%s:probe for other slaves\n"
  1218. "devices of codec I2C slave Addr = %x\n",
  1219. __func__, client->addr);
  1220. dev_dbg(&client->dev, "%s:wsa_idx = %d SLAVE = %d\n",
  1221. __func__, wsa881x_index, WSA881X_ANALOG_SLAVE);
  1222. pdata->regmap[WSA881X_ANALOG_SLAVE] =
  1223. devm_regmap_init_i2c(
  1224. client,
  1225. &wsa881x_ana_regmap_config[WSA881X_ANALOG_SLAVE]);
  1226. regcache_cache_bypass(pdata->regmap[WSA881X_ANALOG_SLAVE],
  1227. true);
  1228. if (IS_ERR(pdata->regmap[WSA881X_ANALOG_SLAVE])) {
  1229. ret = PTR_ERR(pdata->regmap[WSA881X_ANALOG_SLAVE]);
  1230. dev_err(&client->dev,
  1231. "%s: regmap_init failed %d\n",
  1232. __func__, ret);
  1233. }
  1234. client->dev.platform_data = pdata;
  1235. i2c_set_clientdata(client, pdata);
  1236. pdata->client[WSA881X_ANALOG_SLAVE] = client;
  1237. if (pdata->version == WSA881X_2_0)
  1238. wsa881x_update_regmap_2_0(
  1239. pdata->regmap[WSA881X_ANALOG_SLAVE],
  1240. WSA881X_ANALOG_SLAVE);
  1241. wsa881x_probing_count++;
  1242. return ret;
  1243. } else if (pdata->status == WSA881X_STATUS_PROBING) {
  1244. pdata->index = wsa881x_index;
  1245. if (client->dev.of_node) {
  1246. dev_dbg(&client->dev, "%s:Platform data\n"
  1247. "from device tree\n", __func__);
  1248. ret = wsa881x_populate_dt_pdata(
  1249. &client->dev, wsa881x_index);
  1250. if (ret < 0) {
  1251. dev_err(&client->dev,
  1252. "%s: Fail to obtain pdata from device tree\n",
  1253. __func__);
  1254. ret = -EINVAL;
  1255. goto err;
  1256. }
  1257. client->dev.platform_data = pdata;
  1258. } else {
  1259. dev_dbg(&client->dev, "%s:Platform data from\n"
  1260. "board file\n", __func__);
  1261. pdata = client->dev.platform_data;
  1262. }
  1263. if (!pdata) {
  1264. dev_dbg(&client->dev, "no platform data?\n");
  1265. ret = -EINVAL;
  1266. goto err;
  1267. }
  1268. wsa_mclk = devm_clk_get(&client->dev, "wsa_mclk");
  1269. if (IS_ERR(wsa_mclk)) {
  1270. ret = PTR_ERR(wsa_mclk);
  1271. dev_dbg(&client->dev, "%s: clk get %s failed %d\n",
  1272. __func__, "wsa_mclk", ret);
  1273. wsa_mclk = NULL;
  1274. goto err;
  1275. }
  1276. pdata->wsa_mclk = wsa_mclk;
  1277. dev_set_drvdata(&client->dev, client);
  1278. pdata->regmap[WSA881X_DIGITAL_SLAVE] =
  1279. devm_regmap_init_i2c(
  1280. client,
  1281. &wsa881x_ana_regmap_config[WSA881X_DIGITAL_SLAVE]);
  1282. regcache_cache_bypass(pdata->regmap[WSA881X_DIGITAL_SLAVE],
  1283. true);
  1284. if (IS_ERR(pdata->regmap[WSA881X_DIGITAL_SLAVE])) {
  1285. ret = PTR_ERR(pdata->regmap[WSA881X_DIGITAL_SLAVE]);
  1286. dev_err(&client->dev, "%s: regmap_init failed %d\n",
  1287. __func__, ret);
  1288. goto err;
  1289. }
  1290. /* bus reset sequence */
  1291. ret = wsa881x_reset(pdata, true);
  1292. if (ret < 0) {
  1293. wsa881x_probing_count++;
  1294. dev_err(&client->dev, "%s: WSA enable Failed %d\n",
  1295. __func__, ret);
  1296. goto err;
  1297. }
  1298. pdata->client[WSA881X_DIGITAL_SLAVE] = client;
  1299. pdata->regmap_flag = true;
  1300. ret = check_wsa881x_presence(client);
  1301. if (ret < 0) {
  1302. dev_err(&client->dev,
  1303. "failed to ping wsa with addr:%x, ret = %d\n",
  1304. client->addr, ret);
  1305. wsa881x_probing_count++;
  1306. goto err1;
  1307. }
  1308. pdata->version = wsa881x_i2c_read_device(pdata,
  1309. WSA881X_CHIP_ID1);
  1310. pr_debug("%s: wsa881x version: %d\n", __func__, pdata->version);
  1311. if (pdata->version == WSA881X_2_0) {
  1312. wsa881x_update_reg_defaults_2_0();
  1313. wsa881x_update_regmap_2_0(
  1314. pdata->regmap[WSA881X_DIGITAL_SLAVE],
  1315. WSA881X_DIGITAL_SLAVE);
  1316. }
  1317. wsa881x_presence_count++;
  1318. wsa881x_probing_count++;
  1319. ret = snd_soc_register_component(&client->dev,
  1320. &soc_component_dev_wsa881x,
  1321. NULL, 0);
  1322. if (ret < 0)
  1323. goto err1;
  1324. pdata->status = WSA881X_STATUS_I2C;
  1325. }
  1326. err1:
  1327. wsa881x_reset(pdata, false);
  1328. err:
  1329. return ret;
  1330. }
  1331. static int wsa881x_i2c_remove(struct i2c_client *client)
  1332. {
  1333. struct wsa881x_pdata *wsa881x = client->dev.platform_data;
  1334. snd_soc_unregister_component(&client->dev);
  1335. i2c_set_clientdata(client, NULL);
  1336. kfree(wsa881x);
  1337. return 0;
  1338. }
  1339. #ifdef CONFIG_PM_SLEEP
  1340. static int wsa881x_i2c_suspend(struct device *dev)
  1341. {
  1342. pr_debug("%s: system suspend\n", __func__);
  1343. return 0;
  1344. }
  1345. static int wsa881x_i2c_resume(struct device *dev)
  1346. {
  1347. pr_debug("%s: system resume\n", __func__);
  1348. return 0;
  1349. }
  1350. static const struct dev_pm_ops wsa881x_i2c_pm_ops = {
  1351. SET_SYSTEM_SLEEP_PM_OPS(wsa881x_i2c_suspend, wsa881x_i2c_resume)
  1352. };
  1353. #endif /* CONFIG_PM_SLEEP */
  1354. static const struct i2c_device_id wsa881x_i2c_id[] = {
  1355. {"wsa881x-i2c-dev", WSA881X_I2C_SPK0_SLAVE0_ADDR},
  1356. {"wsa881x-i2c-dev", WSA881X_I2C_SPK0_SLAVE1_ADDR},
  1357. {"wsa881x-i2c-dev", WSA881X_I2C_SPK1_SLAVE0_ADDR},
  1358. {"wsa881x-i2c-dev", WSA881X_I2C_SPK1_SLAVE1_ADDR},
  1359. {}
  1360. };
  1361. MODULE_DEVICE_TABLE(i2c, wsa881x_i2c_id);
  1362. static const struct of_device_id msm_match_table[] = {
  1363. {.compatible = "qcom,wsa881x-i2c-codec"},
  1364. {}
  1365. };
  1366. MODULE_DEVICE_TABLE(of, msm_match_table);
  1367. static struct i2c_driver wsa881x_codec_driver = {
  1368. .driver = {
  1369. .name = "wsa881x-i2c-codec",
  1370. .owner = THIS_MODULE,
  1371. .probe_type = PROBE_PREFER_ASYNCHRONOUS,
  1372. #ifdef CONFIG_PM_SLEEP
  1373. .pm = &wsa881x_i2c_pm_ops,
  1374. #endif
  1375. .of_match_table = msm_match_table,
  1376. },
  1377. .id_table = wsa881x_i2c_id,
  1378. .probe = wsa881x_i2c_probe,
  1379. .remove = wsa881x_i2c_remove,
  1380. };
  1381. static int __init wsa881x_codec_init(void)
  1382. {
  1383. int i = 0;
  1384. for (i = 0; i < MAX_WSA881X_DEVICE; i++)
  1385. wsa_pdata[i].status = WSA881X_STATUS_PROBING;
  1386. return i2c_add_driver(&wsa881x_codec_driver);
  1387. }
  1388. module_init(wsa881x_codec_init);
  1389. static void __exit wsa881x_codec_exit(void)
  1390. {
  1391. i2c_del_driver(&wsa881x_codec_driver);
  1392. }
  1393. module_exit(wsa881x_codec_exit);
  1394. MODULE_DESCRIPTION("WSA881x Codec driver");
  1395. MODULE_LICENSE("GPL v2");