Richard Fitzgerald and Mark Brown
e0bffb63a2
ASoC: cs35l56: Use complete_all() to signal init_completion
...
In cs35l56_init() use complete_all() to signal init_completion instead
of complete().
cs35l56_init() was signaling init_completion using the complete() function.
This only releases ONE waiter.
If cs35l56_component_probe() was called multiple times the first time
would consume that one signal, then future calls would timeout waiting for
the completion. This could happen if:
- The component is probed, removed, then probed again without the cs35l56
module being removed.
- A call to component_probe() returns an error and ASoC calls it again
later.
It should use complete_all() so that after it has been signaled it will
allow any code that waits on it to continue immediately.
The one case where the driver must wait for initialization to run again is
when waiting for a reboot after firmware download, and here the code
correctly calls reinit_completion() first.
Fixes: e496112529 ("ASoC: cs35l56: Add driver for Cirrus Logic CS35L56")
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com >
Link: https://patch.msgid.link/20260716132045.1469156-3-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2026-07-16 15:25:12 +01:00
..
2026-06-01 15:59:15 +01:00
2026-05-04 21:53:14 +09:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2025-12-17 12:01:00 +00:00
2026-05-21 12:30:08 +01:00
2026-06-12 18:57:52 +01:00
2026-06-12 18:57:55 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-04-01 13:07:22 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-03-16 13:11:47 +00:00
2025-11-20 13:12:25 +00:00
2026-03-16 13:11:47 +00:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-02-02 12:18:46 +00:00
2026-06-01 15:59:15 +01:00
2026-05-21 12:30:08 +01:00
2025-11-28 21:35:38 +00:00
2026-06-10 00:09:13 +01:00
2026-06-10 00:09:11 +01:00
2026-05-21 12:30:08 +01:00
2025-11-28 21:35:38 +00:00
2026-07-15 16:55:47 +01:00
2026-03-16 13:37:47 +00:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-03-01 23:48:39 +00:00
2026-05-21 12:30:08 +01:00
2026-03-01 23:48:40 +00:00
2026-07-16 15:25:11 +01:00
2026-06-11 20:46:55 +01:00
2026-05-26 16:37:13 +01:00
2026-06-11 20:39:06 +01:00
2026-07-16 15:25:11 +01:00
2026-03-09 13:44:35 +00:00
2026-07-16 15:25:12 +01:00
2026-06-11 20:46:55 +01:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-07-08 17:06:20 +01:00
2026-07-03 07:38:17 +02:00
2026-03-09 10:29:32 +00:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-06-03 12:56:57 +01:00
2026-02-22 23:52:20 +00:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-06-22 18:28:52 +01:00
2026-06-22 18:28:52 +01:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-02-05 00:46:04 +00:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-02-25 12:06:03 +00:00
2026-05-28 16:16:34 +01:00
2026-05-21 12:30:08 +01:00
2026-05-20 13:36:50 +01:00
2026-05-20 13:36:49 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-06-12 18:57:52 +01:00
2026-05-21 12:30:08 +01:00
2026-03-10 19:32:42 +00:00
2026-03-10 19:32:42 +00:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-01-19 14:42:16 +00:00
2026-05-21 12:30:08 +01:00
2025-12-17 12:01:25 +00:00
2026-05-21 12:30:08 +01:00
2026-02-02 12:50:03 +00:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:11 +01:00
2026-01-05 13:18:40 +00:00
2026-07-03 07:38:17 +02:00
2026-05-15 11:29:45 +09:00
2026-06-12 18:57:53 +01:00
2026-07-16 12:54:58 +01:00
2026-06-11 20:44:43 +01:00
2026-06-12 18:57:54 +01:00
2026-05-21 12:30:08 +01:00
2026-03-30 19:40:27 +01:00
2025-11-17 00:15:22 +00:00
2026-03-30 19:40:28 +01:00
2026-03-30 19:40:29 +01:00
2026-06-03 12:56:59 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-02-21 20:03:00 -08:00
2025-11-17 00:15:27 +00:00
2026-06-29 14:33:20 +01:00
2026-02-21 20:03:00 -08:00
2025-11-17 00:15:30 +00:00
2026-06-03 12:56:59 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-25 13:39:35 +01:00
2026-05-25 13:39:33 +01:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-05-12 19:47:01 +09:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2025-11-17 00:15:33 +00:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2025-11-17 00:15:39 +00:00
2026-07-03 07:38:17 +02:00
2025-11-17 00:15:41 +00:00
2026-05-21 12:30:08 +01:00
2026-03-27 18:37:54 +00:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-01-05 13:25:46 +00:00
2026-06-01 15:13:58 +01:00
2026-06-01 15:13:56 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:11 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2025-11-17 00:15:46 +00:00
2026-05-21 12:30:08 +01:00
2026-06-25 14:35:50 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-06-12 18:57:56 +01:00
2026-05-21 12:30:11 +01:00
2026-05-16 11:29:30 +09:00
2026-06-12 18:57:54 +01:00
2025-12-23 12:12:49 +05:30
2026-06-11 20:46:51 +01:00
2025-11-17 00:15:48 +00:00
2026-06-02 16:06:48 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2025-11-17 00:16:08 +00:00
2026-07-03 07:38:17 +02:00
2025-11-17 00:16:09 +00:00
2026-07-03 07:38:17 +02:00
2025-11-17 00:16:10 +00:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-06 14:40:32 +01:00
2026-07-03 07:38:17 +02:00
2025-11-17 00:16:12 +00:00
2026-07-03 07:38:17 +02:00
2025-11-17 00:16:13 +00:00
2026-07-03 07:38:17 +02:00
2026-02-10 13:42:40 +00:00
2026-07-03 07:38:17 +02:00
2026-05-20 12:17:21 +01:00
2026-05-20 12:17:21 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-04-10 12:41:03 +01:00
2026-03-16 13:37:48 +00:00
2026-05-21 12:30:08 +01:00
2026-06-23 15:03:56 +01:00
2026-01-05 13:18:52 +00:00
2026-05-21 12:30:08 +01:00
2026-01-05 13:18:52 +00:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:11 +01:00
2026-06-17 14:57:29 +01:00
2026-06-17 14:57:29 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-03-16 13:37:48 +00:00
2026-05-21 12:30:08 +01:00
2026-02-22 23:52:09 +00:00
2026-05-21 12:30:08 +01:00
2026-06-23 12:52:34 +01:00
2026-06-11 20:46:50 +01:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-05-16 11:30:33 +09:00
2026-07-03 07:38:17 +02:00
2026-05-27 13:43:20 +01:00
2026-07-03 07:38:17 +02:00
2026-06-09 18:41:45 +01:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2025-11-17 00:16:19 +00:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-06-23 12:52:33 +01:00
2026-05-07 17:18:38 +09:00
2026-05-21 12:30:08 +01:00
2026-07-01 19:52:37 +01:00
2026-04-27 08:36:16 +09:00
2026-05-21 12:30:08 +01:00
2026-07-09 00:33:20 +01:00
2026-05-21 12:30:11 +01:00
2026-03-16 01:13:04 +00:00
2026-05-21 12:30:11 +01:00
2026-03-16 01:13:05 +00:00
2026-05-21 12:30:08 +01:00
2025-11-24 11:31:20 +00:00
2026-07-14 12:24:23 +01:00
2026-06-08 19:01:08 +01:00
2026-06-23 15:03:30 +01:00
2026-06-10 11:59:17 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-06-17 14:56:31 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2025-11-17 00:16:27 +00:00
2026-04-03 15:11:50 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2025-11-17 00:16:30 +00:00
2025-11-17 00:16:31 +00:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:11 +01:00
2026-03-24 13:09:09 +00:00
2025-12-23 12:12:49 +05:30
2026-06-11 20:46:52 +01:00
2025-12-23 12:12:49 +05:30
2026-06-11 20:46:52 +01:00
2026-02-17 10:07:13 -08:00
2026-06-11 20:46:53 +01:00
2026-03-09 19:48:26 +00:00
2026-03-16 18:43:13 +00:00
2026-02-21 17:09:51 -08:00
2026-02-21 17:09:51 -08:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2025-11-17 00:16:37 +00:00
2025-11-17 00:16:38 +00:00
2025-11-17 00:16:39 +00:00
2025-11-17 00:16:40 +00:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-01-26 21:22:49 +00:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-05-21 12:30:08 +01:00
2025-11-17 00:16:51 +00:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2025-11-17 00:17:08 +00:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2025-11-17 00:17:11 +00:00
2025-11-17 00:17:12 +00:00
2026-05-21 12:30:08 +01:00
2026-05-21 12:30:08 +01:00
2025-11-17 00:17:15 +00:00
2025-11-17 00:17:15 +00:00
2026-05-05 21:23:08 +09:00
2026-06-10 11:24:45 +01:00
2026-03-12 11:29:05 +00:00
2025-11-17 00:17:17 +00:00
2026-06-11 20:46:49 +01:00
2026-01-05 13:14:36 +00:00
2026-01-05 13:14:35 +00:00