[PATCH 0/2] Fix minor issue in SoundWire slave IRQ mapping

Charles Keepax posted 2 patches 9 months, 3 weeks ago
There is a newer version of this series
drivers/soundwire/bus.c       | 37 ++++++++++++++---------------------
drivers/soundwire/bus_type.c  | 13 ++++++++++++
drivers/soundwire/irq.c       |  4 ++--
include/linux/soundwire/sdw.h |  5 +++++
4 files changed, 35 insertions(+), 24 deletions(-)
[PATCH 0/2] Fix minor issue in SoundWire slave IRQ mapping
Posted by Charles Keepax 9 months, 3 weeks ago
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

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

 drivers/soundwire/bus.c       | 37 ++++++++++++++---------------------
 drivers/soundwire/bus_type.c  | 13 ++++++++++++
 drivers/soundwire/irq.c       |  4 ++--
 include/linux/soundwire/sdw.h |  5 +++++
 4 files changed, 35 insertions(+), 24 deletions(-)

-- 
2.39.5