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

Commit dc71920d authored by Shrey Vijay's avatar Shrey Vijay Committed by Chetan C R
Browse files

i2c-msm-v2: Add snapshot of I2C MSM V2 driver



This change adds a snapshot of I2C MSM V2 driver
from the 4.14 branch.
This is snapshot of the I2C MSM V2 driver as of
msm-4.14 'commit 78bed541dbf8950be ("Merge "msm:
camera: hyp: To fix Stack overflow"")'.

Change-Id: Ib298ff2b284cf2e58e4e8e42e6f296ddb8097d8f
Signed-off-by: default avatarShrey Vijay <shreyv@codeaurora.org>
Signed-off-by: default avatarMukesh Kumar Savaliya <msavaliy@codeaurora.org>
Signed-off-by: default avatarChetan C R <cchinnad@codeaurora.org>
parent 55100ee0
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1340,6 +1340,17 @@ config I2C_OPAL
	  This driver can also be built as a module. If so, the module will be
	  called as i2c-opal.

config I2C_MSM_V2
	tristate "I2C_MSM_V2"
	depends on ARCH_QCOM
	help
	  If you say yes to this option, support will be included for the
	  built-in I2C interface and its DMA engine on the MSM family
	  processors.

	  This driver can also be built as a module.  If so, the module
	  will be called i2c-msm-v2.

config I2C_ZX2967
	tristate "ZTE ZX2967 I2C support"
	depends on ARCH_ZX
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ obj-$(CONFIG_I2C_XILINX) += i2c-xiic.o
obj-$(CONFIG_I2C_XLR)		+= i2c-xlr.o
obj-$(CONFIG_I2C_XLP9XX)	+= i2c-xlp9xx.o
obj-$(CONFIG_I2C_RCAR)		+= i2c-rcar.o
obj-$(CONFIG_I2C_MSM_V2)        += i2c-msm-v2.o
obj-$(CONFIG_I2C_ZX2967)	+= i2c-zx2967.o

# External I2C/SMBus adapter drivers
+3039 −0

File added.

Preview size limit exceeded, changes collapsed.

+664 −0

File added.

Preview size limit exceeded, changes collapsed.