mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
i3c: master: Add driver for Synopsys DesignWare IP
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>
This commit is contained in:
parent
ad15e8c0fa
commit
1dd728f5d4
@ -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 +1,2 @@
|
||||
obj-$(CONFIG_CDNS_I3C_MASTER) += i3c-master-cdns.o
|
||||
obj-$(CONFIG_DW_I3C_MASTER) += dw-i3c-master.o
|
||||
|
1216
drivers/i3c/master/dw-i3c-master.c
Normal file
1216
drivers/i3c/master/dw-i3c-master.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user