aqt1000-core.c 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. /* Copyright (c) 2011-2018, The Linux Foundation. All rights reserved.
  2. *
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 and
  5. * only version 2 as published by the Free Software Foundation.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. */
  12. #include <linux/kernel.h>
  13. #include <linux/module.h>
  14. #include <linux/of_device.h>
  15. #include <linux/of.h>
  16. #include <linux/of_irq.h>
  17. #include <linux/slab.h>
  18. #include <linux/ratelimit.h>
  19. #include <linux/mfd/core.h>
  20. #include <linux/delay.h>
  21. #include <linux/gpio.h>
  22. #include <linux/debugfs.h>
  23. #include <linux/i2c.h>
  24. #include <linux/regmap.h>
  25. #include <linux/gpio.h>
  26. #include <linux/of_gpio.h>
  27. #include <linux/pm_runtime.h>
  28. #include <sound/soc.h>
  29. #include "../msm-cdc-pinctrl.h"
  30. #include "../msm-cdc-supply.h"
  31. #include "aqt1000-registers.h"
  32. #include "aqt1000-internal.h"
  33. #include "aqt1000.h"
  34. #include "aqt1000-utils.h"
  35. #include "aqt1000-irq.h"
  36. static int aqt1000_bringup(struct aqt1000 *aqt)
  37. {
  38. struct aqt1000_pdata *pdata;
  39. u8 clk_div = 0, mclk = 1;
  40. if (!aqt->regmap) {
  41. dev_err(aqt->dev, "%s: aqt regmap is NULL\n", __func__);
  42. return -EINVAL;
  43. }
  44. /* Bringup register write sequence */
  45. regmap_update_bits(aqt->regmap, AQT1000_BUCK_5V_CTRL_CCL_1, 0xF0, 0xF0);
  46. regmap_update_bits(aqt->regmap, AQT1000_BIAS_CCOMP_FINE_ADJ,
  47. 0xF0, 0x90);
  48. regmap_update_bits(aqt->regmap, AQT1000_ANA_BIAS, 0x80, 0x80);
  49. regmap_update_bits(aqt->regmap, AQT1000_ANA_BIAS, 0x40, 0x40);
  50. /* Added 1msec sleep as per HW requirement */
  51. usleep_range(1000, 1010);
  52. regmap_update_bits(aqt->regmap, AQT1000_ANA_BIAS, 0x40, 0x00);
  53. clk_div = 0x04; /* Assumption is CLK DIV 2 */
  54. pdata = dev_get_platdata(aqt->dev);
  55. if (pdata) {
  56. if (pdata->mclk_rate == AQT1000_CLK_12P288MHZ)
  57. mclk = 0;
  58. clk_div = (((pdata->ext_clk_rate / pdata->mclk_rate) >> 1)
  59. << 2);
  60. }
  61. regmap_update_bits(aqt->regmap, AQT1000_CHIP_CFG0_CLK_CFG_MCLK,
  62. 0x03, mclk);
  63. regmap_update_bits(aqt->regmap, AQT1000_CLK_SYS_MCLK1_PRG,
  64. 0x0C, clk_div);
  65. /* Source clock enable */
  66. regmap_update_bits(aqt->regmap, AQT1000_CLK_SYS_MCLK1_PRG, 0x02, 0x02);
  67. /* Ungate the source clock */
  68. regmap_update_bits(aqt->regmap, AQT1000_CLK_SYS_MCLK1_PRG, 0x10, 0x10);
  69. /* Set the I2S_HS_CLK reference to CLK DIV 2 */
  70. regmap_update_bits(aqt->regmap, AQT1000_CLK_SYS_MCLK2_I2S_HS_CLK_PRG,
  71. 0x60, 0x20);
  72. /* Set the PLL preset to CLK9P6M_IN_12P288M_OUT */
  73. regmap_update_bits(aqt->regmap, AQT1000_CLK_SYS_PLL_PRESET, 0x0F, 0x02);
  74. /* Enable clock PLL */
  75. regmap_update_bits(aqt->regmap, AQT1000_CLK_SYS_PLL_ENABLES,
  76. 0x01, 0x01);
  77. /* Add 100usec delay as per HW requirement */
  78. usleep_range(100, 110);
  79. /* Set AQT to I2S Master */
  80. regmap_update_bits(aqt->regmap, AQT1000_I2S_I2S_0_CTL, 0x02, 0x02);
  81. /* Enable I2S HS clock */
  82. regmap_update_bits(aqt->regmap, AQT1000_CLK_SYS_MCLK2_I2S_HS_CLK_PRG,
  83. 0x01, 0x01);
  84. regmap_update_bits(aqt->regmap, AQT1000_CHIP_CFG0_CLK_CFG_MCLK,
  85. 0x04, 0x00);
  86. /* Add 100usec delay as per HW requirement */
  87. usleep_range(100, 110);
  88. regmap_update_bits(aqt->regmap, AQT1000_CDC_CLK_RST_CTRL_MCLK_CONTROL,
  89. 0x01, 0x01);
  90. regmap_update_bits(aqt->regmap, AQT1000_CDC_CLK_RST_CTRL_FS_CNT_CONTROL,
  91. 0x01, 0x01);
  92. regmap_update_bits(aqt->regmap, AQT1000_CHIP_CFG0_CLK_CTL_CDC_DIG,
  93. 0x01, 0x01);
  94. /* Codec digital reset */
  95. regmap_update_bits(aqt->regmap, AQT1000_CHIP_CFG0_RST_CTL, 0x01, 0x01);
  96. /* Add 100usec delay as per HW requirement */
  97. usleep_range(100, 110);
  98. return 0;
  99. }
  100. static int aqt1000_device_init(struct aqt1000 *aqt)
  101. {
  102. int ret = 0;
  103. mutex_init(&aqt->io_lock);
  104. mutex_init(&aqt->xfer_lock);
  105. mutex_init(&aqt->cdc_bg_clk_lock);
  106. mutex_init(&aqt->master_bias_lock);
  107. ret = aqt1000_bringup(aqt);
  108. if (ret) {
  109. ret = -EPROBE_DEFER;
  110. goto done;
  111. }
  112. ret = aqt_irq_init(aqt);
  113. if (ret)
  114. goto done;
  115. return ret;
  116. done:
  117. mutex_destroy(&aqt->io_lock);
  118. mutex_destroy(&aqt->xfer_lock);
  119. mutex_destroy(&aqt->cdc_bg_clk_lock);
  120. mutex_destroy(&aqt->master_bias_lock);
  121. return ret;
  122. }
  123. static int aqt1000_i2c_write(struct aqt1000 *aqt1000, unsigned short reg,
  124. void *val, int bytes)
  125. {
  126. struct i2c_msg *msg;
  127. int ret = 0;
  128. u8 reg_addr = 0;
  129. u8 data[bytes + 1];
  130. struct aqt1000_i2c *aqt1000_i2c;
  131. u8 *value = (u8 *)val;
  132. aqt1000_i2c = &aqt1000->i2c_dev;
  133. if (aqt1000_i2c == NULL || aqt1000_i2c->client == NULL) {
  134. pr_err("%s: Failed to get device info\n", __func__);
  135. return -ENODEV;
  136. }
  137. reg_addr = (u8)reg;
  138. msg = &aqt1000_i2c->xfer_msg[0];
  139. msg->addr = aqt1000_i2c->client->addr;
  140. msg->len = bytes + 1;
  141. msg->flags = 0;
  142. data[0] = reg;
  143. data[1] = *value;
  144. msg->buf = data;
  145. ret = i2c_transfer(aqt1000_i2c->client->adapter,
  146. aqt1000_i2c->xfer_msg, 1);
  147. /* Try again if the write fails */
  148. if (ret != 1) {
  149. ret = i2c_transfer(aqt1000_i2c->client->adapter,
  150. aqt1000_i2c->xfer_msg, 1);
  151. if (ret != 1) {
  152. dev_err(aqt1000->dev,
  153. "%s: I2C write failed, reg: 0x%x ret: %d\n",
  154. __func__, reg, ret);
  155. return ret;
  156. }
  157. }
  158. dev_dbg(aqt1000->dev, "%s: write success register = %x val = %x\n",
  159. __func__, reg, data[1]);
  160. return 0;
  161. }
  162. static int aqt1000_i2c_read(struct aqt1000 *aqt1000, unsigned short reg,
  163. void *dst, int bytes)
  164. {
  165. struct i2c_msg *msg;
  166. int ret = 0;
  167. u8 reg_addr = 0;
  168. struct aqt1000_i2c *aqt1000_i2c;
  169. u8 i = 0;
  170. unsigned char *dest = (unsigned char *)dst;
  171. aqt1000_i2c = &aqt1000->i2c_dev;
  172. if (aqt1000_i2c == NULL || aqt1000_i2c->client == NULL) {
  173. pr_err("%s: Failed to get device info\n", __func__);
  174. return -ENODEV;
  175. }
  176. for (i = 0; i < bytes; i++) {
  177. reg_addr = (u8)reg++;
  178. msg = &aqt1000_i2c->xfer_msg[0];
  179. msg->addr = aqt1000_i2c->client->addr;
  180. msg->len = 1;
  181. msg->flags = 0;
  182. msg->buf = &reg_addr;
  183. msg = &aqt1000_i2c->xfer_msg[1];
  184. msg->addr = aqt1000_i2c->client->addr;
  185. msg->len = 1;
  186. msg->flags = I2C_M_RD;
  187. msg->buf = dest++;
  188. ret = i2c_transfer(aqt1000_i2c->client->adapter,
  189. aqt1000_i2c->xfer_msg, 2);
  190. /* Try again if read fails first time */
  191. if (ret != 2) {
  192. ret = i2c_transfer(aqt1000_i2c->client->adapter,
  193. aqt1000_i2c->xfer_msg, 2);
  194. if (ret != 2) {
  195. dev_err(aqt1000->dev,
  196. "%s: I2C read failed, reg: 0x%x\n",
  197. __func__, reg);
  198. return ret;
  199. }
  200. }
  201. }
  202. return 0;
  203. }
  204. static int aqt1000_reset(struct device *dev)
  205. {
  206. struct aqt1000 *aqt1000;
  207. int rc = 0;
  208. if (!dev)
  209. return -ENODEV;
  210. aqt1000 = dev_get_drvdata(dev);
  211. if (!aqt1000)
  212. return -EINVAL;
  213. if (!aqt1000->aqt_rst_np) {
  214. dev_err(dev, "%s: reset gpio device node not specified\n",
  215. __func__);
  216. return -EINVAL;
  217. }
  218. if (!msm_cdc_pinctrl_get_state(aqt1000->aqt_rst_np)) {
  219. rc = msm_cdc_pinctrl_select_sleep_state(aqt1000->aqt_rst_np);
  220. if (rc) {
  221. dev_err(dev, "%s: aqt sleep state request fail!\n",
  222. __func__);
  223. return rc;
  224. }
  225. /* 20ms sleep required after pulling the reset gpio to LOW */
  226. msleep(20);
  227. rc = msm_cdc_pinctrl_select_active_state(aqt1000->aqt_rst_np);
  228. if (rc) {
  229. dev_err(dev,
  230. "%s: aqt active state request fail, ret: %d\n",
  231. __func__, rc);
  232. return rc;
  233. }
  234. /* 20ms sleep required after pulling the reset gpio to HIGH */
  235. msleep(20);
  236. }
  237. return rc;
  238. }
  239. static int aqt1000_read_of_property_u32(struct device *dev, const char *name,
  240. u32 *val)
  241. {
  242. int rc = 0;
  243. rc = of_property_read_u32(dev->of_node, name, val);
  244. if (rc)
  245. dev_err(dev, "%s: Looking up %s property in node %s failed",
  246. __func__, name, dev->of_node->full_name);
  247. return rc;
  248. }
  249. static void aqt1000_dt_parse_micbias_info(struct device *dev,
  250. struct aqt1000_micbias_setting *mb)
  251. {
  252. u32 prop_val;
  253. int rc;
  254. if (of_find_property(dev->of_node, "qcom,cdc-micbias-ldoh-v", NULL)) {
  255. rc = aqt1000_read_of_property_u32(dev,
  256. "qcom,cdc-micbias-ldoh-v",
  257. &prop_val);
  258. if (!rc)
  259. mb->ldoh_v = (u8)prop_val;
  260. }
  261. /* MB1 */
  262. if (of_find_property(dev->of_node, "qcom,cdc-micbias-cfilt1-mv",
  263. NULL)) {
  264. rc = aqt1000_read_of_property_u32(dev,
  265. "qcom,cdc-micbias-cfilt1-mv",
  266. &prop_val);
  267. if (!rc)
  268. mb->cfilt1_mv = prop_val;
  269. rc = aqt1000_read_of_property_u32(dev,
  270. "qcom,cdc-micbias1-cfilt-sel",
  271. &prop_val);
  272. if (!rc)
  273. mb->bias1_cfilt_sel = (u8)prop_val;
  274. } else if (of_find_property(dev->of_node, "qcom,cdc-micbias1-mv",
  275. NULL)) {
  276. rc = aqt1000_read_of_property_u32(dev,
  277. "qcom,cdc-micbias1-mv",
  278. &prop_val);
  279. if (!rc)
  280. mb->micb1_mv = prop_val;
  281. } else {
  282. dev_info(dev, "%s: Micbias1 DT property not found\n",
  283. __func__);
  284. }
  285. /* Print micbias info */
  286. dev_dbg(dev, "%s: ldoh_v %u cfilt1_mv %u micb1_mv %u \n", __func__,
  287. (u32)mb->ldoh_v, (u32)mb->cfilt1_mv, (u32)mb->micb1_mv);
  288. }
  289. static struct aqt1000_pdata *aqt1000_populate_dt_data(struct device *dev)
  290. {
  291. struct aqt1000_pdata *pdata;
  292. u32 prop_val;
  293. if (!dev || !dev->of_node)
  294. return NULL;
  295. pdata = devm_kzalloc(dev, sizeof(struct aqt1000_pdata),
  296. GFP_KERNEL);
  297. if (!pdata)
  298. return NULL;
  299. /* Parse power supplies */
  300. msm_cdc_get_power_supplies(dev, &pdata->regulator,
  301. &pdata->num_supplies);
  302. if (!pdata->regulator || (pdata->num_supplies <= 0)) {
  303. dev_err(dev, "%s: no power supplies defined for codec\n",
  304. __func__);
  305. goto err_power_sup;
  306. }
  307. /* Parse micbias info */
  308. aqt1000_dt_parse_micbias_info(dev, &pdata->micbias);
  309. pdata->aqt_rst_np = of_parse_phandle(dev->of_node,
  310. "qcom,aqt-rst-gpio-node", 0);
  311. if (!pdata->aqt_rst_np) {
  312. dev_err(dev, "%s: Looking up %s property in node %s failed\n",
  313. __func__, "qcom,aqt-rst-gpio-node",
  314. dev->of_node->full_name);
  315. goto err_parse_dt_prop;
  316. }
  317. if (!(aqt1000_read_of_property_u32(dev, "qcom,cdc-ext-clk-rate",
  318. &prop_val)))
  319. pdata->ext_clk_rate = prop_val;
  320. if (pdata->ext_clk_rate != AQT1000_CLK_24P576MHZ &&
  321. pdata->ext_clk_rate != AQT1000_CLK_19P2MHZ &&
  322. pdata->ext_clk_rate != AQT1000_CLK_12P288MHZ) {
  323. /* Use the default ext_clk_rate if the DT value is wrong */
  324. pdata->ext_clk_rate = AQT1000_CLK_9P6MHZ;
  325. }
  326. prop_val = 0;
  327. if (!(aqt1000_read_of_property_u32(dev, "qcom,cdc-mclk-clk-rate",
  328. &prop_val)))
  329. pdata->mclk_rate = prop_val;
  330. if (pdata->mclk_rate != AQT1000_CLK_9P6MHZ &&
  331. pdata->mclk_rate != AQT1000_CLK_12P288MHZ) {
  332. dev_err(dev, "%s: Invalid mclk_rate = %u\n", __func__,
  333. pdata->mclk_rate);
  334. goto err_parse_dt_prop;
  335. }
  336. if (pdata->ext_clk_rate % pdata->mclk_rate) {
  337. dev_err(dev,
  338. "%s: Invalid clock group, ext_clk = %d mclk = %d\n",
  339. __func__, pdata->ext_clk_rate, pdata->mclk_rate);
  340. goto err_parse_dt_prop;
  341. }
  342. pdata->irq_gpio = of_get_named_gpio(dev->of_node,
  343. "qcom,gpio-connect", 0);
  344. if (!gpio_is_valid(pdata->irq_gpio)) {
  345. dev_err(dev, "%s: TLMM connect gpio not found\n", __func__);
  346. goto err_parse_dt_prop;
  347. }
  348. return pdata;
  349. err_parse_dt_prop:
  350. devm_kfree(dev, pdata->regulator);
  351. pdata->regulator = NULL;
  352. pdata->num_supplies = 0;
  353. err_power_sup:
  354. devm_kfree(dev, pdata);
  355. return NULL;
  356. }
  357. static int aqt1000_bringdown(struct device *dev)
  358. {
  359. /* No sequence for teardown */
  360. return 0;
  361. }
  362. static void aqt1000_device_exit(struct aqt1000 *aqt)
  363. {
  364. aqt_irq_exit(aqt);
  365. aqt1000_bringdown(aqt->dev);
  366. mutex_destroy(&aqt->io_lock);
  367. mutex_destroy(&aqt->xfer_lock);
  368. mutex_destroy(&aqt->cdc_bg_clk_lock);
  369. mutex_destroy(&aqt->master_bias_lock);
  370. }
  371. static int aqt1000_i2c_probe(struct i2c_client *client,
  372. const struct i2c_device_id *id)
  373. {
  374. struct aqt1000 *aqt1000 = NULL;
  375. struct aqt1000_pdata *pdata = NULL;
  376. int ret = 0;
  377. pdata = aqt1000_populate_dt_data(&client->dev);
  378. if (!pdata) {
  379. dev_err(&client->dev,
  380. "%s: Fail to obtain pdata from device tree\n",
  381. __func__);
  382. ret = -EINVAL;
  383. goto fail;
  384. }
  385. client->dev.platform_data = pdata;
  386. aqt1000 = devm_kzalloc(&client->dev, sizeof(struct aqt1000),
  387. GFP_KERNEL);
  388. if (!aqt1000) {
  389. ret = -ENOMEM;
  390. goto fail;
  391. }
  392. aqt1000->regmap = aqt1000_regmap_init(&client->dev,
  393. &aqt1000_regmap_config);
  394. if (IS_ERR(aqt1000->regmap)) {
  395. ret = PTR_ERR(aqt1000->regmap);
  396. dev_err(&client->dev,
  397. "%s: Failed to init register map: %d\n",
  398. __func__, ret);
  399. goto fail;
  400. }
  401. aqt1000->aqt_rst_np = pdata->aqt_rst_np;
  402. if (!aqt1000->aqt_rst_np) {
  403. dev_err(&client->dev, "%s: pinctrl not used for rst_n\n",
  404. __func__);
  405. ret = -EINVAL;
  406. goto fail;
  407. }
  408. if (i2c_check_functionality(client->adapter,
  409. I2C_FUNC_I2C) == 0) {
  410. dev_dbg(&client->dev, "%s: can't talk I2C?\n", __func__);
  411. ret = -EIO;
  412. goto fail;
  413. }
  414. dev_set_drvdata(&client->dev, aqt1000);
  415. aqt1000->dev = &client->dev;
  416. aqt1000->dev_up = true;
  417. aqt1000->mclk_rate = pdata->mclk_rate;
  418. aqt1000->irq = client->irq;
  419. aqt1000->num_of_supplies = pdata->num_supplies;
  420. ret = msm_cdc_init_supplies(aqt1000->dev, &aqt1000->supplies,
  421. pdata->regulator,
  422. pdata->num_supplies);
  423. if (!aqt1000->supplies) {
  424. dev_err(aqt1000->dev, "%s: Cannot init aqt supplies\n",
  425. __func__);
  426. goto err_codec;
  427. }
  428. ret = msm_cdc_enable_static_supplies(aqt1000->dev,
  429. aqt1000->supplies,
  430. pdata->regulator,
  431. pdata->num_supplies);
  432. if (ret) {
  433. dev_err(aqt1000->dev, "%s: aqt static supply enable failed!\n",
  434. __func__);
  435. goto err_codec;
  436. }
  437. /* 5 usec sleep is needed as per HW requirement */
  438. usleep_range(5, 10);
  439. ret = aqt1000_reset(aqt1000->dev);
  440. if (ret) {
  441. dev_err(aqt1000->dev, "%s: Codec reset failed\n", __func__);
  442. goto err_supplies;
  443. }
  444. aqt1000->i2c_dev.client = client;
  445. aqt1000->read_dev = aqt1000_i2c_read;
  446. aqt1000->write_dev = aqt1000_i2c_write;
  447. ret = aqt1000_device_init(aqt1000);
  448. if (ret) {
  449. pr_err("%s: error, initializing device failed (%d)\n",
  450. __func__, ret);
  451. goto err_supplies;
  452. }
  453. pm_runtime_set_active(aqt1000->dev);
  454. pm_runtime_enable(aqt1000->dev);
  455. ret = aqt_register_codec(&client->dev);
  456. if (ret) {
  457. dev_err(aqt1000->dev, "%s: Codec registration failed\n",
  458. __func__);
  459. goto err_cdc_register;
  460. }
  461. return ret;
  462. err_cdc_register:
  463. pm_runtime_disable(aqt1000->dev);
  464. aqt1000_device_exit(aqt1000);
  465. err_supplies:
  466. msm_cdc_release_supplies(aqt1000->dev, aqt1000->supplies,
  467. pdata->regulator,
  468. pdata->num_supplies);
  469. pdata->regulator = NULL;
  470. pdata->num_supplies = 0;
  471. err_codec:
  472. devm_kfree(&client->dev, aqt1000);
  473. dev_set_drvdata(&client->dev, NULL);
  474. fail:
  475. return ret;
  476. }
  477. static int aqt1000_i2c_remove(struct i2c_client *client)
  478. {
  479. struct aqt1000 *aqt;
  480. struct aqt1000_pdata *pdata = client->dev.platform_data;
  481. aqt = dev_get_drvdata(&client->dev);
  482. pm_runtime_disable(aqt->dev);
  483. msm_cdc_release_supplies(aqt->dev, aqt->supplies,
  484. pdata->regulator,
  485. pdata->num_supplies);
  486. aqt1000_device_exit(aqt);
  487. dev_set_drvdata(&client->dev, NULL);
  488. return 0;
  489. }
  490. #ifdef CONFIG_PM
  491. static int aqt1000_runtime_resume(struct device *dev)
  492. {
  493. dev_dbg(dev, "%s system resume\n", __func__);
  494. return 0;
  495. }
  496. static int aqt1000_runtime_suspend(struct device *dev)
  497. {
  498. dev_dbg(dev, "%s system suspend\n", __func__);
  499. return 0;
  500. }
  501. #endif
  502. #ifdef CONFIG_PM_SLEEP
  503. static int aqt1000_i2c_resume(struct device *dev)
  504. {
  505. pr_debug("%s system resume\n", __func__);
  506. return 0;
  507. }
  508. static int aqt1000_i2c_suspend(struct device *dev)
  509. {
  510. pr_debug("%s system suspend\n", __func__);
  511. return 0;
  512. }
  513. #endif
  514. static struct i2c_device_id aqt1000_id_table[] = {
  515. {"aqt1000-i2c", 0},
  516. {}
  517. };
  518. MODULE_DEVICE_TABLE(i2c, aqt1000_id_table);
  519. static const struct dev_pm_ops aqt1000_i2c_pm_ops = {
  520. SET_RUNTIME_PM_OPS(aqt1000_runtime_suspend,
  521. aqt1000_runtime_resume, NULL)
  522. SET_SYSTEM_SLEEP_PM_OPS(aqt1000_i2c_suspend,
  523. aqt1000_i2c_resume)
  524. };
  525. static const struct of_device_id aqt_match_table[] = {
  526. {.compatible = "qcom,aqt1000-i2c-codec"},
  527. {}
  528. };
  529. MODULE_DEVICE_TABLE(of, aqt_match_table);
  530. static struct i2c_driver aqt1000_i2c_driver = {
  531. .driver = {
  532. .owner = THIS_MODULE,
  533. .name = "aqt1000-i2c-codec",
  534. #ifdef CONFIG_PM_SLEEP
  535. .pm = &aqt1000_i2c_pm_ops,
  536. #endif
  537. .of_match_table = aqt_match_table,
  538. },
  539. .id_table = aqt1000_id_table,
  540. .probe = aqt1000_i2c_probe,
  541. .remove = aqt1000_i2c_remove,
  542. };
  543. static int __init aqt1000_init(void)
  544. {
  545. return i2c_add_driver(&aqt1000_i2c_driver);
  546. }
  547. module_init(aqt1000_init);
  548. static void __exit aqt1000_exit(void)
  549. {
  550. i2c_del_driver(&aqt1000_i2c_driver);
  551. }
  552. module_exit(aqt1000_exit);
  553. MODULE_DESCRIPTION("AQT1000 Codec driver");
  554. MODULE_LICENSE("GPL v2");