From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8EDC0C38A2A for ; Fri, 8 May 2020 15:14:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6F5AE21775 for ; Fri, 8 May 2020 15:14:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="WnCSkm3o" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727082AbgEHPOz (ORCPT ); Fri, 8 May 2020 11:14:55 -0400 Received: from lelv0142.ext.ti.com ([198.47.23.249]:52760 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726627AbgEHPOy (ORCPT ); Fri, 8 May 2020 11:14:54 -0400 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 048FEo4F114216; Fri, 8 May 2020 10:14:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1588950890; bh=rKmlXWmyFsM/5tTm4tFFE4pzJpscNr6OeWzY3I/tejw=; h=Subject:From:To:CC:References:Date:In-Reply-To; b=WnCSkm3oTKxkjSERgCosIB5kumTRNtce8VqX6wl2CZA9nkMakCvLDAPz0C79rLaU7 gDud5oXeI9TMkduv6S+slk3I7cfD5gRSLikv/ejs2JwipT76OBj0t28PmGCXLGmPW3 aH6aLQ3aVAJEp0X1Gb2zLXQL4SMd/RfUO6R4vIeY= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id 048FEoJ2011113; Fri, 8 May 2020 10:14:50 -0500 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Fri, 8 May 2020 10:14:50 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Fri, 8 May 2020 10:14:50 -0500 Received: from [10.250.48.148] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 048FEnKo088215; Fri, 8 May 2020 10:14:49 -0500 Subject: Re: [PATCH v3 0/2] Misc. rproc fixes around fixed memory region support From: Suman Anna To: Bjorn Andersson CC: Mathieu Poirier , Arnaud Pouliquen , Loic Pallardy , Tero Kristo , , References: <20200420160600.10467-1-s-anna@ti.com> <181b6c56-420c-f306-f2cf-53380ad1f37b@ti.com> Message-ID: <0a2aa179-9a97-003d-d682-283a8c354ea7@ti.com> Date: Fri, 8 May 2020 10:14:49 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <181b6c56-420c-f306-f2cf-53380ad1f37b@ti.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-remoteproc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org Hi Bjorn, On 5/2/20 1:29 PM, Suman Anna wrote: > Hi Bjorn, > > On 4/20/20 11:05 AM, Suman Anna wrote: >> Hi Bjorn, >> >> This is another minor revision of the fixes around fixed memory region >> support [1] series. Patch 1 is revised to go back to the logic used in v1 >> after a long discussion on the v2 version [2]. The other suggestions can >> be future improvments as they would require corresponding platform driver >> changes. Please look through the discussion there and let us know your >> preference. Patches are based on v5.7-rc1. >> >> I really appreciate it if you can target the series for the current >> 5.7 -rc's. >> The fixes would apply for all 5.1+ kernels. > > Ping on these. The patches have been reviewed and/or acked by both Mathieu and Arnaud. Can you please get these into the current -rc's? Thanks, Suman > > regards > Suman > >> >> Please see the v1 cover-letter [1] for the details on the issues. >> >> regards >> Suman >> >> [1] https://patchwork.kernel.org/cover/11422723/ >> [2] https://patchwork.kernel.org/comment/23274389/ >> >> Suman Anna (1): >>    remoteproc: Fix and restore the parenting hierarchy for vdev >> >> Tero Kristo (1): >>    remoteproc: Fall back to using parent memory pool if no dedicated >>      available >> >>   drivers/remoteproc/remoteproc_core.c   |  2 +- >>   drivers/remoteproc/remoteproc_virtio.c | 12 ++++++++++++ >>   2 files changed, 13 insertions(+), 1 deletion(-) >> >