From: Stanley Chu <stanley.chuys@gmail.com>
To: alexandre.belloni@bootlin.com, robh@kernel.org,
krzk+dt@kernel.org, linux-i3c@lists.infradead.org
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
openbmc@lists.ozlabs.org, tomer.maimon@nuvoton.com,
kwliu@nuvoton.com, yschu@nuvoton.com, cpchiang1@nuvoton.com
Subject: [PATCH v1 0/2] Add Nuvoton NPCM845 i3c master driver
Date: Thu, 1 Aug 2024 15:19:44 +0800 [thread overview]
Message-ID: <20240801071946.43266-1-yschu@nuvoton.com> (raw)
This patchset adds i3c master support for the Nuvoton
Arbel NPCM8XX Board Management controller (BMC) SoC family.
The Nuvoton npcm845 i3c controller implements I3C master functionality
as defined in the MIPI Alliance Specification for I3C, Version 1.0.
This patchset was tested on the Arbel NPCM8XX evaluation board.
James Chiang (2):
dt-bindings: i3c: Add NPCM845 i3c controller
i3c: master: Add Nuvoton npcm845 i3c master driver
.../bindings/i3c/nuvoton,i3c-master.yaml | 113 +
MAINTAINERS | 7 +
drivers/i3c/master/Kconfig | 14 +
drivers/i3c/master/Makefile | 1 +
drivers/i3c/master/npcm845-i3c-master.c | 2372 +++++++++++++++++
5 files changed, 2507 insertions(+)
create mode 100644 Documentation/devicetree/bindings/i3c/nuvoton,i3c-master.yaml
create mode 100644 drivers/i3c/master/npcm845-i3c-master.c
--
2.34.1
--
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c
next reply other threads:[~2024-08-01 7:22 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-01 7:19 Stanley Chu [this message]
2024-08-01 7:19 ` [PATCH v1 1/2] dt-bindings: i3c: Add NPCM845 i3c controller Stanley Chu
2024-08-01 14:53 ` Krzysztof Kozlowski
2024-08-01 23:06 ` Alexandre Belloni
2024-08-05 5:37 ` Stanley Chu
2024-08-05 6:04 ` Stanley Chu
2024-08-01 14:57 ` Krzysztof Kozlowski
2024-08-01 7:19 ` [PATCH v1 2/2] i3c: master: Add Nuvoton npcm845 i3c master driver Stanley Chu
2024-08-01 8:42 ` [PATCH " Markus Elfring
2024-08-01 15:02 ` Krzysztof Kozlowski
2024-08-01 9:06 ` Markus Elfring
2024-08-01 15:02 ` [PATCH v1 " Krzysztof Kozlowski
2024-08-05 6:27 ` Stanley Chu
2024-08-02 16:16 ` Frank Li
2024-08-05 7:19 ` Stanley Chu
2024-08-05 15:17 ` Frank Li
2024-08-06 0:47 ` Stanley Chu
2024-08-06 3:08 ` Frank Li
2024-08-02 21:53 ` kernel test robot
2024-08-02 23:25 ` kernel test robot
2024-08-03 2:12 ` kernel test robot
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=20240801071946.43266-1-yschu@nuvoton.com \
--to=stanley.chuys@gmail.com \
--cc=alexandre.belloni@bootlin.com \
--cc=cpchiang1@nuvoton.com \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kwliu@nuvoton.com \
--cc=linux-i3c@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=openbmc@lists.ozlabs.org \
--cc=robh@kernel.org \
--cc=tomer.maimon@nuvoton.com \
--cc=yschu@nuvoton.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