i3c: master: Add driver for Cadence IP

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>
This commit is contained in:
Boris Brezillon 2017-07-19 11:53:04 +02:00
parent 4f26d06669
commit 603f2bee2c
3 changed files with 1678 additions and 0 deletions

View file

@ -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.

View file

@ -0,0 +1 @@
obj-$(CONFIG_CDNS_I3C_MASTER) += i3c-master-cdns.o

File diff suppressed because it is too large Load diff