Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] Add SoundWire deatach helper
@ 2026-08-31 11:50 Charles Keepax
  2026-08-31 11:50 ` [PATCH 1/2] soundwire: Add a helper function to indicate a device will detach Charles Keepax
  2026-08-31 11:50 ` [PATCH 2/2] mfd: cs42l43: Move to core detach helper Charles Keepax
  0 siblings, 2 replies; 3+ messages in thread
From: Charles Keepax @ 2026-08-31 11:50 UTC (permalink / raw)
  To: lee, vkoul
  Cc: yung-chuan.liao, pierre-louis.bossart, linux-sound, patches, mfd,
	linux-kernel

Currently, if a SoundWire driver takes an action that causes the device
to detach from the bus it needs to be careful. There will be a period of
time until the detach is recognised by the core, if the driver immediately
calls sdw_slave_wait_for_init() it is possible for that to complete
before the detach has been recognised. Leaving the driver with a device
that is potentially not ready for what follows.

To avoid this race add a new helper that drivers can use to inform the
core the device will detach. This clears the enumeration completions
ensuring that sdw_slave_wait_for_init() can't complete until the device
re-attaches.

This is the third part of a longer series of moving these slave
attach/deatach operations into the core:

https://lore.kernel.org/linux-sound/20260512103022.1154645-1-ckeepax@opensource.cirrus.com/
https://lore.kernel.org/linux-sound/20260608102714.2503120-1-ckeepax@opensource.cirrus.com/

I have based this series off Vinod's soundwire tree as that probably
makes sense for which tree to take it through.

Thanks,
Charles

Charles Keepax (2):
  soundwire: Add a helper function to indicate a device will detach
  mfd: cs42l43: Move to core detach helper

 drivers/mfd/cs42l43-sdw.c     |  2 --
 drivers/mfd/cs42l43.c         | 15 +--------------
 drivers/soundwire/bus.h       |  6 ------
 include/linux/mfd/cs42l43.h   |  1 -
 include/linux/soundwire/sdw.h | 29 +++++++++++++++++++++++++++++
 5 files changed, 30 insertions(+), 23 deletions(-)

-- 
2.47.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-08-31 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-31 11:50 [PATCH 0/2] Add SoundWire deatach helper Charles Keepax
2026-08-31 11:50 ` [PATCH 1/2] soundwire: Add a helper function to indicate a device will detach Charles Keepax
2026-08-31 11:50 ` [PATCH 2/2] mfd: cs42l43: Move to core detach helper Charles Keepax

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox