public inbox for linux-i3c@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] I3C fixes for 7.0
@ 2026-03-14 22:17 Alexandre Belloni
  2026-03-15 18:47 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2026-03-14 22:17 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i3c, linux-kernel

Hello Linus,

Here are a few fixes for the i3c subsystem. We have the introduction of
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 this, Adrian is mostly fixing the mipi-i3c-hci driver around DMA
and wanted the fixes for 7.0. Finally, I took the opportunity to add two
fixes for the dw-i3c driver.

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/fixes-for-7.0

for you to fetch changes up to f311a05784634febd299f03476b80f3f18489767:

  i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattach (2026-03-11 22:50:29 +0100)

----------------------------------------------------------------
I3C fixes for 7.0

Subsystem:
 - simplify combined i3c/i2c dependencies

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

----------------------------------------------------------------
Adrian Hunter (14):
      i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errors
      i3c: mipi-i3c-hci: Fix Hot-Join NACK
      i3c: mipi-i3c-hci: Factor out DMA mapping from queuing path
      i3c: mipi-i3c-hci: Consolidate spinlocks
      i3c: mipi-i3c-hci: Fix race in DMA ring enqueue for parallel xfers
      i3c: mipi-i3c-hci: Fix race in DMA ring dequeue
      i3c: mipi-i3c-hci: Fix race between DMA ring dequeue and interrupt handler
      i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue
      i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptor
      i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abort
      i3c: mipi-i3c-hci: Consolidate common xfer processing logic
      i3c: mipi-i3c-hci: Fix race in DMA error handling in interrupt context
      i3c: mipi-i3c-hci: Fix handling of shared IRQs during early initialization
      i3c: mipi-i3c-hci: Fallback to software reset when bus disable fails

Adrian Ng Ho Yin (1):
      i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattach

Arnd Bergmann (1):
      i3c: simplify combined i3c/i2c dependencies

Peter Yin (1):
      i3c: master: dw-i3c: Fix missing of_node for virtual I2C adapter

 drivers/hwmon/Kconfig                    |   6 +-
 drivers/i3c/Kconfig                      |  12 +++
 drivers/i3c/master/dw-i3c-master.c       |   6 +-
 drivers/i3c/master/mipi-i3c-hci/cmd.h    |   1 +
 drivers/i3c/master/mipi-i3c-hci/cmd_v1.c |   8 +-
 drivers/i3c/master/mipi-i3c-hci/cmd_v2.c |   8 +-
 drivers/i3c/master/mipi-i3c-hci/core.c   | 143 +++++++++++++++++-----------
 drivers/i3c/master/mipi-i3c-hci/dma.c    | 156 ++++++++++++++++---------------
 drivers/i3c/master/mipi-i3c-hci/hci.h    |   5 +
 drivers/i3c/master/mipi-i3c-hci/pio.c    |  16 +---
 drivers/iio/magnetometer/Kconfig         |   3 +-
 drivers/misc/amd-sbi/Kconfig             |   3 +-
 12 files changed, 210 insertions(+), 157 deletions(-)

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

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

end of thread, other threads:[~2026-03-15 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-14 22:17 [GIT PULL] I3C fixes for 7.0 Alexandre Belloni
2026-03-15 18:47 ` pr-tracker-bot

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