pinctrl-lpi.c 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
  4. */
  5. #include <linux/gpio.h>
  6. #include <linux/io.h>
  7. #include <linux/module.h>
  8. #include <linux/of.h>
  9. #include <linux/pinctrl/pinconf-generic.h>
  10. #include <linux/pinctrl/pinconf.h>
  11. #include <linux/pinctrl/pinmux.h>
  12. #include <linux/platform_device.h>
  13. #include <linux/slab.h>
  14. #include <linux/types.h>
  15. #include <linux/clk.h>
  16. #include <linux/bitops.h>
  17. #include <soc/snd_event.h>
  18. #include <linux/pm_runtime.h>
  19. #include <dsp/audio_notifier.h>
  20. #include "core.h"
  21. #include "pinctrl-utils.h"
  22. #define LPI_AUTO_SUSPEND_DELAY 100 /* delay in msec */
  23. #define LPI_ADDRESS_SIZE 0x20000
  24. #define LPI_SLEW_ADDRESS_SIZE 0x1000
  25. #define LPI_GPIO_REG_VAL_CTL 0x00
  26. #define LPI_GPIO_REG_DIR_CTL 0x04
  27. #define LPI_SLEW_REG_VAL_CTL 0x00
  28. #define LPI_SLEW_RATE_MAX 0x03
  29. #define LPI_SLEW_BITS_SIZE 0x02
  30. #define LPI_SLEW_OFFSET_INVALID 0xFFFFFFFF
  31. #define LPI_GPIO_REG_PULL_SHIFT 0x0
  32. #define LPI_GPIO_REG_PULL_MASK 0x3
  33. #define LPI_GPIO_REG_FUNCTION_SHIFT 0x2
  34. #define LPI_GPIO_REG_FUNCTION_MASK 0x3C
  35. #define LPI_GPIO_REG_OUT_STRENGTH_SHIFT 0x6
  36. #define LPI_GPIO_REG_OUT_STRENGTH_MASK 0x1C0
  37. #define LPI_GPIO_REG_OE_SHIFT 0x9
  38. #define LPI_GPIO_REG_OE_MASK 0x200
  39. #define LPI_GPIO_REG_DIR_SHIFT 0x1
  40. #define LPI_GPIO_REG_DIR_MASK 0x2
  41. #define LPI_GPIO_BIAS_DISABLE 0x0
  42. #define LPI_GPIO_PULL_DOWN 0x1
  43. #define LPI_GPIO_KEEPER 0x2
  44. #define LPI_GPIO_PULL_UP 0x3
  45. #define LPI_GPIO_FUNC_GPIO "gpio"
  46. #define LPI_GPIO_FUNC_FUNC1 "func1"
  47. #define LPI_GPIO_FUNC_FUNC2 "func2"
  48. #define LPI_GPIO_FUNC_FUNC3 "func3"
  49. #define LPI_GPIO_FUNC_FUNC4 "func4"
  50. #define LPI_GPIO_FUNC_FUNC5 "func5"
  51. static bool lpi_dev_up;
  52. static struct device *lpi_dev;
  53. /* The index of each function in lpi_gpio_functions[] array */
  54. enum lpi_gpio_func_index {
  55. LPI_GPIO_FUNC_INDEX_GPIO = 0x00,
  56. LPI_GPIO_FUNC_INDEX_FUNC1 = 0x01,
  57. LPI_GPIO_FUNC_INDEX_FUNC2 = 0x02,
  58. LPI_GPIO_FUNC_INDEX_FUNC3 = 0x03,
  59. LPI_GPIO_FUNC_INDEX_FUNC4 = 0x04,
  60. LPI_GPIO_FUNC_INDEX_FUNC5 = 0x05,
  61. };
  62. /**
  63. * struct lpi_gpio_pad - keep current GPIO settings
  64. * @offset: stores one of gpio_offset or slew_offset at a given time.
  65. * @gpio_offset: Nth GPIO in supported GPIOs.
  66. * @slew_offset: Nth GPIO's position in slew register in supported GPIOs.
  67. * @output_enabled: Set to true if GPIO output logic is enabled.
  68. * @value: value of a pin
  69. * @base: stores one of gpio_base or slew_base at a given time.
  70. * @gpio_base: Address base of LPI GPIO PAD.
  71. * @slew_base: Address base of LPI SLEW PAD.
  72. * @pullup: Constant current which flow through GPIO output buffer.
  73. * @strength: No, Low, Medium, High
  74. * @function: See lpi_gpio_functions[]
  75. */
  76. struct lpi_gpio_pad {
  77. u32 offset;
  78. u32 gpio_offset;
  79. u32 slew_offset;
  80. bool output_enabled;
  81. bool value;
  82. char __iomem *base;
  83. char __iomem *gpio_base;
  84. char __iomem *slew_base;
  85. unsigned int pullup;
  86. unsigned int strength;
  87. unsigned int function;
  88. };
  89. struct lpi_gpio_state {
  90. struct device *dev;
  91. struct pinctrl_dev *ctrl;
  92. struct gpio_chip chip;
  93. char __iomem *base;
  94. struct clk *lpass_core_hw_vote;
  95. struct mutex slew_access_lock;
  96. bool core_hw_vote_status;
  97. };
  98. static const char *const lpi_gpio_groups[] = {
  99. "gpio0", "gpio1", "gpio2", "gpio3", "gpio4", "gpio5", "gpio6", "gpio7",
  100. "gpio8", "gpio9", "gpio10", "gpio11", "gpio12", "gpio13", "gpio14",
  101. "gpio15", "gpio16", "gpio17", "gpio18", "gpio19", "gpio20", "gpio21",
  102. "gpio22", "gpio23", "gpio24", "gpio25", "gpio26", "gpio27", "gpio28",
  103. "gpio29", "gpio30", "gpio31",
  104. };
  105. #define LPI_TLMM_MAX_PINS 100
  106. static u32 lpi_offset[LPI_TLMM_MAX_PINS];
  107. static u32 lpi_slew_offset[LPI_TLMM_MAX_PINS];
  108. static const char *const lpi_gpio_functions[] = {
  109. [LPI_GPIO_FUNC_INDEX_GPIO] = LPI_GPIO_FUNC_GPIO,
  110. [LPI_GPIO_FUNC_INDEX_FUNC1] = LPI_GPIO_FUNC_FUNC1,
  111. [LPI_GPIO_FUNC_INDEX_FUNC2] = LPI_GPIO_FUNC_FUNC2,
  112. [LPI_GPIO_FUNC_INDEX_FUNC3] = LPI_GPIO_FUNC_FUNC3,
  113. [LPI_GPIO_FUNC_INDEX_FUNC4] = LPI_GPIO_FUNC_FUNC4,
  114. [LPI_GPIO_FUNC_INDEX_FUNC5] = LPI_GPIO_FUNC_FUNC5,
  115. };
  116. static int lpi_gpio_read(struct lpi_gpio_pad *pad, unsigned int addr)
  117. {
  118. int ret = 0;
  119. struct lpi_gpio_state *state = dev_get_drvdata(lpi_dev);
  120. if (!lpi_dev_up) {
  121. pr_err_ratelimited("%s: ADSP is down due to SSR, return\n",
  122. __func__);
  123. return 0;
  124. }
  125. pm_runtime_get_sync(lpi_dev);
  126. if (!state->core_hw_vote_status) {
  127. pr_err_ratelimited("%s: core hw vote clk is not enabled\n",
  128. __func__);
  129. ret = -EINVAL;
  130. goto err;
  131. }
  132. ret = ioread32(pad->base + pad->offset + addr);
  133. if (ret < 0)
  134. pr_err("%s: read 0x%x failed\n", __func__, addr);
  135. err:
  136. pm_runtime_mark_last_busy(lpi_dev);
  137. pm_runtime_put_autosuspend(lpi_dev);
  138. return ret;
  139. }
  140. static int lpi_gpio_write(struct lpi_gpio_pad *pad, unsigned int addr,
  141. unsigned int val)
  142. {
  143. struct lpi_gpio_state *state = dev_get_drvdata(lpi_dev);
  144. int ret = 0;
  145. if (!lpi_dev_up) {
  146. pr_err_ratelimited("%s: ADSP is down due to SSR, return\n",
  147. __func__);
  148. return 0;
  149. }
  150. pm_runtime_get_sync(lpi_dev);
  151. if (!state->core_hw_vote_status) {
  152. pr_err_ratelimited("%s: core hw vote clk is not enabled\n",
  153. __func__);
  154. ret = -EINVAL;
  155. goto err;
  156. }
  157. iowrite32(val, pad->base + pad->offset + addr);
  158. err:
  159. pm_runtime_mark_last_busy(lpi_dev);
  160. pm_runtime_put_autosuspend(lpi_dev);
  161. return ret;
  162. }
  163. static int lpi_gpio_get_groups_count(struct pinctrl_dev *pctldev)
  164. {
  165. /* Every PIN is a group */
  166. return pctldev->desc->npins;
  167. }
  168. static const char *lpi_gpio_get_group_name(struct pinctrl_dev *pctldev,
  169. unsigned int pin)
  170. {
  171. return pctldev->desc->pins[pin].name;
  172. }
  173. static int lpi_gpio_get_group_pins(struct pinctrl_dev *pctldev,
  174. unsigned int pin,
  175. const unsigned int **pins,
  176. unsigned int *num_pins)
  177. {
  178. *pins = &pctldev->desc->pins[pin].number;
  179. *num_pins = 1;
  180. return 0;
  181. }
  182. static const struct pinctrl_ops lpi_gpio_pinctrl_ops = {
  183. .get_groups_count = lpi_gpio_get_groups_count,
  184. .get_group_name = lpi_gpio_get_group_name,
  185. .get_group_pins = lpi_gpio_get_group_pins,
  186. .dt_node_to_map = pinconf_generic_dt_node_to_map_group,
  187. .dt_free_map = pinctrl_utils_free_map,
  188. };
  189. static int lpi_gpio_get_functions_count(struct pinctrl_dev *pctldev)
  190. {
  191. return ARRAY_SIZE(lpi_gpio_functions);
  192. }
  193. static const char *lpi_gpio_get_function_name(struct pinctrl_dev *pctldev,
  194. unsigned int function)
  195. {
  196. return lpi_gpio_functions[function];
  197. }
  198. static int lpi_gpio_get_function_groups(struct pinctrl_dev *pctldev,
  199. unsigned int function,
  200. const char *const **groups,
  201. unsigned *const num_qgroups)
  202. {
  203. *groups = lpi_gpio_groups;
  204. *num_qgroups = pctldev->desc->npins;
  205. return 0;
  206. }
  207. static int lpi_gpio_set_mux(struct pinctrl_dev *pctldev, unsigned int function,
  208. unsigned int pin)
  209. {
  210. struct lpi_gpio_pad *pad;
  211. unsigned int val;
  212. pad = pctldev->desc->pins[pin].drv_data;
  213. pad->function = function;
  214. val = lpi_gpio_read(pad, LPI_GPIO_REG_VAL_CTL);
  215. val &= ~(LPI_GPIO_REG_FUNCTION_MASK);
  216. val |= pad->function << LPI_GPIO_REG_FUNCTION_SHIFT;
  217. lpi_gpio_write(pad, LPI_GPIO_REG_VAL_CTL, val);
  218. return 0;
  219. }
  220. static const struct pinmux_ops lpi_gpio_pinmux_ops = {
  221. .get_functions_count = lpi_gpio_get_functions_count,
  222. .get_function_name = lpi_gpio_get_function_name,
  223. .get_function_groups = lpi_gpio_get_function_groups,
  224. .set_mux = lpi_gpio_set_mux,
  225. };
  226. static int lpi_config_get(struct pinctrl_dev *pctldev,
  227. unsigned int pin, unsigned long *config)
  228. {
  229. unsigned int param = pinconf_to_config_param(*config);
  230. struct lpi_gpio_pad *pad;
  231. unsigned int arg;
  232. pad = pctldev->desc->pins[pin].drv_data;
  233. switch (param) {
  234. case PIN_CONFIG_BIAS_DISABLE:
  235. arg = pad->pullup = LPI_GPIO_BIAS_DISABLE;
  236. break;
  237. case PIN_CONFIG_BIAS_PULL_DOWN:
  238. arg = pad->pullup == LPI_GPIO_PULL_DOWN;
  239. break;
  240. case PIN_CONFIG_BIAS_BUS_HOLD:
  241. arg = pad->pullup = LPI_GPIO_KEEPER;
  242. break;
  243. case PIN_CONFIG_BIAS_PULL_UP:
  244. arg = pad->pullup == LPI_GPIO_PULL_UP;
  245. break;
  246. case PIN_CONFIG_INPUT_ENABLE:
  247. case PIN_CONFIG_OUTPUT:
  248. arg = pad->output_enabled;
  249. break;
  250. default:
  251. return -EINVAL;
  252. }
  253. *config = pinconf_to_config_packed(param, arg);
  254. return 0;
  255. }
  256. static unsigned int lpi_drive_to_regval(u32 arg)
  257. {
  258. return (arg/2 - 1);
  259. }
  260. static int lpi_config_set(struct pinctrl_dev *pctldev, unsigned int pin,
  261. unsigned long *configs, unsigned int nconfs)
  262. {
  263. struct lpi_gpio_pad *pad;
  264. unsigned int param, arg;
  265. int i, ret = 0;
  266. volatile unsigned long val;
  267. struct lpi_gpio_state *state = dev_get_drvdata(pctldev->dev);
  268. pad = pctldev->desc->pins[pin].drv_data;
  269. for (i = 0; i < nconfs; i++) {
  270. param = pinconf_to_config_param(configs[i]);
  271. arg = pinconf_to_config_argument(configs[i]);
  272. dev_dbg(pctldev->dev, "%s: param: %d arg: %d pin: %d\n",
  273. __func__, param, arg, pin);
  274. switch (param) {
  275. case PIN_CONFIG_BIAS_DISABLE:
  276. pad->pullup = LPI_GPIO_BIAS_DISABLE;
  277. break;
  278. case PIN_CONFIG_BIAS_PULL_DOWN:
  279. pad->pullup = LPI_GPIO_PULL_DOWN;
  280. break;
  281. case PIN_CONFIG_BIAS_BUS_HOLD:
  282. pad->pullup = LPI_GPIO_KEEPER;
  283. break;
  284. case PIN_CONFIG_BIAS_PULL_UP:
  285. pad->pullup = LPI_GPIO_PULL_UP;
  286. break;
  287. case PIN_CONFIG_INPUT_ENABLE:
  288. pad->output_enabled = false;
  289. break;
  290. case PIN_CONFIG_OUTPUT:
  291. pad->output_enabled = true;
  292. pad->value = arg;
  293. break;
  294. case PIN_CONFIG_DRIVE_STRENGTH:
  295. pad->strength = arg;
  296. break;
  297. case PIN_CONFIG_SLEW_RATE:
  298. if (pad->slew_base == NULL ||
  299. pad->slew_offset == LPI_SLEW_OFFSET_INVALID) {
  300. dev_dbg(pctldev->dev, "%s: invalid slew settings for pin: %d\n",
  301. __func__, pin);
  302. goto set_gpio;
  303. }
  304. if (arg > LPI_SLEW_RATE_MAX) {
  305. dev_err(pctldev->dev, "%s: invalid slew rate %u for pin: %d\n",
  306. __func__, arg, pin);
  307. goto set_gpio;
  308. }
  309. pad->base = pad->slew_base;
  310. pad->offset = 0;
  311. mutex_lock(&state->slew_access_lock);
  312. val = lpi_gpio_read(pad, LPI_SLEW_REG_VAL_CTL);
  313. pad->offset = pad->slew_offset;
  314. for (i = 0; i < LPI_SLEW_BITS_SIZE; i++) {
  315. if (arg & 0x01)
  316. set_bit(pad->offset, &val);
  317. else
  318. clear_bit(pad->offset, &val);
  319. pad->offset++;
  320. arg = arg >> 1;
  321. }
  322. pad->offset = 0;
  323. lpi_gpio_write(pad, LPI_SLEW_REG_VAL_CTL, val);
  324. mutex_unlock(&state->slew_access_lock);
  325. break;
  326. default:
  327. ret = -EINVAL;
  328. goto done;
  329. }
  330. }
  331. set_gpio:
  332. pad->base = pad->gpio_base;
  333. pad->offset = pad->gpio_offset;
  334. val = lpi_gpio_read(pad, LPI_GPIO_REG_VAL_CTL);
  335. val &= ~(LPI_GPIO_REG_PULL_MASK | LPI_GPIO_REG_OUT_STRENGTH_MASK |
  336. LPI_GPIO_REG_OE_MASK);
  337. val |= pad->pullup << LPI_GPIO_REG_PULL_SHIFT;
  338. val |= lpi_drive_to_regval(pad->strength) <<
  339. LPI_GPIO_REG_OUT_STRENGTH_SHIFT;
  340. if (pad->output_enabled)
  341. val |= pad->value << LPI_GPIO_REG_OE_SHIFT;
  342. lpi_gpio_write(pad, LPI_GPIO_REG_VAL_CTL, val);
  343. lpi_gpio_write(pad, LPI_GPIO_REG_DIR_CTL,
  344. pad->output_enabled << LPI_GPIO_REG_DIR_SHIFT);
  345. done:
  346. return ret;
  347. }
  348. static const struct pinconf_ops lpi_gpio_pinconf_ops = {
  349. .is_generic = true,
  350. .pin_config_group_get = lpi_config_get,
  351. .pin_config_group_set = lpi_config_set,
  352. };
  353. static int lpi_gpio_direction_input(struct gpio_chip *chip, unsigned int pin)
  354. {
  355. struct lpi_gpio_state *state = gpiochip_get_data(chip);
  356. unsigned long config;
  357. config = pinconf_to_config_packed(PIN_CONFIG_INPUT_ENABLE, 1);
  358. return lpi_config_set(state->ctrl, pin, &config, 1);
  359. }
  360. static int lpi_gpio_direction_output(struct gpio_chip *chip,
  361. unsigned int pin, int val)
  362. {
  363. struct lpi_gpio_state *state = gpiochip_get_data(chip);
  364. unsigned long config;
  365. config = pinconf_to_config_packed(PIN_CONFIG_OUTPUT, val);
  366. return lpi_config_set(state->ctrl, pin, &config, 1);
  367. }
  368. static int lpi_gpio_get(struct gpio_chip *chip, unsigned int pin)
  369. {
  370. struct lpi_gpio_state *state = gpiochip_get_data(chip);
  371. struct lpi_gpio_pad *pad;
  372. int value;
  373. pad = state->ctrl->desc->pins[pin].drv_data;
  374. value = lpi_gpio_read(pad, LPI_GPIO_REG_VAL_CTL);
  375. return value;
  376. }
  377. static void lpi_gpio_set(struct gpio_chip *chip, unsigned int pin, int value)
  378. {
  379. struct lpi_gpio_state *state = gpiochip_get_data(chip);
  380. unsigned long config;
  381. config = pinconf_to_config_packed(PIN_CONFIG_OUTPUT, value);
  382. lpi_config_set(state->ctrl, pin, &config, 1);
  383. }
  384. static int lpi_notifier_service_cb(struct notifier_block *this,
  385. unsigned long opcode, void *ptr)
  386. {
  387. static bool initial_boot = true;
  388. pr_debug("%s: Service opcode 0x%lx\n", __func__, opcode);
  389. switch (opcode) {
  390. case AUDIO_NOTIFIER_SERVICE_DOWN:
  391. if (initial_boot) {
  392. initial_boot = false;
  393. break;
  394. }
  395. snd_event_notify(lpi_dev, SND_EVENT_DOWN);
  396. lpi_dev_up = false;
  397. break;
  398. case AUDIO_NOTIFIER_SERVICE_UP:
  399. if (initial_boot)
  400. initial_boot = false;
  401. lpi_dev_up = true;
  402. snd_event_notify(lpi_dev, SND_EVENT_UP);
  403. break;
  404. default:
  405. break;
  406. }
  407. return NOTIFY_OK;
  408. }
  409. static struct notifier_block service_nb = {
  410. .notifier_call = lpi_notifier_service_cb,
  411. .priority = -INT_MAX,
  412. };
  413. static void lpi_pinctrl_ssr_disable(struct device *dev, void *data)
  414. {
  415. lpi_dev_up = false;
  416. }
  417. static const struct snd_event_ops lpi_pinctrl_ssr_ops = {
  418. .disable = lpi_pinctrl_ssr_disable,
  419. };
  420. #ifdef CONFIG_DEBUG_FS
  421. #include <linux/seq_file.h>
  422. static unsigned int lpi_regval_to_drive(u32 val)
  423. {
  424. return (val + 1) * 2;
  425. }
  426. static void lpi_gpio_dbg_show_one(struct seq_file *s,
  427. struct pinctrl_dev *pctldev,
  428. struct gpio_chip *chip,
  429. unsigned int offset,
  430. unsigned int gpio)
  431. {
  432. struct lpi_gpio_state *state = gpiochip_get_data(chip);
  433. struct pinctrl_pin_desc pindesc;
  434. struct lpi_gpio_pad *pad;
  435. unsigned int func;
  436. int is_out;
  437. int drive;
  438. int pull;
  439. u32 ctl_reg;
  440. static const char * const pulls[] = {
  441. "no pull",
  442. "pull down",
  443. "keeper",
  444. "pull up"
  445. };
  446. pctldev = pctldev ? : state->ctrl;
  447. pindesc = pctldev->desc->pins[offset];
  448. pad = pctldev->desc->pins[offset].drv_data;
  449. ctl_reg = lpi_gpio_read(pad, LPI_GPIO_REG_DIR_CTL);
  450. is_out = (ctl_reg & LPI_GPIO_REG_DIR_MASK) >> LPI_GPIO_REG_DIR_SHIFT;
  451. ctl_reg = lpi_gpio_read(pad, LPI_GPIO_REG_VAL_CTL);
  452. func = (ctl_reg & LPI_GPIO_REG_FUNCTION_MASK) >>
  453. LPI_GPIO_REG_FUNCTION_SHIFT;
  454. drive = (ctl_reg & LPI_GPIO_REG_OUT_STRENGTH_MASK) >>
  455. LPI_GPIO_REG_OUT_STRENGTH_SHIFT;
  456. pull = (ctl_reg & LPI_GPIO_REG_PULL_MASK) >> LPI_GPIO_REG_PULL_SHIFT;
  457. seq_printf(s, " %-8s: %-3s %d",
  458. pindesc.name, is_out ? "out" : "in", func);
  459. seq_printf(s, " %dmA", lpi_regval_to_drive(drive));
  460. seq_printf(s, " %s", pulls[pull]);
  461. }
  462. static void lpi_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip)
  463. {
  464. unsigned int gpio = chip->base;
  465. unsigned int i;
  466. for (i = 0; i < chip->ngpio; i++, gpio++) {
  467. lpi_gpio_dbg_show_one(s, NULL, chip, i, gpio);
  468. seq_puts(s, "\n");
  469. }
  470. }
  471. #else
  472. #define lpi_gpio_dbg_show NULL
  473. #endif
  474. static const struct gpio_chip lpi_gpio_template = {
  475. .direction_input = lpi_gpio_direction_input,
  476. .direction_output = lpi_gpio_direction_output,
  477. .get = lpi_gpio_get,
  478. .set = lpi_gpio_set,
  479. .request = gpiochip_generic_request,
  480. .free = gpiochip_generic_free,
  481. .dbg_show = lpi_gpio_dbg_show,
  482. };
  483. static int lpi_pinctrl_probe(struct platform_device *pdev)
  484. {
  485. struct device *dev = &pdev->dev;
  486. struct pinctrl_pin_desc *pindesc;
  487. struct pinctrl_desc *pctrldesc;
  488. struct lpi_gpio_pad *pad, *pads;
  489. struct lpi_gpio_state *state;
  490. int ret, npins, i;
  491. char __iomem *lpi_base;
  492. char __iomem *slew_base;
  493. u32 reg, slew_reg;
  494. struct clk *lpass_core_hw_vote = NULL;
  495. ret = of_property_read_u32(dev->of_node, "reg", &reg);
  496. if (ret < 0) {
  497. dev_err(dev, "missing base address\n");
  498. return ret;
  499. }
  500. ret = of_property_read_u32(dev->of_node, "qcom,num-gpios", &npins);
  501. if (ret < 0)
  502. return ret;
  503. WARN_ON(npins > ARRAY_SIZE(lpi_gpio_groups));
  504. ret = of_property_read_u32_array(dev->of_node, "qcom,lpi-offset-tbl",
  505. lpi_offset, npins);
  506. if (ret < 0) {
  507. dev_err(dev, "error in reading lpi offset table: %d\n", ret);
  508. return ret;
  509. }
  510. ret = of_property_read_u32_array(dev->of_node,
  511. "qcom,lpi-slew-offset-tbl",
  512. lpi_slew_offset, npins);
  513. if (ret < 0) {
  514. for (i = 0; i < npins; i++)
  515. lpi_slew_offset[i] = LPI_SLEW_OFFSET_INVALID;
  516. dev_dbg(dev, "%s: error in reading lpi slew offset table: %d\n",
  517. __func__, ret);
  518. }
  519. state = devm_kzalloc(dev, sizeof(*state), GFP_KERNEL);
  520. if (!state)
  521. return -ENOMEM;
  522. platform_set_drvdata(pdev, state);
  523. state->dev = &pdev->dev;
  524. slew_reg = 0;
  525. ret = of_property_read_u32(dev->of_node, "qcom,slew-reg", &slew_reg);
  526. if (!ret) {
  527. slew_base = devm_ioremap(dev, slew_reg, LPI_SLEW_ADDRESS_SIZE);
  528. if (slew_base == NULL) {
  529. dev_err(dev,
  530. "%s devm_ioremap failed for slew rate reg\n",
  531. __func__);
  532. ret = -ENOMEM;
  533. goto err_io;
  534. }
  535. } else {
  536. slew_base = NULL;
  537. dev_dbg(dev, "error in reading lpi slew register: %d\n",
  538. __func__, ret);
  539. }
  540. pindesc = devm_kcalloc(dev, npins, sizeof(*pindesc), GFP_KERNEL);
  541. if (!pindesc)
  542. return -ENOMEM;
  543. pads = devm_kcalloc(dev, npins, sizeof(*pads), GFP_KERNEL);
  544. if (!pads)
  545. return -ENOMEM;
  546. pctrldesc = devm_kzalloc(dev, sizeof(*pctrldesc), GFP_KERNEL);
  547. if (!pctrldesc)
  548. return -ENOMEM;
  549. pctrldesc->pctlops = &lpi_gpio_pinctrl_ops;
  550. pctrldesc->pmxops = &lpi_gpio_pinmux_ops;
  551. pctrldesc->confops = &lpi_gpio_pinconf_ops;
  552. pctrldesc->owner = THIS_MODULE;
  553. pctrldesc->name = dev_name(dev);
  554. pctrldesc->pins = pindesc;
  555. pctrldesc->npins = npins;
  556. lpi_base = devm_ioremap(dev, reg, LPI_ADDRESS_SIZE);
  557. if (lpi_base == NULL) {
  558. dev_err(dev, "%s devm_ioremap failed\n", __func__);
  559. return -ENOMEM;
  560. }
  561. state->base = lpi_base;
  562. for (i = 0; i < npins; i++, pindesc++) {
  563. pad = &pads[i];
  564. pindesc->drv_data = pad;
  565. pindesc->number = i;
  566. pindesc->name = lpi_gpio_groups[i];
  567. pad->gpio_base = lpi_base;
  568. pad->slew_base = slew_base;
  569. pad->base = pad->gpio_base;
  570. pad->gpio_offset = lpi_offset[i];
  571. pad->slew_offset = lpi_slew_offset[i];
  572. pad->offset = pad->gpio_offset;
  573. }
  574. state->chip = lpi_gpio_template;
  575. state->chip.parent = dev;
  576. state->chip.base = -1;
  577. state->chip.ngpio = npins;
  578. state->chip.label = dev_name(dev);
  579. state->chip.of_gpio_n_cells = 2;
  580. state->chip.can_sleep = false;
  581. mutex_init(&state->slew_access_lock);
  582. state->ctrl = devm_pinctrl_register(dev, pctrldesc, state);
  583. if (IS_ERR(state->ctrl))
  584. return PTR_ERR(state->ctrl);
  585. ret = gpiochip_add_data(&state->chip, state);
  586. if (ret) {
  587. dev_err(state->dev, "can't add gpio chip\n");
  588. goto err_chip;
  589. }
  590. ret = gpiochip_add_pin_range(&state->chip, dev_name(dev), 0, 0, npins);
  591. if (ret) {
  592. dev_err(dev, "failed to add pin range\n");
  593. goto err_range;
  594. }
  595. lpi_dev = &pdev->dev;
  596. lpi_dev_up = true;
  597. ret = audio_notifier_register("lpi_tlmm", AUDIO_NOTIFIER_ADSP_DOMAIN,
  598. &service_nb);
  599. if (ret < 0) {
  600. pr_err("%s: Audio notifier register failed ret = %d\n",
  601. __func__, ret);
  602. goto err_range;
  603. }
  604. ret = snd_event_client_register(dev, &lpi_pinctrl_ssr_ops, NULL);
  605. if (!ret) {
  606. snd_event_notify(dev, SND_EVENT_UP);
  607. } else {
  608. dev_err(dev, "%s: snd_event registration failed, ret [%d]\n",
  609. __func__, ret);
  610. goto err_snd_evt;
  611. }
  612. /* Register LPASS core hw vote */
  613. lpass_core_hw_vote = devm_clk_get(&pdev->dev, "lpass_core_hw_vote");
  614. if (IS_ERR(lpass_core_hw_vote)) {
  615. ret = PTR_ERR(lpass_core_hw_vote);
  616. dev_dbg(&pdev->dev, "%s: clk get %s failed %d\n",
  617. __func__, "lpass_core_hw_vote", ret);
  618. lpass_core_hw_vote = NULL;
  619. ret = 0;
  620. }
  621. state->lpass_core_hw_vote = lpass_core_hw_vote;
  622. state->core_hw_vote_status = false;
  623. pm_runtime_set_autosuspend_delay(&pdev->dev, LPI_AUTO_SUSPEND_DELAY);
  624. pm_runtime_use_autosuspend(&pdev->dev);
  625. pm_runtime_set_suspended(&pdev->dev);
  626. pm_runtime_enable(&pdev->dev);
  627. return 0;
  628. err_snd_evt:
  629. audio_notifier_deregister("lpi_tlmm");
  630. err_range:
  631. gpiochip_remove(&state->chip);
  632. err_chip:
  633. mutex_destroy(&state->slew_access_lock);
  634. err_io:
  635. return ret;
  636. }
  637. static int lpi_pinctrl_remove(struct platform_device *pdev)
  638. {
  639. struct lpi_gpio_state *state = platform_get_drvdata(pdev);
  640. pm_runtime_disable(&pdev->dev);
  641. pm_runtime_set_suspended(&pdev->dev);
  642. snd_event_client_deregister(&pdev->dev);
  643. audio_notifier_deregister("lpi_tlmm");
  644. gpiochip_remove(&state->chip);
  645. mutex_destroy(&state->slew_access_lock);
  646. return 0;
  647. }
  648. static const struct of_device_id lpi_pinctrl_of_match[] = {
  649. { .compatible = "qcom,lpi-pinctrl" }, /* Generic */
  650. { },
  651. };
  652. MODULE_DEVICE_TABLE(of, lpi_pinctrl_of_match);
  653. int lpi_pinctrl_runtime_resume(struct device *dev)
  654. {
  655. struct lpi_gpio_state *state = dev_get_drvdata(dev);
  656. int ret = 0;
  657. if (state->lpass_core_hw_vote == NULL) {
  658. dev_dbg(dev, "%s: Invalid core hw node\n", __func__);
  659. return 0;
  660. }
  661. ret = clk_prepare_enable(state->lpass_core_hw_vote);
  662. if (ret < 0)
  663. dev_err(dev, "%s:lpass core hw island enable failed\n",
  664. __func__);
  665. else
  666. state->core_hw_vote_status = true;
  667. pm_runtime_set_autosuspend_delay(dev, LPI_AUTO_SUSPEND_DELAY);
  668. return 0;
  669. }
  670. int lpi_pinctrl_runtime_suspend(struct device *dev)
  671. {
  672. struct lpi_gpio_state *state = dev_get_drvdata(dev);
  673. if (state->lpass_core_hw_vote == NULL) {
  674. dev_dbg(dev, "%s: Invalid core hw node\n", __func__);
  675. return 0;
  676. }
  677. if (state->core_hw_vote_status) {
  678. clk_disable_unprepare(state->lpass_core_hw_vote);
  679. state->core_hw_vote_status = false;
  680. }
  681. return 0;
  682. }
  683. int lpi_pinctrl_suspend(struct device *dev)
  684. {
  685. int ret = 0;
  686. dev_dbg(dev, "%s: system suspend\n", __func__);
  687. if ((!pm_runtime_enabled(dev) || !pm_runtime_suspended(dev))) {
  688. ret = lpi_pinctrl_runtime_suspend(dev);
  689. if (!ret) {
  690. /*
  691. * Synchronize runtime-pm and system-pm states:
  692. * At this point, we are already suspended. If
  693. * runtime-pm still thinks its active, then
  694. * make sure its status is in sync with HW
  695. * status. The three below calls let the
  696. * runtime-pm know that we are suspended
  697. * already without re-invoking the suspend
  698. * callback
  699. */
  700. pm_runtime_disable(dev);
  701. pm_runtime_set_suspended(dev);
  702. pm_runtime_enable(dev);
  703. }
  704. }
  705. return ret;
  706. }
  707. int lpi_pinctrl_resume(struct device *dev)
  708. {
  709. return 0;
  710. }
  711. static const struct dev_pm_ops lpi_pinctrl_dev_pm_ops = {
  712. SET_SYSTEM_SLEEP_PM_OPS(
  713. lpi_pinctrl_suspend,
  714. lpi_pinctrl_resume
  715. )
  716. SET_RUNTIME_PM_OPS(
  717. lpi_pinctrl_runtime_suspend,
  718. lpi_pinctrl_runtime_resume,
  719. NULL
  720. )
  721. };
  722. static struct platform_driver lpi_pinctrl_driver = {
  723. .driver = {
  724. .name = "qcom-lpi-pinctrl",
  725. .pm = &lpi_pinctrl_dev_pm_ops,
  726. .of_match_table = lpi_pinctrl_of_match,
  727. .suppress_bind_attrs = true,
  728. },
  729. .probe = lpi_pinctrl_probe,
  730. .remove = lpi_pinctrl_remove,
  731. };
  732. module_platform_driver(lpi_pinctrl_driver);
  733. MODULE_DESCRIPTION("QTI LPI GPIO pin control driver");
  734. MODULE_LICENSE("GPL v2");