Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 603f2bee authored by Boris Brezillon's avatar Boris Brezillon
Browse files

i3c: master: Add driver for Cadence IP



Add a driver for Cadence I3C master IP.

Signed-off-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4f26d066
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
config CDNS_I3C_MASTER
	tristate "Cadence I3C master driver"
	depends on I3C
	depends on HAS_IOMEM
	depends on !(ALPHA || PARISC)
	help
	  Enable this driver if you want to support Cadence I3C master block.
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_CDNS_I3C_MASTER)		+= i3c-master-cdns.o
+1670 −0

File added.

Preview size limit exceeded, changes collapsed.