lkml.org 
[lkml]   [2022]   [Aug]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/3] soundwire: Fixes for spurious and missing UNATTACH
Date
The bus and cadence code has several bugs that cause UNATTACH notifications
to either be sent spuriously or to be missed.

These can be seen occasionally with a single peripheral on the bus, but are
much more frequent with multiple peripherals, where several peripherals
could change state and report in consecutive PINGs.

The root of all of these bugs seems to be a code design flaw that assumed
every PING status change would be handled separately. However, PINGs are
handled by a workqueue function and there is no guarantee when that function
will be scheduled to run or how much CPU time it will receive. PINGs will
continue while the work function is handling a snapshot of a previous PING
so the code must take account that (a) status could change during the
work function and (b) there can be a backlog of changes before the IRQ work
function runs again.

Richard Fitzgerald (2):
soundwire: bus: Don't lose unattach notifications
soundwire: bus: Fix lost UNATTACH when re-enumerating

Simon Trimmer (1):
soundwire: cadence: fix updating slave status when a bus has multiple
peripherals

drivers/soundwire/bus.c | 44 +++++++++++++++------
drivers/soundwire/cadence_master.c | 63 +++++++++++++-----------------
2 files changed, 59 insertions(+), 48 deletions(-)

--
2.30.2

\
 
 \ /
  Last update: 2022-08-25 14:23    [W:0.073 / U:0.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site