Commit 9a48d4a13087 for kernel

commit 9a48d4a130871bea7a7ae2d83cda0326b1922d3e
Merge: f26de90c68a6 f311a0578463
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Mar 14 16:25:10 2026 -0700

    Merge tag 'i3c/fixes-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux

    Pull i3c fixes from Alexandre Belloni:
     "This introduces the I3C_OR_I2C symbol which is not a fix per se but is
      affecting multiple subsystems so it is included to ease
      synchronization.

      Apart from that, Adrian is mostly fixing the mipi-i3c-hci driver DMA
      handling, and I took the opportunity to add two fixes for the dw-i3c
      driver.

      Subsystem:
       - simplify combined i3c/i2c dependencies

      Drivers:
       - dw: handle 2C properly, fix possible race condition
       - mipi-i3c-hci: many DMA related fixes"

    * tag 'i3c/fixes-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux:
      i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattach
      i3c: master: dw-i3c: Fix missing of_node for virtual I2C adapter
      i3c: mipi-i3c-hci: Fallback to software reset when bus disable fails
      i3c: mipi-i3c-hci: Fix handling of shared IRQs during early initialization
      i3c: mipi-i3c-hci: Fix race in DMA error handling in interrupt context
      i3c: mipi-i3c-hci: Consolidate common xfer processing logic
      i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abort
      i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptor
      i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue
      i3c: mipi-i3c-hci: Fix race between DMA ring dequeue and interrupt handler
      i3c: mipi-i3c-hci: Fix race in DMA ring dequeue
      i3c: mipi-i3c-hci: Fix race in DMA ring enqueue for parallel xfers
      i3c: mipi-i3c-hci: Consolidate spinlocks
      i3c: mipi-i3c-hci: Factor out DMA mapping from queuing path
      i3c: mipi-i3c-hci: Fix Hot-Join NACK
      i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errors
      i3c: simplify combined i3c/i2c dependencies