wsa881x-analog.c 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2015-2016, 2018-2020, The Linux Foundation. All rights reserved.
  4. */
  5. #include <linux/clk.h>
  6. #include <linux/clk-provider.h>
  7. #include <linux/module.h>
  8. #include <linux/init.h>
  9. #include <linux/slab.h>
  10. #include <linux/of_gpio.h>
  11. #include <linux/platform_device.h>
  12. #include <linux/device.h>
  13. #include <linux/printk.h>
  14. #include <linux/bitops.h>
  15. #include <linux/regulator/consumer.h>
  16. #include <linux/pm_runtime.h>
  17. #include <soc/soundwire.h>
  18. #include <sound/pcm.h>
  19. #include <sound/pcm_params.h>
  20. #include <sound/soc.h>
  21. #include <sound/soc-dapm.h>
  22. #include <sound/tlv.h>
  23. #include <dsp/q6afe-v2.h>
  24. #include <linux/delay.h>
  25. #include <linux/i2c.h>
  26. #include <linux/kernel.h>
  27. #include <linux/gpio.h>
  28. #include <soc/internal.h>
  29. #include <linux/regmap.h>
  30. #include <asoc/msm-cdc-pinctrl.h>
  31. #include "wsa881x-analog.h"
  32. #include "wsa881x-temp-sensor.h"
  33. #define SPK_GAIN_12DB 4
  34. #define WIDGET_NAME_MAX_SIZE 80
  35. /*
  36. * Private data Structure for wsa881x. All parameters related to
  37. * WSA881X codec needs to be defined here.
  38. */
  39. struct wsa881x_pdata {
  40. struct regmap *regmap[2];
  41. struct i2c_client *client[2];
  42. struct snd_soc_component *component;
  43. /* track wsa881x status during probe */
  44. int status;
  45. bool boost_enable;
  46. bool visense_enable;
  47. int spk_pa_gain;
  48. struct i2c_msg xfer_msg[2];
  49. struct mutex xfer_lock;
  50. bool regmap_flag;
  51. bool wsa_active;
  52. int index;
  53. struct wsa881x_tz_priv tz_pdata;
  54. struct clk *wsa_mclk;
  55. int bg_cnt;
  56. int clk_cnt;
  57. int enable_cnt;
  58. int version;
  59. struct mutex bg_lock;
  60. struct mutex res_lock;
  61. struct delayed_work ocp_ctl_work;
  62. struct device_node *wsa_vi_gpio_p;
  63. struct device_node *wsa_clk_gpio_p;
  64. struct device_node *wsa_reset_gpio_p;
  65. };
  66. enum {
  67. WSA881X_STATUS_PROBING,
  68. WSA881X_STATUS_I2C,
  69. };
  70. #define WSA881X_OCP_CTL_TIMER_SEC 2
  71. #define WSA881X_OCP_CTL_TEMP_CELSIUS 25
  72. #define WSA881X_OCP_CTL_POLL_TIMER_SEC 60
  73. static int wsa881x_ocp_poll_timer_sec = WSA881X_OCP_CTL_POLL_TIMER_SEC;
  74. module_param(wsa881x_ocp_poll_timer_sec, int, 0664);
  75. MODULE_PARM_DESC(wsa881x_ocp_poll_timer_sec, "timer for ocp ctl polling");
  76. static int32_t wsa881x_resource_acquire(struct snd_soc_component *component,
  77. bool enable);
  78. const char *wsa_tz_names[] = {"wsa881x.0e", "wsa881x.0f"};
  79. struct wsa881x_pdata wsa_pdata[MAX_WSA881X_DEVICE];
  80. static bool pinctrl_init;
  81. static int wsa881x_populate_dt_pdata(struct device *dev, int wsa881x_index);
  82. static int wsa881x_reset(struct wsa881x_pdata *pdata, bool enable);
  83. static int wsa881x_startup(struct wsa881x_pdata *pdata);
  84. static int wsa881x_shutdown(struct wsa881x_pdata *pdata);
  85. static int delay_array_msec[] = {10, 20, 30, 40, 50};
  86. static int wsa881x_i2c_addr = -1;
  87. static int wsa881x_probing_count;
  88. static int wsa881x_presence_count;
  89. static const char * const wsa881x_spk_pa_gain_text[] = {
  90. "POS_13P5_DB", "POS_12_DB", "POS_10P5_DB", "POS_9_DB", "POS_7P5_DB",
  91. "POS_6_DB", "POS_4P5_DB", "POS_3_DB", "POS_1P5_DB", "POS_0_DB"};
  92. static const struct soc_enum wsa881x_spk_pa_gain_enum[] = {
  93. SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(wsa881x_spk_pa_gain_text),
  94. wsa881x_spk_pa_gain_text),
  95. };
  96. static int wsa881x_spk_pa_gain_get(struct snd_kcontrol *kcontrol,
  97. struct snd_ctl_elem_value *ucontrol)
  98. {
  99. struct snd_soc_component *component =
  100. snd_soc_kcontrol_component(kcontrol);
  101. struct wsa881x_pdata *wsa881x =
  102. snd_soc_component_get_drvdata(component);
  103. ucontrol->value.integer.value[0] = wsa881x->spk_pa_gain;
  104. dev_dbg(component->dev, "%s: spk_pa_gain = %ld\n", __func__,
  105. ucontrol->value.integer.value[0]);
  106. return 0;
  107. }
  108. static int wsa881x_spk_pa_gain_put(struct snd_kcontrol *kcontrol,
  109. struct snd_ctl_elem_value *ucontrol)
  110. {
  111. struct snd_soc_component *component =
  112. snd_soc_kcontrol_component(kcontrol);
  113. struct wsa881x_pdata *wsa881x =
  114. snd_soc_component_get_drvdata(component);
  115. if (ucontrol->value.integer.value[0] < 0 ||
  116. ucontrol->value.integer.value[0] > 0xC) {
  117. dev_err(component->dev, "%s: Unsupported gain val %ld\n",
  118. __func__, ucontrol->value.integer.value[0]);
  119. return -EINVAL;
  120. }
  121. wsa881x->spk_pa_gain = ucontrol->value.integer.value[0];
  122. dev_dbg(component->dev, "%s: ucontrol->value.integer.value[0] = %ld\n",
  123. __func__, ucontrol->value.integer.value[0]);
  124. return 0;
  125. }
  126. static int get_i2c_wsa881x_device_index(u16 reg)
  127. {
  128. u16 mask = 0x0f00;
  129. int value = 0;
  130. value = ((reg & mask) >> 8) & 0x000f;
  131. switch (value) {
  132. case 0:
  133. return 0;
  134. case 1:
  135. return 1;
  136. default:
  137. break;
  138. }
  139. return -EINVAL;
  140. }
  141. static int wsa881x_i2c_write_device(struct wsa881x_pdata *wsa881x,
  142. unsigned int reg, unsigned int val)
  143. {
  144. int i = 0, rc = 0;
  145. int wsa881x_index;
  146. struct i2c_msg *msg;
  147. int ret = 0;
  148. int bytes = 1;
  149. u8 reg_addr = 0;
  150. u8 data[2];
  151. wsa881x_index = get_i2c_wsa881x_device_index(reg);
  152. if (wsa881x_index < 0) {
  153. pr_err_ratelimited("%s:invalid register to write\n", __func__);
  154. return -EINVAL;
  155. }
  156. if (wsa881x->regmap_flag) {
  157. rc = regmap_write(wsa881x->regmap[wsa881x_index], reg, val);
  158. for (i = 0; rc && i < ARRAY_SIZE(delay_array_msec); i++) {
  159. pr_err_ratelimited("Failed writing reg=%u-retry(%d)\n",
  160. reg, i);
  161. /* retry after delay of increasing order */
  162. msleep(delay_array_msec[i]);
  163. rc = regmap_write(wsa881x->regmap[wsa881x_index],
  164. reg, val);
  165. }
  166. if (rc)
  167. pr_err_ratelimited("Failed writing reg=%u rc=%d\n",
  168. reg, rc);
  169. else
  170. pr_debug("write success register = %x val = %x\n",
  171. reg, val);
  172. } else {
  173. reg_addr = (u8)reg;
  174. msg = &wsa881x->xfer_msg[0];
  175. msg->addr = wsa881x->client[wsa881x_index]->addr;
  176. msg->len = bytes + 1;
  177. msg->flags = 0;
  178. data[0] = reg;
  179. data[1] = (u8)val;
  180. msg->buf = data;
  181. ret = i2c_transfer(wsa881x->client[wsa881x_index]->adapter,
  182. wsa881x->xfer_msg, 1);
  183. /* Try again if the write fails */
  184. if (ret != 1) {
  185. ret = i2c_transfer(
  186. wsa881x->client[wsa881x_index]->adapter,
  187. wsa881x->xfer_msg, 1);
  188. if (ret != 1) {
  189. pr_err_ratelimited("failed to write the device\n");
  190. return ret;
  191. }
  192. }
  193. pr_debug("write success reg = %x val = %x\n", reg, data[1]);
  194. }
  195. return rc;
  196. }
  197. static int wsa881x_i2c_read_device(struct wsa881x_pdata *wsa881x,
  198. unsigned int reg)
  199. {
  200. int wsa881x_index;
  201. int i = 0, rc = 0;
  202. unsigned int val;
  203. struct i2c_msg *msg;
  204. int ret = 0;
  205. u8 reg_addr = 0;
  206. u8 dest[5] = {0};
  207. wsa881x_index = get_i2c_wsa881x_device_index(reg);
  208. if (wsa881x_index < 0) {
  209. pr_err_ratelimited("%s:invalid register to read\n", __func__);
  210. return -EINVAL;
  211. }
  212. if (wsa881x->regmap_flag) {
  213. rc = regmap_read(wsa881x->regmap[wsa881x_index], reg, &val);
  214. for (i = 0; rc && i < ARRAY_SIZE(delay_array_msec); i++) {
  215. pr_err_ratelimited("Failed reading reg=%u - retry(%d)\n",
  216. reg, i);
  217. /* retry after delay of increasing order */
  218. msleep(delay_array_msec[i]);
  219. rc = regmap_read(wsa881x->regmap[wsa881x_index],
  220. reg, &val);
  221. }
  222. if (rc) {
  223. pr_err_ratelimited("Failed reading reg=%u rc=%d\n",
  224. reg, rc);
  225. return rc;
  226. }
  227. pr_debug("read success reg = %x val = %x\n",
  228. reg, val);
  229. } else {
  230. reg_addr = (u8)reg;
  231. msg = &wsa881x->xfer_msg[0];
  232. msg->addr = wsa881x->client[wsa881x_index]->addr;
  233. msg->len = 1;
  234. msg->flags = 0;
  235. msg->buf = &reg_addr;
  236. msg = &wsa881x->xfer_msg[1];
  237. msg->addr = wsa881x->client[wsa881x_index]->addr;
  238. msg->len = 1;
  239. msg->flags = I2C_M_RD;
  240. msg->buf = dest;
  241. ret = i2c_transfer(wsa881x->client[wsa881x_index]->adapter,
  242. wsa881x->xfer_msg, 2);
  243. /* Try again if read fails first time */
  244. if (ret != 2) {
  245. ret = i2c_transfer(
  246. wsa881x->client[wsa881x_index]->adapter,
  247. wsa881x->xfer_msg, 2);
  248. if (ret != 2) {
  249. pr_err_ratelimited("failed to read wsa register:%d\n",
  250. reg);
  251. return ret;
  252. }
  253. }
  254. val = dest[0];
  255. }
  256. return val;
  257. }
  258. static unsigned int wsa881x_i2c_read(struct snd_soc_component *component,
  259. unsigned int reg)
  260. {
  261. struct wsa881x_pdata *wsa881x;
  262. int wsa881x_index;
  263. if (component == NULL) {
  264. pr_err_ratelimited("%s: invalid component\n", __func__);
  265. return -EINVAL;
  266. }
  267. wsa881x = snd_soc_component_get_drvdata(component);
  268. if (!wsa881x->wsa_active)
  269. return 0;
  270. wsa881x_index = get_i2c_wsa881x_device_index(reg);
  271. if (wsa881x_index < 0) {
  272. pr_err_ratelimited("%s:invalid register to read\n", __func__);
  273. return -EINVAL;
  274. }
  275. return wsa881x_i2c_read_device(wsa881x, reg);
  276. }
  277. static int wsa881x_i2c_write(struct snd_soc_component *component,
  278. unsigned int reg,
  279. unsigned int val)
  280. {
  281. struct wsa881x_pdata *wsa881x;
  282. int wsa881x_index;
  283. if (component == NULL) {
  284. pr_err_ratelimited("%s: invalid component\n", __func__);
  285. return -EINVAL;
  286. }
  287. wsa881x = snd_soc_component_get_drvdata(component);
  288. if (!wsa881x->wsa_active)
  289. return 0;
  290. wsa881x_index = get_i2c_wsa881x_device_index(reg);
  291. if (wsa881x_index < 0) {
  292. pr_err_ratelimited("%s:invalid register to read\n", __func__);
  293. return -EINVAL;
  294. }
  295. return wsa881x_i2c_write_device(wsa881x, reg, val);
  296. }
  297. static int wsa881x_i2c_get_client_index(struct i2c_client *client,
  298. int *wsa881x_index)
  299. {
  300. int ret = 0;
  301. switch (client->addr) {
  302. case WSA881X_I2C_SPK0_SLAVE0_ADDR:
  303. case WSA881X_I2C_SPK0_SLAVE1_ADDR:
  304. *wsa881x_index = WSA881X_I2C_SPK0_SLAVE0;
  305. break;
  306. case WSA881X_I2C_SPK1_SLAVE0_ADDR:
  307. case WSA881X_I2C_SPK1_SLAVE1_ADDR:
  308. *wsa881x_index = WSA881X_I2C_SPK1_SLAVE0;
  309. break;
  310. default:
  311. ret = -EINVAL;
  312. break;
  313. }
  314. return ret;
  315. }
  316. static int wsa881x_boost_ctrl(struct snd_soc_component *component, bool enable)
  317. {
  318. struct wsa881x_pdata *wsa881x =
  319. snd_soc_component_get_drvdata(component);
  320. pr_debug("%s: enable:%d\n", __func__, enable);
  321. if (enable) {
  322. if (!WSA881X_IS_2_0(wsa881x->version)) {
  323. snd_soc_component_update_bits(component,
  324. WSA881X_ANA_CTL, 0x01, 0x01);
  325. snd_soc_component_update_bits(component,
  326. WSA881X_ANA_CTL, 0x04, 0x04);
  327. snd_soc_component_update_bits(component,
  328. WSA881X_BOOST_PS_CTL,
  329. 0x40, 0x00);
  330. snd_soc_component_update_bits(component,
  331. WSA881X_BOOST_PRESET_OUT1,
  332. 0xF0, 0xB0);
  333. snd_soc_component_update_bits(component,
  334. WSA881X_BOOST_ZX_CTL,
  335. 0x20, 0x00);
  336. snd_soc_component_update_bits(component,
  337. WSA881X_BOOST_EN_CTL,
  338. 0x80, 0x80);
  339. } else {
  340. snd_soc_component_update_bits(component,
  341. WSA881X_BOOST_LOOP_STABILITY,
  342. 0x03, 0x03);
  343. snd_soc_component_update_bits(component,
  344. WSA881X_BOOST_MISC2_CTL,
  345. 0xFF, 0x14);
  346. snd_soc_component_update_bits(component,
  347. WSA881X_BOOST_START_CTL,
  348. 0x80, 0x80);
  349. snd_soc_component_update_bits(component,
  350. WSA881X_BOOST_START_CTL,
  351. 0x03, 0x00);
  352. snd_soc_component_update_bits(component,
  353. WSA881X_BOOST_SLOPE_COMP_ISENSE_FB,
  354. 0x0C, 0x04);
  355. snd_soc_component_update_bits(component,
  356. WSA881X_BOOST_SLOPE_COMP_ISENSE_FB,
  357. 0x03, 0x00);
  358. if (snd_soc_component_read32(component, WSA881X_OTP_REG_0))
  359. snd_soc_component_update_bits(component,
  360. WSA881X_BOOST_PRESET_OUT1,
  361. 0xF0, 0x70);
  362. else
  363. snd_soc_component_update_bits(component,
  364. WSA881X_BOOST_PRESET_OUT1,
  365. 0xF0, 0xB0);
  366. snd_soc_component_update_bits(component,
  367. WSA881X_ANA_CTL, 0x03, 0x01);
  368. snd_soc_component_update_bits(component,
  369. WSA881X_SPKR_DRV_EN,
  370. 0x08, 0x08);
  371. snd_soc_component_update_bits(component,
  372. WSA881X_ANA_CTL, 0x04, 0x04);
  373. snd_soc_component_update_bits(component,
  374. WSA881X_BOOST_CURRENT_LIMIT,
  375. 0x0F, 0x08);
  376. snd_soc_component_update_bits(component,
  377. WSA881X_BOOST_EN_CTL,
  378. 0x80, 0x80);
  379. }
  380. /* For WSA8810, start-up time is 1500us as per qcrg sequence */
  381. usleep_range(1500, 1510);
  382. } else {
  383. /* ENSURE: Class-D amp is shutdown. CLK is still on */
  384. snd_soc_component_update_bits(component,
  385. WSA881X_BOOST_EN_CTL, 0x80, 0x00);
  386. /* boost settle time is 1500us as per qcrg sequence */
  387. usleep_range(1500, 1510);
  388. }
  389. return 0;
  390. }
  391. static int wsa881x_visense_txfe_ctrl(struct snd_soc_component *component,
  392. bool enable,
  393. u8 isense1_gain, u8 isense2_gain,
  394. u8 vsense_gain)
  395. {
  396. u8 value = 0;
  397. struct wsa881x_pdata *wsa881x =
  398. snd_soc_component_get_drvdata(component);
  399. pr_debug("%s: enable:%d\n", __func__, enable);
  400. if (enable) {
  401. if (WSA881X_IS_2_0(wsa881x->version)) {
  402. snd_soc_component_update_bits(component,
  403. WSA881X_OTP_REG_28,
  404. 0x3F, 0x3A);
  405. snd_soc_component_update_bits(component,
  406. WSA881X_BONGO_RESRV_REG1,
  407. 0xFF, 0xB2);
  408. snd_soc_component_update_bits(component,
  409. WSA881X_BONGO_RESRV_REG2,
  410. 0xFF, 0x05);
  411. }
  412. snd_soc_component_update_bits(component,
  413. WSA881X_SPKR_PROT_FE_VSENSE_VCM,
  414. 0x08, 0x00);
  415. if (WSA881X_IS_2_0(wsa881x->version)) {
  416. snd_soc_component_update_bits(component,
  417. WSA881X_SPKR_PROT_ATEST2,
  418. 0x1C, 0x04);
  419. } else {
  420. snd_soc_component_update_bits(component,
  421. WSA881X_SPKR_PROT_ATEST2,
  422. 0x08, 0x08);
  423. snd_soc_component_update_bits(component,
  424. WSA881X_SPKR_PROT_ATEST2,
  425. 0x02, 0x02);
  426. }
  427. value = ((isense2_gain << 6) | (isense1_gain << 4) |
  428. (vsense_gain << 3));
  429. snd_soc_component_update_bits(component,
  430. WSA881X_SPKR_PROT_FE_GAIN,
  431. 0xF8, value);
  432. snd_soc_component_update_bits(component,
  433. WSA881X_SPKR_PROT_FE_GAIN,
  434. 0x01, 0x01);
  435. } else {
  436. if (WSA881X_IS_2_0(wsa881x->version))
  437. snd_soc_component_update_bits(component,
  438. WSA881X_SPKR_PROT_FE_VSENSE_VCM, 0x10, 0x10);
  439. else
  440. snd_soc_component_update_bits(component,
  441. WSA881X_SPKR_PROT_FE_VSENSE_VCM, 0x08, 0x08);
  442. /*
  443. * 200us sleep is needed after visense txfe disable as per
  444. * HW requirement.
  445. */
  446. usleep_range(200, 210);
  447. snd_soc_component_update_bits(component,
  448. WSA881X_SPKR_PROT_FE_GAIN,
  449. 0x01, 0x00);
  450. }
  451. return 0;
  452. }
  453. static int wsa881x_visense_adc_ctrl(struct snd_soc_component *component,
  454. bool enable)
  455. {
  456. struct wsa881x_pdata *wsa881x =
  457. snd_soc_component_get_drvdata(component);
  458. pr_debug("%s: enable:%d\n", __func__, enable);
  459. if (enable) {
  460. if (!WSA881X_IS_2_0(wsa881x->version))
  461. snd_soc_component_update_bits(component,
  462. WSA881X_ADC_SEL_IBIAS,
  463. 0x70, 0x40);
  464. snd_soc_component_update_bits(component,
  465. WSA881X_ADC_EN_SEL_IBIAS,
  466. 0x07, 0x04);
  467. snd_soc_component_update_bits(component,
  468. WSA881X_ADC_EN_MODU_V, 0x80, 0x80);
  469. snd_soc_component_update_bits(component,
  470. WSA881X_ADC_EN_MODU_I, 0x80, 0x80);
  471. } else {
  472. /* Ensure: Speaker Protection has been stopped */
  473. snd_soc_component_update_bits(component,
  474. WSA881X_ADC_EN_MODU_V, 0x80, 0x00);
  475. snd_soc_component_update_bits(component,
  476. WSA881X_ADC_EN_MODU_I, 0x80, 0x00);
  477. }
  478. return 0;
  479. }
  480. static void wsa881x_bandgap_ctrl(struct snd_soc_component *component,
  481. bool enable)
  482. {
  483. struct wsa881x_pdata *wsa881x =
  484. snd_soc_component_get_drvdata(component);
  485. dev_dbg(component->dev, "%s: enable:%d, bg_count:%d\n", __func__,
  486. enable, wsa881x->bg_cnt);
  487. mutex_lock(&wsa881x->bg_lock);
  488. if (enable) {
  489. ++wsa881x->bg_cnt;
  490. if (wsa881x->bg_cnt == 1) {
  491. snd_soc_component_update_bits(component,
  492. WSA881X_TEMP_OP, 0x08, 0x08);
  493. /* 400usec sleep is needed as per HW requirement */
  494. usleep_range(400, 410);
  495. snd_soc_component_update_bits(component,
  496. WSA881X_TEMP_OP, 0x04, 0x04);
  497. }
  498. } else {
  499. --wsa881x->bg_cnt;
  500. if (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. wsa881x->clk_cnt = 0;
  535. snd_soc_component_write(component,
  536. WSA881X_CDC_ANA_CLK_CTL, 0x00);
  537. snd_soc_component_write(component,
  538. WSA881X_CDC_DIG_CLK_CTL, 0x00);
  539. if (WSA881X_IS_2_0(wsa881x->version))
  540. snd_soc_component_update_bits(component,
  541. WSA881X_CDC_TOP_CLK_CTL, 0x01, 0x00);
  542. }
  543. }
  544. mutex_unlock(&wsa881x->res_lock);
  545. }
  546. static int wsa881x_rdac_ctrl(struct snd_soc_component *component, bool enable)
  547. {
  548. struct wsa881x_pdata *wsa881x =
  549. snd_soc_component_get_drvdata(component);
  550. pr_debug("%s: enable:%d\n", __func__, enable);
  551. if (enable) {
  552. snd_soc_component_update_bits(component,
  553. WSA881X_ANA_CTL, 0x08, 0x00);
  554. snd_soc_component_update_bits(component,
  555. WSA881X_SPKR_DRV_GAIN, 0x08, 0x08);
  556. snd_soc_component_update_bits(component,
  557. WSA881X_SPKR_DAC_CTL, 0x20, 0x20);
  558. snd_soc_component_update_bits(component,
  559. WSA881X_SPKR_DAC_CTL, 0x20, 0x00);
  560. snd_soc_component_update_bits(component,
  561. WSA881X_SPKR_DAC_CTL, 0x40, 0x40);
  562. snd_soc_component_update_bits(component,
  563. WSA881X_SPKR_DAC_CTL, 0x80, 0x80);
  564. if (WSA881X_IS_2_0(wsa881x->version)) {
  565. snd_soc_component_update_bits(component,
  566. WSA881X_SPKR_BIAS_CAL, 0x01, 0x01);
  567. snd_soc_component_update_bits(component,
  568. WSA881X_SPKR_OCP_CTL, 0x30, 0x30);
  569. snd_soc_component_update_bits(component,
  570. WSA881X_SPKR_OCP_CTL, 0x0C, 0x00);
  571. }
  572. snd_soc_component_update_bits(component,
  573. WSA881X_SPKR_DRV_GAIN, 0xF0, 0x40);
  574. snd_soc_component_update_bits(component,
  575. WSA881X_SPKR_MISC_CTL1, 0x01, 0x01);
  576. } else {
  577. /* Ensure class-D amp is off */
  578. snd_soc_component_update_bits(component,
  579. WSA881X_SPKR_DAC_CTL, 0x80, 0x00);
  580. }
  581. return 0;
  582. }
  583. static int wsa881x_spkr_pa_ctrl(struct snd_soc_component *component,
  584. bool enable)
  585. {
  586. int ret = 0;
  587. struct wsa881x_pdata *wsa881x =
  588. snd_soc_component_get_drvdata(component);
  589. pr_debug("%s: enable:%d\n", __func__, enable);
  590. if (enable) {
  591. /*
  592. * Ensure: Boost is enabled and stable, Analog input is up
  593. * and outputting silence
  594. */
  595. if (!WSA881X_IS_2_0(wsa881x->version)) {
  596. snd_soc_component_update_bits(component,
  597. WSA881X_ADC_EN_DET_TEST_I,
  598. 0xFF, 0x01);
  599. snd_soc_component_update_bits(component,
  600. WSA881X_ADC_EN_MODU_V,
  601. 0x02, 0x02);
  602. snd_soc_component_update_bits(component,
  603. WSA881X_ADC_EN_DET_TEST_V,
  604. 0xFF, 0x10);
  605. snd_soc_component_update_bits(component,
  606. WSA881X_SPKR_PWRSTG_DBG,
  607. 0xA0, 0xA0);
  608. snd_soc_component_update_bits(component,
  609. WSA881X_SPKR_DRV_EN,
  610. 0x80, 0x80);
  611. usleep_range(700, 710);
  612. snd_soc_component_update_bits(component,
  613. WSA881X_SPKR_PWRSTG_DBG,
  614. 0x00, 0x00);
  615. snd_soc_component_update_bits(component,
  616. WSA881X_ADC_EN_DET_TEST_V,
  617. 0xFF, 0x00);
  618. snd_soc_component_update_bits(component,
  619. WSA881X_ADC_EN_MODU_V,
  620. 0x02, 0x00);
  621. snd_soc_component_update_bits(component,
  622. WSA881X_ADC_EN_DET_TEST_I,
  623. 0xFF, 0x00);
  624. } else
  625. snd_soc_component_update_bits(component,
  626. WSA881X_SPKR_DRV_EN, 0x80, 0x80);
  627. /* add 1000us delay as per qcrg */
  628. usleep_range(1000, 1010);
  629. snd_soc_component_update_bits(component,
  630. WSA881X_SPKR_DRV_EN, 0x01, 0x01);
  631. if (WSA881X_IS_2_0(wsa881x->version))
  632. snd_soc_component_update_bits(component,
  633. WSA881X_SPKR_BIAS_CAL,
  634. 0x01, 0x00);
  635. usleep_range(1000, 1010);
  636. snd_soc_component_update_bits(component,
  637. WSA881X_SPKR_DRV_GAIN,
  638. 0xF0, (wsa881x->spk_pa_gain << 4));
  639. if (wsa881x->visense_enable) {
  640. ret = msm_cdc_pinctrl_select_active_state(
  641. wsa881x->wsa_vi_gpio_p);
  642. if (ret) {
  643. pr_err("%s: gpio set cannot be activated %s\n",
  644. __func__, "wsa_vi");
  645. return ret;
  646. }
  647. wsa881x_visense_txfe_ctrl(component, true,
  648. 0x00, 0x01, 0x00);
  649. wsa881x_visense_adc_ctrl(component, true);
  650. }
  651. } else {
  652. /*
  653. * Ensure: Boost is still on, Stream from Analog input and
  654. * Speaker Protection has been stopped and input is at 0V
  655. */
  656. if (WSA881X_IS_2_0(wsa881x->version)) {
  657. snd_soc_component_update_bits(component,
  658. WSA881X_SPKR_BIAS_CAL,
  659. 0x01, 0x01);
  660. usleep_range(1000, 1010);
  661. snd_soc_component_update_bits(component,
  662. WSA881X_SPKR_BIAS_CAL,
  663. 0x01, 0x00);
  664. msleep(20);
  665. snd_soc_component_update_bits(component,
  666. WSA881X_ANA_CTL, 0x03, 0x00);
  667. usleep_range(200, 210);
  668. }
  669. snd_soc_component_update_bits(component,
  670. WSA881X_SPKR_DRV_EN, 0x80, 0x00);
  671. }
  672. return 0;
  673. }
  674. static int wsa881x_get_boost(struct snd_kcontrol *kcontrol,
  675. struct snd_ctl_elem_value *ucontrol)
  676. {
  677. struct snd_soc_component *component =
  678. snd_soc_kcontrol_component(kcontrol);
  679. struct wsa881x_pdata *wsa881x =
  680. snd_soc_component_get_drvdata(component);
  681. ucontrol->value.integer.value[0] = wsa881x->boost_enable;
  682. return 0;
  683. }
  684. static int wsa881x_set_boost(struct snd_kcontrol *kcontrol,
  685. struct snd_ctl_elem_value *ucontrol)
  686. {
  687. struct snd_soc_component *component =
  688. snd_soc_kcontrol_component(kcontrol);
  689. struct wsa881x_pdata *wsa881x =
  690. snd_soc_component_get_drvdata(component);
  691. int value = ucontrol->value.integer.value[0];
  692. dev_dbg(component->dev, "%s: Boost enable current %d, new %d\n",
  693. __func__, wsa881x->boost_enable, value);
  694. wsa881x->boost_enable = value;
  695. return 0;
  696. }
  697. static int wsa881x_get_visense(struct snd_kcontrol *kcontrol,
  698. struct snd_ctl_elem_value *ucontrol)
  699. {
  700. struct snd_soc_component *component =
  701. snd_soc_kcontrol_component(kcontrol);
  702. struct wsa881x_pdata *wsa881x =
  703. snd_soc_component_get_drvdata(component);
  704. ucontrol->value.integer.value[0] = wsa881x->visense_enable;
  705. return 0;
  706. }
  707. static int wsa881x_set_visense(struct snd_kcontrol *kcontrol,
  708. struct snd_ctl_elem_value *ucontrol)
  709. {
  710. struct snd_soc_component *component =
  711. snd_soc_kcontrol_component(kcontrol);
  712. struct wsa881x_pdata *wsa881x =
  713. snd_soc_component_get_drvdata(component);
  714. int value = ucontrol->value.integer.value[0];
  715. dev_dbg(component->dev, "%s: VIsense enable current %d, new %d\n",
  716. __func__, wsa881x->visense_enable, value);
  717. wsa881x->visense_enable = value;
  718. return 0;
  719. }
  720. static const struct snd_kcontrol_new wsa881x_snd_controls[] = {
  721. SOC_SINGLE_EXT("BOOST Switch", SND_SOC_NOPM, 0, 1, 0,
  722. wsa881x_get_boost, wsa881x_set_boost),
  723. SOC_SINGLE_EXT("VISENSE Switch", SND_SOC_NOPM, 0, 1, 0,
  724. wsa881x_get_visense, wsa881x_set_visense),
  725. SOC_ENUM_EXT("WSA_SPK PA Gain", wsa881x_spk_pa_gain_enum[0],
  726. wsa881x_spk_pa_gain_get, wsa881x_spk_pa_gain_put),
  727. };
  728. static const char * const rdac_text[] = {
  729. "ZERO", "Switch",
  730. };
  731. static const struct soc_enum rdac_enum =
  732. SOC_ENUM_SINGLE(SND_SOC_NOPM, 0, ARRAY_SIZE(rdac_text), rdac_text);
  733. static const struct snd_kcontrol_new rdac_mux[] = {
  734. SOC_DAPM_ENUM("RDAC", rdac_enum)
  735. };
  736. static int wsa881x_rdac_event(struct snd_soc_dapm_widget *w,
  737. struct snd_kcontrol *kcontrol, int event)
  738. {
  739. struct snd_soc_component *component =
  740. snd_soc_dapm_to_component(w->dapm);
  741. struct wsa881x_pdata *wsa881x =
  742. snd_soc_component_get_drvdata(component);
  743. int ret = 0;
  744. dev_dbg(component->dev, "%s: %s %d boost %d visense %d\n",
  745. __func__, w->name, event,
  746. wsa881x->boost_enable, wsa881x->visense_enable);
  747. switch (event) {
  748. case SND_SOC_DAPM_PRE_PMU:
  749. ret = wsa881x_startup(wsa881x);
  750. if (ret) {
  751. pr_err("%s: wsa startup failed ret: %d", __func__, ret);
  752. return ret;
  753. }
  754. wsa881x_clk_ctrl(component, true);
  755. snd_soc_component_update_bits(component,
  756. WSA881X_SPKR_DAC_CTL, 0x02, 0x02);
  757. if (!WSA881X_IS_2_0(wsa881x->version))
  758. snd_soc_component_update_bits(component,
  759. WSA881X_BIAS_REF_CTRL,
  760. 0x0F, 0x08);
  761. wsa881x_bandgap_ctrl(component, true);
  762. if (!WSA881X_IS_2_0(wsa881x->version))
  763. snd_soc_component_update_bits(component,
  764. WSA881X_SPKR_BBM_CTL,
  765. 0x02, 0x02);
  766. snd_soc_component_update_bits(component,
  767. WSA881X_SPKR_MISC_CTL1, 0xC0, 0x80);
  768. snd_soc_component_update_bits(component,
  769. WSA881X_SPKR_MISC_CTL1, 0x06, 0x06);
  770. if (!WSA881X_IS_2_0(wsa881x->version)) {
  771. snd_soc_component_update_bits(component,
  772. WSA881X_SPKR_MISC_CTL2,
  773. 0x04, 0x04);
  774. snd_soc_component_update_bits(component,
  775. WSA881X_SPKR_BIAS_INT,
  776. 0x09, 0x09);
  777. }
  778. snd_soc_component_update_bits(component,
  779. WSA881X_SPKR_PA_INT, 0xF0, 0x20);
  780. if (WSA881X_IS_2_0(wsa881x->version))
  781. snd_soc_component_update_bits(component,
  782. WSA881X_SPKR_PA_INT,
  783. 0x0E, 0x0E);
  784. if (wsa881x->boost_enable)
  785. wsa881x_boost_ctrl(component, true);
  786. break;
  787. case SND_SOC_DAPM_POST_PMU:
  788. wsa881x_rdac_ctrl(component, true);
  789. break;
  790. case SND_SOC_DAPM_PRE_PMD:
  791. wsa881x_rdac_ctrl(component, false);
  792. if (wsa881x->visense_enable) {
  793. wsa881x_visense_adc_ctrl(component, false);
  794. wsa881x_visense_txfe_ctrl(component, false,
  795. 0x00, 0x01, 0x00);
  796. ret = msm_cdc_pinctrl_select_sleep_state(
  797. wsa881x->wsa_vi_gpio_p);
  798. if (ret) {
  799. pr_err("%s: gpio set cannot be suspended %s\n",
  800. __func__, "wsa_vi");
  801. return ret;
  802. }
  803. }
  804. break;
  805. case SND_SOC_DAPM_POST_PMD:
  806. if (wsa881x->boost_enable)
  807. wsa881x_boost_ctrl(component, false);
  808. wsa881x_clk_ctrl(component, false);
  809. wsa881x_bandgap_ctrl(component, false);
  810. ret = wsa881x_shutdown(wsa881x);
  811. if (ret < 0) {
  812. pr_err("%s: wsa shutdown failed ret: %d",
  813. __func__, ret);
  814. return ret;
  815. }
  816. break;
  817. default:
  818. pr_err("%s: invalid event:%d\n", __func__, event);
  819. return -EINVAL;
  820. }
  821. return 0;
  822. }
  823. static void wsa881x_ocp_ctl_work(struct work_struct *work)
  824. {
  825. struct wsa881x_pdata *wsa881x;
  826. struct delayed_work *dwork;
  827. struct snd_soc_component *component;
  828. int temp_val;
  829. dwork = to_delayed_work(work);
  830. wsa881x = container_of(dwork, struct wsa881x_pdata, ocp_ctl_work);
  831. if (!wsa881x)
  832. return;
  833. component = wsa881x->component;
  834. wsa881x_get_temp(wsa881x->tz_pdata.tz_dev, &temp_val);
  835. dev_dbg(component->dev, " temp = %d\n", temp_val);
  836. if (temp_val <= WSA881X_OCP_CTL_TEMP_CELSIUS)
  837. snd_soc_component_update_bits(component,
  838. WSA881X_SPKR_OCP_CTL, 0xC0, 0x00);
  839. else
  840. snd_soc_component_update_bits(component,
  841. WSA881X_SPKR_OCP_CTL, 0xC0, 0xC0);
  842. schedule_delayed_work(&wsa881x->ocp_ctl_work,
  843. msecs_to_jiffies(wsa881x_ocp_poll_timer_sec * 1000));
  844. }
  845. static int wsa881x_spkr_pa_event(struct snd_soc_dapm_widget *w,
  846. struct snd_kcontrol *kcontrol, int event)
  847. {
  848. struct snd_soc_component *component =
  849. snd_soc_dapm_to_component(w->dapm);
  850. struct wsa881x_pdata *wsa881x =
  851. snd_soc_component_get_drvdata(component);
  852. pr_debug("%s: %s %d\n", __func__, w->name, event);
  853. switch (event) {
  854. case SND_SOC_DAPM_PRE_PMU:
  855. snd_soc_component_update_bits(component,
  856. WSA881X_SPKR_OCP_CTL, 0xC0, 0x80);
  857. break;
  858. case SND_SOC_DAPM_POST_PMU:
  859. wsa881x_spkr_pa_ctrl(component, true);
  860. schedule_delayed_work(&wsa881x->ocp_ctl_work,
  861. msecs_to_jiffies(WSA881X_OCP_CTL_TIMER_SEC * 1000));
  862. break;
  863. case SND_SOC_DAPM_PRE_PMD:
  864. wsa881x_spkr_pa_ctrl(component, false);
  865. break;
  866. case SND_SOC_DAPM_POST_PMD:
  867. cancel_delayed_work_sync(&wsa881x->ocp_ctl_work);
  868. snd_soc_component_update_bits(component,
  869. WSA881X_SPKR_OCP_CTL, 0xC0, 0xC0);
  870. break;
  871. default:
  872. pr_err("%s: invalid event:%d\n", __func__, event);
  873. return -EINVAL;
  874. }
  875. return 0;
  876. }
  877. static const struct snd_soc_dapm_widget wsa881x_dapm_widgets[] = {
  878. SND_SOC_DAPM_INPUT("WSA_IN"),
  879. SND_SOC_DAPM_DAC_E("RDAC Analog", NULL, SND_SOC_NOPM, 0, 0,
  880. wsa881x_rdac_event,
  881. SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMU |
  882. SND_SOC_DAPM_PRE_PMD | SND_SOC_DAPM_POST_PMD),
  883. SND_SOC_DAPM_MUX("WSA_RDAC", SND_SOC_NOPM, 0, 0,
  884. rdac_mux),
  885. SND_SOC_DAPM_PGA_S("WSA_SPKR PGA", 1, SND_SOC_NOPM, 0, 0,
  886. wsa881x_spkr_pa_event,
  887. SND_SOC_DAPM_PRE_PMU |
  888. SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD |
  889. SND_SOC_DAPM_POST_PMD),
  890. SND_SOC_DAPM_OUTPUT("WSA_SPKR"),
  891. };
  892. static const struct snd_soc_dapm_route wsa881x_audio_map[] = {
  893. {"WSA_RDAC", "Switch", "WSA_IN"},
  894. {"RDAC Analog", NULL, "WSA_RDAC"},
  895. {"WSA_SPKR PGA", NULL, "RDAC Analog"},
  896. {"WSA_SPKR", NULL, "WSA_SPKR PGA"},
  897. };
  898. static int wsa881x_startup(struct wsa881x_pdata *pdata)
  899. {
  900. int ret = 0;
  901. pr_debug("%s(): wsa startup, enable_cnt:%d\n", __func__,
  902. pdata->enable_cnt);
  903. if (pdata->enable_cnt++ > 0)
  904. return 0;
  905. ret = msm_cdc_pinctrl_select_active_state(pdata->wsa_clk_gpio_p);
  906. if (ret) {
  907. pr_err("%s: gpio set cannot be activated %s\n",
  908. __func__, "wsa_clk");
  909. return ret;
  910. }
  911. ret = clk_prepare_enable(pdata->wsa_mclk);
  912. if (ret) {
  913. pr_err("%s: WSA MCLK enable failed\n",
  914. __func__);
  915. return ret;
  916. }
  917. ret = wsa881x_reset(pdata, true);
  918. return ret;
  919. }
  920. static int wsa881x_shutdown(struct wsa881x_pdata *pdata)
  921. {
  922. int ret = 0;
  923. pr_debug("%s(): wsa shutdown, enable_cnt:%d\n", __func__,
  924. pdata->enable_cnt);
  925. if (--pdata->enable_cnt > 0)
  926. return 0;
  927. ret = wsa881x_reset(pdata, false);
  928. if (ret) {
  929. pr_err("%s: wsa reset failed suspend %d\n",
  930. __func__, ret);
  931. return ret;
  932. }
  933. if (__clk_is_enabled(pdata->wsa_mclk))
  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");