]> git.ipfire.org Git - thirdparty/u-boot.git/commit
drivers: i3c: Add driver for MIPI DWI3C
authorDinesh Maniyam <dinesh.maniyam@altera.com>
Wed, 6 Aug 2025 04:32:25 +0000 (12:32 +0800)
committerHeiko Schocher <hs@denx.de>
Wed, 6 Aug 2025 06:37:13 +0000 (08:37 +0200)
commit1009c96f1590e1cd1938ab4607eeaf0d8cc485f2
tree52f8e2c620f19a0639d52ec56cbb202d2f7a773e
parent633c0cf4867bebf84b151d5c7b9bb4154beabd6b
drivers: i3c: Add driver for MIPI DWI3C

Enable driver for Synopsis MIPI DWI3C for the family
device agilex5. This driver is migrated from linux version 6.6.37 LTS

Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
drivers/i3c/device.c [new file with mode: 0644]
drivers/i3c/internals.h [new file with mode: 0644]
drivers/i3c/master.c [new file with mode: 0644]
drivers/i3c/master/dw-i3c-master.c [new file with mode: 0644]
include/dw-i3c.h [new file with mode: 0644]
include/linux/i3c/ccc.h [new file with mode: 0644]
include/linux/i3c/device.h [new file with mode: 0644]
include/linux/i3c/master.h [new file with mode: 0644]