public inbox for linux-i3c@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] I3C changes for 6.19
@ 2025-12-08  2:06 Alexandre Belloni
  2025-12-08  2:26 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2025-12-08  2:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i3c, linux-kernel

Hello Linus,

Here is the i3c subsystem pull request for 6.19. HDR support has finally
been added. mipi-i3c-hci has been reworked and Intel Nova Lake-S support
has been added.

There is a conflict in drivers/base/regmap/regmap-i3c.c that has been
solved properly in linux-next.

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 79c3ae7ada0548d5097bdb65dde5d24a7d660fae:

  regmap: i3c: switch to use i3c_xfer from i3c_priv_xfer (2025-12-02 17:33:02 +0100)

----------------------------------------------------------------
I3C for 6.19

Subsystem:
 - Add HDR transfer support

Drivers:
 - dw: fix bus hang on Agilex5
 - mipi-i3c-hci: Intel Nova Lake-S support, IOMMU support
 - svc: HDR support

----------------------------------------------------------------
Adrian Hunter (12):
      i3c: mipi-i3c-hci-pci: Set 64-bit DMA mask for Intel controllers
      i3c: mipi-i3c-hci-pci: Move all Intel-related definitions together
      i3c: mipi-i3c-hci-pci: Rename some Intel-related identifiers
      i3c: mipi-i3c-hci-pci: Use readl_poll_timeout()
      i3c: mipi-i3c-hci-pci: Constify driver data
      i3c: mipi-i3c-hci-pci: Factor out private registers ioremapping
      i3c: mipi-i3c-hci-pci: Factor out intel_reset()
      i3c: mipi-i3c-hci-pci: Allocate a structure for mipi_i3c_hci_pci device information
      i3c: mipi-i3c-hci-pci: Change callback parameter
      i3c: mipi-i3c-hci-pci: Add exit callback
      i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers
      i3c: mipi-i3c-hci-pci: Set d3cold_delay to 0 for Intel controllers

Adrian Ng Ho Yin (2):
      dt-bindings: i3c: snps: Add Altera SoCFPGA compatible
      i3c: dw: Disable runtime PM on Agilex5 to avoid bus hang on IBI

Alexandre Belloni (2):
      i3c: fix I3C_SDR bit number
      i3c: document i3c_xfers

Frank Li (8):
      i3c: fix refcount inconsistency in i3c_master_register
      i3c: Add HDR API support
      i3c: Switch to use new i3c_xfer from i3c_priv_xfer
      i3c: master: svc: Replace bool rnw with union for HDR support
      i3c: master: svc: Add basic HDR mode support
      hwmon: (lm75): switch to use i3c_xfer from i3c_priv_xfer
      net: mctp i3c: switch to use i3c_xfer from i3c_priv_xfer
      regmap: i3c: switch to use i3c_xfer from i3c_priv_xfer

Jarkko Nikula (1):
      i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-S I3C

Jorge Marques (1):
      i3c: master: Remove i3c_device_free_ibi from i3c_device_remove

Marco Crivellari (1):
      i3c: master: add WQ_PERCPU to alloc_workqueue users

Stanley Chu (1):
      i3c: master: svc: Prevent incomplete IBI transaction

 .../bindings/i3c/snps,dw-i3c-master.yaml           |   6 +-
 drivers/base/regmap/regmap-i3c.c                   |   8 +-
 drivers/hwmon/lm75.c                               |   8 +-
 drivers/i3c/device.c                               |  27 ++-
 drivers/i3c/internals.h                            |   6 +-
 drivers/i3c/master.c                               |  31 +--
 drivers/i3c/master/dw-i3c-master.c                 |  31 ++-
 drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c | 229 +++++++++++++++++----
 drivers/i3c/master/svc-i3c-master.c                | 137 +++++++++---
 drivers/net/mctp/mctp-i3c.c                        |   8 +-
 include/linux/i3c/device.h                         |  42 ++--
 include/linux/i3c/master.h                         |  10 +-
 12 files changed, 427 insertions(+), 116 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

* Re: [GIT PULL] I3C changes for 6.19
  2025-12-08  2:06 [GIT PULL] I3C changes for 6.19 Alexandre Belloni
@ 2025-12-08  2:26 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-12-08  2:26 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: Linus Torvalds, linux-i3c, linux-kernel

The pull request you sent on Mon, 8 Dec 2025 03:06:46 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-6.19

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c2f2b01b74be8b40a2173372bcd770723f87e7b2

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

-- 
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:[~2025-12-08  2:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-08  2:06 [GIT PULL] I3C changes for 6.19 Alexandre Belloni
2025-12-08  2:26 ` 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