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:
Alok Chauhan
2018-12-20 17:39:58 +05:30
parent a831deac75
commit 81f04f4fdd
3 changed files with 1359 additions and 0 deletions

View File

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

View File

@@ -0,0 +1 @@
obj-$(CONFIG_I3C_MASTER_QCOM_GENI) += i3c-master-qcom-geni.o

File diff suppressed because it is too large Load Diff