public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-i3c@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] I3C changes for 6.15
Date: Wed, 2 Apr 2025 00:27:51 +0200	[thread overview]
Message-ID: <2025040122275143b58a41@mail.local> (raw)

Hello Linus,

Here is the i3c subsystem pull request for 6.15. The silvaco driver gets
support for the integration of the IP in the Nuvoton npcm845 SoC. There
is also a fix for a possible NULL pointer dereference that can happen
with early IBIs.

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to bd496a44f041da9ef3afe14d1d6193d460424e91:

  i3c: Add NULL pointer check in i3c_master_queue_ibi() (2025-03-31 11:44:00 +0200)

----------------------------------------------------------------
I3C for 6.15

Core:
 - Fix a possible NULL pointer dereference due to IBI coming when the target
   driver is not yet probed.

Drivers:
 - mipi-i3c-hci: Use I2C DMA-safe api
 - svc: add Nuvoton npcm845 support

----------------------------------------------------------------
Andy Shevchenko (1):
      i3c: master: Drop duplicate check before calling OF APIs

Billy Tsai (2):
      i3c: Remove the const qualifier from i2c_msg pointer in i2c_xfers API
      i3c: mipi-i3c-hci: Use I2C DMA-safe api

Frank Li (3):
      MAINTAINERS: Remove Conor Culhane from Silvaco I3C
      MAINTAINERS: Add Frank Li to Silvaco I3C
      i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)

Manjunatha Venkatesh (1):
      i3c: Add NULL pointer check in i3c_master_queue_ibi()

Michal Simek (1):
      dt-bindings: i3c: dw: Add power-domains

Nathan Chancellor (1):
      i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()

Stanley Chu (9):
      dt-bindings: i3c: silvaco: Add npcm845 compatible string
      i3c: master: svc: Add support for Nuvoton npcm845 i3c
      i3c: master: svc: Fix npcm845 FIFO empty issue
      i3c: master: svc: Fix npcm845 invalid slvstart event
      i3c: master: svc: Fix npcm845 DAA process corruption
      i3c: master: svc: Fix i3c_master_get_free_addr return check
      i3c: master: svc: Fix missing the IBI rules
      i3c: master: svc: Use readsb helper for reading MDB
      i3c: master: svc: Fix missing STOP for master request

 CREDITS                                            |   4 +
 .../bindings/i3c/silvaco,i3c-master.yaml           |   4 +-
 .../bindings/i3c/snps,dw-i3c-master.yaml           |   3 +
 MAINTAINERS                                        |   4 +-
 drivers/i3c/master.c                               |  21 ++--
 drivers/i3c/master/dw-i3c-master.c                 |   2 +-
 drivers/i3c/master/i3c-master-cdns.c               |   2 +-
 drivers/i3c/master/mipi-i3c-hci/core.c             |  10 +-
 drivers/i3c/master/svc-i3c-master.c                | 138 +++++++++++++++++++--
 include/linux/i3c/master.h                         |   2 +-
 10 files changed, 154 insertions(+), 36 deletions(-)

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

             reply	other threads:[~2025-04-01 22:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-01 22:27 Alexandre Belloni [this message]
2025-04-02  1:02 ` [GIT PULL] I3C changes for 6.15 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2025040122275143b58a41@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=linux-i3c@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox