Lines Matching +full:dsp +full:- +full:gpio2

1 // SPDX-License-Identifier: GPL-2.0
3 // cs35l41.c -- CS35l41 ALSA SoC audio driver
5 // Copyright 2017-2021 Cirrus Logic, Inc.
22 #include <sound/soc-dapm.h>
164 return -EINVAL; in cs35l41_get_fs_mon_config_index()
169 1, 913, TLV_DB_MINMAX_ITEM(-10200, 1200));
186 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in cs35l41_dsp_preload_ev()
192 if (cs35l41->dsp.cs_dsp.booted) in cs35l41_dsp_preload_ev()
197 if (cs35l41->dsp.preloaded) in cs35l41_dsp_preload_ev()
200 if (cs35l41->dsp.cs_dsp.running) { in cs35l41_dsp_preload_ev()
215 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in cs35l41_dsp_audio_ev()
222 if (!cs35l41->dsp.cs_dsp.running) in cs35l41_dsp_audio_ev()
225 ret = regmap_read(cs35l41->regmap, CS35L41_DSP_MBOX_2, &fw_status); in cs35l41_dsp_audio_ev()
227 dev_err(cs35l41->dev, in cs35l41_dsp_audio_ev()
237 dev_err(cs35l41->dev, "Firmware status is invalid: %u\n", in cs35l41_dsp_audio_ev()
239 return -EINVAL; in cs35l41_dsp_audio_ev()
242 return cs35l41_set_cspl_mbox_cmd(cs35l41->dev, cs35l41->regmap, in cs35l41_dsp_audio_ev()
245 return cs35l41_set_cspl_mbox_cmd(cs35l41->dev, cs35l41->regmap, in cs35l41_dsp_audio_ev()
252 static const char * const cs35l41_pcm_source_texts[] = {"ASP", "DSP"};
361 switch (cs35l41->hw_cfg.bst_type) { in cs35l41_boost_enable()
365 regmap_update_bits(cs35l41->regmap, CS35L41_PWR_CTRL2, CS35L41_BST_EN_MASK, in cs35l41_boost_enable()
377 regmap_write(cs35l41->regmap, CS35L41_IRQ1_STATUS1, irq_err_bit); in cs35l41_error_release()
378 regmap_write(cs35l41->regmap, CS35L41_PROTECT_REL_ERR_IGN, 0); in cs35l41_error_release()
379 regmap_update_bits(cs35l41->regmap, CS35L41_PROTECT_REL_ERR_IGN, rel_err_bit, rel_err_bit); in cs35l41_error_release()
380 regmap_update_bits(cs35l41->regmap, CS35L41_PROTECT_REL_ERR_IGN, rel_err_bit, 0); in cs35l41_error_release()
391 ret = pm_runtime_resume_and_get(cs35l41->dev); in cs35l41_irq()
393 dev_err(cs35l41->dev, in cs35l41_irq()
402 regmap_read(cs35l41->regmap, in cs35l41_irq()
405 regmap_read(cs35l41->regmap, in cs35l41_irq()
416 regmap_update_bits(cs35l41->regmap, CS35L41_IRQ1_MASK4, in cs35l41_irq()
423 * speaker out of Safe-Mode. in cs35l41_irq()
426 dev_crit_ratelimited(cs35l41->dev, "Amp short error\n"); in cs35l41_irq()
432 dev_crit_ratelimited(cs35l41->dev, "Over temperature warning\n"); in cs35l41_irq()
438 dev_crit_ratelimited(cs35l41->dev, "Over temperature error\n"); in cs35l41_irq()
444 dev_crit_ratelimited(cs35l41->dev, "VBST Over Voltage error\n"); in cs35l41_irq()
452 dev_crit_ratelimited(cs35l41->dev, "DCM VBST Under Voltage Error\n"); in cs35l41_irq()
460 dev_crit_ratelimited(cs35l41->dev, "LBST error: powering off!\n"); in cs35l41_irq()
468 regmap_write(cs35l41->regmap, CS35L41_IRQ1_STATUS3, CS35L41_PLL_LOCK); in cs35l41_irq()
470 if (cs35l41->hw_cfg.bst_type == CS35L41_SHD_BOOST_ACTV || in cs35l41_irq()
471 cs35l41->hw_cfg.bst_type == CS35L41_SHD_BOOST_PASS) { in cs35l41_irq()
472 ret = cs35l41_mdsync_up(cs35l41->regmap); in cs35l41_irq()
474 dev_err(cs35l41->dev, "MDSYNC-up failed: %d\n", ret); in cs35l41_irq()
476 dev_dbg(cs35l41->dev, "MDSYNC-up done\n"); in cs35l41_irq()
478 dev_dbg(cs35l41->dev, "PUP-done status: %d\n", in cs35l41_irq()
486 pm_runtime_put_autosuspend(cs35l41->dev); in cs35l41_irq()
510 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in cs35l41_main_amp_event()
516 regmap_multi_reg_write_bypassed(cs35l41->regmap, in cs35l41_main_amp_event()
520 ret = cs35l41_global_enable(cs35l41->dev, cs35l41->regmap, cs35l41->hw_cfg.bst_type, in cs35l41_main_amp_event()
521 1, &cs35l41->dsp.cs_dsp); in cs35l41_main_amp_event()
524 ret = cs35l41_global_enable(cs35l41->dev, cs35l41->regmap, cs35l41->hw_cfg.bst_type, in cs35l41_main_amp_event()
525 0, &cs35l41->dsp.cs_dsp); in cs35l41_main_amp_event()
527 regmap_multi_reg_write_bypassed(cs35l41->regmap, in cs35l41_main_amp_event()
532 dev_err(cs35l41->dev, "Invalid event = 0x%x\n", event); in cs35l41_main_amp_event()
533 ret = -EINVAL; in cs35l41_main_amp_event()
585 SND_SOC_DAPM_MUX("DSP RX1 Source", SND_SOC_NOPM, 0, 0, &dsp_rx1_mux),
586 SND_SOC_DAPM_MUX("DSP RX2 Source", SND_SOC_NOPM, 0, 0, &dsp_rx2_mux),
592 {"DSP RX1 Source", "ASPRX1", "ASPRX1"},
593 {"DSP RX1 Source", "ASPRX2", "ASPRX2"},
594 {"DSP RX2 Source", "ASPRX1", "ASPRX1"},
595 {"DSP RX2 Source", "ASPRX2", "ASPRX2"},
597 {"DSP1", NULL, "DSP RX1 Source"},
598 {"DSP1", NULL, "DSP RX2 Source"},
670 {"PCM Source", "DSP", "DSP1"},
678 struct cs35l41_private *cs35l41 = snd_soc_component_get_drvdata(dai->component); in cs35l41_set_channel_map()
680 return cs35l41_set_channels(cs35l41->dev, cs35l41->regmap, tx_n, tx_slot, rx_n, rx_slot); in cs35l41_set_channel_map()
685 struct cs35l41_private *cs35l41 = snd_soc_component_get_drvdata(dai->component); in cs35l41_set_dai_fmt()
695 dev_warn(cs35l41->dev, "Mixed provider/consumer mode unsupported\n"); in cs35l41_set_dai_fmt()
696 return -EINVAL; in cs35l41_set_dai_fmt()
706 dev_warn(cs35l41->dev, "Invalid or unsupported DAI format\n"); in cs35l41_set_dai_fmt()
707 return -EINVAL; in cs35l41_set_dai_fmt()
723 dev_warn(cs35l41->dev, "Invalid DAI clock INV\n"); in cs35l41_set_dai_fmt()
724 return -EINVAL; in cs35l41_set_dai_fmt()
727 return regmap_update_bits(cs35l41->regmap, CS35L41_SP_FORMAT, in cs35l41_set_dai_fmt()
758 struct cs35l41_private *cs35l41 = snd_soc_component_get_drvdata(dai->component); in cs35l41_pcm_hw_params()
769 dev_err(cs35l41->dev, "Unsupported rate: %u\n", rate); in cs35l41_pcm_hw_params()
770 return -EINVAL; in cs35l41_pcm_hw_params()
775 regmap_update_bits(cs35l41->regmap, CS35L41_GLOBAL_CLK_CTRL, in cs35l41_pcm_hw_params()
779 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in cs35l41_pcm_hw_params()
780 regmap_update_bits(cs35l41->regmap, CS35L41_SP_FORMAT, in cs35l41_pcm_hw_params()
783 regmap_update_bits(cs35l41->regmap, CS35L41_SP_RX_WL, in cs35l41_pcm_hw_params()
787 regmap_update_bits(cs35l41->regmap, CS35L41_SP_FORMAT, in cs35l41_pcm_hw_params()
790 regmap_update_bits(cs35l41->regmap, CS35L41_SP_TX_WL, in cs35l41_pcm_hw_params()
807 return -EINVAL; in cs35l41_get_clk_config()
828 dev_err(cs35l41->dev, "Invalid CLK Config\n"); in cs35l41_component_set_sysclk()
829 return -EINVAL; in cs35l41_component_set_sysclk()
835 dev_err(cs35l41->dev, "Invalid CLK Config: %d, freq: %u\n", in cs35l41_component_set_sysclk()
837 return -EINVAL; in cs35l41_component_set_sysclk()
840 regmap_update_bits(cs35l41->regmap, CS35L41_PLL_CLK_CTRL, in cs35l41_component_set_sysclk()
843 regmap_update_bits(cs35l41->regmap, CS35L41_PLL_CLK_CTRL, in cs35l41_component_set_sysclk()
846 regmap_update_bits(cs35l41->regmap, CS35L41_PLL_CLK_CTRL, in cs35l41_component_set_sysclk()
849 regmap_update_bits(cs35l41->regmap, CS35L41_PLL_CLK_CTRL, in cs35l41_component_set_sysclk()
851 regmap_update_bits(cs35l41->regmap, CS35L41_PLL_CLK_CTRL, in cs35l41_component_set_sysclk()
854 regmap_update_bits(cs35l41->regmap, CS35L41_PLL_CLK_CTRL, in cs35l41_component_set_sysclk()
864 struct cs35l41_private *cs35l41 = snd_soc_component_get_drvdata(dai->component); in cs35l41_dai_set_sysclk()
872 dev_err(cs35l41->dev, "Invalid CLK Config freq: %u\n", freq); in cs35l41_dai_set_sysclk()
873 return -EINVAL; in cs35l41_dai_set_sysclk()
876 dev_dbg(cs35l41->dev, "Set DAI sysclk %d\n", freq); in cs35l41_dai_set_sysclk()
883 /* Use hard-coded values */ in cs35l41_dai_set_sysclk()
890 regmap_write(cs35l41->regmap, CS35L41_TST_FS_MON0, val); in cs35l41_dai_set_sysclk()
897 struct cs35l41_hw_cfg *hw_cfg = &cs35l41->hw_cfg; in cs35l41_set_pdata()
900 if (!hw_cfg->valid) in cs35l41_set_pdata()
901 return -EINVAL; in cs35l41_set_pdata()
903 if (hw_cfg->bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) in cs35l41_set_pdata()
904 return -EINVAL; in cs35l41_set_pdata()
907 ret = cs35l41_init_boost(cs35l41->dev, cs35l41->regmap, hw_cfg); in cs35l41_set_pdata()
912 if (hw_cfg->dout_hiz <= CS35L41_ASP_DOUT_HIZ_MASK && hw_cfg->dout_hiz >= 0) in cs35l41_set_pdata()
913 regmap_update_bits(cs35l41->regmap, CS35L41_SP_HIZ_CTRL, CS35L41_ASP_DOUT_HIZ_MASK, in cs35l41_set_pdata()
914 hw_cfg->dout_hiz); in cs35l41_set_pdata()
933 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) { in cs35l41_component_probe()
945 return wm_adsp2_component_probe(&cs35l41->dsp, component); in cs35l41_component_probe()
952 wm_adsp2_component_remove(&cs35l41->dsp, component); in cs35l41_component_remove()
973 .name = "cs35l41-pcm",
995 .name = "cs35l41-codec",
1013 struct cs35l41_gpio_cfg *gpio1 = &hw_cfg->gpio1; in cs35l41_handle_pdata()
1014 struct cs35l41_gpio_cfg *gpio2 = &hw_cfg->gpio2; in cs35l41_handle_pdata() local
1020 * To correctly configure those systems add shared-boost-active and shared-boost-passive in cs35l41_handle_pdata()
1021 * properties mapped to the correct value in boost-type. in cs35l41_handle_pdata()
1024 if (device_property_read_bool(dev, "cirrus,shared-boost-active")) { in cs35l41_handle_pdata()
1025 hw_cfg->bst_type = CS35L41_SHD_BOOST_ACTV; in cs35l41_handle_pdata()
1026 } else if (device_property_read_bool(dev, "cirrus,shared-boost-passive")) { in cs35l41_handle_pdata()
1027 hw_cfg->bst_type = CS35L41_SHD_BOOST_PASS; in cs35l41_handle_pdata()
1029 ret = device_property_read_u32(dev, "cirrus,boost-type", &val); in cs35l41_handle_pdata()
1031 hw_cfg->bst_type = val; in cs35l41_handle_pdata()
1034 ret = device_property_read_u32(dev, "cirrus,boost-peak-milliamp", &val); in cs35l41_handle_pdata()
1036 hw_cfg->bst_ipk = val; in cs35l41_handle_pdata()
1038 hw_cfg->bst_ipk = -1; in cs35l41_handle_pdata()
1040 ret = device_property_read_u32(dev, "cirrus,boost-ind-nanohenry", &val); in cs35l41_handle_pdata()
1042 hw_cfg->bst_ind = val; in cs35l41_handle_pdata()
1044 hw_cfg->bst_ind = -1; in cs35l41_handle_pdata()
1046 ret = device_property_read_u32(dev, "cirrus,boost-cap-microfarad", &val); in cs35l41_handle_pdata()
1048 hw_cfg->bst_cap = val; in cs35l41_handle_pdata()
1050 hw_cfg->bst_cap = -1; in cs35l41_handle_pdata()
1052 ret = device_property_read_u32(dev, "cirrus,asp-sdout-hiz", &val); in cs35l41_handle_pdata()
1054 hw_cfg->dout_hiz = val; in cs35l41_handle_pdata()
1056 hw_cfg->dout_hiz = -1; in cs35l41_handle_pdata()
1059 gpio1->pol_inv = device_property_read_bool(dev, "cirrus,gpio1-polarity-invert"); in cs35l41_handle_pdata()
1060 gpio1->out_en = device_property_read_bool(dev, "cirrus,gpio1-output-enable"); in cs35l41_handle_pdata()
1061 ret = device_property_read_u32(dev, "cirrus,gpio1-src-select", &val); in cs35l41_handle_pdata()
1063 gpio1->func = val; in cs35l41_handle_pdata()
1064 gpio1->valid = true; in cs35l41_handle_pdata()
1067 /* GPIO2 Pin Config */ in cs35l41_handle_pdata()
1068 gpio2->pol_inv = device_property_read_bool(dev, "cirrus,gpio2-polarity-invert"); in cs35l41_handle_pdata()
1069 gpio2->out_en = device_property_read_bool(dev, "cirrus,gpio2-output-enable"); in cs35l41_handle_pdata()
1070 ret = device_property_read_u32(dev, "cirrus,gpio2-src-select", &val); in cs35l41_handle_pdata()
1072 gpio2->func = val; in cs35l41_handle_pdata()
1073 gpio2->valid = true; in cs35l41_handle_pdata()
1076 hw_cfg->valid = true; in cs35l41_handle_pdata()
1083 struct wm_adsp *dsp; in cs35l41_dsp_init() local
1087 dsp = &cs35l41->dsp; in cs35l41_dsp_init()
1088 dsp->part = "cs35l41"; in cs35l41_dsp_init()
1089 dsp->fw = 9; /* 9 is WM_ADSP_FW_SPK_PROT in wm_adsp.c */ in cs35l41_dsp_init()
1090 dsp->toggle_preload = true; in cs35l41_dsp_init()
1092 cs35l41_configure_cs_dsp(cs35l41->dev, cs35l41->regmap, &dsp->cs_dsp); in cs35l41_dsp_init()
1094 ret = cs35l41_write_fs_errata(cs35l41->dev, cs35l41->regmap); in cs35l41_dsp_init()
1098 ret = wm_halo_init(dsp); in cs35l41_dsp_init()
1100 dev_err(cs35l41->dev, "wm_halo_init failed: %d\n", ret); in cs35l41_dsp_init()
1104 switch (cs35l41->hw_cfg.bst_type) { in cs35l41_dsp_init()
1114 dev_err(cs35l41->dev, "wm_halo_init failed - Invalid Boost Type: %d\n", in cs35l41_dsp_init()
1115 cs35l41->hw_cfg.bst_type); in cs35l41_dsp_init()
1119 ret = regmap_write(cs35l41->regmap, CS35L41_DSP1_RX5_SRC, dsp1rx5_src); in cs35l41_dsp_init()
1121 dev_err(cs35l41->dev, "Write DSP1RX5_SRC: %d failed: %d\n", dsp1rx5_src, ret); in cs35l41_dsp_init()
1124 ret = regmap_write(cs35l41->regmap, CS35L41_DSP1_RX6_SRC, CS35L41_INPUT_SRC_VBSTMON); in cs35l41_dsp_init()
1126 dev_err(cs35l41->dev, "Write CS35L41_INPUT_SRC_VBSTMON failed: %d\n", ret); in cs35l41_dsp_init()
1129 ret = regmap_write(cs35l41->regmap, CS35L41_DSP1_RX7_SRC, in cs35l41_dsp_init()
1132 dev_err(cs35l41->dev, "Write INPUT_SRC_TEMPMON failed: %d\n", ret); in cs35l41_dsp_init()
1135 ret = regmap_write(cs35l41->regmap, CS35L41_DSP1_RX8_SRC, in cs35l41_dsp_init()
1138 dev_err(cs35l41->dev, "Write INPUT_SRC_RSVD failed: %d\n", ret); in cs35l41_dsp_init()
1145 wm_adsp2_remove(dsp); in cs35l41_dsp_init()
1153 struct acpi_device *adev = ACPI_COMPANION(cs35l41->dev); in cs35l41_acpi_get_name()
1165 if (PTR_ERR(sub) == -ENODATA) { in cs35l41_acpi_get_name()
1172 sub = ERR_PTR(-ENOMEM); in cs35l41_acpi_get_name()
1178 cs35l41->dsp.system_name = sub; in cs35l41_acpi_get_name()
1179 dev_dbg(cs35l41->dev, "Subsystem ID: %s\n", cs35l41->dsp.system_name); in cs35l41_acpi_get_name()
1197 cs35l41->hw_cfg = *hw_cfg; in cs35l41_probe()
1199 ret = cs35l41_handle_pdata(cs35l41->dev, &cs35l41->hw_cfg); in cs35l41_probe()
1205 cs35l41->supplies[i].supply = cs35l41_supplies[i]; in cs35l41_probe()
1207 ret = devm_regulator_bulk_get(cs35l41->dev, CS35L41_NUM_SUPPLIES, in cs35l41_probe()
1208 cs35l41->supplies); in cs35l41_probe()
1210 return dev_err_probe(cs35l41->dev, ret, in cs35l41_probe()
1213 ret = regulator_bulk_enable(CS35L41_NUM_SUPPLIES, cs35l41->supplies); in cs35l41_probe()
1215 return dev_err_probe(cs35l41->dev, ret, in cs35l41_probe()
1219 cs35l41->reset_gpio = devm_gpiod_get_optional(cs35l41->dev, "reset", in cs35l41_probe()
1221 if (IS_ERR(cs35l41->reset_gpio)) { in cs35l41_probe()
1222 ret = PTR_ERR(cs35l41->reset_gpio); in cs35l41_probe()
1223 cs35l41->reset_gpio = NULL; in cs35l41_probe()
1224 if (ret == -EBUSY) { in cs35l41_probe()
1225 dev_info(cs35l41->dev, in cs35l41_probe()
1228 dev_err_probe(cs35l41->dev, ret, in cs35l41_probe()
1233 if (cs35l41->reset_gpio) { in cs35l41_probe()
1236 gpiod_set_value_cansleep(cs35l41->reset_gpio, 1); in cs35l41_probe()
1241 ret = regmap_read_poll_timeout(cs35l41->regmap, CS35L41_IRQ1_STATUS4, in cs35l41_probe()
1245 dev_err_probe(cs35l41->dev, ret, in cs35l41_probe()
1250 regmap_read(cs35l41->regmap, CS35L41_IRQ1_STATUS3, &int_status); in cs35l41_probe()
1252 dev_err(cs35l41->dev, "OTP Boot error\n"); in cs35l41_probe()
1253 ret = -EINVAL; in cs35l41_probe()
1257 ret = regmap_read(cs35l41->regmap, CS35L41_DEVID, &regid); in cs35l41_probe()
1259 dev_err_probe(cs35l41->dev, ret, "Get Device ID failed\n"); in cs35l41_probe()
1263 ret = regmap_read(cs35l41->regmap, CS35L41_REVID, &reg_revid); in cs35l41_probe()
1265 dev_err_probe(cs35l41->dev, ret, "Get Revision ID failed\n"); in cs35l41_probe()
1276 dev_err(cs35l41->dev, "CS35L41 Device ID (%X). Expected ID %X\n", in cs35l41_probe()
1278 ret = -ENODEV; in cs35l41_probe()
1282 cs35l41_test_key_unlock(cs35l41->dev, cs35l41->regmap); in cs35l41_probe()
1284 ret = cs35l41_register_errata_patch(cs35l41->dev, cs35l41->regmap, reg_revid); in cs35l41_probe()
1288 ret = cs35l41_otp_unpack(cs35l41->dev, cs35l41->regmap); in cs35l41_probe()
1290 dev_err_probe(cs35l41->dev, ret, "OTP Unpack failed\n"); in cs35l41_probe()
1294 cs35l41_test_key_lock(cs35l41->dev, cs35l41->regmap); in cs35l41_probe()
1296 irq_pol = cs35l41_gpio_config(cs35l41->regmap, &cs35l41->hw_cfg); in cs35l41_probe()
1299 regmap_write(cs35l41->regmap, CS35L41_IRQ1_MASK1, in cs35l41_probe()
1301 if (cs35l41->hw_cfg.bst_type == CS35L41_SHD_BOOST_PASS || in cs35l41_probe()
1302 cs35l41->hw_cfg.bst_type == CS35L41_SHD_BOOST_ACTV) in cs35l41_probe()
1303 regmap_update_bits(cs35l41->regmap, CS35L41_IRQ1_MASK3, CS35L41_INT3_PLL_LOCK_MASK, in cs35l41_probe()
1306 ret = devm_request_threaded_irq(cs35l41->dev, cs35l41->irq, NULL, cs35l41_irq, in cs35l41_probe()
1310 dev_err_probe(cs35l41->dev, ret, "Failed to request IRQ\n"); in cs35l41_probe()
1316 dev_err_probe(cs35l41->dev, ret, "Set pdata failed\n"); in cs35l41_probe()
1328 pm_runtime_set_autosuspend_delay(cs35l41->dev, 3000); in cs35l41_probe()
1329 pm_runtime_use_autosuspend(cs35l41->dev); in cs35l41_probe()
1330 pm_runtime_set_active(cs35l41->dev); in cs35l41_probe()
1331 pm_runtime_get_noresume(cs35l41->dev); in cs35l41_probe()
1332 pm_runtime_enable(cs35l41->dev); in cs35l41_probe()
1334 ret = devm_snd_soc_register_component(cs35l41->dev, in cs35l41_probe()
1338 dev_err_probe(cs35l41->dev, ret, "Register codec failed\n"); in cs35l41_probe()
1342 pm_runtime_put_autosuspend(cs35l41->dev); in cs35l41_probe()
1344 dev_info(cs35l41->dev, "Cirrus Logic CS35L41 (%x), Revision: %02X\n", in cs35l41_probe()
1350 pm_runtime_dont_use_autosuspend(cs35l41->dev); in cs35l41_probe()
1351 pm_runtime_disable(cs35l41->dev); in cs35l41_probe()
1352 pm_runtime_put_noidle(cs35l41->dev); in cs35l41_probe()
1354 wm_adsp2_remove(&cs35l41->dsp); in cs35l41_probe()
1356 cs35l41_safe_reset(cs35l41->regmap, cs35l41->hw_cfg.bst_type); in cs35l41_probe()
1357 regulator_bulk_disable(CS35L41_NUM_SUPPLIES, cs35l41->supplies); in cs35l41_probe()
1358 gpiod_set_value_cansleep(cs35l41->reset_gpio, 0); in cs35l41_probe()
1366 pm_runtime_get_sync(cs35l41->dev); in cs35l41_remove()
1367 pm_runtime_dont_use_autosuspend(cs35l41->dev); in cs35l41_remove()
1368 pm_runtime_disable(cs35l41->dev); in cs35l41_remove()
1370 regmap_write(cs35l41->regmap, CS35L41_IRQ1_MASK1, 0xFFFFFFFF); in cs35l41_remove()
1371 if (cs35l41->hw_cfg.bst_type == CS35L41_SHD_BOOST_PASS || in cs35l41_remove()
1372 cs35l41->hw_cfg.bst_type == CS35L41_SHD_BOOST_ACTV) in cs35l41_remove()
1373 regmap_update_bits(cs35l41->regmap, CS35L41_IRQ1_MASK3, CS35L41_INT3_PLL_LOCK_MASK, in cs35l41_remove()
1375 kfree(cs35l41->dsp.system_name); in cs35l41_remove()
1376 wm_adsp2_remove(&cs35l41->dsp); in cs35l41_remove()
1377 cs35l41_safe_reset(cs35l41->regmap, cs35l41->hw_cfg.bst_type); in cs35l41_remove()
1379 pm_runtime_put_noidle(cs35l41->dev); in cs35l41_remove()
1381 regulator_bulk_disable(CS35L41_NUM_SUPPLIES, cs35l41->supplies); in cs35l41_remove()
1382 gpiod_set_value_cansleep(cs35l41->reset_gpio, 0); in cs35l41_remove()
1390 dev_dbg(cs35l41->dev, "Runtime suspend\n"); in cs35l41_runtime_suspend()
1392 if (!cs35l41->dsp.preloaded || !cs35l41->dsp.cs_dsp.running) in cs35l41_runtime_suspend()
1395 cs35l41_enter_hibernate(dev, cs35l41->regmap, cs35l41->hw_cfg.bst_type); in cs35l41_runtime_suspend()
1397 regcache_cache_only(cs35l41->regmap, true); in cs35l41_runtime_suspend()
1398 regcache_mark_dirty(cs35l41->regmap); in cs35l41_runtime_suspend()
1408 dev_dbg(cs35l41->dev, "Runtime resume\n"); in cs35l41_runtime_resume()
1410 if (!cs35l41->dsp.preloaded || !cs35l41->dsp.cs_dsp.running) in cs35l41_runtime_resume()
1413 regcache_cache_only(cs35l41->regmap, false); in cs35l41_runtime_resume()
1415 ret = cs35l41_exit_hibernate(cs35l41->dev, cs35l41->regmap); in cs35l41_runtime_resume()
1419 /* Test key needs to be unlocked to allow the OTP settings to re-apply */ in cs35l41_runtime_resume()
1420 cs35l41_test_key_unlock(cs35l41->dev, cs35l41->regmap); in cs35l41_runtime_resume()
1421 ret = regcache_sync(cs35l41->regmap); in cs35l41_runtime_resume()
1422 cs35l41_test_key_lock(cs35l41->dev, cs35l41->regmap); in cs35l41_runtime_resume()
1424 dev_err(cs35l41->dev, "Failed to restore register cache: %d\n", ret); in cs35l41_runtime_resume()
1427 cs35l41_init_boost(cs35l41->dev, cs35l41->regmap, &cs35l41->hw_cfg); in cs35l41_runtime_resume()
1436 dev_dbg(cs35l41->dev, "System suspend, disabling IRQ\n"); in cs35l41_sys_suspend()
1437 disable_irq(cs35l41->irq); in cs35l41_sys_suspend()
1446 dev_dbg(cs35l41->dev, "Late system suspend, reenabling IRQ\n"); in cs35l41_sys_suspend_noirq()
1447 enable_irq(cs35l41->irq); in cs35l41_sys_suspend_noirq()
1456 dev_dbg(cs35l41->dev, "Early system resume, disabling IRQ\n"); in cs35l41_sys_resume_noirq()
1457 disable_irq(cs35l41->irq); in cs35l41_sys_resume_noirq()
1466 dev_dbg(cs35l41->dev, "System resume, reenabling IRQ\n"); in cs35l41_sys_resume()
1467 enable_irq(cs35l41->irq); in cs35l41_sys_resume()