Skip to content

Commit

Permalink
i3c: master: Add driver for Synopsys DesignWare IP
Browse files Browse the repository at this point in the history
Add driver for Synopsys DesignWare I3C master IP

Signed-off-by: Vitor Soares <vitor.soares@synopsys.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
  • Loading branch information
Vitor Soares authored and Boris Brezillon committed Dec 5, 2018
1 parent ad15e8c commit 1dd728f
Show file tree
Hide file tree
Showing 3 changed files with 1,232 additions and 0 deletions.
15 changes: 15 additions & 0 deletions drivers/i3c/master/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,18 @@ config CDNS_I3C_MASTER
depends on !(ALPHA || PARISC)
help
Enable this driver if you want to support Cadence I3C master block.

config DW_I3C_MASTER
tristate "Synospsys DesignWare I3C master driver"
depends on I3C
depends on HAS_IOMEM
depends on !(ALPHA || PARISC)
# ALPHA and PARISC needs {read,write}sl()
help
Support for Synopsys DesignWare MIPI I3C Controller.

For details please see
https://www.synopsys.com/dw/ipdir.php?ds=mipi_i3c

This driver can also be built as a module. If so, the module
will be called dw-i3c-master.
1 change: 1 addition & 0 deletions drivers/i3c/master/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-$(CONFIG_CDNS_I3C_MASTER) += i3c-master-cdns.o
obj-$(CONFIG_DW_I3C_MASTER) += dw-i3c-master.o
Loading

0 comments on commit 1dd728f

Please sign in to comment.