Hello Linus, Please pull to receive single soundwire subsystem fix. Sorry this is coming a bit later than I would have liked, but vacation, linaro connect travel made this to be delayed! This fixes race on irq domain creation in soundwire bus The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8: Linux 6.15-rc1 (2025-04-06 13:11:33 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.15-fixes for you to fetch changes up to fd15594ba7d559d9da741504c322b9f57c4981e5: soundwire: bus: Fix race on the creation of the IRQ domain (2025-04-10 11:58:43 +0530) ---------------------------------------------------------------- soundwire fix for 6.15 - Fix for irq domain creation race in the core ---------------------------------------------------------------- Charles Keepax (1): soundwire: bus: Fix race on the creation of the IRQ domain drivers/soundwire/bus.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -- ~Vinod