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.16
Date: Sun, 1 Jun 2025 11:20:38 +0200 [thread overview]
Message-ID: <20250601092038f33de29e@mail.local> (raw)
Hello Linus,
Here is the i3c subsystem pull request for 6.16. There is not much this this,
mostly fixes around interrupt and IBI handling.
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/i3c/linux.git tags/i3c/for-6.16
for you to fetch changes up to 00286d7d643d3c98e48d9cc3a9f471b37154f462:
i3c: controllers do not need to depend on I3C (2025-05-24 22:49:07 +0200)
----------------------------------------------------------------
I3C for 6.16
Drivers:
- mipi-i3c-hci: interrupt handling fixes
- svc: i.MX94 and i.MX95 support, IBI handling fixes
----------------------------------------------------------------
Carlos Song (2):
dt-bindings: i3c: silvaco,i3c-master: add i.MX94 and i.MX95 I3C
i3c: master: svc: switch to bulk clk API for flexible clock support
Frank Li (1):
i3c: master: svc: skip address resend on repeat START
Jarkko Nikula (5):
i3c: mipi-i3c-hci: Allow only relevant INTR_STATUS bit updates
i3c: mipi-i3c-hci: Fix handling status of i3c_hci_irq_handler()
i3c: mipi-i3c-hci: Clear INTR_STATUS unconditionally
i3c: mipi-i3c-hci: Change name of INTR_STATUS bit 11
i3c: mipi-i3c-hci: Move unexpected INTR_STATUS print before IO handler
Stanley Chu (2):
i3c: master: svc: Receive IBI requests in interrupt context
i3c: master: svc: Emit STOP asap in the IBI transaction
Wolfram Sang (1):
i3c: controllers do not need to depend on I3C
.../bindings/i3c/silvaco,i3c-master.yaml | 45 +++++++--
drivers/i3c/master/Kconfig | 4 -
drivers/i3c/master/mipi-i3c-hci/core.c | 32 +++---
drivers/i3c/master/svc-i3c-master.c | 109 ++++++++-------------
4 files changed, 98 insertions(+), 92 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
WARNING: multiple messages have this Message-ID (diff)
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.16
Date: Sun, 1 Jun 2025 11:20:38 +0200 [thread overview]
Message-ID: <20250601092038f33de29e@mail.local> (raw)
Hello Linus,
Here is the i3c subsystem pull request for 6.16. There is not much this this,
mostly fixes around interrupt and IBI handling.
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/i3c/linux.git tags/i3c/for-6.16
for you to fetch changes up to 00286d7d643d3c98e48d9cc3a9f471b37154f462:
i3c: controllers do not need to depend on I3C (2025-05-24 22:49:07 +0200)
----------------------------------------------------------------
I3C for 6.16
Drivers:
- mipi-i3c-hci: interrupt handling fixes
- svc: i.MX94 and i.MX95 support, IBI handling fixes
----------------------------------------------------------------
Carlos Song (2):
dt-bindings: i3c: silvaco,i3c-master: add i.MX94 and i.MX95 I3C
i3c: master: svc: switch to bulk clk API for flexible clock support
Frank Li (1):
i3c: master: svc: skip address resend on repeat START
Jarkko Nikula (5):
i3c: mipi-i3c-hci: Allow only relevant INTR_STATUS bit updates
i3c: mipi-i3c-hci: Fix handling status of i3c_hci_irq_handler()
i3c: mipi-i3c-hci: Clear INTR_STATUS unconditionally
i3c: mipi-i3c-hci: Change name of INTR_STATUS bit 11
i3c: mipi-i3c-hci: Move unexpected INTR_STATUS print before IO handler
Stanley Chu (2):
i3c: master: svc: Receive IBI requests in interrupt context
i3c: master: svc: Emit STOP asap in the IBI transaction
Wolfram Sang (1):
i3c: controllers do not need to depend on I3C
.../bindings/i3c/silvaco,i3c-master.yaml | 45 +++++++--
drivers/i3c/master/Kconfig | 4 -
drivers/i3c/master/mipi-i3c-hci/core.c | 32 +++---
drivers/i3c/master/svc-i3c-master.c | 109 ++++++++-------------
4 files changed, 98 insertions(+), 92 deletions(-)
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next reply other threads:[~2025-06-01 9:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-01 9:20 Alexandre Belloni [this message]
2025-06-01 9:20 ` [GIT PULL] I3C changes for 6.16 Alexandre Belloni
2025-06-01 16:05 ` pr-tracker-bot
2025-06-01 16:05 ` 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=20250601092038f33de29e@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.