diff options
author | Pierre-Louis Bossart <[email protected]> | 2020-11-24 09:33:14 +0800 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2020-11-25 10:32:25 +0530 |
commit | 6e06a85556f9725865af91c9fe502c9669518ed5 (patch) | |
tree | f10e067ea1bc03c8d6860b559cb4d73259297f12 /scripts/gdb/linux/lists.py | |
parent | b7cab9be7c16128a0de21ed7ae67211838813437 (diff) |
soundwire: bus: add comments to explain interrupt loop filter
The interrupt handling in SoundWire requires software to re-read the
interrupt status after clearing an interrupt. In case the interrupt is
still outstanding, the code in bus.c will loop a number of times,
however that loop is limited to the interrupts detected in the first
read. This strategy helps meet SoundWire requirements without
remaining forever in an interrupt handler.
Add a couple of comments to document this design.
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Bard Liao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions