diff options
| author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2026-06-08 11:27:07 +0100 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2026-07-30 14:32:41 +0100 |
| commit | 4d8ba321a7867bfb91426e9f54518d040fb04ebc (patch) | |
| tree | 8f5d1feb79ba613581edcb201c381965c829a0fe /include | |
| parent | 9bcc081252d8a424932a8d8adeb5c2f5d921260a (diff) | |
mfd: cs42l43: Use new SoundWire enumeration helper
Now the new wait for SoundWire enumeration helper no longer depends on
unattach_request it is safe to use from probe time. Update the driver
to use the new core helper.
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Tested-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Link: https://patch.msgid.link/20260608102714.2503120-4-ckeepax@opensource.cirrus.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mfd/cs42l43.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/cs42l43.h b/include/linux/mfd/cs42l43.h index ff0f7e365a19..8e993fb535e6 100644 --- a/include/linux/mfd/cs42l43.h +++ b/include/linux/mfd/cs42l43.h @@ -86,7 +86,6 @@ struct cs42l43 { struct regmap_irq_chip_data *irq_data; struct work_struct boot_work; - struct completion device_attach; struct completion device_detach; struct completion firmware_download; int firmware_error; @@ -96,7 +95,6 @@ struct cs42l43 { struct mutex pll_lock; bool sdw_pll_active; - bool attached; bool hw_lock; long variant_id; }; |
