Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92cc7293 authored by Subramanian Ananthanarayanan's avatar Subramanian Ananthanarayanan Committed by Gerrit - the friendly Code Review server
Browse files

i3c: i3c-master-qcom-geni: Add I3C GENI driver snapshot



This is a snapshot of I3C GENI driver and associated files as of msm-4.19
'commit a61c76b51988 ("i3c: i3c-master-qcom-geni: Support for IBI wakeup
from system suspend")'.

Change-Id: I7f09cafbfc76dfe2c8d24d91b9ee2a5854ccc5ec
Signed-off-by: default avatarSubramanian Ananthanarayanan <skananth@codeaurora.org>
parent 8393ad72
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -21,3 +21,15 @@ config DW_I3C_MASTER

	  This driver can also be built as a module.  If so, the module
	  will be called dw-i3c-master.

config I3C_MASTER_MSM_GENI
	tristate "Qualcomm Technologies Inc.'s GENI based I3C controller"
	depends on ARCH_QCOM
	depends on I3C
	depends on MSM_GENI_SE
	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-msm-geni.
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_CDNS_I3C_MASTER)		+= i3c-master-cdns.o
obj-$(CONFIG_DW_I3C_MASTER)		+= dw-i3c-master.o
obj-$(CONFIG_I3C_MASTER_MSM_GENI)	+= i3c-master-msm-geni.o
+1953 −0

File added.

Preview size limit exceeded, changes collapsed.