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

Commit 017af499 authored by Vipin Deep Kaur's avatar Vipin Deep Kaur
Browse files

platform: msm: Add snapshot of GENI serial engine driver



This snapshot is taken as of msm-4.14 'commit <64b5086c09>
("Merge "qcom-geni-se: Set DMA mask to support 64 bit DMA."").
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.

Change-Id: Icf6195a4241cb97c1ed4638cfdf7a3067b28aab2
Signed-off-by: default avatarVipin Deep Kaur <vkaur@codeaurora.org>
parent 03476a5c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -162,4 +162,12 @@ config USB_BAM
	  Peripheral-to-Peripheral transfers between the USB and other
	  peripheral.

config QCOM_GENI_SE
	tristate "QCOM GENI Serial Engine Driver"
	help
	  This module is used to interact with GENI based Serial Engines on
	  Qualcomm Technologies, Inc. Universal Peripheral(QUPv3). This
	  module is used to configure and read the configuration from the
	  Serial Engines.

endmenu
+1 −0
Original line number Diff line number Diff line
@@ -10,3 +10,4 @@ obj-$(CONFIG_SPS) += sps/
obj-$(CONFIG_GSI) += gsi/
obj-$(CONFIG_IPA3) += ipa/
obj-$(CONFIG_USB_BAM) += usb_bam.o
obj-$(CONFIG_QCOM_GENI_SE) += qcom-geni-se.o
+1545 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
CFLAGS_rpmh-rsc.o := -I$(src)
obj-$(CONFIG_QCOM_GENI_SE) +=	qcom-geni-se.o
obj-$(CONFIG_QCOM_COMMAND_DB) += cmd-db.o
obj-$(CONFIG_QCOM_GLINK_SSR) +=	glink_ssr.o
obj-$(CONFIG_QCOM_CPUSS_DUMP) += cpuss_dump.o
+827 −283

File changed.

Preview size limit exceeded, changes collapsed.