lpass-cdc.c 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /* Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
  3. */
  4. #include <linux/of_platform.h>
  5. #include <linux/module.h>
  6. #include <linux/io.h>
  7. #include <linux/init.h>
  8. #include <linux/platform_device.h>
  9. #include <linux/printk.h>
  10. #include <linux/delay.h>
  11. #include <linux/kernel.h>
  12. #include <linux/clk.h>
  13. #include <soc/snd_event.h>
  14. #include <linux/pm_runtime.h>
  15. #include <soc/swr-common.h>
  16. #include <dsp/digital-cdc-rsc-mgr.h>
  17. #include "lpass-cdc.h"
  18. #include "internal.h"
  19. #include "lpass-cdc-clk-rsc.h"
  20. #include <linux/qti-regmap-debugfs.h>
  21. #define DRV_NAME "lpass-cdc"
  22. #define LPASS_CDC_VERSION_ENTRY_SIZE 32
  23. #define LPASS_CDC_STRING_LEN 80
  24. static const struct snd_soc_component_driver lpass_cdc;
  25. /* pm runtime auto suspend timer in msecs */
  26. #define LPASS_CDC_AUTO_SUSPEND_DELAY 100 /* delay in msec */
  27. /* MCLK_MUX table for all macros */
  28. static u16 lpass_cdc_mclk_mux_tbl[MAX_MACRO][MCLK_MUX_MAX] = {
  29. {TX_MACRO, VA_MACRO},
  30. {TX_MACRO, RX_MACRO},
  31. {TX_MACRO, WSA_MACRO},
  32. {TX_MACRO, VA_MACRO},
  33. };
  34. static bool lpass_cdc_is_valid_codec_dev(struct device *dev);
  35. int lpass_cdc_set_port_map(struct snd_soc_component *component,
  36. u32 size, void *data)
  37. {
  38. struct lpass_cdc_priv *priv = NULL;
  39. struct swr_mstr_port_map *map = NULL;
  40. u16 idx;
  41. if (!component || (size == 0) || !data)
  42. return -EINVAL;
  43. priv = snd_soc_component_get_drvdata(component);
  44. if (!priv)
  45. return -EINVAL;
  46. if (!lpass_cdc_is_valid_codec_dev(priv->dev)) {
  47. dev_err(priv->dev, "%s: invalid codec\n", __func__);
  48. return -EINVAL;
  49. }
  50. map = (struct swr_mstr_port_map *)data;
  51. for (idx = 0; idx < size; idx++) {
  52. if (priv->macro_params[map->id].set_port_map)
  53. priv->macro_params[map->id].set_port_map(component,
  54. map->uc,
  55. SWR_MSTR_PORT_LEN,
  56. map->swr_port_params);
  57. map += 1;
  58. }
  59. return 0;
  60. }
  61. EXPORT_SYMBOL(lpass_cdc_set_port_map);
  62. static void lpass_cdc_ahb_write_device(char __iomem *io_base,
  63. u16 reg, u8 value)
  64. {
  65. u32 temp = (u32)(value) & 0x000000FF;
  66. iowrite32(temp, io_base + reg);
  67. }
  68. static void lpass_cdc_ahb_read_device(char __iomem *io_base,
  69. u16 reg, u8 *value)
  70. {
  71. u32 temp;
  72. temp = ioread32(io_base + reg);
  73. *value = (u8)temp;
  74. }
  75. static int __lpass_cdc_reg_read(struct lpass_cdc_priv *priv,
  76. u16 macro_id, u16 reg, u8 *val)
  77. {
  78. int ret = 0;
  79. mutex_lock(&priv->clk_lock);
  80. if (!priv->dev_up) {
  81. dev_dbg_ratelimited(priv->dev,
  82. "%s: SSR in progress, exit\n", __func__);
  83. ret = -EINVAL;
  84. goto ssr_err;
  85. }
  86. if (priv->macro_params[VA_MACRO].dev) {
  87. pm_runtime_get_sync(priv->macro_params[VA_MACRO].dev);
  88. mutex_lock(&priv->vote_lock);
  89. if (((priv->lpass_core_hw_vote && !priv->core_hw_vote_count) ||
  90. (priv->lpass_audio_hw_vote && !priv->core_audio_vote_count))) {
  91. mutex_unlock(&priv->vote_lock);
  92. goto ssr_err;
  93. }
  94. }
  95. lpass_cdc_ahb_read_device(
  96. priv->macro_params[macro_id].io_base, reg, val);
  97. if (priv->macro_params[VA_MACRO].dev) {
  98. mutex_unlock(&priv->vote_lock);
  99. pm_runtime_mark_last_busy(priv->macro_params[VA_MACRO].dev);
  100. pm_runtime_put_autosuspend(priv->macro_params[VA_MACRO].dev);
  101. }
  102. ssr_err:
  103. mutex_unlock(&priv->clk_lock);
  104. return ret;
  105. }
  106. static int __lpass_cdc_reg_write(struct lpass_cdc_priv *priv,
  107. u16 macro_id, u16 reg, u8 val)
  108. {
  109. int ret = 0;
  110. mutex_lock(&priv->clk_lock);
  111. if (!priv->dev_up) {
  112. dev_dbg_ratelimited(priv->dev,
  113. "%s: SSR in progress, exit\n", __func__);
  114. ret = -EINVAL;
  115. goto ssr_err;
  116. }
  117. if (priv->macro_params[VA_MACRO].dev) {
  118. pm_runtime_get_sync(priv->macro_params[VA_MACRO].dev);
  119. mutex_lock(&priv->vote_lock);
  120. if (((priv->lpass_core_hw_vote && !priv->core_hw_vote_count) ||
  121. (priv->lpass_audio_hw_vote && !priv->core_audio_vote_count))) {
  122. mutex_unlock(&priv->vote_lock);
  123. goto ssr_err;
  124. }
  125. }
  126. lpass_cdc_ahb_write_device(
  127. priv->macro_params[macro_id].io_base, reg, val);
  128. if (priv->macro_params[VA_MACRO].dev) {
  129. mutex_unlock(&priv->vote_lock);
  130. pm_runtime_mark_last_busy(priv->macro_params[VA_MACRO].dev);
  131. pm_runtime_put_autosuspend(priv->macro_params[VA_MACRO].dev);
  132. }
  133. ssr_err:
  134. mutex_unlock(&priv->clk_lock);
  135. return ret;
  136. }
  137. static int lpass_cdc_update_wcd_event(void *handle, u16 event, u32 data)
  138. {
  139. struct lpass_cdc_priv *priv = (struct lpass_cdc_priv *)handle;
  140. if (!priv) {
  141. pr_err("%s:Invalid lpass_cdc priv handle\n", __func__);
  142. return -EINVAL;
  143. }
  144. switch (event) {
  145. case WCD_LPASS_CDC_EVT_RX_MUTE:
  146. if (priv->macro_params[RX_MACRO].event_handler)
  147. priv->macro_params[RX_MACRO].event_handler(
  148. priv->component,
  149. LPASS_CDC_MACRO_EVT_RX_MUTE, data);
  150. break;
  151. case WCD_LPASS_CDC_EVT_IMPED_TRUE:
  152. if (priv->macro_params[RX_MACRO].event_handler)
  153. priv->macro_params[RX_MACRO].event_handler(
  154. priv->component,
  155. LPASS_CDC_MACRO_EVT_IMPED_TRUE, data);
  156. break;
  157. case WCD_LPASS_CDC_EVT_IMPED_FALSE:
  158. if (priv->macro_params[RX_MACRO].event_handler)
  159. priv->macro_params[RX_MACRO].event_handler(
  160. priv->component,
  161. LPASS_CDC_MACRO_EVT_IMPED_FALSE, data);
  162. break;
  163. case WCD_LPASS_CDC_EVT_RX_COMPANDER_SOFT_RST:
  164. if (priv->macro_params[RX_MACRO].event_handler)
  165. priv->macro_params[RX_MACRO].event_handler(
  166. priv->component,
  167. LPASS_CDC_MACRO_EVT_RX_COMPANDER_SOFT_RST, data);
  168. break;
  169. case WCD_LPASS_CDC_EVT_BCS_CLK_OFF:
  170. if (priv->macro_params[TX_MACRO].event_handler)
  171. priv->macro_params[TX_MACRO].event_handler(
  172. priv->component,
  173. LPASS_CDC_MACRO_EVT_BCS_CLK_OFF, data);
  174. break;
  175. case WCD_LPASS_CDC_EVT_RX_PA_GAIN_UPDATE:
  176. if (priv->macro_params[RX_MACRO].event_handler)
  177. priv->macro_params[RX_MACRO].event_handler(
  178. priv->component,
  179. LPASS_CDC_MACRO_EVT_RX_PA_GAIN_UPDATE,
  180. data);
  181. break;
  182. case WCD_LPASS_CDC_EVT_HPHL_HD2_ENABLE:
  183. if (priv->macro_params[RX_MACRO].event_handler)
  184. priv->macro_params[RX_MACRO].event_handler(
  185. priv->component,
  186. LPASS_CDC_MACRO_EVT_HPHL_HD2_ENABLE, data);
  187. break;
  188. case WCD_LPASS_CDC_EVT_HPHR_HD2_ENABLE:
  189. if (priv->macro_params[RX_MACRO].event_handler)
  190. priv->macro_params[RX_MACRO].event_handler(
  191. priv->component,
  192. LPASS_CDC_MACRO_EVT_HPHR_HD2_ENABLE, data);
  193. break;
  194. default:
  195. dev_err(priv->dev, "%s: Invalid event %d trigger from wcd\n",
  196. __func__, event);
  197. return -EINVAL;
  198. }
  199. return 0;
  200. }
  201. static int lpass_cdc_register_notifier(void *handle,
  202. struct notifier_block *nblock,
  203. bool enable)
  204. {
  205. struct lpass_cdc_priv *priv = (struct lpass_cdc_priv *)handle;
  206. if (!priv) {
  207. pr_err("%s: lpass_cdc priv is null\n", __func__);
  208. return -EINVAL;
  209. }
  210. if (enable)
  211. return blocking_notifier_chain_register(&priv->notifier,
  212. nblock);
  213. return blocking_notifier_chain_unregister(&priv->notifier,
  214. nblock);
  215. }
  216. static void lpass_cdc_notifier_call(struct lpass_cdc_priv *priv,
  217. u32 data)
  218. {
  219. dev_dbg(priv->dev, "%s: notifier call, data:%d\n", __func__, data);
  220. blocking_notifier_call_chain(&priv->notifier,
  221. data, (void *)priv->wcd_dev);
  222. }
  223. static bool lpass_cdc_is_valid_child_dev(struct device *dev)
  224. {
  225. if (of_device_is_compatible(dev->parent->of_node, "qcom,lpass-cdc"))
  226. return true;
  227. return false;
  228. }
  229. static bool lpass_cdc_is_valid_codec_dev(struct device *dev)
  230. {
  231. if (of_device_is_compatible(dev->of_node, "qcom,lpass-cdc"))
  232. return true;
  233. return false;
  234. }
  235. /**
  236. * lpass_cdc_clear_amic_tx_hold - clears AMIC register on analog codec
  237. *
  238. * @dev: lpass_cdc device ptr.
  239. *
  240. */
  241. void lpass_cdc_clear_amic_tx_hold(struct device *dev, u16 adc_n)
  242. {
  243. struct lpass_cdc_priv *priv;
  244. u16 event;
  245. u16 amic = 0;
  246. if (!dev) {
  247. pr_err("%s: dev is null\n", __func__);
  248. return;
  249. }
  250. if (!lpass_cdc_is_valid_codec_dev(dev)) {
  251. pr_err("%s: invalid codec\n", __func__);
  252. return;
  253. }
  254. priv = dev_get_drvdata(dev);
  255. if (!priv) {
  256. dev_err(dev, "%s: priv is null\n", __func__);
  257. return;
  258. }
  259. event = LPASS_CDC_WCD_EVT_TX_CH_HOLD_CLEAR;
  260. if (adc_n == LPASS_CDC_ADC0)
  261. amic = 0x1;
  262. else if (adc_n == LPASS_CDC_ADC1)
  263. amic = 0x2;
  264. else if (adc_n == LPASS_CDC_ADC2)
  265. amic = 0x2;
  266. else if (adc_n == LPASS_CDC_ADC3)
  267. amic = 0x3;
  268. else
  269. return;
  270. lpass_cdc_notifier_call(priv, (amic << 0x10 | event));
  271. }
  272. EXPORT_SYMBOL(lpass_cdc_clear_amic_tx_hold);
  273. /**
  274. * lpass_cdc_get_device_ptr - Get child or macro device ptr
  275. *
  276. * @dev: lpass_cdc device ptr.
  277. * @macro_id: ID of macro calling this API.
  278. *
  279. * Returns dev ptr on success or NULL on error.
  280. */
  281. struct device *lpass_cdc_get_device_ptr(struct device *dev, u16 macro_id)
  282. {
  283. struct lpass_cdc_priv *priv;
  284. if (!dev) {
  285. pr_err("%s: dev is null\n", __func__);
  286. return NULL;
  287. }
  288. if (!lpass_cdc_is_valid_codec_dev(dev)) {
  289. pr_err("%s: invalid codec\n", __func__);
  290. return NULL;
  291. }
  292. priv = dev_get_drvdata(dev);
  293. if (!priv || (macro_id >= MAX_MACRO)) {
  294. dev_err(dev, "%s: priv is null or invalid macro\n", __func__);
  295. return NULL;
  296. }
  297. return priv->macro_params[macro_id].dev;
  298. }
  299. EXPORT_SYMBOL(lpass_cdc_get_device_ptr);
  300. /**
  301. * lpass_cdc_get_rsc_clk_device_ptr - Get rsc clk device ptr
  302. *
  303. * @dev: lpass_cdc device ptr.
  304. *
  305. * Returns dev ptr on success or NULL on error.
  306. */
  307. struct device *lpass_cdc_get_rsc_clk_device_ptr(struct device *dev)
  308. {
  309. struct lpass_cdc_priv *priv;
  310. if (!dev) {
  311. pr_err("%s: dev is null\n", __func__);
  312. return NULL;
  313. }
  314. if (!lpass_cdc_is_valid_codec_dev(dev)) {
  315. pr_err("%s: invalid codec\n", __func__);
  316. return NULL;
  317. }
  318. priv = dev_get_drvdata(dev);
  319. if (!priv) {
  320. dev_err(dev, "%s: priv is null\n", __func__);
  321. return NULL;
  322. }
  323. return priv->clk_dev;
  324. }
  325. EXPORT_SYMBOL(lpass_cdc_get_rsc_clk_device_ptr);
  326. static int lpass_cdc_copy_dais_from_macro(struct lpass_cdc_priv *priv)
  327. {
  328. struct snd_soc_dai_driver *dai_ptr;
  329. u16 macro_idx;
  330. /* memcpy into lpass_cdc_dais all macro dais */
  331. if (!priv->lpass_cdc_dais)
  332. priv->lpass_cdc_dais = devm_kzalloc(priv->dev,
  333. priv->num_dais *
  334. sizeof(
  335. struct snd_soc_dai_driver),
  336. GFP_KERNEL);
  337. if (!priv->lpass_cdc_dais)
  338. return -ENOMEM;
  339. dai_ptr = priv->lpass_cdc_dais;
  340. for (macro_idx = START_MACRO; macro_idx < MAX_MACRO; macro_idx++) {
  341. if (priv->macro_params[macro_idx].dai_ptr) {
  342. memcpy(dai_ptr,
  343. priv->macro_params[macro_idx].dai_ptr,
  344. priv->macro_params[macro_idx].num_dais *
  345. sizeof(struct snd_soc_dai_driver));
  346. dai_ptr += priv->macro_params[macro_idx].num_dais;
  347. }
  348. }
  349. return 0;
  350. }
  351. /**
  352. * lpass_cdc_register_res_clk - Registers rsc clk driver to lpass_cdc
  353. *
  354. * @dev: rsc clk device ptr.
  355. * @rsc_clk_cb: event handler callback for notifications like SSR
  356. *
  357. * Returns 0 on success or -EINVAL on error.
  358. */
  359. int lpass_cdc_register_res_clk(struct device *dev, rsc_clk_cb_t rsc_clk_cb)
  360. {
  361. struct lpass_cdc_priv *priv;
  362. if (!dev || !rsc_clk_cb) {
  363. pr_err("%s: dev or rsc_clk_cb is null\n", __func__);
  364. return -EINVAL;
  365. }
  366. if (!lpass_cdc_is_valid_child_dev(dev)) {
  367. dev_err(dev, "%s: child device :%pK not added yet\n",
  368. __func__, dev);
  369. return -EINVAL;
  370. }
  371. priv = dev_get_drvdata(dev->parent);
  372. if (!priv) {
  373. dev_err(dev, "%s: priv is null\n", __func__);
  374. return -EINVAL;
  375. }
  376. priv->clk_dev = dev;
  377. priv->rsc_clk_cb = rsc_clk_cb;
  378. return 0;
  379. }
  380. EXPORT_SYMBOL(lpass_cdc_register_res_clk);
  381. /**
  382. * lpass_cdc_unregister_res_clk - Unregisters rsc clk driver from lpass_cdc
  383. *
  384. * @dev: resource clk device ptr.
  385. */
  386. void lpass_cdc_unregister_res_clk(struct device *dev)
  387. {
  388. struct lpass_cdc_priv *priv;
  389. if (!dev) {
  390. pr_err("%s: dev is NULL\n", __func__);
  391. return;
  392. }
  393. if (!lpass_cdc_is_valid_child_dev(dev)) {
  394. dev_err(dev, "%s: child device :%pK not added\n",
  395. __func__, dev);
  396. return;
  397. }
  398. priv = dev_get_drvdata(dev->parent);
  399. if (!priv) {
  400. dev_err(dev, "%s: priv is null\n", __func__);
  401. return;
  402. }
  403. priv->clk_dev = NULL;
  404. priv->rsc_clk_cb = NULL;
  405. }
  406. EXPORT_SYMBOL(lpass_cdc_unregister_res_clk);
  407. static u8 lpass_cdc_dmic_clk_div_get(struct snd_soc_component *component,
  408. int mode)
  409. {
  410. struct lpass_cdc_priv* priv = snd_soc_component_get_drvdata(component);
  411. int macro = (mode ? VA_MACRO : TX_MACRO);
  412. int ret = 0;
  413. if (priv->macro_params[macro].clk_div_get) {
  414. ret = priv->macro_params[macro].clk_div_get(component);
  415. if (ret >= 0)
  416. return ret;
  417. }
  418. return 1;
  419. }
  420. int lpass_cdc_dmic_clk_enable(struct snd_soc_component *component,
  421. u32 dmic, u32 tx_mode, bool enable)
  422. {
  423. struct lpass_cdc_priv* priv = snd_soc_component_get_drvdata(component);
  424. u8 dmic_clk_en = 0x01;
  425. u16 dmic_clk_reg = 0;
  426. s32 *dmic_clk_cnt = NULL;
  427. u8 *dmic_clk_div = NULL;
  428. u8 freq_change_mask = 0;
  429. u8 clk_div = 0;
  430. dev_dbg(component->dev, "%s: enable: %d, tx_mode:%d, dmic: %d\n",
  431. __func__, enable, tx_mode, dmic);
  432. switch (dmic) {
  433. case 0:
  434. case 1:
  435. dmic_clk_cnt = &(priv->dmic_0_1_clk_cnt);
  436. dmic_clk_div = &(priv->dmic_0_1_clk_div);
  437. dmic_clk_reg = LPASS_CDC_VA_TOP_CSR_DMIC0_CTL;
  438. freq_change_mask = 0x01;
  439. break;
  440. case 2:
  441. case 3:
  442. dmic_clk_cnt = &(priv->dmic_2_3_clk_cnt);
  443. dmic_clk_div = &(priv->dmic_2_3_clk_div);
  444. dmic_clk_reg = LPASS_CDC_VA_TOP_CSR_DMIC1_CTL;
  445. freq_change_mask = 0x02;
  446. break;
  447. case 4:
  448. case 5:
  449. dmic_clk_cnt = &(priv->dmic_4_5_clk_cnt);
  450. dmic_clk_div = &(priv->dmic_4_5_clk_div);
  451. dmic_clk_reg = LPASS_CDC_VA_TOP_CSR_DMIC2_CTL;
  452. freq_change_mask = 0x04;
  453. break;
  454. case 6:
  455. case 7:
  456. dmic_clk_cnt = &(priv->dmic_6_7_clk_cnt);
  457. dmic_clk_div = &(priv->dmic_6_7_clk_div);
  458. dmic_clk_reg = LPASS_CDC_VA_TOP_CSR_DMIC3_CTL;
  459. freq_change_mask = 0x08;
  460. break;
  461. default:
  462. dev_err(component->dev, "%s: Invalid DMIC Selection\n",
  463. __func__);
  464. return -EINVAL;
  465. }
  466. dev_dbg(component->dev, "%s: DMIC%d dmic_clk_cnt %d\n",
  467. __func__, dmic, *dmic_clk_cnt);
  468. if (enable) {
  469. clk_div = lpass_cdc_dmic_clk_div_get(component, tx_mode);
  470. (*dmic_clk_cnt)++;
  471. if (*dmic_clk_cnt == 1) {
  472. snd_soc_component_update_bits(component,
  473. LPASS_CDC_VA_TOP_CSR_DMIC_CFG,
  474. 0x80, 0x00);
  475. snd_soc_component_update_bits(component, dmic_clk_reg,
  476. 0x0E, clk_div << 0x1);
  477. snd_soc_component_update_bits(component, dmic_clk_reg,
  478. dmic_clk_en, dmic_clk_en);
  479. } else {
  480. if (*dmic_clk_div > clk_div) {
  481. snd_soc_component_update_bits(component,
  482. LPASS_CDC_VA_TOP_CSR_DMIC_CFG,
  483. freq_change_mask, freq_change_mask);
  484. snd_soc_component_update_bits(component, dmic_clk_reg,
  485. 0x0E, clk_div << 0x1);
  486. snd_soc_component_update_bits(component,
  487. LPASS_CDC_VA_TOP_CSR_DMIC_CFG,
  488. freq_change_mask, 0x00);
  489. } else {
  490. clk_div = *dmic_clk_div;
  491. }
  492. }
  493. *dmic_clk_div = clk_div;
  494. } else {
  495. (*dmic_clk_cnt)--;
  496. if (*dmic_clk_cnt == 0) {
  497. snd_soc_component_update_bits(component, dmic_clk_reg,
  498. dmic_clk_en, 0);
  499. clk_div = 0;
  500. snd_soc_component_update_bits(component, dmic_clk_reg,
  501. 0x0E, clk_div << 0x1);
  502. } else {
  503. clk_div = lpass_cdc_dmic_clk_div_get(component, tx_mode);
  504. if (*dmic_clk_div > clk_div) {
  505. clk_div = lpass_cdc_dmic_clk_div_get(component, !tx_mode);
  506. snd_soc_component_update_bits(component,
  507. LPASS_CDC_VA_TOP_CSR_DMIC_CFG,
  508. freq_change_mask, freq_change_mask);
  509. snd_soc_component_update_bits(component, dmic_clk_reg,
  510. 0x0E, clk_div << 0x1);
  511. snd_soc_component_update_bits(component,
  512. LPASS_CDC_VA_TOP_CSR_DMIC_CFG,
  513. freq_change_mask, 0x00);
  514. } else {
  515. clk_div = *dmic_clk_div;
  516. }
  517. }
  518. *dmic_clk_div = clk_div;
  519. }
  520. return 0;
  521. }
  522. EXPORT_SYMBOL(lpass_cdc_dmic_clk_enable);
  523. bool lpass_cdc_is_va_macro_registered(struct device *dev)
  524. {
  525. struct lpass_cdc_priv *priv;
  526. if (!dev) {
  527. pr_err("%s: dev is null\n", __func__);
  528. return false;
  529. }
  530. if (!lpass_cdc_is_valid_child_dev(dev)) {
  531. dev_err(dev, "%s: child device calling is not added yet\n",
  532. __func__);
  533. return false;
  534. }
  535. priv = dev_get_drvdata(dev->parent);
  536. if (!priv) {
  537. dev_err(dev, "%s: priv is null\n", __func__);
  538. return false;
  539. }
  540. return priv->macros_supported[VA_MACRO];
  541. }
  542. EXPORT_SYMBOL(lpass_cdc_is_va_macro_registered);
  543. /**
  544. * lpass_cdc_register_macro - Registers macro to lpass_cdc
  545. *
  546. * @dev: macro device ptr.
  547. * @macro_id: ID of macro calling this API.
  548. * @ops: macro params to register.
  549. *
  550. * Returns 0 on success or -EINVAL on error.
  551. */
  552. int lpass_cdc_register_macro(struct device *dev, u16 macro_id,
  553. struct macro_ops *ops)
  554. {
  555. struct lpass_cdc_priv *priv;
  556. int ret = -EINVAL;
  557. if (!dev || !ops) {
  558. pr_err("%s: dev or ops is null\n", __func__);
  559. return -EINVAL;
  560. }
  561. if (!lpass_cdc_is_valid_child_dev(dev)) {
  562. dev_err(dev, "%s: child device for macro:%d not added yet\n",
  563. __func__, macro_id);
  564. return -EINVAL;
  565. }
  566. priv = dev_get_drvdata(dev->parent);
  567. if (!priv || (macro_id >= MAX_MACRO)) {
  568. dev_err(dev, "%s: priv is null or invalid macro\n", __func__);
  569. return -EINVAL;
  570. }
  571. priv->macro_params[macro_id].clk_id_req = ops->clk_id_req;
  572. priv->macro_params[macro_id].default_clk_id = ops->default_clk_id;
  573. priv->macro_params[macro_id].init = ops->init;
  574. priv->macro_params[macro_id].exit = ops->exit;
  575. priv->macro_params[macro_id].io_base = ops->io_base;
  576. priv->macro_params[macro_id].num_dais = ops->num_dais;
  577. priv->macro_params[macro_id].dai_ptr = ops->dai_ptr;
  578. priv->macro_params[macro_id].event_handler = ops->event_handler;
  579. priv->macro_params[macro_id].set_port_map = ops->set_port_map;
  580. priv->macro_params[macro_id].dev = dev;
  581. priv->current_mclk_mux_macro[macro_id] =
  582. lpass_cdc_mclk_mux_tbl[macro_id][MCLK_MUX0];
  583. if (macro_id == TX_MACRO) {
  584. priv->macro_params[macro_id].reg_wake_irq = ops->reg_wake_irq;
  585. priv->macro_params[macro_id].reg_evt_listener =
  586. ops->reg_evt_listener;
  587. priv->macro_params[macro_id].clk_enable = ops->clk_enable;
  588. }
  589. if (macro_id == TX_MACRO || macro_id == VA_MACRO)
  590. priv->macro_params[macro_id].clk_div_get = ops->clk_div_get;
  591. if (macro_id == VA_MACRO)
  592. priv->macro_params[macro_id].reg_wake_irq =
  593. ops->reg_wake_irq;
  594. priv->num_dais += ops->num_dais;
  595. priv->num_macros_registered++;
  596. priv->macros_supported[macro_id] = true;
  597. dev_info(dev, "%s: register macro successful:%d\n", __func__, macro_id);
  598. if (priv->num_macros_registered == priv->num_macros) {
  599. ret = lpass_cdc_copy_dais_from_macro(priv);
  600. if (ret < 0) {
  601. dev_err(dev, "%s: copy_dais failed\n", __func__);
  602. return ret;
  603. }
  604. if (priv->macros_supported[TX_MACRO] == false) {
  605. lpass_cdc_mclk_mux_tbl[WSA_MACRO][MCLK_MUX0] = WSA_MACRO;
  606. priv->current_mclk_mux_macro[WSA_MACRO] = WSA_MACRO;
  607. lpass_cdc_mclk_mux_tbl[VA_MACRO][MCLK_MUX0] = VA_MACRO;
  608. priv->current_mclk_mux_macro[VA_MACRO] = VA_MACRO;
  609. }
  610. ret = snd_soc_register_component(dev->parent, &lpass_cdc,
  611. priv->lpass_cdc_dais, priv->num_dais);
  612. if (ret < 0) {
  613. dev_err(dev, "%s: register codec failed\n", __func__);
  614. return ret;
  615. }
  616. }
  617. return 0;
  618. }
  619. EXPORT_SYMBOL(lpass_cdc_register_macro);
  620. /**
  621. * lpass_cdc_unregister_macro - De-Register macro from lpass_cdc
  622. *
  623. * @dev: macro device ptr.
  624. * @macro_id: ID of macro calling this API.
  625. *
  626. */
  627. void lpass_cdc_unregister_macro(struct device *dev, u16 macro_id)
  628. {
  629. struct lpass_cdc_priv *priv;
  630. if (!dev) {
  631. pr_err("%s: dev is null\n", __func__);
  632. return;
  633. }
  634. if (!lpass_cdc_is_valid_child_dev(dev)) {
  635. dev_err(dev, "%s: macro:%d not in valid registered macro-list\n",
  636. __func__, macro_id);
  637. return;
  638. }
  639. priv = dev_get_drvdata(dev->parent);
  640. if (!priv || (macro_id >= MAX_MACRO)) {
  641. dev_err(dev, "%s: priv is null or invalid macro\n", __func__);
  642. return;
  643. }
  644. priv->macro_params[macro_id].init = NULL;
  645. priv->macro_params[macro_id].num_dais = 0;
  646. priv->macro_params[macro_id].dai_ptr = NULL;
  647. priv->macro_params[macro_id].event_handler = NULL;
  648. priv->macro_params[macro_id].dev = NULL;
  649. if (macro_id == TX_MACRO) {
  650. priv->macro_params[macro_id].reg_wake_irq = NULL;
  651. priv->macro_params[macro_id].reg_evt_listener = NULL;
  652. priv->macro_params[macro_id].clk_enable = NULL;
  653. }
  654. if (macro_id == TX_MACRO || macro_id == VA_MACRO)
  655. priv->macro_params[macro_id].clk_div_get = NULL;
  656. priv->num_dais -= priv->macro_params[macro_id].num_dais;
  657. priv->num_macros_registered--;
  658. /* UNREGISTER CODEC HERE */
  659. if (priv->num_macros - 1 == priv->num_macros_registered)
  660. snd_soc_unregister_component(dev->parent);
  661. }
  662. EXPORT_SYMBOL(lpass_cdc_unregister_macro);
  663. void lpass_cdc_wsa_pa_on(struct device *dev, bool adie_lb)
  664. {
  665. struct lpass_cdc_priv *priv;
  666. if (!dev) {
  667. pr_err("%s: dev is null\n", __func__);
  668. return;
  669. }
  670. if (!lpass_cdc_is_valid_child_dev(dev)) {
  671. dev_err(dev, "%s: not a valid child dev\n",
  672. __func__);
  673. return;
  674. }
  675. priv = dev_get_drvdata(dev->parent);
  676. if (!priv) {
  677. dev_err(dev, "%s: priv is null\n", __func__);
  678. return;
  679. }
  680. if (adie_lb)
  681. lpass_cdc_notifier_call(priv,
  682. LPASS_CDC_WCD_EVT_PA_ON_POST_FSCLK_ADIE_LB);
  683. else
  684. lpass_cdc_notifier_call(priv,
  685. LPASS_CDC_WCD_EVT_PA_ON_POST_FSCLK);
  686. }
  687. EXPORT_SYMBOL(lpass_cdc_wsa_pa_on);
  688. int lpass_cdc_get_version(struct device *dev)
  689. {
  690. struct lpass_cdc_priv *priv;
  691. if (!dev) {
  692. pr_err("%s: dev is null\n", __func__);
  693. return -EINVAL;
  694. }
  695. if (!lpass_cdc_is_valid_child_dev(dev)) {
  696. dev_err(dev, "%s: child device for macro not added yet\n",
  697. __func__);
  698. return -EINVAL;
  699. }
  700. priv = dev_get_drvdata(dev->parent);
  701. if (!priv) {
  702. dev_err(dev, "%s: priv is null\n", __func__);
  703. return -EINVAL;
  704. }
  705. return priv->version;
  706. }
  707. EXPORT_SYMBOL(lpass_cdc_get_version);
  708. static ssize_t lpass_cdc_version_read(struct snd_info_entry *entry,
  709. void *file_private_data,
  710. struct file *file,
  711. char __user *buf, size_t count,
  712. loff_t pos)
  713. {
  714. struct lpass_cdc_priv *priv;
  715. char buffer[LPASS_CDC_VERSION_ENTRY_SIZE];
  716. int len = 0;
  717. priv = (struct lpass_cdc_priv *) entry->private_data;
  718. if (!priv) {
  719. pr_err("%s: lpass_cdc priv is null\n", __func__);
  720. return -EINVAL;
  721. }
  722. switch (priv->version) {
  723. case LPASS_CDC_VERSION_1_0:
  724. len = snprintf(buffer, sizeof(buffer), "LPASS-CDC_1_0\n");
  725. break;
  726. case LPASS_CDC_VERSION_1_1:
  727. len = snprintf(buffer, sizeof(buffer), "LPASS-CDC_1_1\n");
  728. break;
  729. case LPASS_CDC_VERSION_1_2:
  730. len = snprintf(buffer, sizeof(buffer), "LPASS-CDC_1_2\n");
  731. break;
  732. case LPASS_CDC_VERSION_2_1:
  733. len = snprintf(buffer, sizeof(buffer), "LPASS-CDC_2_1\n");
  734. break;
  735. case LPASS_CDC_VERSION_2_5:
  736. len = snprintf(buffer, sizeof(buffer), "LPASS-CDC_2_5\n");
  737. break;
  738. default:
  739. len = snprintf(buffer, sizeof(buffer), "VER_UNDEFINED\n");
  740. }
  741. return simple_read_from_buffer(buf, count, &pos, buffer, len);
  742. }
  743. static int lpass_cdc_ssr_enable(struct device *dev, void *data)
  744. {
  745. struct lpass_cdc_priv *priv = data;
  746. int macro_idx;
  747. if (priv->initial_boot) {
  748. priv->initial_boot = false;
  749. return 0;
  750. }
  751. if (priv->rsc_clk_cb)
  752. priv->rsc_clk_cb(priv->clk_dev, LPASS_CDC_MACRO_EVT_SSR_UP);
  753. for (macro_idx = START_MACRO; macro_idx < MAX_MACRO; macro_idx++) {
  754. if (priv->macro_params[macro_idx].event_handler)
  755. priv->macro_params[macro_idx].event_handler(
  756. priv->component,
  757. LPASS_CDC_MACRO_EVT_CLK_RESET, 0x0);
  758. }
  759. trace_printk("%s: clk count reset\n", __func__);
  760. if (priv->rsc_clk_cb)
  761. priv->rsc_clk_cb(priv->clk_dev, LPASS_CDC_MACRO_EVT_SSR_GFMUX_UP);
  762. for (macro_idx = START_MACRO; macro_idx < MAX_MACRO; macro_idx++) {
  763. if (!priv->macro_params[macro_idx].event_handler)
  764. continue;
  765. priv->macro_params[macro_idx].event_handler(
  766. priv->component,
  767. LPASS_CDC_MACRO_EVT_PRE_SSR_UP, 0x0);
  768. }
  769. regcache_cache_only(priv->regmap, false);
  770. mutex_lock(&priv->clk_lock);
  771. priv->dev_up = true;
  772. mutex_unlock(&priv->clk_lock);
  773. regcache_mark_dirty(priv->regmap);
  774. lpass_cdc_clk_rsc_enable_all_clocks(priv->clk_dev, true);
  775. regcache_sync(priv->regmap);
  776. /* Add a 100usec sleep to ensure last register write is done */
  777. usleep_range(100,110);
  778. lpass_cdc_clk_rsc_enable_all_clocks(priv->clk_dev, false);
  779. trace_printk("%s: regcache_sync done\n", __func__);
  780. /* call ssr event for supported macros */
  781. for (macro_idx = START_MACRO; macro_idx < MAX_MACRO; macro_idx++) {
  782. if (!priv->macro_params[macro_idx].event_handler)
  783. continue;
  784. priv->macro_params[macro_idx].event_handler(
  785. priv->component,
  786. LPASS_CDC_MACRO_EVT_SSR_UP, 0x0);
  787. }
  788. trace_printk("%s: SSR up events processed by all macros\n", __func__);
  789. lpass_cdc_notifier_call(priv, LPASS_CDC_WCD_EVT_SSR_UP);
  790. return 0;
  791. }
  792. static void lpass_cdc_ssr_disable(struct device *dev, void *data)
  793. {
  794. struct lpass_cdc_priv *priv = data;
  795. int macro_idx;
  796. if (!priv->dev_up) {
  797. dev_err_ratelimited(priv->dev,
  798. "%s: already disabled\n", __func__);
  799. return;
  800. }
  801. lpass_cdc_notifier_call(priv, LPASS_CDC_WCD_EVT_PA_OFF_PRE_SSR);
  802. regcache_cache_only(priv->regmap, true);
  803. mutex_lock(&priv->clk_lock);
  804. priv->dev_up = false;
  805. mutex_unlock(&priv->clk_lock);
  806. if (priv->rsc_clk_cb)
  807. priv->rsc_clk_cb(priv->clk_dev, LPASS_CDC_MACRO_EVT_SSR_DOWN);
  808. /* call ssr event for supported macros */
  809. for (macro_idx = START_MACRO; macro_idx < MAX_MACRO; macro_idx++) {
  810. if (!priv->macro_params[macro_idx].event_handler)
  811. continue;
  812. priv->macro_params[macro_idx].event_handler(
  813. priv->component,
  814. LPASS_CDC_MACRO_EVT_SSR_DOWN, 0x0);
  815. }
  816. lpass_cdc_notifier_call(priv, LPASS_CDC_WCD_EVT_SSR_DOWN);
  817. }
  818. static struct snd_info_entry_ops lpass_cdc_info_ops = {
  819. .read = lpass_cdc_version_read,
  820. };
  821. static const struct snd_event_ops lpass_cdc_ssr_ops = {
  822. .enable = lpass_cdc_ssr_enable,
  823. .disable = lpass_cdc_ssr_disable,
  824. };
  825. /*
  826. * lpass_cdc_info_create_codec_entry - creates lpass_cdc module
  827. * @codec_root: The parent directory
  828. * @component: Codec component instance
  829. *
  830. * Creates lpass_cdc module and version entry under the given
  831. * parent directory.
  832. *
  833. * Return: 0 on success or negative error code on failure.
  834. */
  835. int lpass_cdc_info_create_codec_entry(struct snd_info_entry *codec_root,
  836. struct snd_soc_component *component)
  837. {
  838. struct snd_info_entry *version_entry;
  839. struct lpass_cdc_priv *priv;
  840. struct snd_soc_card *card;
  841. if (!codec_root || !component)
  842. return -EINVAL;
  843. priv = snd_soc_component_get_drvdata(component);
  844. if (priv->entry) {
  845. dev_dbg(priv->dev,
  846. "%s:lpass_cdc module already created\n", __func__);
  847. return 0;
  848. }
  849. card = component->card;
  850. priv->entry = snd_info_create_module_entry(codec_root->module,
  851. "lpass-cdc", codec_root);
  852. if (!priv->entry) {
  853. dev_dbg(component->dev, "%s: failed to create lpass_cdc entry\n",
  854. __func__);
  855. return -ENOMEM;
  856. }
  857. priv->entry->mode = S_IFDIR | 0555;
  858. if (snd_info_register(priv->entry) < 0) {
  859. snd_info_free_entry(priv->entry);
  860. return -ENOMEM;
  861. }
  862. version_entry = snd_info_create_card_entry(card->snd_card,
  863. "version",
  864. priv->entry);
  865. if (!version_entry) {
  866. dev_err(component->dev, "%s: failed to create lpass_cdc version entry\n",
  867. __func__);
  868. snd_info_free_entry(priv->entry);
  869. return -ENOMEM;
  870. }
  871. version_entry->private_data = priv;
  872. version_entry->size = LPASS_CDC_VERSION_ENTRY_SIZE;
  873. version_entry->content = SNDRV_INFO_CONTENT_DATA;
  874. version_entry->c.ops = &lpass_cdc_info_ops;
  875. if (snd_info_register(version_entry) < 0) {
  876. snd_info_free_entry(version_entry);
  877. snd_info_free_entry(priv->entry);
  878. return -ENOMEM;
  879. }
  880. priv->version_entry = version_entry;
  881. return 0;
  882. }
  883. EXPORT_SYMBOL(lpass_cdc_info_create_codec_entry);
  884. /**
  885. * lpass_cdc_register_wake_irq - Register wake irq of Tx macro
  886. *
  887. * @component: codec component ptr.
  888. * @ipc_wakeup: bool to identify ipc_wakeup to be used or HW interrupt line.
  889. *
  890. * Return: 0 on success or negative error code on failure.
  891. */
  892. int lpass_cdc_register_wake_irq(struct snd_soc_component *component,
  893. u32 ipc_wakeup)
  894. {
  895. struct lpass_cdc_priv *priv = NULL;
  896. if (!component)
  897. return -EINVAL;
  898. priv = snd_soc_component_get_drvdata(component);
  899. if (!priv)
  900. return -EINVAL;
  901. if (!lpass_cdc_is_valid_codec_dev(priv->dev)) {
  902. dev_err(component->dev, "%s: invalid codec\n", __func__);
  903. return -EINVAL;
  904. }
  905. if (priv->macro_params[VA_MACRO].reg_wake_irq)
  906. priv->macro_params[VA_MACRO].reg_wake_irq(
  907. component, ipc_wakeup);
  908. return 0;
  909. }
  910. EXPORT_SYMBOL(lpass_cdc_register_wake_irq);
  911. /**
  912. * lpass_cdc_tx_mclk_enable - Enable/Disable TX Macro mclk
  913. *
  914. * @component: pointer to codec component instance.
  915. * @enable: set true to enable, otherwise false.
  916. *
  917. * Returns 0 on success or -EINVAL on error.
  918. */
  919. int lpass_cdc_tx_mclk_enable(struct snd_soc_component *component,
  920. bool enable)
  921. {
  922. struct lpass_cdc_priv *priv = NULL;
  923. int ret = 0;
  924. if (!component)
  925. return -EINVAL;
  926. priv = snd_soc_component_get_drvdata(component);
  927. if (!priv)
  928. return -EINVAL;
  929. if (!lpass_cdc_is_valid_codec_dev(priv->dev)) {
  930. dev_err(component->dev, "%s: invalid codec\n", __func__);
  931. return -EINVAL;
  932. }
  933. if (priv->macro_params[TX_MACRO].clk_enable)
  934. ret = priv->macro_params[TX_MACRO].clk_enable(component,
  935. enable);
  936. return ret;
  937. }
  938. EXPORT_SYMBOL(lpass_cdc_tx_mclk_enable);
  939. /**
  940. * lpass_cdc_register_event_listener - Register/Deregister to event listener
  941. *
  942. * @component: pointer to codec component instance.
  943. * @enable: when set to 1 registers to event listener otherwise, derigisters
  944. * from the event listener
  945. *
  946. * Returns 0 on success or -EINVAL on error.
  947. */
  948. int lpass_cdc_register_event_listener(struct snd_soc_component *component,
  949. bool enable)
  950. {
  951. struct lpass_cdc_priv *priv = NULL;
  952. int ret = 0;
  953. if (!component)
  954. return -EINVAL;
  955. priv = snd_soc_component_get_drvdata(component);
  956. if (!priv)
  957. return -EINVAL;
  958. if (!lpass_cdc_is_valid_codec_dev(priv->dev)) {
  959. dev_err(component->dev, "%s: invalid codec\n", __func__);
  960. return -EINVAL;
  961. }
  962. if (priv->macro_params[TX_MACRO].reg_evt_listener)
  963. ret = priv->macro_params[TX_MACRO].reg_evt_listener(component,
  964. enable);
  965. return ret;
  966. }
  967. EXPORT_SYMBOL(lpass_cdc_register_event_listener);
  968. static int lpass_cdc_soc_codec_probe(struct snd_soc_component *component)
  969. {
  970. struct lpass_cdc_priv *priv = dev_get_drvdata(component->dev);
  971. int macro_idx, ret = 0;
  972. u8 core_id_0 = 0, core_id_1 = 0;
  973. snd_soc_component_init_regmap(component, priv->regmap);
  974. if (!priv->version) {
  975. /*
  976. * In order for the ADIE RTC to differentiate between targets
  977. * version info is used.
  978. * Assign 1.0 for target with only one macro
  979. * Assign 1.1 for target with two macros
  980. * Assign 1.2 for target with more than two macros
  981. */
  982. if (priv->num_macros_registered == 1)
  983. priv->version = LPASS_CDC_VERSION_1_0;
  984. else if (priv->num_macros_registered == 2)
  985. priv->version = LPASS_CDC_VERSION_1_1;
  986. else if (priv->num_macros_registered > 2)
  987. priv->version = LPASS_CDC_VERSION_1_2;
  988. }
  989. /* Assign lpass_cdc version */
  990. core_id_0 = snd_soc_component_read(component,
  991. LPASS_CDC_VA_TOP_CSR_CORE_ID_0);
  992. core_id_1 = snd_soc_component_read(component,
  993. LPASS_CDC_VA_TOP_CSR_CORE_ID_1);
  994. if ((core_id_0 == 0x01) && (core_id_1 == 0x0F))
  995. priv->version = LPASS_CDC_VERSION_2_0;
  996. if ((core_id_0 == 0x02) && (core_id_1 == 0x0E))
  997. priv->version = LPASS_CDC_VERSION_2_1;
  998. if ((core_id_0 == 0x02) && (core_id_1 == 0x0F))
  999. priv->version = LPASS_CDC_VERSION_2_5;
  1000. /* call init for supported macros */
  1001. for (macro_idx = START_MACRO; macro_idx < MAX_MACRO; macro_idx++) {
  1002. if (priv->macro_params[macro_idx].init) {
  1003. ret = priv->macro_params[macro_idx].init(component);
  1004. if (ret < 0) {
  1005. dev_err(component->dev,
  1006. "%s: init for macro %d failed\n",
  1007. __func__, macro_idx);
  1008. goto err;
  1009. }
  1010. }
  1011. }
  1012. priv->component = component;
  1013. ret = snd_event_client_register(priv->dev, &lpass_cdc_ssr_ops, priv);
  1014. if (!ret) {
  1015. snd_event_notify(priv->dev, SND_EVENT_UP);
  1016. } else {
  1017. dev_err(component->dev,
  1018. "%s: Registration with SND event FWK failed ret = %d\n",
  1019. __func__, ret);
  1020. goto err;
  1021. }
  1022. dev_dbg(component->dev, "%s: lpass_cdc soc codec probe success\n",
  1023. __func__);
  1024. err:
  1025. return ret;
  1026. }
  1027. static void lpass_cdc_soc_codec_remove(struct snd_soc_component *component)
  1028. {
  1029. struct lpass_cdc_priv *priv = dev_get_drvdata(component->dev);
  1030. int macro_idx;
  1031. snd_event_client_deregister(priv->dev);
  1032. /* call exit for supported macros */
  1033. for (macro_idx = START_MACRO; macro_idx < MAX_MACRO; macro_idx++)
  1034. if (priv->macro_params[macro_idx].exit)
  1035. priv->macro_params[macro_idx].exit(component);
  1036. return;
  1037. }
  1038. static const struct snd_soc_component_driver lpass_cdc = {
  1039. .name = DRV_NAME,
  1040. .probe = lpass_cdc_soc_codec_probe,
  1041. .remove = lpass_cdc_soc_codec_remove,
  1042. };
  1043. static void lpass_cdc_add_child_devices(struct work_struct *work)
  1044. {
  1045. struct lpass_cdc_priv *priv;
  1046. bool split_codec = false;
  1047. struct platform_device *pdev;
  1048. struct device_node *node;
  1049. int ret = 0, count = 0;
  1050. struct wcd_ctrl_platform_data *platdata = NULL;
  1051. char plat_dev_name[LPASS_CDC_STRING_LEN] = "";
  1052. priv = container_of(work, struct lpass_cdc_priv,
  1053. lpass_cdc_add_child_devices_work);
  1054. if (!priv) {
  1055. pr_err("%s: Memory for lpass_cdc priv does not exist\n",
  1056. __func__);
  1057. return;
  1058. }
  1059. if (!priv->dev || !priv->dev->of_node) {
  1060. dev_err(priv->dev, "%s: DT node for lpass_cdc does not exist\n",
  1061. __func__);
  1062. return;
  1063. }
  1064. platdata = &priv->plat_data;
  1065. priv->child_count = 0;
  1066. for_each_available_child_of_node(priv->dev->of_node, node) {
  1067. split_codec = false;
  1068. if (of_find_property(node, "qcom,split-codec", NULL)) {
  1069. split_codec = true;
  1070. dev_dbg(priv->dev, "%s: split codec slave exists\n",
  1071. __func__);
  1072. }
  1073. strlcpy(plat_dev_name, node->name,
  1074. (LPASS_CDC_STRING_LEN - 1));
  1075. pdev = platform_device_alloc(plat_dev_name, -1);
  1076. if (!pdev) {
  1077. dev_err(priv->dev, "%s: pdev memory alloc failed\n",
  1078. __func__);
  1079. ret = -ENOMEM;
  1080. goto err;
  1081. }
  1082. pdev->dev.parent = priv->dev;
  1083. pdev->dev.of_node = node;
  1084. priv->dev->platform_data = platdata;
  1085. if (split_codec)
  1086. priv->wcd_dev = &pdev->dev;
  1087. ret = platform_device_add(pdev);
  1088. if (ret) {
  1089. dev_err(&pdev->dev,
  1090. "%s: Cannot add platform device\n",
  1091. __func__);
  1092. platform_device_put(pdev);
  1093. goto fail_pdev_add;
  1094. }
  1095. if (priv->child_count < LPASS_CDC_CHILD_DEVICES_MAX)
  1096. priv->pdev_child_devices[priv->child_count++] = pdev;
  1097. else
  1098. goto err;
  1099. }
  1100. return;
  1101. fail_pdev_add:
  1102. for (count = 0; count < priv->child_count; count++)
  1103. platform_device_put(priv->pdev_child_devices[count]);
  1104. err:
  1105. return;
  1106. }
  1107. static int lpass_cdc_probe(struct platform_device *pdev)
  1108. {
  1109. struct lpass_cdc_priv *priv;
  1110. u32 num_macros = 0;
  1111. int ret;
  1112. struct clk *lpass_core_hw_vote = NULL;
  1113. struct clk *lpass_audio_hw_vote = NULL;
  1114. priv = devm_kzalloc(&pdev->dev, sizeof(struct lpass_cdc_priv),
  1115. GFP_KERNEL);
  1116. if (!priv)
  1117. return -ENOMEM;
  1118. ret = of_property_read_u32(pdev->dev.of_node, "qcom,num-macros",
  1119. &num_macros);
  1120. if (ret) {
  1121. dev_err(&pdev->dev,
  1122. "%s:num-macros property not found\n",
  1123. __func__);
  1124. return ret;
  1125. }
  1126. priv->num_macros = num_macros;
  1127. if (priv->num_macros > MAX_MACRO) {
  1128. dev_err(&pdev->dev,
  1129. "%s:num_macros(%d) > MAX_MACRO(%d) than supported\n",
  1130. __func__, priv->num_macros, MAX_MACRO);
  1131. return -EINVAL;
  1132. }
  1133. ret = of_property_read_u32(pdev->dev.of_node,
  1134. "qcom,lpass-cdc-version", &priv->version);
  1135. if (ret) {
  1136. dev_dbg(&pdev->dev, "%s:lpass_cdc version not specified\n",
  1137. __func__);
  1138. ret = 0;
  1139. }
  1140. BLOCKING_INIT_NOTIFIER_HEAD(&priv->notifier);
  1141. priv->dev = &pdev->dev;
  1142. priv->dev_up = true;
  1143. priv->initial_boot = true;
  1144. priv->regmap = lpass_cdc_regmap_init(priv->dev,
  1145. &lpass_cdc_regmap_config);
  1146. if (IS_ERR_OR_NULL((void *)(priv->regmap))) {
  1147. dev_err(&pdev->dev, "%s:regmap init failed\n", __func__);
  1148. return -EINVAL;
  1149. }
  1150. devm_regmap_qti_debugfs_register(priv->dev, priv->regmap);
  1151. priv->read_dev = __lpass_cdc_reg_read;
  1152. priv->write_dev = __lpass_cdc_reg_write;
  1153. priv->plat_data.handle = (void *) priv;
  1154. priv->plat_data.update_wcd_event = lpass_cdc_update_wcd_event;
  1155. priv->plat_data.register_notifier = lpass_cdc_register_notifier;
  1156. priv->core_hw_vote_count = 0;
  1157. priv->core_audio_vote_count = 0;
  1158. dev_set_drvdata(&pdev->dev, priv);
  1159. mutex_init(&priv->io_lock);
  1160. mutex_init(&priv->clk_lock);
  1161. mutex_init(&priv->vote_lock);
  1162. INIT_WORK(&priv->lpass_cdc_add_child_devices_work,
  1163. lpass_cdc_add_child_devices);
  1164. /* Register LPASS core hw vote */
  1165. lpass_core_hw_vote = devm_clk_get(&pdev->dev, "lpass_core_hw_vote");
  1166. if (IS_ERR(lpass_core_hw_vote)) {
  1167. ret = PTR_ERR(lpass_core_hw_vote);
  1168. dev_dbg(&pdev->dev, "%s: clk get %s failed %d\n",
  1169. __func__, "lpass_core_hw_vote", ret);
  1170. lpass_core_hw_vote = NULL;
  1171. ret = 0;
  1172. }
  1173. priv->lpass_core_hw_vote = lpass_core_hw_vote;
  1174. /* Register LPASS audio hw vote */
  1175. lpass_audio_hw_vote = devm_clk_get(&pdev->dev, "lpass_audio_hw_vote");
  1176. if (IS_ERR(lpass_audio_hw_vote)) {
  1177. ret = PTR_ERR(lpass_audio_hw_vote);
  1178. dev_dbg(&pdev->dev, "%s: clk get %s failed %d\n",
  1179. __func__, "lpass_audio_hw_vote", ret);
  1180. lpass_audio_hw_vote = NULL;
  1181. ret = 0;
  1182. }
  1183. priv->lpass_audio_hw_vote = lpass_audio_hw_vote;
  1184. schedule_work(&priv->lpass_cdc_add_child_devices_work);
  1185. return 0;
  1186. }
  1187. static int lpass_cdc_remove(struct platform_device *pdev)
  1188. {
  1189. struct lpass_cdc_priv *priv = dev_get_drvdata(&pdev->dev);
  1190. if (!priv)
  1191. return -EINVAL;
  1192. of_platform_depopulate(&pdev->dev);
  1193. mutex_destroy(&priv->io_lock);
  1194. mutex_destroy(&priv->clk_lock);
  1195. mutex_destroy(&priv->vote_lock);
  1196. return 0;
  1197. }
  1198. #ifdef CONFIG_PM
  1199. int lpass_cdc_runtime_resume(struct device *dev)
  1200. {
  1201. struct lpass_cdc_priv *priv = dev_get_drvdata(dev->parent);
  1202. int ret = 0;
  1203. trace_printk("%s, enter\n", __func__);
  1204. mutex_lock(&priv->vote_lock);
  1205. if (priv->lpass_core_hw_vote == NULL) {
  1206. dev_dbg(dev, "%s: Invalid lpass core hw node\n", __func__);
  1207. goto audio_vote;
  1208. }
  1209. if (priv->core_hw_vote_count == 0) {
  1210. ret = digital_cdc_rsc_mgr_hw_vote_enable(priv->lpass_core_hw_vote);
  1211. if (ret < 0) {
  1212. dev_err(dev, "%s:lpass core hw enable failed\n",
  1213. __func__);
  1214. goto audio_vote;
  1215. }
  1216. }
  1217. priv->core_hw_vote_count++;
  1218. trace_printk("%s: hw vote count %d\n",
  1219. __func__, priv->core_hw_vote_count);
  1220. audio_vote:
  1221. if (priv->lpass_audio_hw_vote == NULL) {
  1222. dev_dbg(dev, "%s: Invalid lpass audio hw node\n", __func__);
  1223. goto done;
  1224. }
  1225. if (priv->core_audio_vote_count == 0) {
  1226. ret = digital_cdc_rsc_mgr_hw_vote_enable(priv->lpass_audio_hw_vote);
  1227. if (ret < 0) {
  1228. dev_err(dev, "%s:lpass audio hw enable failed\n",
  1229. __func__);
  1230. goto done;
  1231. }
  1232. }
  1233. priv->core_audio_vote_count++;
  1234. trace_printk("%s: audio vote count %d\n",
  1235. __func__, priv->core_audio_vote_count);
  1236. done:
  1237. mutex_unlock(&priv->vote_lock);
  1238. trace_printk("%s, leave\n", __func__);
  1239. pm_runtime_set_autosuspend_delay(priv->dev, LPASS_CDC_AUTO_SUSPEND_DELAY);
  1240. return 0;
  1241. }
  1242. EXPORT_SYMBOL(lpass_cdc_runtime_resume);
  1243. int lpass_cdc_runtime_suspend(struct device *dev)
  1244. {
  1245. struct lpass_cdc_priv *priv = dev_get_drvdata(dev->parent);
  1246. trace_printk("%s, enter\n", __func__);
  1247. mutex_lock(&priv->vote_lock);
  1248. if (priv->lpass_core_hw_vote != NULL) {
  1249. if (--priv->core_hw_vote_count == 0)
  1250. digital_cdc_rsc_mgr_hw_vote_disable(
  1251. priv->lpass_core_hw_vote);
  1252. if (priv->core_hw_vote_count < 0)
  1253. priv->core_hw_vote_count = 0;
  1254. } else {
  1255. dev_dbg(dev, "%s: Invalid lpass core hw node\n",
  1256. __func__);
  1257. }
  1258. trace_printk("%s: hw vote count %d\n",
  1259. __func__, priv->core_hw_vote_count);
  1260. if (priv->lpass_audio_hw_vote != NULL) {
  1261. if (--priv->core_audio_vote_count == 0)
  1262. digital_cdc_rsc_mgr_hw_vote_disable(
  1263. priv->lpass_audio_hw_vote);
  1264. if (priv->core_audio_vote_count < 0)
  1265. priv->core_audio_vote_count = 0;
  1266. } else {
  1267. dev_dbg(dev, "%s: Invalid lpass audio hw node\n",
  1268. __func__);
  1269. }
  1270. trace_printk("%s: audio vote count %d\n",
  1271. __func__, priv->core_audio_vote_count);
  1272. mutex_unlock(&priv->vote_lock);
  1273. trace_printk("%s, leave\n", __func__);
  1274. return 0;
  1275. }
  1276. EXPORT_SYMBOL(lpass_cdc_runtime_suspend);
  1277. #endif /* CONFIG_PM */
  1278. bool lpass_cdc_check_core_votes(struct device *dev)
  1279. {
  1280. struct lpass_cdc_priv *priv = dev_get_drvdata(dev->parent);
  1281. bool ret = true;
  1282. trace_printk("%s, enter\n", __func__);
  1283. mutex_lock(&priv->vote_lock);
  1284. if (!priv->dev_up ||
  1285. (priv->lpass_core_hw_vote && !priv->core_hw_vote_count) ||
  1286. (priv->lpass_audio_hw_vote && !priv->core_audio_vote_count))
  1287. ret = false;
  1288. mutex_unlock(&priv->vote_lock);
  1289. trace_printk("%s, leave\n", __func__);
  1290. return ret;
  1291. }
  1292. EXPORT_SYMBOL(lpass_cdc_check_core_votes);
  1293. static const struct of_device_id lpass_cdc_dt_match[] = {
  1294. {.compatible = "qcom,lpass-cdc"},
  1295. {}
  1296. };
  1297. MODULE_DEVICE_TABLE(of, lpass_cdc_dt_match);
  1298. static struct platform_driver lpass_cdc_drv = {
  1299. .driver = {
  1300. .name = "lpass-cdc",
  1301. .owner = THIS_MODULE,
  1302. .of_match_table = lpass_cdc_dt_match,
  1303. .suppress_bind_attrs = true,
  1304. },
  1305. .probe = lpass_cdc_probe,
  1306. .remove = lpass_cdc_remove,
  1307. };
  1308. static int lpass_cdc_drv_init(void)
  1309. {
  1310. return platform_driver_register(&lpass_cdc_drv);
  1311. }
  1312. static void lpass_cdc_drv_exit(void)
  1313. {
  1314. platform_driver_unregister(&lpass_cdc_drv);
  1315. }
  1316. static int __init lpass_cdc_init(void)
  1317. {
  1318. lpass_cdc_drv_init();
  1319. lpass_cdc_clk_rsc_mgr_init();
  1320. return 0;
  1321. }
  1322. module_init(lpass_cdc_init);
  1323. static void __exit lpass_cdc_exit(void)
  1324. {
  1325. lpass_cdc_clk_rsc_mgr_exit();
  1326. lpass_cdc_drv_exit();
  1327. }
  1328. module_exit(lpass_cdc_exit);
  1329. MODULE_DESCRIPTION("LPASS Codec driver");
  1330. MODULE_LICENSE("GPL v2");