From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752154AbcKCKMd (ORCPT ); Thu, 3 Nov 2016 06:12:33 -0400 Received: from mail-lf0-f46.google.com ([209.85.215.46]:33975 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750918AbcKCKMb (ORCPT ); Thu, 3 Nov 2016 06:12:31 -0400 Subject: Re: [PATCH v4 4/4] MIPS: Deprecate VPE Loader To: Matt Redfearn , Ralf Baechle , Bjorn Andersson , Ohad Ben-Cohen , Thomas Gleixner References: <1478103063-17653-1-git-send-email-matt.redfearn@imgtec.com> <1478103063-17653-5-git-send-email-matt.redfearn@imgtec.com> Cc: linux-mips@linux-mips.org, linux-remoteproc@vger.kernel.org, lisa.parratt@imgtec.com, linux-kernel@vger.kernel.org From: Sergei Shtylyov Message-ID: <540026e5-a839-b4db-ec8c-bd5d03d9faca@cogentembedded.com> Date: Thu, 3 Nov 2016 13:12:28 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1478103063-17653-5-git-send-email-matt.redfearn@imgtec.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 11/2/2016 7:11 PM, Matt Redfearn wrote: > 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 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 6faf7c96ee15..d5b5a25a49e8 100644 > --- a/arch/mips/Kconfig > +++ b/arch/mips/Kconfig [...] > @@ -2307,6 +2307,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. Please indent using a leading tab (like above). There's too many spaces too... [...] MBR, Sergei