wsa881x-analog.c 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550
  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. WARN_ON(wsa881x->bg_cnt < 0);
  502. wsa881x->bg_cnt = 0;
  503. snd_soc_component_update_bits(component,
  504. WSA881X_TEMP_OP, 0x04, 0x00);
  505. snd_soc_component_update_bits(component,
  506. WSA881X_TEMP_OP, 0x08, 0x00);
  507. }
  508. }
  509. mutex_unlock(&wsa881x->bg_lock);
  510. }
  511. static void wsa881x_clk_ctrl(struct snd_soc_component *component, bool enable)
  512. {
  513. struct wsa881x_pdata *wsa881x =
  514. snd_soc_component_get_drvdata(component);
  515. dev_dbg(component->dev, "%s:ss enable:%d, clk_count:%d\n", __func__,
  516. enable, wsa881x->clk_cnt);
  517. mutex_lock(&wsa881x->res_lock);
  518. if (enable) {
  519. ++wsa881x->clk_cnt;
  520. if (wsa881x->clk_cnt == 1) {
  521. snd_soc_component_write(component,
  522. WSA881X_CDC_RST_CTL, 0x02);
  523. snd_soc_component_write(component,
  524. WSA881X_CDC_RST_CTL, 0x03);
  525. snd_soc_component_write(component,
  526. WSA881X_CLOCK_CONFIG, 0x01);
  527. snd_soc_component_write(component,
  528. WSA881X_CDC_DIG_CLK_CTL, 0x01);
  529. snd_soc_component_write(component,
  530. WSA881X_CDC_ANA_CLK_CTL, 0x01);
  531. }
  532. } else {
  533. --wsa881x->clk_cnt;
  534. if (wsa881x->clk_cnt <= 0) {
  535. WARN_ON(wsa881x->clk_cnt < 0);
  536. wsa881x->clk_cnt = 0;
  537. snd_soc_component_write(component,
  538. WSA881X_CDC_ANA_CLK_CTL, 0x00);
  539. snd_soc_component_write(component,
  540. WSA881X_CDC_DIG_CLK_CTL, 0x00);
  541. if (WSA881X_IS_2_0(wsa881x->version))
  542. snd_soc_component_update_bits(component,
  543. WSA881X_CDC_TOP_CLK_CTL, 0x01, 0x00);
  544. }
  545. }
  546. mutex_unlock(&wsa881x->res_lock);
  547. }
  548. static int wsa881x_rdac_ctrl(struct snd_soc_component *component, bool enable)
  549. {
  550. struct wsa881x_pdata *wsa881x =
  551. snd_soc_component_get_drvdata(component);
  552. pr_debug("%s: enable:%d\n", __func__, enable);
  553. if (enable) {
  554. snd_soc_component_update_bits(component,
  555. WSA881X_ANA_CTL, 0x08, 0x00);
  556. snd_soc_component_update_bits(component,
  557. WSA881X_SPKR_DRV_GAIN, 0x08, 0x08);
  558. snd_soc_component_update_bits(component,
  559. WSA881X_SPKR_DAC_CTL, 0x20, 0x20);
  560. snd_soc_component_update_bits(component,
  561. WSA881X_SPKR_DAC_CTL, 0x20, 0x00);
  562. snd_soc_component_update_bits(component,
  563. WSA881X_SPKR_DAC_CTL, 0x40, 0x40);
  564. snd_soc_component_update_bits(component,
  565. WSA881X_SPKR_DAC_CTL, 0x80, 0x80);
  566. if (WSA881X_IS_2_0(wsa881x->version)) {
  567. snd_soc_component_update_bits(component,
  568. WSA881X_SPKR_BIAS_CAL, 0x01, 0x01);
  569. snd_soc_component_update_bits(component,
  570. WSA881X_SPKR_OCP_CTL, 0x30, 0x30);
  571. snd_soc_component_update_bits(component,
  572. WSA881X_SPKR_OCP_CTL, 0x0C, 0x00);
  573. }
  574. snd_soc_component_update_bits(component,
  575. WSA881X_SPKR_DRV_GAIN, 0xF0, 0x40);
  576. snd_soc_component_update_bits(component,
  577. WSA881X_SPKR_MISC_CTL1, 0x01, 0x01);
  578. } else {
  579. /* Ensure class-D amp is off */
  580. snd_soc_component_update_bits(component,
  581. WSA881X_SPKR_DAC_CTL, 0x80, 0x00);
  582. }
  583. return 0;
  584. }
  585. static int wsa881x_spkr_pa_ctrl(struct snd_soc_component *component,
  586. bool enable)
  587. {
  588. int ret = 0;
  589. struct wsa881x_pdata *wsa881x =
  590. snd_soc_component_get_drvdata(component);
  591. pr_debug("%s: enable:%d\n", __func__, enable);
  592. if (enable) {
  593. /*
  594. * Ensure: Boost is enabled and stable, Analog input is up
  595. * and outputting silence
  596. */
  597. if (!WSA881X_IS_2_0(wsa881x->version)) {
  598. snd_soc_component_update_bits(component,
  599. WSA881X_ADC_EN_DET_TEST_I,
  600. 0xFF, 0x01);
  601. snd_soc_component_update_bits(component,
  602. WSA881X_ADC_EN_MODU_V,
  603. 0x02, 0x02);
  604. snd_soc_component_update_bits(component,
  605. WSA881X_ADC_EN_DET_TEST_V,
  606. 0xFF, 0x10);
  607. snd_soc_component_update_bits(component,
  608. WSA881X_SPKR_PWRSTG_DBG,
  609. 0xA0, 0xA0);
  610. snd_soc_component_update_bits(component,
  611. WSA881X_SPKR_DRV_EN,
  612. 0x80, 0x80);
  613. usleep_range(700, 710);
  614. snd_soc_component_update_bits(component,
  615. WSA881X_SPKR_PWRSTG_DBG,
  616. 0x00, 0x00);
  617. snd_soc_component_update_bits(component,
  618. WSA881X_ADC_EN_DET_TEST_V,
  619. 0xFF, 0x00);
  620. snd_soc_component_update_bits(component,
  621. WSA881X_ADC_EN_MODU_V,
  622. 0x02, 0x00);
  623. snd_soc_component_update_bits(component,
  624. WSA881X_ADC_EN_DET_TEST_I,
  625. 0xFF, 0x00);
  626. } else
  627. snd_soc_component_update_bits(component,
  628. WSA881X_SPKR_DRV_EN, 0x80, 0x80);
  629. /* add 1000us delay as per qcrg */
  630. usleep_range(1000, 1010);
  631. snd_soc_component_update_bits(component,
  632. WSA881X_SPKR_DRV_EN, 0x01, 0x01);
  633. if (WSA881X_IS_2_0(wsa881x->version))
  634. snd_soc_component_update_bits(component,
  635. WSA881X_SPKR_BIAS_CAL,
  636. 0x01, 0x00);
  637. usleep_range(1000, 1010);
  638. snd_soc_component_update_bits(component,
  639. WSA881X_SPKR_DRV_GAIN,
  640. 0xF0, (wsa881x->spk_pa_gain << 4));
  641. if (wsa881x->visense_enable) {
  642. ret = msm_cdc_pinctrl_select_active_state(
  643. wsa881x->wsa_vi_gpio_p);
  644. if (ret) {
  645. pr_err("%s: gpio set cannot be activated %s\n",
  646. __func__, "wsa_vi");
  647. return ret;
  648. }
  649. wsa881x_visense_txfe_ctrl(component, true,
  650. 0x00, 0x01, 0x00);
  651. wsa881x_visense_adc_ctrl(component, true);
  652. }
  653. } else {
  654. /*
  655. * Ensure: Boost is still on, Stream from Analog input and
  656. * Speaker Protection has been stopped and input is at 0V
  657. */
  658. if (WSA881X_IS_2_0(wsa881x->version)) {
  659. snd_soc_component_update_bits(component,
  660. WSA881X_SPKR_BIAS_CAL,
  661. 0x01, 0x01);
  662. usleep_range(1000, 1010);
  663. snd_soc_component_update_bits(component,
  664. WSA881X_SPKR_BIAS_CAL,
  665. 0x01, 0x00);
  666. msleep(20);
  667. snd_soc_component_update_bits(component,
  668. WSA881X_ANA_CTL, 0x03, 0x00);
  669. usleep_range(200, 210);
  670. }
  671. snd_soc_component_update_bits(component,
  672. WSA881X_SPKR_DRV_EN, 0x80, 0x00);
  673. }
  674. return 0;
  675. }
  676. static int wsa881x_get_boost(struct snd_kcontrol *kcontrol,
  677. struct snd_ctl_elem_value *ucontrol)
  678. {
  679. struct snd_soc_component *component =
  680. snd_soc_kcontrol_component(kcontrol);
  681. struct wsa881x_pdata *wsa881x =
  682. snd_soc_component_get_drvdata(component);
  683. ucontrol->value.integer.value[0] = wsa881x->boost_enable;
  684. return 0;
  685. }
  686. static int wsa881x_set_boost(struct snd_kcontrol *kcontrol,
  687. struct snd_ctl_elem_value *ucontrol)
  688. {
  689. struct snd_soc_component *component =
  690. snd_soc_kcontrol_component(kcontrol);
  691. struct wsa881x_pdata *wsa881x =
  692. snd_soc_component_get_drvdata(component);
  693. int value = ucontrol->value.integer.value[0];
  694. dev_dbg(component->dev, "%s: Boost enable current %d, new %d\n",
  695. __func__, wsa881x->boost_enable, value);
  696. wsa881x->boost_enable = value;
  697. return 0;
  698. }
  699. static int wsa881x_get_visense(struct snd_kcontrol *kcontrol,
  700. struct snd_ctl_elem_value *ucontrol)
  701. {
  702. struct snd_soc_component *component =
  703. snd_soc_kcontrol_component(kcontrol);
  704. struct wsa881x_pdata *wsa881x =
  705. snd_soc_component_get_drvdata(component);
  706. ucontrol->value.integer.value[0] = wsa881x->visense_enable;
  707. return 0;
  708. }
  709. static int wsa881x_set_visense(struct snd_kcontrol *kcontrol,
  710. struct snd_ctl_elem_value *ucontrol)
  711. {
  712. struct snd_soc_component *component =
  713. snd_soc_kcontrol_component(kcontrol);
  714. struct wsa881x_pdata *wsa881x =
  715. snd_soc_component_get_drvdata(component);
  716. int value = ucontrol->value.integer.value[0];
  717. dev_dbg(component->dev, "%s: VIsense enable current %d, new %d\n",
  718. __func__, wsa881x->visense_enable, value);
  719. wsa881x->visense_enable = value;
  720. return 0;
  721. }
  722. static const struct snd_kcontrol_new wsa881x_snd_controls[] = {
  723. SOC_SINGLE_EXT("BOOST Switch", SND_SOC_NOPM, 0, 1, 0,
  724. wsa881x_get_boost, wsa881x_set_boost),
  725. SOC_SINGLE_EXT("VISENSE Switch", SND_SOC_NOPM, 0, 1, 0,
  726. wsa881x_get_visense, wsa881x_set_visense),
  727. SOC_ENUM_EXT("WSA_SPK PA Gain", wsa881x_spk_pa_gain_enum[0],
  728. wsa881x_spk_pa_gain_get, wsa881x_spk_pa_gain_put),
  729. };
  730. static const char * const rdac_text[] = {
  731. "ZERO", "Switch",
  732. };
  733. static const struct soc_enum rdac_enum =
  734. SOC_ENUM_SINGLE(SND_SOC_NOPM, 0, ARRAY_SIZE(rdac_text), rdac_text);
  735. static const struct snd_kcontrol_new rdac_mux[] = {
  736. SOC_DAPM_ENUM("RDAC", rdac_enum)
  737. };
  738. static int wsa881x_rdac_event(struct snd_soc_dapm_widget *w,
  739. struct snd_kcontrol *kcontrol, int event)
  740. {
  741. struct snd_soc_component *component =
  742. snd_soc_dapm_to_component(w->dapm);
  743. struct wsa881x_pdata *wsa881x =
  744. snd_soc_component_get_drvdata(component);
  745. int ret = 0;
  746. dev_dbg(component->dev, "%s: %s %d boost %d visense %d\n",
  747. __func__, w->name, event,
  748. wsa881x->boost_enable, wsa881x->visense_enable);
  749. switch (event) {
  750. case SND_SOC_DAPM_PRE_PMU:
  751. ret = wsa881x_startup(wsa881x);
  752. if (ret) {
  753. pr_err("%s: wsa startup failed ret: %d", __func__, ret);
  754. return ret;
  755. }
  756. wsa881x_clk_ctrl(component, true);
  757. snd_soc_component_update_bits(component,
  758. WSA881X_SPKR_DAC_CTL, 0x02, 0x02);
  759. if (!WSA881X_IS_2_0(wsa881x->version))
  760. snd_soc_component_update_bits(component,
  761. WSA881X_BIAS_REF_CTRL,
  762. 0x0F, 0x08);
  763. wsa881x_bandgap_ctrl(component, true);
  764. if (!WSA881X_IS_2_0(wsa881x->version))
  765. snd_soc_component_update_bits(component,
  766. WSA881X_SPKR_BBM_CTL,
  767. 0x02, 0x02);
  768. snd_soc_component_update_bits(component,
  769. WSA881X_SPKR_MISC_CTL1, 0xC0, 0x80);
  770. snd_soc_component_update_bits(component,
  771. WSA881X_SPKR_MISC_CTL1, 0x06, 0x06);
  772. if (!WSA881X_IS_2_0(wsa881x->version)) {
  773. snd_soc_component_update_bits(component,
  774. WSA881X_SPKR_MISC_CTL2,
  775. 0x04, 0x04);
  776. snd_soc_component_update_bits(component,
  777. WSA881X_SPKR_BIAS_INT,
  778. 0x09, 0x09);
  779. }
  780. snd_soc_component_update_bits(component,
  781. WSA881X_SPKR_PA_INT, 0xF0, 0x20);
  782. if (WSA881X_IS_2_0(wsa881x->version))
  783. snd_soc_component_update_bits(component,
  784. WSA881X_SPKR_PA_INT,
  785. 0x0E, 0x0E);
  786. if (wsa881x->boost_enable)
  787. wsa881x_boost_ctrl(component, true);
  788. break;
  789. case SND_SOC_DAPM_POST_PMU:
  790. wsa881x_rdac_ctrl(component, true);
  791. break;
  792. case SND_SOC_DAPM_PRE_PMD:
  793. wsa881x_rdac_ctrl(component, false);
  794. if (wsa881x->visense_enable) {
  795. wsa881x_visense_adc_ctrl(component, false);
  796. wsa881x_visense_txfe_ctrl(component, false,
  797. 0x00, 0x01, 0x00);
  798. ret = msm_cdc_pinctrl_select_sleep_state(
  799. wsa881x->wsa_vi_gpio_p);
  800. if (ret) {
  801. pr_err("%s: gpio set cannot be suspended %s\n",
  802. __func__, "wsa_vi");
  803. return ret;
  804. }
  805. }
  806. break;
  807. case SND_SOC_DAPM_POST_PMD:
  808. if (wsa881x->boost_enable)
  809. wsa881x_boost_ctrl(component, false);
  810. wsa881x_clk_ctrl(component, false);
  811. wsa881x_bandgap_ctrl(component, false);
  812. ret = wsa881x_shutdown(wsa881x);
  813. if (ret < 0) {
  814. pr_err("%s: wsa shutdown failed ret: %d",
  815. __func__, ret);
  816. return ret;
  817. }
  818. break;
  819. default:
  820. pr_err("%s: invalid event:%d\n", __func__, event);
  821. return -EINVAL;
  822. }
  823. return 0;
  824. }
  825. static void wsa881x_ocp_ctl_work(struct work_struct *work)
  826. {
  827. struct wsa881x_pdata *wsa881x;
  828. struct delayed_work *dwork;
  829. struct snd_soc_component *component;
  830. int temp_val;
  831. dwork = to_delayed_work(work);
  832. wsa881x = container_of(dwork, struct wsa881x_pdata, ocp_ctl_work);
  833. if (!wsa881x)
  834. return;
  835. component = wsa881x->component;
  836. wsa881x_get_temp(wsa881x->tz_pdata.tz_dev, &temp_val);
  837. dev_dbg(component->dev, " temp = %d\n", temp_val);
  838. if (temp_val <= WSA881X_OCP_CTL_TEMP_CELSIUS)
  839. snd_soc_component_update_bits(component,
  840. WSA881X_SPKR_OCP_CTL, 0xC0, 0x00);
  841. else
  842. snd_soc_component_update_bits(component,
  843. WSA881X_SPKR_OCP_CTL, 0xC0, 0xC0);
  844. schedule_delayed_work(&wsa881x->ocp_ctl_work,
  845. msecs_to_jiffies(wsa881x_ocp_poll_timer_sec * 1000));
  846. }
  847. static int wsa881x_spkr_pa_event(struct snd_soc_dapm_widget *w,
  848. struct snd_kcontrol *kcontrol, int event)
  849. {
  850. struct snd_soc_component *component =
  851. snd_soc_dapm_to_component(w->dapm);
  852. struct wsa881x_pdata *wsa881x =
  853. snd_soc_component_get_drvdata(component);
  854. pr_debug("%s: %s %d\n", __func__, w->name, event);
  855. switch (event) {
  856. case SND_SOC_DAPM_PRE_PMU:
  857. snd_soc_component_update_bits(component,
  858. WSA881X_SPKR_OCP_CTL, 0xC0, 0x80);
  859. break;
  860. case SND_SOC_DAPM_POST_PMU:
  861. wsa881x_spkr_pa_ctrl(component, true);
  862. schedule_delayed_work(&wsa881x->ocp_ctl_work,
  863. msecs_to_jiffies(WSA881X_OCP_CTL_TIMER_SEC * 1000));
  864. break;
  865. case SND_SOC_DAPM_PRE_PMD:
  866. wsa881x_spkr_pa_ctrl(component, false);
  867. break;
  868. case SND_SOC_DAPM_POST_PMD:
  869. cancel_delayed_work_sync(&wsa881x->ocp_ctl_work);
  870. snd_soc_component_update_bits(component,
  871. WSA881X_SPKR_OCP_CTL, 0xC0, 0xC0);
  872. break;
  873. default:
  874. pr_err("%s: invalid event:%d\n", __func__, event);
  875. return -EINVAL;
  876. }
  877. return 0;
  878. }
  879. static const struct snd_soc_dapm_widget wsa881x_dapm_widgets[] = {
  880. SND_SOC_DAPM_INPUT("WSA_IN"),
  881. SND_SOC_DAPM_DAC_E("RDAC Analog", NULL, SND_SOC_NOPM, 0, 0,
  882. wsa881x_rdac_event,
  883. SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMU |
  884. SND_SOC_DAPM_PRE_PMD | SND_SOC_DAPM_POST_PMD),
  885. SND_SOC_DAPM_MUX("WSA_RDAC", SND_SOC_NOPM, 0, 0,
  886. rdac_mux),
  887. SND_SOC_DAPM_PGA_S("WSA_SPKR PGA", 1, SND_SOC_NOPM, 0, 0,
  888. wsa881x_spkr_pa_event,
  889. SND_SOC_DAPM_PRE_PMU |
  890. SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD |
  891. SND_SOC_DAPM_POST_PMD),
  892. SND_SOC_DAPM_OUTPUT("WSA_SPKR"),
  893. };
  894. static const struct snd_soc_dapm_route wsa881x_audio_map[] = {
  895. {"WSA_RDAC", "Switch", "WSA_IN"},
  896. {"RDAC Analog", NULL, "WSA_RDAC"},
  897. {"WSA_SPKR PGA", NULL, "RDAC Analog"},
  898. {"WSA_SPKR", NULL, "WSA_SPKR PGA"},
  899. };
  900. static int wsa881x_startup(struct wsa881x_pdata *pdata)
  901. {
  902. int ret = 0;
  903. pr_debug("%s(): wsa startup, enable_cnt:%d\n", __func__,
  904. pdata->enable_cnt);
  905. if (pdata->enable_cnt++ > 0)
  906. return 0;
  907. ret = msm_cdc_pinctrl_select_active_state(pdata->wsa_clk_gpio_p);
  908. if (ret) {
  909. pr_err("%s: gpio set cannot be activated %s\n",
  910. __func__, "wsa_clk");
  911. return ret;
  912. }
  913. ret = clk_prepare_enable(pdata->wsa_mclk);
  914. if (ret) {
  915. pr_err("%s: WSA MCLK enable failed\n",
  916. __func__);
  917. return ret;
  918. }
  919. ret = wsa881x_reset(pdata, true);
  920. return ret;
  921. }
  922. static int wsa881x_shutdown(struct wsa881x_pdata *pdata)
  923. {
  924. int ret = 0;
  925. pr_debug("%s(): wsa shutdown, enable_cnt:%d\n", __func__,
  926. pdata->enable_cnt);
  927. if (--pdata->enable_cnt > 0)
  928. return 0;
  929. ret = wsa881x_reset(pdata, false);
  930. if (ret) {
  931. pr_err("%s: wsa reset failed suspend %d\n",
  932. __func__, ret);
  933. return ret;
  934. }
  935. if (__clk_is_enabled(pdata->wsa_mclk))
  936. clk_disable_unprepare(pdata->wsa_mclk);
  937. ret = msm_cdc_pinctrl_select_sleep_state(pdata->wsa_clk_gpio_p);
  938. if (ret) {
  939. pr_err("%s: gpio set cannot be suspended %s\n",
  940. __func__, "wsa_clk");
  941. return ret;
  942. }
  943. return 0;
  944. }
  945. static int32_t wsa881x_resource_acquire(struct snd_soc_component *component,
  946. bool enable)
  947. {
  948. int ret = 0;
  949. struct wsa881x_pdata *wsa881x =
  950. snd_soc_component_get_drvdata(component);
  951. if (enable) {
  952. ret = wsa881x_startup(wsa881x);
  953. if (ret < 0) {
  954. dev_err_ratelimited(component->dev,
  955. "%s: failed to startup\n", __func__);
  956. return ret;
  957. }
  958. }
  959. wsa881x_clk_ctrl(component, enable);
  960. wsa881x_bandgap_ctrl(component, enable);
  961. if (!enable) {
  962. ret = wsa881x_shutdown(wsa881x);
  963. if (ret < 0)
  964. dev_err_ratelimited(component->dev,
  965. "%s: failed to shutdown\n", __func__);
  966. }
  967. return ret;
  968. }
  969. static int32_t wsa881x_temp_reg_read(struct snd_soc_component *component,
  970. struct wsa_temp_register *wsa_temp_reg)
  971. {
  972. struct wsa881x_pdata *wsa881x =
  973. snd_soc_component_get_drvdata(component);
  974. int ret = 0;
  975. if (!wsa881x) {
  976. dev_err(component->dev, "%s: wsa881x is NULL\n", __func__);
  977. return -EINVAL;
  978. }
  979. ret = wsa881x_resource_acquire(component, true);
  980. if (ret) {
  981. dev_err_ratelimited(component->dev,
  982. "%s: resource acquire fail\n", __func__);
  983. return ret;
  984. }
  985. if (WSA881X_IS_2_0(wsa881x->version)) {
  986. snd_soc_component_update_bits(component,
  987. WSA881X_TADC_VALUE_CTL, 0x01, 0x00);
  988. wsa_temp_reg->dmeas_msb =
  989. snd_soc_component_read32(component,
  990. WSA881X_TEMP_MSB);
  991. wsa_temp_reg->dmeas_lsb =
  992. snd_soc_component_read32(component,
  993. WSA881X_TEMP_LSB);
  994. snd_soc_component_update_bits(component,
  995. WSA881X_TADC_VALUE_CTL, 0x01, 0x01);
  996. } else {
  997. wsa_temp_reg->dmeas_msb = snd_soc_component_read32(component,
  998. WSA881X_TEMP_DOUT_MSB);
  999. wsa_temp_reg->dmeas_lsb = snd_soc_component_read32(component,
  1000. WSA881X_TEMP_DOUT_LSB);
  1001. }
  1002. wsa_temp_reg->d1_msb = snd_soc_component_read32(component,
  1003. WSA881X_OTP_REG_1);
  1004. wsa_temp_reg->d1_lsb = snd_soc_component_read32(component,
  1005. WSA881X_OTP_REG_2);
  1006. wsa_temp_reg->d2_msb = snd_soc_component_read32(component,
  1007. WSA881X_OTP_REG_3);
  1008. wsa_temp_reg->d2_lsb = snd_soc_component_read32(component,
  1009. WSA881X_OTP_REG_4);
  1010. ret = wsa881x_resource_acquire(component, false);
  1011. if (ret)
  1012. dev_err_ratelimited(component->dev,
  1013. "%s: resource release fail\n", __func__);
  1014. return ret;
  1015. }
  1016. static int wsa881x_probe(struct snd_soc_component *component)
  1017. {
  1018. struct i2c_client *client;
  1019. int ret = 0;
  1020. int wsa881x_index = 0;
  1021. struct snd_soc_dapm_context *dapm =
  1022. snd_soc_component_get_dapm(component);
  1023. char *widget_name = NULL;
  1024. struct snd_soc_card *card = component->card;
  1025. struct snd_soc_codec_conf *codec_conf = card->codec_conf;
  1026. client = dev_get_drvdata(component->dev);
  1027. ret = wsa881x_i2c_get_client_index(client, &wsa881x_index);
  1028. if (ret != 0) {
  1029. dev_err(&client->dev, "%s: I2C get codec I2C\n"
  1030. "client failed\n", __func__);
  1031. return ret;
  1032. }
  1033. mutex_init(&wsa_pdata[wsa881x_index].bg_lock);
  1034. mutex_init(&wsa_pdata[wsa881x_index].res_lock);
  1035. snprintf(wsa_pdata[wsa881x_index].tz_pdata.name, 100, "%s",
  1036. wsa_tz_names[wsa881x_index]);
  1037. wsa_pdata[wsa881x_index].component = component;
  1038. wsa_pdata[wsa881x_index].spk_pa_gain = SPK_GAIN_12DB;
  1039. wsa_pdata[wsa881x_index].component = component;
  1040. wsa_pdata[wsa881x_index].tz_pdata.component = component;
  1041. wsa_pdata[wsa881x_index].tz_pdata.wsa_temp_reg_read =
  1042. wsa881x_temp_reg_read;
  1043. snd_soc_component_set_drvdata(component, &wsa_pdata[wsa881x_index]);
  1044. wsa881x_init_thermal(&wsa_pdata[wsa881x_index].tz_pdata);
  1045. INIT_DELAYED_WORK(&wsa_pdata[wsa881x_index].ocp_ctl_work,
  1046. wsa881x_ocp_ctl_work);
  1047. if (codec_conf->name_prefix) {
  1048. widget_name = kcalloc(WIDGET_NAME_MAX_SIZE, sizeof(char),
  1049. GFP_KERNEL);
  1050. if (!widget_name)
  1051. return -ENOMEM;
  1052. snprintf(widget_name, WIDGET_NAME_MAX_SIZE,
  1053. "%s WSA_SPKR", codec_conf->name_prefix);
  1054. snd_soc_dapm_ignore_suspend(dapm, widget_name);
  1055. snprintf(widget_name, WIDGET_NAME_MAX_SIZE,
  1056. "%s WSA_IN", codec_conf->name_prefix);
  1057. snd_soc_dapm_ignore_suspend(dapm, widget_name);
  1058. kfree(widget_name);
  1059. } else {
  1060. snd_soc_dapm_ignore_suspend(dapm, "WSA_SPKR");
  1061. snd_soc_dapm_ignore_suspend(dapm, "WSA_IN");
  1062. }
  1063. snd_soc_dapm_sync(dapm);
  1064. return 0;
  1065. }
  1066. static void wsa881x_remove(struct snd_soc_component *component)
  1067. {
  1068. struct wsa881x_pdata *wsa881x =
  1069. snd_soc_component_get_drvdata(component);
  1070. if (wsa881x->tz_pdata.tz_dev)
  1071. wsa881x_deinit_thermal(wsa881x->tz_pdata.tz_dev);
  1072. mutex_destroy(&wsa881x->bg_lock);
  1073. mutex_destroy(&wsa881x->res_lock);
  1074. }
  1075. static const struct snd_soc_component_driver soc_component_dev_wsa881x = {
  1076. .probe = wsa881x_probe,
  1077. .remove = wsa881x_remove,
  1078. .read = wsa881x_i2c_read,
  1079. .write = wsa881x_i2c_write,
  1080. .controls = wsa881x_snd_controls,
  1081. .num_controls = ARRAY_SIZE(wsa881x_snd_controls),
  1082. .dapm_widgets = wsa881x_dapm_widgets,
  1083. .num_dapm_widgets = ARRAY_SIZE(wsa881x_dapm_widgets),
  1084. .dapm_routes = wsa881x_audio_map,
  1085. .num_dapm_routes = ARRAY_SIZE(wsa881x_audio_map),
  1086. };
  1087. static int wsa881x_reset(struct wsa881x_pdata *pdata, bool enable)
  1088. {
  1089. int ret = 0;
  1090. /*
  1091. * shutdown the GPIOs WSA_EN, WSA_MCLK, regulators
  1092. * and restore defaults in soc cache when shutdown.
  1093. * Enable regulators, GPIOs WSA_MCLK, WSA_EN when powerup.
  1094. */
  1095. if (enable) {
  1096. if (pdata->wsa_active)
  1097. return 0;
  1098. ret = msm_cdc_pinctrl_select_active_state(
  1099. pdata->wsa_reset_gpio_p);
  1100. if (ret) {
  1101. pr_err("%s: gpio set cannot be activated %s\n",
  1102. __func__, "wsa_reset");
  1103. return ret;
  1104. }
  1105. ret = msm_cdc_pinctrl_select_sleep_state(
  1106. pdata->wsa_reset_gpio_p);
  1107. if (ret) {
  1108. pr_err("%s: gpio set cannot be suspended(powerup) %s\n",
  1109. __func__, "wsa_reset");
  1110. return ret;
  1111. }
  1112. ret = msm_cdc_pinctrl_select_active_state(
  1113. pdata->wsa_reset_gpio_p);
  1114. if (ret) {
  1115. pr_err("%s: gpio set cannot be activated %s\n",
  1116. __func__, "wsa_reset");
  1117. return ret;
  1118. }
  1119. pdata->wsa_active = true;
  1120. } else {
  1121. if (!pdata->wsa_active)
  1122. return 0;
  1123. ret = msm_cdc_pinctrl_select_sleep_state(
  1124. pdata->wsa_reset_gpio_p);
  1125. if (ret) {
  1126. pr_err("%s: gpio set cannot be suspended %s\n",
  1127. __func__, "wsa_reset");
  1128. return ret;
  1129. }
  1130. pdata->wsa_active = false;
  1131. }
  1132. return ret;
  1133. }
  1134. int wsa881x_get_client_index(void)
  1135. {
  1136. return wsa881x_i2c_addr;
  1137. }
  1138. EXPORT_SYMBOL(wsa881x_get_client_index);
  1139. int wsa881x_get_probing_count(void)
  1140. {
  1141. return wsa881x_probing_count;
  1142. }
  1143. EXPORT_SYMBOL(wsa881x_get_probing_count);
  1144. int wsa881x_get_presence_count(void)
  1145. {
  1146. return wsa881x_presence_count;
  1147. }
  1148. EXPORT_SYMBOL(wsa881x_get_presence_count);
  1149. static int check_wsa881x_presence(struct i2c_client *client)
  1150. {
  1151. int ret = 0;
  1152. int wsa881x_index = 0;
  1153. ret = wsa881x_i2c_get_client_index(client, &wsa881x_index);
  1154. if (ret != 0) {
  1155. dev_err(&client->dev, "%s: I2C get codec I2C\n"
  1156. "client failed\n", __func__);
  1157. return ret;
  1158. }
  1159. ret = wsa881x_i2c_read_device(&wsa_pdata[wsa881x_index],
  1160. WSA881X_CDC_RST_CTL);
  1161. if (ret < 0) {
  1162. dev_err(&client->dev, "failed to read wsa881x with addr %x\n",
  1163. client->addr);
  1164. return ret;
  1165. }
  1166. ret = wsa881x_i2c_write_device(&wsa_pdata[wsa881x_index],
  1167. WSA881X_CDC_RST_CTL, 0x01);
  1168. if (ret < 0) {
  1169. dev_err(&client->dev, "failed write addr %x reg:0x5 val:0x1\n",
  1170. client->addr);
  1171. return ret;
  1172. }
  1173. /* allow 20ms before trigger next write to verify wsa881x presence */
  1174. msleep(20);
  1175. ret = wsa881x_i2c_write_device(&wsa_pdata[wsa881x_index],
  1176. WSA881X_CDC_RST_CTL, 0x00);
  1177. if (ret < 0) {
  1178. dev_err(&client->dev, "failed write addr %x reg:0x5 val:0x0\n",
  1179. client->addr);
  1180. return ret;
  1181. }
  1182. return ret;
  1183. }
  1184. static int wsa881x_populate_dt_pdata(struct device *dev, int wsa881x_index)
  1185. {
  1186. int ret = 0;
  1187. struct wsa881x_pdata *pdata = &wsa_pdata[wsa881x_index];
  1188. /* reading the gpio configurations from dtsi file */
  1189. pdata->wsa_vi_gpio_p = of_parse_phandle(dev->of_node,
  1190. "qcom,wsa-analog-vi-gpio", 0);
  1191. pdata->wsa_clk_gpio_p = of_parse_phandle(dev->of_node,
  1192. "qcom,wsa-analog-clk-gpio", 0);
  1193. pdata->wsa_reset_gpio_p = of_parse_phandle(dev->of_node,
  1194. "qcom,wsa-analog-reset-gpio", 0);
  1195. pinctrl_init = true;
  1196. return ret;
  1197. }
  1198. static int wsa881x_i2c_probe(struct i2c_client *client,
  1199. const struct i2c_device_id *id)
  1200. {
  1201. int ret = 0;
  1202. int wsa881x_index = 0;
  1203. struct wsa881x_pdata *pdata = NULL;
  1204. struct clk *wsa_mclk = NULL;
  1205. ret = wsa881x_i2c_get_client_index(client, &wsa881x_index);
  1206. if (ret != 0) {
  1207. dev_err(&client->dev, "%s: I2C get codec I2C\n"
  1208. "client failed\n", __func__);
  1209. return ret;
  1210. }
  1211. pdata = &wsa_pdata[wsa881x_index];
  1212. if ((client->addr == WSA881X_I2C_SPK0_SLAVE1_ADDR ||
  1213. client->addr == WSA881X_I2C_SPK1_SLAVE1_ADDR) &&
  1214. (pdata->status == WSA881X_STATUS_PROBING)) {
  1215. wsa881x_probing_count++;
  1216. return -EPROBE_DEFER;
  1217. }
  1218. if (pdata->status == WSA881X_STATUS_I2C) {
  1219. dev_dbg(&client->dev, "%s:probe for other slaves\n"
  1220. "devices of codec I2C slave Addr = %x\n",
  1221. __func__, client->addr);
  1222. dev_dbg(&client->dev, "%s:wsa_idx = %d SLAVE = %d\n",
  1223. __func__, wsa881x_index, WSA881X_ANALOG_SLAVE);
  1224. pdata->regmap[WSA881X_ANALOG_SLAVE] =
  1225. devm_regmap_init_i2c(
  1226. client,
  1227. &wsa881x_ana_regmap_config[WSA881X_ANALOG_SLAVE]);
  1228. regcache_cache_bypass(pdata->regmap[WSA881X_ANALOG_SLAVE],
  1229. true);
  1230. if (IS_ERR(pdata->regmap[WSA881X_ANALOG_SLAVE])) {
  1231. ret = PTR_ERR(pdata->regmap[WSA881X_ANALOG_SLAVE]);
  1232. dev_err(&client->dev,
  1233. "%s: regmap_init failed %d\n",
  1234. __func__, ret);
  1235. }
  1236. client->dev.platform_data = pdata;
  1237. i2c_set_clientdata(client, pdata);
  1238. pdata->client[WSA881X_ANALOG_SLAVE] = client;
  1239. if (pdata->version == WSA881X_2_0)
  1240. wsa881x_update_regmap_2_0(
  1241. pdata->regmap[WSA881X_ANALOG_SLAVE],
  1242. WSA881X_ANALOG_SLAVE);
  1243. wsa881x_probing_count++;
  1244. return ret;
  1245. } else if (pdata->status == WSA881X_STATUS_PROBING) {
  1246. pdata->index = wsa881x_index;
  1247. if (client->dev.of_node) {
  1248. dev_dbg(&client->dev, "%s:Platform data\n"
  1249. "from device tree\n", __func__);
  1250. ret = wsa881x_populate_dt_pdata(
  1251. &client->dev, wsa881x_index);
  1252. if (ret < 0) {
  1253. dev_err(&client->dev,
  1254. "%s: Fail to obtain pdata from device tree\n",
  1255. __func__);
  1256. ret = -EINVAL;
  1257. goto err;
  1258. }
  1259. client->dev.platform_data = pdata;
  1260. } else {
  1261. dev_dbg(&client->dev, "%s:Platform data from\n"
  1262. "board file\n", __func__);
  1263. pdata = client->dev.platform_data;
  1264. }
  1265. if (!pdata) {
  1266. dev_dbg(&client->dev, "no platform data?\n");
  1267. ret = -EINVAL;
  1268. goto err;
  1269. }
  1270. wsa_mclk = devm_clk_get(&client->dev, "wsa_mclk");
  1271. if (IS_ERR(wsa_mclk)) {
  1272. ret = PTR_ERR(wsa_mclk);
  1273. dev_dbg(&client->dev, "%s: clk get %s failed %d\n",
  1274. __func__, "wsa_mclk", ret);
  1275. wsa_mclk = NULL;
  1276. goto err;
  1277. }
  1278. pdata->wsa_mclk = wsa_mclk;
  1279. dev_set_drvdata(&client->dev, client);
  1280. pdata->regmap[WSA881X_DIGITAL_SLAVE] =
  1281. devm_regmap_init_i2c(
  1282. client,
  1283. &wsa881x_ana_regmap_config[WSA881X_DIGITAL_SLAVE]);
  1284. regcache_cache_bypass(pdata->regmap[WSA881X_DIGITAL_SLAVE],
  1285. true);
  1286. if (IS_ERR(pdata->regmap[WSA881X_DIGITAL_SLAVE])) {
  1287. ret = PTR_ERR(pdata->regmap[WSA881X_DIGITAL_SLAVE]);
  1288. dev_err(&client->dev, "%s: regmap_init failed %d\n",
  1289. __func__, ret);
  1290. goto err;
  1291. }
  1292. /* bus reset sequence */
  1293. ret = wsa881x_reset(pdata, true);
  1294. if (ret < 0) {
  1295. wsa881x_probing_count++;
  1296. dev_err(&client->dev, "%s: WSA enable Failed %d\n",
  1297. __func__, ret);
  1298. goto err;
  1299. }
  1300. pdata->client[WSA881X_DIGITAL_SLAVE] = client;
  1301. pdata->regmap_flag = true;
  1302. ret = check_wsa881x_presence(client);
  1303. if (ret < 0) {
  1304. dev_err(&client->dev,
  1305. "failed to ping wsa with addr:%x, ret = %d\n",
  1306. client->addr, ret);
  1307. wsa881x_probing_count++;
  1308. goto err1;
  1309. }
  1310. pdata->version = wsa881x_i2c_read_device(pdata,
  1311. WSA881X_CHIP_ID1);
  1312. pr_debug("%s: wsa881x version: %d\n", __func__, pdata->version);
  1313. if (pdata->version == WSA881X_2_0) {
  1314. wsa881x_update_reg_defaults_2_0();
  1315. wsa881x_update_regmap_2_0(
  1316. pdata->regmap[WSA881X_DIGITAL_SLAVE],
  1317. WSA881X_DIGITAL_SLAVE);
  1318. }
  1319. wsa881x_presence_count++;
  1320. wsa881x_probing_count++;
  1321. ret = snd_soc_register_component(&client->dev,
  1322. &soc_component_dev_wsa881x,
  1323. NULL, 0);
  1324. if (ret < 0)
  1325. goto err1;
  1326. pdata->status = WSA881X_STATUS_I2C;
  1327. }
  1328. err1:
  1329. wsa881x_reset(pdata, false);
  1330. err:
  1331. return ret;
  1332. }
  1333. static int wsa881x_i2c_remove(struct i2c_client *client)
  1334. {
  1335. struct wsa881x_pdata *wsa881x = client->dev.platform_data;
  1336. snd_soc_unregister_component(&client->dev);
  1337. i2c_set_clientdata(client, NULL);
  1338. kfree(wsa881x);
  1339. return 0;
  1340. }
  1341. #ifdef CONFIG_PM_SLEEP
  1342. static int wsa881x_i2c_suspend(struct device *dev)
  1343. {
  1344. pr_debug("%s: system suspend\n", __func__);
  1345. return 0;
  1346. }
  1347. static int wsa881x_i2c_resume(struct device *dev)
  1348. {
  1349. pr_debug("%s: system resume\n", __func__);
  1350. return 0;
  1351. }
  1352. static const struct dev_pm_ops wsa881x_i2c_pm_ops = {
  1353. SET_SYSTEM_SLEEP_PM_OPS(wsa881x_i2c_suspend, wsa881x_i2c_resume)
  1354. };
  1355. #endif /* CONFIG_PM_SLEEP */
  1356. static const struct i2c_device_id wsa881x_i2c_id[] = {
  1357. {"wsa881x-i2c-dev", WSA881X_I2C_SPK0_SLAVE0_ADDR},
  1358. {"wsa881x-i2c-dev", WSA881X_I2C_SPK0_SLAVE1_ADDR},
  1359. {"wsa881x-i2c-dev", WSA881X_I2C_SPK1_SLAVE0_ADDR},
  1360. {"wsa881x-i2c-dev", WSA881X_I2C_SPK1_SLAVE1_ADDR},
  1361. {}
  1362. };
  1363. MODULE_DEVICE_TABLE(i2c, wsa881x_i2c_id);
  1364. static const struct of_device_id msm_match_table[] = {
  1365. {.compatible = "qcom,wsa881x-i2c-codec"},
  1366. {}
  1367. };
  1368. MODULE_DEVICE_TABLE(of, msm_match_table);
  1369. static struct i2c_driver wsa881x_codec_driver = {
  1370. .driver = {
  1371. .name = "wsa881x-i2c-codec",
  1372. .owner = THIS_MODULE,
  1373. .probe_type = PROBE_PREFER_ASYNCHRONOUS,
  1374. #ifdef CONFIG_PM_SLEEP
  1375. .pm = &wsa881x_i2c_pm_ops,
  1376. #endif
  1377. .of_match_table = msm_match_table,
  1378. },
  1379. .id_table = wsa881x_i2c_id,
  1380. .probe = wsa881x_i2c_probe,
  1381. .remove = wsa881x_i2c_remove,
  1382. };
  1383. static int __init wsa881x_codec_init(void)
  1384. {
  1385. int i = 0;
  1386. for (i = 0; i < MAX_WSA881X_DEVICE; i++)
  1387. wsa_pdata[i].status = WSA881X_STATUS_PROBING;
  1388. return i2c_add_driver(&wsa881x_codec_driver);
  1389. }
  1390. module_init(wsa881x_codec_init);
  1391. static void __exit wsa881x_codec_exit(void)
  1392. {
  1393. i2c_del_driver(&wsa881x_codec_driver);
  1394. }
  1395. module_exit(wsa881x_codec_exit);
  1396. MODULE_DESCRIPTION("WSA881x Codec driver");
  1397. MODULE_LICENSE("GPL v2");