[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250429101808.348462-1-ckeepax@opensource.cirrus.com>
Date: Tue, 29 Apr 2025 11:18:06 +0100
From: Charles Keepax <ckeepax@...nsource.cirrus.com>
To: vkoul@...nel.org
Cc: yung-chuan.liao@...ux.intel.com, pierre-louis.bossart@...ux.dev,
linux-sound@...r.kernel.org, linux-kernel@...r.kernel.org,
patches@...nsource.cirrus.com
Subject: [PATCH v2 0/2] Fix minor issue in SoundWire slave IRQ mapping
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
Powered by blists - more mailing lists