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.12
Date: Tue, 24 Sep 2024 00:28:39 +0200 [thread overview]
Message-ID: <20240923222839975a95a9@mail.local> (raw)
Hello Linus,
Here is the i3c subsystem pull request for 6.12. We get support for the
I3C HCI controller of the AMD SoC which as expected requires quirks. We
also have fixes for the other drivers, including rate selection fixes
for svc.
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-6.12
for you to fetch changes up to 61850725779709369c7e907ae8c7c75dc7cec4f3:
i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition (2024-09-17 16:51:45 +0200)
----------------------------------------------------------------
I3C for 6.12
Core:
- allow adjusting first broadcast address speed
Drivers:
- cdns: few fixes
- mipi-i3c-hci: Add AMD SoC I3C controller support and quirks, fix get_i3c_mode
- svc: adjust rates, fix race condition
----------------------------------------------------------------
Billy Tsai (1):
i3c/master: cmd_v1: Fix the rule for getting i3c mode
Carlos Song (3):
i3c: master: support to adjust first broadcast address speed
i3c: master: svc: use slow speed for first broadcast address
i3c: master: svc: adjust SDR according to i3c spec
Kaixin Wang (2):
i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition
i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition
Liao Chen (1):
i3c: master: cdns: fix module autoloading
Shyam Sundar S K (6):
i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support List
i3c: mipi-i3c-hci: Read HC_CONTROL_PIO_MODE only after i3c hci v1.1
i3c: mipi-i3c-hci: Add a quirk to set PIO mode
i3c: mipi-i3c-hci: Relocate helper macros to HCI header file
i3c: mipi-i3c-hci: Add a quirk to set timing parameters
i3c: mipi-i3c-hci: Add a quirk to set Response buffer threshold
drivers/i3c/master.c | 12 ++++
drivers/i3c/master/i3c-master-cdns.c | 2 +
drivers/i3c/master/mipi-i3c-hci/Makefile | 3 +-
drivers/i3c/master/mipi-i3c-hci/cmd_v1.c | 12 ++--
drivers/i3c/master/mipi-i3c-hci/core.c | 36 +++++++++---
drivers/i3c/master/mipi-i3c-hci/hci.h | 10 ++++
drivers/i3c/master/mipi-i3c-hci/hci_quirks.c | 44 +++++++++++++++
drivers/i3c/master/svc-i3c-master.c | 84 +++++++++++++++++++++++++---
include/linux/i3c/master.h | 16 ++++++
9 files changed, 193 insertions(+), 26 deletions(-)
create mode 100644 drivers/i3c/master/mipi-i3c-hci/hci_quirks.c
--
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
next reply other threads:[~2024-09-23 22:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-23 22:28 Alexandre Belloni [this message]
2024-09-24 20:21 ` [GIT PULL] I3C changes for 6.12 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=20240923222839975a95a9@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;
as well as URLs for NNTP newsgroup(s).