mbox series

[0/1] soundwire: bus: Fix for missing UNATTACH when re-enumerating

Message ID 20220829094458.1169504-1-rf@opensource.cirrus.com
Headers show
Series soundwire: bus: Fix for missing UNATTACH when re-enumerating | expand

Message

Richard Fitzgerald Aug. 29, 2022, 9:44 a.m. UTC
This is an alternative fix for the race where a device that is reset can
be found on #0 and its ID reprogrammed before the bus code has handled
a PING showing it unattached.

The other possible fix is here:
https://lore.kernel.org/all/20220825122241.273090-4-rf@opensource.cirrus.com/

Richard Fitzgerald (1):
  soundwire: bus: Don't re-enumerate before status is UNATTACHED

 drivers/soundwire/bus.c | 7 +++++++
 1 file changed, 7 insertions(+)