Skip to content

Commit

Permalink
i3c: master: Add driver for Cadence IP
Browse files Browse the repository at this point in the history
Add a driver for Cadence I3C master IP.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Boris Brezillon committed Dec 5, 2018
1 parent 4f26d06 commit 603f2be
Show file tree
Hide file tree
Showing 3 changed files with 1,678 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/i3c/master/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
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 change: 1 addition & 0 deletions drivers/i3c/master/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_CDNS_I3C_MASTER) += i3c-master-cdns.o
Loading

0 comments on commit 603f2be

Please sign in to comment.