Loading Documentation/devicetree/bindings/arm/msm/glinkpkt.txt→Documentation/devicetree/bindings/soc/qcom/qcom,glink-pkt.txt +0 −0 File moved. View file drivers/soc/qcom/Kconfig +3 −3 Original line number Diff line number Diff line Loading @@ -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. Loading drivers/soc/qcom/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading drivers/soc/qcom/msm_glink_pkt.c→drivers/soc/qcom/glink_pkt.c +0 −0 File moved. View file Loading
Documentation/devicetree/bindings/arm/msm/glinkpkt.txt→Documentation/devicetree/bindings/soc/qcom/qcom,glink-pkt.txt +0 −0 File moved. View file
drivers/soc/qcom/Kconfig +3 −3 Original line number Diff line number Diff line Loading @@ -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. Loading
drivers/soc/qcom/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading