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

Commit 112f6475 authored by Chris Lew's avatar Chris Lew
Browse files

soc: qcom: glink_pkt: Rename glink_pkt from msm_glink_pkt



Move the devicetree bindings to the qcom bindings directory to match
with the other glink drivers. Remove redundant msm naming of driver.

Change-Id: Ia51c45a72c625b377f38688995f819ef50f6709a
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent e58e14fa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -395,9 +395,9 @@ config QCOM_GLINK
	  remote proc framework as a subdev. This module is responsible for
	  creating the glink transports when remote proc is disabled.

config MSM_GLINK_PKT
	bool "Enable device interface for GLINK packet channels"
	depends on MSM_GLINK
config QCOM_GLINK_PKT
	tristate "Enable device interface for GLINK packet channels"
	depends on QCOM_GLINK
	help
	  G-link packet driver provides the interface for the userspace
	  clients to communicate over G-Link via device nodes.
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ ifdef CONFIG_MSM_SUBSYSTEM_RESTART
endif
obj-$(CONFIG_QCOM_EUD) += eud.o
obj-$(CONFIG_QCOM_GLINK) += glink_probe.o
obj-$(CONFIG_MSM_GLINK_PKT) += msm_glink_pkt.o
obj-$(CONFIG_QCOM_GLINK_PKT) += glink_pkt.o
obj-$(CONFIG_QCOM_QDSS_BRIDGE) += qdss_bridge.o
obj-$(CONFIG_MSM_EVENT_TIMER) += event_timer.o
obj-$(CONFIG_MSM_IDLE_STATS)	+= lpm-stats.o