Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 2 | /* |
| 3 | * wm_adsp.h -- Wolfson ADSP support |
| 4 | * |
| 5 | * Copyright 2012 Wolfson Microelectronics plc |
| 6 | * |
| 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef __WM_ADSP_H |
| 11 | #define __WM_ADSP_H |
| 12 | |
| 13 | #include <sound/soc.h> |
| 14 | #include <sound/soc-dapm.h> |
Charles Keepax | 406abc9 | 2015-12-15 11:29:45 +0000 | [diff] [blame] | 15 | #include <sound/compress_driver.h> |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 16 | |
| 17 | #include "wmfw.h" |
| 18 | |
Charles Keepax | 20b7f7c | 2016-05-13 16:45:17 +0100 | [diff] [blame] | 19 | /* Return values for wm_adsp_compr_handle_irq */ |
| 20 | #define WM_ADSP_COMPR_OK 0 |
| 21 | #define WM_ADSP_COMPR_VOICE_TRIGGER 1 |
| 22 | |
Mayuresh Kulkarni | 51a2c94 | 2017-04-05 11:08:00 +0100 | [diff] [blame] | 23 | #define WM_ADSP2_REGION_0 BIT(0) |
| 24 | #define WM_ADSP2_REGION_1 BIT(1) |
| 25 | #define WM_ADSP2_REGION_2 BIT(2) |
| 26 | #define WM_ADSP2_REGION_3 BIT(3) |
| 27 | #define WM_ADSP2_REGION_4 BIT(4) |
| 28 | #define WM_ADSP2_REGION_5 BIT(5) |
| 29 | #define WM_ADSP2_REGION_6 BIT(6) |
| 30 | #define WM_ADSP2_REGION_7 BIT(7) |
| 31 | #define WM_ADSP2_REGION_8 BIT(8) |
| 32 | #define WM_ADSP2_REGION_9 BIT(9) |
| 33 | #define WM_ADSP2_REGION_1_9 (WM_ADSP2_REGION_1 | \ |
| 34 | WM_ADSP2_REGION_2 | WM_ADSP2_REGION_3 | \ |
| 35 | WM_ADSP2_REGION_4 | WM_ADSP2_REGION_5 | \ |
| 36 | WM_ADSP2_REGION_6 | WM_ADSP2_REGION_7 | \ |
| 37 | WM_ADSP2_REGION_8 | WM_ADSP2_REGION_9) |
| 38 | #define WM_ADSP2_REGION_ALL (WM_ADSP2_REGION_0 | WM_ADSP2_REGION_1_9) |
| 39 | |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 40 | struct wm_adsp_region { |
| 41 | int type; |
| 42 | unsigned int base; |
| 43 | }; |
| 44 | |
Mark Brown | 471f488 | 2013-01-08 16:09:31 +0000 | [diff] [blame] | 45 | struct wm_adsp_alg_region { |
| 46 | struct list_head list; |
| 47 | unsigned int alg; |
| 48 | int type; |
| 49 | unsigned int base; |
| 50 | }; |
| 51 | |
Charles Keepax | 406abc9 | 2015-12-15 11:29:45 +0000 | [diff] [blame] | 52 | struct wm_adsp_compr; |
Charles Keepax | 2cd19bd | 2015-12-15 11:29:46 +0000 | [diff] [blame] | 53 | struct wm_adsp_compr_buf; |
Charles Keepax | 4e08d50 | 2019-03-19 11:52:12 +0000 | [diff] [blame] | 54 | struct wm_adsp_ops; |
Charles Keepax | 406abc9 | 2015-12-15 11:29:45 +0000 | [diff] [blame] | 55 | |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 56 | struct wm_adsp { |
| 57 | const char *part; |
Richard Fitzgerald | 605391d | 2018-08-08 17:13:39 +0100 | [diff] [blame] | 58 | const char *name; |
| 59 | const char *fwf_name; |
Richard Fitzgerald | e1ea187 | 2017-04-05 11:07:59 +0100 | [diff] [blame] | 60 | int rev; |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 61 | int num; |
| 62 | int type; |
| 63 | struct device *dev; |
| 64 | struct regmap *regmap; |
Kuninori Morimoto | 0fe1daa | 2018-02-13 02:03:12 +0000 | [diff] [blame] | 65 | struct snd_soc_component *component; |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 66 | |
Charles Keepax | 4e08d50 | 2019-03-19 11:52:12 +0000 | [diff] [blame] | 67 | struct wm_adsp_ops *ops; |
| 68 | |
Richard Fitzgerald | e21a5ac | 2018-02-16 14:36:10 +0000 | [diff] [blame] | 69 | unsigned int base; |
Wen Shi | 170b1e1 | 2019-03-19 11:52:13 +0000 | [diff] [blame] | 70 | unsigned int base_sysinfo; |
Richard Fitzgerald | e21a5ac | 2018-02-16 14:36:10 +0000 | [diff] [blame] | 71 | unsigned int sysclk_reg; |
| 72 | unsigned int sysclk_mask; |
| 73 | unsigned int sysclk_shift; |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 74 | |
Mark Brown | 471f488 | 2013-01-08 16:09:31 +0000 | [diff] [blame] | 75 | struct list_head alg_regions; |
| 76 | |
Charles Keepax | 7585a5b | 2015-12-08 16:08:25 +0000 | [diff] [blame] | 77 | unsigned int fw_id; |
| 78 | unsigned int fw_id_version; |
Wen Shi | 170b1e1 | 2019-03-19 11:52:13 +0000 | [diff] [blame] | 79 | unsigned int fw_vendor_id; |
Mark Brown | f395a21 | 2013-03-05 22:39:54 +0800 | [diff] [blame] | 80 | |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 81 | const struct wm_adsp_region *mem; |
| 82 | int num_mems; |
Mark Brown | 973838a | 2012-11-28 17:20:32 +0000 | [diff] [blame] | 83 | |
Mark Brown | 1023dbd | 2013-01-11 22:58:28 +0000 | [diff] [blame] | 84 | int fw; |
Charles Keepax | 2323736 | 2015-04-13 13:28:02 +0100 | [diff] [blame] | 85 | int fw_ver; |
Charles Keepax | 28823eb | 2016-09-20 13:52:32 +0100 | [diff] [blame] | 86 | |
Charles Keepax | af813a6 | 2017-01-06 14:24:41 +0000 | [diff] [blame] | 87 | bool preloaded; |
Charles Keepax | 28823eb | 2016-09-20 13:52:32 +0100 | [diff] [blame] | 88 | bool booted; |
Viresh Kumar | 621a5f7 | 2015-09-26 15:04:07 -0700 | [diff] [blame] | 89 | bool running; |
Charles Keepax | a2bcbc1 | 2019-03-19 11:52:07 +0000 | [diff] [blame] | 90 | bool fatal_error; |
Mark Brown | 1023dbd | 2013-01-11 22:58:28 +0000 | [diff] [blame] | 91 | |
Dimitris Papastamos | 81ad93e | 2013-07-29 13:51:59 +0100 | [diff] [blame] | 92 | struct list_head ctl_list; |
Charles Keepax | d8a64d6 | 2014-01-08 17:42:18 +0000 | [diff] [blame] | 93 | |
| 94 | struct work_struct boot_work; |
Richard Fitzgerald | f9f55e3 | 2015-06-11 11:32:32 +0100 | [diff] [blame] | 95 | |
Stuart Henderson | 4f2d4ea | 2019-02-22 10:04:20 +0000 | [diff] [blame] | 96 | struct list_head compr_list; |
| 97 | struct list_head buffer_list; |
Charles Keepax | 406abc9 | 2015-12-15 11:29:45 +0000 | [diff] [blame] | 98 | |
Charles Keepax | 078e718 | 2015-12-08 16:08:26 +0000 | [diff] [blame] | 99 | struct mutex pwr_lock; |
| 100 | |
Mayuresh Kulkarni | 51a2c94 | 2017-04-05 11:08:00 +0100 | [diff] [blame] | 101 | unsigned int lock_regions; |
| 102 | |
Richard Fitzgerald | f9f55e3 | 2015-06-11 11:32:32 +0100 | [diff] [blame] | 103 | #ifdef CONFIG_DEBUG_FS |
| 104 | struct dentry *debugfs_root; |
Richard Fitzgerald | f9f55e3 | 2015-06-11 11:32:32 +0100 | [diff] [blame] | 105 | char *wmfw_file_name; |
| 106 | char *bin_file_name; |
| 107 | #endif |
| 108 | |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 109 | }; |
| 110 | |
Charles Keepax | 4e08d50 | 2019-03-19 11:52:12 +0000 | [diff] [blame] | 111 | struct wm_adsp_ops { |
Wen Shi | 170b1e1 | 2019-03-19 11:52:13 +0000 | [diff] [blame] | 112 | unsigned int sys_config_size; |
| 113 | |
Charles Keepax | 4e08d50 | 2019-03-19 11:52:12 +0000 | [diff] [blame] | 114 | bool (*validate_version)(struct wm_adsp *dsp, unsigned int version); |
| 115 | unsigned int (*parse_sizes)(struct wm_adsp *dsp, |
| 116 | const char * const file, |
| 117 | unsigned int pos, |
| 118 | const struct firmware *firmware); |
| 119 | int (*setup_algs)(struct wm_adsp *dsp); |
Wen Shi | 170b1e1 | 2019-03-19 11:52:13 +0000 | [diff] [blame] | 120 | unsigned int (*region_to_reg)(struct wm_adsp_region const *mem, |
| 121 | unsigned int offset); |
Charles Keepax | 4e08d50 | 2019-03-19 11:52:12 +0000 | [diff] [blame] | 122 | |
| 123 | void (*show_fw_status)(struct wm_adsp *dsp); |
| 124 | void (*stop_watchdog)(struct wm_adsp *dsp); |
| 125 | |
| 126 | int (*enable_memory)(struct wm_adsp *dsp); |
| 127 | void (*disable_memory)(struct wm_adsp *dsp); |
| 128 | int (*lock_memory)(struct wm_adsp *dsp, unsigned int lock_regions); |
| 129 | |
| 130 | int (*enable_core)(struct wm_adsp *dsp); |
| 131 | void (*disable_core)(struct wm_adsp *dsp); |
| 132 | |
| 133 | int (*start_core)(struct wm_adsp *dsp); |
| 134 | void (*stop_core)(struct wm_adsp *dsp); |
| 135 | }; |
| 136 | |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 137 | #define WM_ADSP1(wname, num) \ |
Lars-Peter Clausen | f9eeae9 | 2013-06-19 19:34:02 +0200 | [diff] [blame] | 138 | SND_SOC_DAPM_PGA_E(wname, SND_SOC_NOPM, num, 0, NULL, 0, \ |
| 139 | wm_adsp1_event, SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD) |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 140 | |
Charles Keepax | af813a6 | 2017-01-06 14:24:41 +0000 | [diff] [blame] | 141 | #define WM_ADSP2_PRELOAD_SWITCH(wname, num) \ |
| 142 | SOC_SINGLE_EXT(wname " Preload Switch", SND_SOC_NOPM, num, 1, 0, \ |
| 143 | wm_adsp2_preloader_get, wm_adsp2_preloader_put) |
| 144 | |
Charles Keepax | d82d767 | 2016-01-21 17:53:02 +0000 | [diff] [blame] | 145 | #define WM_ADSP2(wname, num, event_fn) \ |
Charles Keepax | af813a6 | 2017-01-06 14:24:41 +0000 | [diff] [blame] | 146 | SND_SOC_DAPM_SPK(wname " Preload", NULL), \ |
Charles Keepax | 5ca7e17 | 2016-09-20 13:52:31 +0100 | [diff] [blame] | 147 | { .id = snd_soc_dapm_supply, .name = wname " Preloader", \ |
Richard Fitzgerald | 81ac58b | 2015-06-02 11:53:34 +0100 | [diff] [blame] | 148 | .reg = SND_SOC_NOPM, .shift = num, .event = event_fn, \ |
Charles Keepax | 57a60cc | 2016-09-26 10:15:24 +0100 | [diff] [blame] | 149 | .event_flags = SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_PRE_PMD, \ |
Charles Keepax | 5ca7e17 | 2016-09-20 13:52:31 +0100 | [diff] [blame] | 150 | .subseq = 100, /* Ensure we run after SYSCLK supply widget */ }, \ |
Charles Keepax | 12db5ed | 2014-01-08 17:42:19 +0000 | [diff] [blame] | 151 | { .id = snd_soc_dapm_out_drv, .name = wname, \ |
Charles Keepax | 4e08d50 | 2019-03-19 11:52:12 +0000 | [diff] [blame] | 152 | .reg = SND_SOC_NOPM, .shift = num, .event = wm_adsp_event, \ |
Charles Keepax | 12db5ed | 2014-01-08 17:42:19 +0000 | [diff] [blame] | 153 | .event_flags = SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD } |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 154 | |
Richard Fitzgerald | 0a047f0 | 2018-08-08 17:13:38 +0100 | [diff] [blame] | 155 | #define WM_ADSP_FW_CONTROL(dspname, num) \ |
| 156 | SOC_ENUM_EXT(dspname " Firmware", wm_adsp_fw_enum[num], \ |
| 157 | wm_adsp_fw_get, wm_adsp_fw_put) |
| 158 | |
| 159 | extern const struct soc_enum wm_adsp_fw_enum[]; |
Mark Brown | 1023dbd | 2013-01-11 22:58:28 +0000 | [diff] [blame] | 160 | |
Charles Keepax | 3809f00 | 2015-04-13 13:27:54 +0100 | [diff] [blame] | 161 | int wm_adsp1_init(struct wm_adsp *dsp); |
Richard Fitzgerald | 81ac58b | 2015-06-02 11:53:34 +0100 | [diff] [blame] | 162 | int wm_adsp2_init(struct wm_adsp *dsp); |
Richard Fitzgerald | 66225e9 | 2016-04-27 14:58:27 +0100 | [diff] [blame] | 163 | void wm_adsp2_remove(struct wm_adsp *dsp); |
Kuninori Morimoto | 0fe1daa | 2018-02-13 02:03:12 +0000 | [diff] [blame] | 164 | int wm_adsp2_component_probe(struct wm_adsp *dsp, struct snd_soc_component *component); |
| 165 | int wm_adsp2_component_remove(struct wm_adsp *dsp, struct snd_soc_component *component); |
Wen Shi | 170b1e1 | 2019-03-19 11:52:13 +0000 | [diff] [blame] | 166 | int wm_halo_init(struct wm_adsp *dsp); |
| 167 | |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 168 | int wm_adsp1_event(struct snd_soc_dapm_widget *w, |
| 169 | struct snd_kcontrol *kcontrol, int event); |
Richard Fitzgerald | b9070df | 2019-03-19 11:52:09 +0000 | [diff] [blame] | 170 | |
Charles Keepax | 4e08d50 | 2019-03-19 11:52:12 +0000 | [diff] [blame] | 171 | int wm_adsp_early_event(struct snd_soc_dapm_widget *w, |
| 172 | struct snd_kcontrol *kcontrol, int event); |
Mayuresh Kulkarni | 51a2c94 | 2017-04-05 11:08:00 +0100 | [diff] [blame] | 173 | |
Charles Keepax | 01ec57a | 2019-07-25 17:39:29 +0100 | [diff] [blame] | 174 | irqreturn_t wm_adsp2_bus_error(int irq, void *data); |
| 175 | irqreturn_t wm_halo_bus_error(int irq, void *data); |
Stuart Henderson | 8bc144f | 2019-03-19 11:52:15 +0000 | [diff] [blame] | 176 | irqreturn_t wm_halo_wdt_expire(int irq, void *data); |
Mayuresh Kulkarni | 51a2c94 | 2017-04-05 11:08:00 +0100 | [diff] [blame] | 177 | |
Charles Keepax | 4e08d50 | 2019-03-19 11:52:12 +0000 | [diff] [blame] | 178 | int wm_adsp_event(struct snd_soc_dapm_widget *w, |
| 179 | struct snd_kcontrol *kcontrol, int event); |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 180 | |
Richard Fitzgerald | b9070df | 2019-03-19 11:52:09 +0000 | [diff] [blame] | 181 | int wm_adsp2_set_dspclk(struct snd_soc_dapm_widget *w, unsigned int freq); |
| 182 | |
Charles Keepax | af813a6 | 2017-01-06 14:24:41 +0000 | [diff] [blame] | 183 | int wm_adsp2_preloader_get(struct snd_kcontrol *kcontrol, |
| 184 | struct snd_ctl_elem_value *ucontrol); |
| 185 | int wm_adsp2_preloader_put(struct snd_kcontrol *kcontrol, |
| 186 | struct snd_ctl_elem_value *ucontrol); |
Richard Fitzgerald | 0a047f0 | 2018-08-08 17:13:38 +0100 | [diff] [blame] | 187 | int wm_adsp_fw_get(struct snd_kcontrol *kcontrol, |
| 188 | struct snd_ctl_elem_value *ucontrol); |
| 189 | int wm_adsp_fw_put(struct snd_kcontrol *kcontrol, |
| 190 | struct snd_ctl_elem_value *ucontrol); |
Charles Keepax | af813a6 | 2017-01-06 14:24:41 +0000 | [diff] [blame] | 191 | |
Charles Keepax | 63079b6 | 2016-11-29 10:46:21 +0000 | [diff] [blame] | 192 | int wm_adsp_compr_open(struct wm_adsp *dsp, struct snd_compr_stream *stream); |
Kuninori Morimoto | 3a5ccf2 | 2020-04-20 16:08:13 +0900 | [diff] [blame] | 193 | int wm_adsp_compr_free(struct snd_soc_component *component, |
| 194 | struct snd_compr_stream *stream); |
| 195 | int wm_adsp_compr_set_params(struct snd_soc_component *component, |
| 196 | struct snd_compr_stream *stream, |
Charles Keepax | 63079b6 | 2016-11-29 10:46:21 +0000 | [diff] [blame] | 197 | struct snd_compr_params *params); |
Kuninori Morimoto | 3a5ccf2 | 2020-04-20 16:08:13 +0900 | [diff] [blame] | 198 | int wm_adsp_compr_get_caps(struct snd_soc_component *component, |
| 199 | struct snd_compr_stream *stream, |
Charles Keepax | 63079b6 | 2016-11-29 10:46:21 +0000 | [diff] [blame] | 200 | struct snd_compr_caps *caps); |
Kuninori Morimoto | 3a5ccf2 | 2020-04-20 16:08:13 +0900 | [diff] [blame] | 201 | int wm_adsp_compr_trigger(struct snd_soc_component *component, |
| 202 | struct snd_compr_stream *stream, int cmd); |
Charles Keepax | 63079b6 | 2016-11-29 10:46:21 +0000 | [diff] [blame] | 203 | int wm_adsp_compr_handle_irq(struct wm_adsp *dsp); |
Kuninori Morimoto | 3a5ccf2 | 2020-04-20 16:08:13 +0900 | [diff] [blame] | 204 | int wm_adsp_compr_pointer(struct snd_soc_component *component, |
| 205 | struct snd_compr_stream *stream, |
Charles Keepax | 63079b6 | 2016-11-29 10:46:21 +0000 | [diff] [blame] | 206 | struct snd_compr_tstamp *tstamp); |
Kuninori Morimoto | 3a5ccf2 | 2020-04-20 16:08:13 +0900 | [diff] [blame] | 207 | int wm_adsp_compr_copy(struct snd_soc_component *component, |
| 208 | struct snd_compr_stream *stream, |
Charles Keepax | 63079b6 | 2016-11-29 10:46:21 +0000 | [diff] [blame] | 209 | char __user *buf, size_t count); |
Li Xu | eb65ccd | 2019-11-15 13:54:13 -0600 | [diff] [blame] | 210 | int wm_adsp_write_ctl(struct wm_adsp *dsp, const char *name, int type, |
| 211 | unsigned int alg, void *buf, size_t len); |
| 212 | int wm_adsp_read_ctl(struct wm_adsp *dsp, const char *name, int type, |
| 213 | unsigned int alg, void *buf, size_t len); |
Charles Keepax | 406abc9 | 2015-12-15 11:29:45 +0000 | [diff] [blame] | 214 | |
Mark Brown | 2159ad93 | 2012-10-11 11:54:02 +0900 | [diff] [blame] | 215 | #endif |