From: "Rob Herring (Arm)" <robh@kernel.org>
To: Durai Manickam KR <durai.manickamkr@microchip.com>
Cc: linux-kernel@vger.kernel.org, linux-i3c@lists.infradead.org,
krzk+dt@kernel.org, alexandre.belloni@bootlin.com,
devicetree@vger.kernel.org,
balamanikandan.gunasundar@microchip.com, conor+dt@kernel.org,
Frank.Li@nxp.com, nicolas.ferre@microchip.com
Subject: Re: [PATCH 0/4] Add microchip sama7d65 SoC I3C support
Date: Thu, 18 Sep 2025 09:50:16 -0500 [thread overview]
Message-ID: <175820686358.1653800.8373809331040324947.robh@kernel.org> (raw)
In-Reply-To: <20250918095429.232710-1-durai.manickamkr@microchip.com>
On Thu, 18 Sep 2025 15:24:25 +0530, Durai Manickam KR wrote:
> Add support for microchip sama7d65 SoC I3C master only IP which is based on
> mipi-i3c-hci from synopsys implementing version 1.0 specification. The platform
> specific changes are integrated in the existing mipi-i3c-hci driver by introducing
> a quirk and SoC specific config option.
>
> I3C in master mode supports up to 12.5MHz, SDR mode data transfer in
> mixed bus mode (I2C and I3C target devices on same i3c bus).
>
> Testing done:
> With this patch we are able to fully configure the lsm6dso I3C slave
> device. Unlike I2C, I hope there is no linux utility to check the
> various transactions supported in the host controller. These features
> will be tested later probably with I3C analyser KIT.
>
> Durai Manickam KR (4):
> clk: at91: sama7d65: add peripheral clock for I3C
> i3c: mipi-i3c-hci: add microchip sama7d65 SoC
> ARM: configs: at91: sama7: add sama7d65 i3c-hci
> ARM: dts: microchip: add I3C controller
>
> arch/arm/boot/dts/microchip/sama7d65.dtsi | 12 ++++++
> arch/arm/configs/sama7_defconfig | 2 +
> drivers/clk/at91/sama7d65.c | 5 ++-
> drivers/i3c/master/mipi-i3c-hci/Makefile | 3 +-
> drivers/i3c/master/mipi-i3c-hci/core.c | 28 ++++++++++++
> drivers/i3c/master/mipi-i3c-hci/hci.h | 12 ++++++
> .../i3c/master/mipi-i3c-hci/hci_quirks_mchp.c | 43 +++++++++++++++++++
> 7 files changed, 102 insertions(+), 3 deletions(-)
> create mode 100644 drivers/i3c/master/mipi-i3c-hci/hci_quirks_mchp.c
>
> --
> 2.34.1
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: attempting to guess base-commit...
Base: tags/v6.17-rc1-3-g0b9dcd02ea93 (exact match)
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm/boot/dts/microchip/' for 20250918095429.232710-1-durai.manickamkr@microchip.com:
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/i3c@e9000000: failed to match any schema with compatible: ['mchp,sama7d65-i3c-hci']
next prev parent reply other threads:[~2025-09-18 14:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-18 9:54 [PATCH 0/4] Add microchip sama7d65 SoC I3C support Durai Manickam KR
2025-09-18 9:54 ` [PATCH 1/4] clk: at91: sama7d65: add peripheral clock for I3C Durai Manickam KR
2025-09-18 9:54 ` [PATCH 2/4] i3c: mipi-i3c-hci: add microchip sama7d65 SoC Durai Manickam KR
2025-09-18 16:27 ` Frank Li
2025-09-25 13:23 ` Jarkko Nikula
2025-09-18 9:54 ` [PATCH 3/4] ARM: configs: at91: sama7: add sama7d65 i3c-hci Durai Manickam KR
2025-09-18 9:54 ` [PATCH 4/4] ARM: dts: microchip: add I3C controller Durai Manickam KR
2025-09-18 15:44 ` Frank Li
2025-09-18 15:48 ` Conor Dooley
2025-09-18 14:50 ` Rob Herring (Arm) [this message]
2025-09-18 15:11 ` [PATCH 0/4] Add microchip sama7d65 SoC I3C support Conor Dooley
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=175820686358.1653800.8373809331040324947.robh@kernel.org \
--to=robh@kernel.org \
--cc=Frank.Li@nxp.com \
--cc=alexandre.belloni@bootlin.com \
--cc=balamanikandan.gunasundar@microchip.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=durai.manickamkr@microchip.com \
--cc=krzk+dt@kernel.org \
--cc=linux-i3c@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
/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