[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240801071946.43266-1-yschu@nuvoton.com>
Date: Thu, 1 Aug 2024 15:19:44 +0800
From: Stanley Chu <stanley.chuys@...il.com>
To: alexandre.belloni@...tlin.com,
robh@...nel.org,
krzk+dt@...nel.org,
linux-i3c@...ts.infradead.org
Cc: devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
openbmc@...ts.ozlabs.org,
tomer.maimon@...oton.com,
kwliu@...oton.com,
yschu@...oton.com,
cpchiang1@...oton.com
Subject: [PATCH v1 0/2] Add Nuvoton NPCM845 i3c master driver
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
Powered by blists - more mailing lists