From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 23 Mar 2017 17:38:48 +0100 (CET) Received: from mailapp01.imgtec.com ([195.59.15.196]:42451 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23991948AbdCWQhyIqHJz (ORCPT ); Thu, 23 Mar 2017 17:37:54 +0100 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 599F646D8CDE5; Thu, 23 Mar 2017 16:37:44 +0000 (GMT) Received: from mredfearn-linux.le.imgtec.org (10.150.130.83) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server (TLS) id 14.3.294.0; Thu, 23 Mar 2017 16:37:48 +0000 From: Matt Redfearn To: Ralf Baechle , Bjorn Andersson , Ohad Ben-Cohen , Thomas Gleixner CC: , , , , Matt Redfearn Subject: [PATCH v6 4/4] MIPS: Deprecate VPE Loader Date: Thu, 23 Mar 2017 16:37:17 +0000 Message-ID: <1490287037-31885-5-git-send-email-matt.redfearn@imgtec.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1490287037-31885-1-git-send-email-matt.redfearn@imgtec.com> References: <1490287037-31885-1-git-send-email-matt.redfearn@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.150.130.83] Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 57428 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: matt.redfearn@imgtec.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips The MIPS remote processor driver (CONFIG_MIPS_REMOTEPROC) provides a more standard mechanism for using one or more VPs as coprocessors running separate firmware. Here we deprecate this mechanism before it is removed. Signed-off-by: Matt Redfearn --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/mips/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 6cdc23da8761..dbec6893c6e7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2303,7 +2303,7 @@ config MIPSR2_TO_R6_EMULATOR final kernel image. config MIPS_VPE_LOADER - bool "VPE loader support." + bool "VPE loader support (DEPRECATED)" depends on SYS_SUPPORTS_MULTITHREADING && MODULES select CPU_MIPSR2_IRQ_VI select CPU_MIPSR2_IRQ_EI @@ -2312,6 +2312,9 @@ config MIPS_VPE_LOADER Includes a loader for loading an elf relocatable object onto another VPE and running it. + Unless you have a specific need, you should use CONFIG_MIPS_REMOTEPROC + instead of this. + config MIPS_VPE_LOADER_CMP bool default "y" -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailapp01.imgtec.com ([195.59.15.196]:42451 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23991948AbdCWQhyIqHJz (ORCPT ); Thu, 23 Mar 2017 17:37:54 +0100 From: Matt Redfearn Subject: [PATCH v6 4/4] MIPS: Deprecate VPE Loader Date: Thu, 23 Mar 2017 16:37:17 +0000 Message-ID: <1490287037-31885-5-git-send-email-matt.redfearn@imgtec.com> In-Reply-To: <1490287037-31885-1-git-send-email-matt.redfearn@imgtec.com> References: <1490287037-31885-1-git-send-email-matt.redfearn@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Ralf Baechle , Bjorn Andersson , Ohad Ben-Cohen , Thomas Gleixner Cc: linux-mips@linux-mips.org, linux-remoteproc@vger.kernel.org, lisa.parratt@imgtec.com, linux-kernel@vger.kernel.org, Matt Redfearn Message-ID: <20170323163717.4kk2PckRsvSy4QtoPQGEIz8ZTzxUwjOCcywUGE9FYts@z> The MIPS remote processor driver (CONFIG_MIPS_REMOTEPROC) provides a more standard mechanism for using one or more VPs as coprocessors running separate firmware. Here we deprecate this mechanism before it is removed. Signed-off-by: Matt Redfearn --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/mips/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 6cdc23da8761..dbec6893c6e7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2303,7 +2303,7 @@ config MIPSR2_TO_R6_EMULATOR final kernel image. config MIPS_VPE_LOADER - bool "VPE loader support." + bool "VPE loader support (DEPRECATED)" depends on SYS_SUPPORTS_MULTITHREADING && MODULES select CPU_MIPSR2_IRQ_VI select CPU_MIPSR2_IRQ_EI @@ -2312,6 +2312,9 @@ config MIPS_VPE_LOADER Includes a loader for loading an elf relocatable object onto another VPE and running it. + Unless you have a specific need, you should use CONFIG_MIPS_REMOTEPROC + instead of this. + config MIPS_VPE_LOADER_CMP bool default "y" -- 2.7.4