public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix minor issue in SoundWire slave IRQ mapping
@ 2025-04-29 10:18 Charles Keepax
  2025-04-29 10:18 ` [PATCH v2 1/2] soundwire: bus: Simplify sdw_assign_device_num() Charles Keepax
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Charles Keepax @ 2025-04-29 10:18 UTC (permalink / raw)
  To: vkoul
  Cc: yung-chuan.liao, pierre-louis.bossart, linux-sound, linux-kernel,
	patches

Currently there would be problems if multiple devices on the same bus
attempted to use SoundWire IRQ handling rather than the IRQ callback
mechanism. So far only cs42l43 uses this system so this hasn't caused
any problems.

Thanks,
Charles

Changes since v1:
 - Don't reuse the new IDA for the dev_num
 - Expand the number of devices allowed on a bus to 16

Charles Keepax (2):
  soundwire: bus: Simplify sdw_assign_device_num()
  soundwire: bus: Add internal slave ID and use for IRQs

 drivers/soundwire/bus.c       | 31 ++++++++++++++-----------------
 drivers/soundwire/bus_type.c  | 10 ++++++++++
 drivers/soundwire/irq.c       |  6 +++---
 include/linux/soundwire/sdw.h |  6 ++++++
 4 files changed, 33 insertions(+), 20 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2025-05-14 11:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-29 10:18 [PATCH v2 0/2] Fix minor issue in SoundWire slave IRQ mapping Charles Keepax
2025-04-29 10:18 ` [PATCH v2 1/2] soundwire: bus: Simplify sdw_assign_device_num() Charles Keepax
2025-04-29 10:18 ` [PATCH v2 2/2] soundwire: bus: Add internal slave ID and use for IRQs Charles Keepax
2025-05-05 10:03 ` [PATCH v2 0/2] Fix minor issue in SoundWire slave IRQ mapping Pierre-Louis Bossart
2025-05-14 11:45 ` Vinod Koul

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