i3c: Add a driver for Qualcomm GENI I3C master IP
Add a driver for Qualcomm GENI I3C master IP based on proposed I3C framework. Change-Id: Id12e8921ab4d73110fb973b8ccb432f616dc1591 Signed-off-by: Alok Chauhan <alokc@codeaurora.org>
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
config I3C_MASTER_QCOM_GENI
|
||||||
|
tristate "Qualcomm Technologies Inc.'s GENI based I3C controller"
|
||||||
|
depends on ARCH_QCOM
|
||||||
|
depends on I3C
|
||||||
|
help
|
||||||
|
If you say yes to this option, support will be included for the
|
||||||
|
built-in I3C interface on the Qualcomm Technologies Inc SoCs.
|
||||||
|
|
||||||
|
This driver can also be built as a module. If so, the module
|
||||||
|
will be called i3c-master-qcom-geni.
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
obj-$(CONFIG_I3C_MASTER_QCOM_GENI) += i3c-master-qcom-geni.o
|
||||||
|
|||||||
1348
drivers/i3c/master/i3c-master-qcom-geni.c
Normal file
1348
drivers/i3c/master/i3c-master-qcom-geni.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user