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

Commit f0450c11 authored by Akash Asthana's avatar Akash Asthana
Browse files

platform: msm: Add snapshot of GENI serial engine driver



This snapshot taken as of msm-4.19 'commit <5d5df09fbdf5>'
'("qcom_geni_se: Add a check in QUP common driver to vote for BW")'
GENI serial engine driver provides common functionality used by
other serial bus drivers (such as I2c, SPI, UART), and does
resource management for those drivers. Add ICC API support also.

Change-Id: I088457bbfa654253f7afe797ea3f89f63d06e823
Signed-off-by: default avatarAkash Asthana <akashast@codeaurora.org>
parent b5d0ace8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ config USB_BAM
	  Peripheral-to-Peripheral transfers between the USB and other
	  peripheral.

config QCOM_GENI_SE
config MSM_GENI_SE
	tristate "QCOM GENI Serial Engine Driver"
	help
	  This module is used to interact with GENI based Serial Engines on
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@
#
obj-$(CONFIG_GSI) += gsi/
obj-$(CONFIG_IPA3) += ipa/
obj-$(CONFIG_MSM_GENI_SE) += msm-geni-se.o
+1771 −0

File added.

Preview size limit exceeded, changes collapsed.

+985 −0

File added.

Preview size limit exceeded, changes collapsed.