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

Commit 051a0179 authored by Chris Lew's avatar Chris Lew
Browse files

soc: qcom: smp2p: Remove test code



Remove the code responsible for unit testing various aspects on the
smp2p framework. Leave the loopback smp2p code to preserve the
MOCK REMOTE functionality in smp2p.

CRs-Fixed: 2120485
Change-Id: I2031bbc2b49b6f2e12b92db33b9b23e9000c082d
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 2453a366
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -375,16 +375,6 @@ config MSM_SMP2P
	  32-bit values by specifying a unique string and
	  remote processor ID.

config MSM_SMP2P_TEST
	bool "SMSM Point-to-Point Test"
	depends on MSM_SMP2P
	help
	  Enables loopback and unit testing support for
	  SMP2P. Loopback support is used by other
	  processors to do unit testing. Unit tests
	  are used to verify the local and remote
	  implementations.

config MSM_IPC_ROUTER_SMD_XPRT
	depends on MSM_SMD
	depends on IPC_ROUTER
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ obj-$(CONFIG_QTI_SYSTEM_PM) += system_pm.o
obj-$(CONFIG_MSM_SERVICE_NOTIFIER) += service-notifier.o
obj-$(CONFIG_MSM_SERVICE_LOCATOR) += service-locator.o
obj-$(CONFIG_MSM_SMP2P) += msm_smp2p.o smp2p_loopback.o smp2p_debug.o smp2p_sleepstate.o
obj-$(CONFIG_MSM_SMP2P_TEST) += smp2p_test.o smp2p_spinlock_test.o
obj-$(CONFIG_MSM_IPC_ROUTER_SMD_XPRT) += ipc_router_smd_xprt.o
obj-$(CONFIG_MSM_IPC_ROUTER_HSIC_XPRT) += ipc_router_hsic_xprt.o
obj-$(CONFIG_MSM_IPC_ROUTER_MHI_XPRT) += ipc_router_mhi_xprt.o
+0 −820

File deleted.

Preview size limit exceeded, changes collapsed.

drivers/soc/qcom/smp2p_test.c

deleted100644 → 0
+0 −1324

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −214

File deleted.

Preview size limit exceeded, changes collapsed.