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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73243C76188 for ; Mon, 3 Apr 2023 19:26:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232427AbjDCT0U (ORCPT ); Mon, 3 Apr 2023 15:26:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47136 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231593AbjDCT0S (ORCPT ); Mon, 3 Apr 2023 15:26:18 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B7C019B6 for ; Mon, 3 Apr 2023 12:26:15 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 333JQ1Hh008439; Mon, 3 Apr 2023 14:26:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1680549961; bh=5oEyZu8GE/HGdsLPhERnzE8sdoUvCe3xOmJfok707c4=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=Wcca+o1xhnZqCO+UMcR/rcUHyXONeng76wBQ2ALkFR+ybSLAdVu0CaqIOeFXEbWqb QeW9ud1j7hTbYZbnqVIKoy+aX+qgiRrvybenOwLXU9HtPBJdWwVvck8GsoJ+yB8hte hFSIm1ExvjyTOIn0IeUrhqUujmwcY3KEc6ind/6M= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 333JQ1h9076224 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 3 Apr 2023 14:26:01 -0500 Received: from DFLE101.ent.ti.com (10.64.6.22) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Mon, 3 Apr 2023 14:26:00 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Mon, 3 Apr 2023 14:26:00 -0500 Received: from [10.250.33.131] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 333JQ0SJ031547; Mon, 3 Apr 2023 14:26:00 -0500 Message-ID: <99f1da4f-810e-986d-388a-af136ade745e@ti.com> Date: Mon, 3 Apr 2023 14:26:00 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH] misc: sram: Add dma-heap-export reserved SRAM area type Content-Language: en-US To: Christian Gmeiner CC: Rob Herring , Arnd Bergmann , Greg Kroah-Hartman , "linux-kernel@vger.kernel.org" , dri-devel , References: <20200424222740.16259-1-afd@ti.com> From: Andrew Davis In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/1/23 3:35 AM, Christian Gmeiner wrote: > Hi Andrew > >> >> >> Okay, will split for v2. >> >> > > Was there a follow-up v2 of this patchset? AFAICT this series did not > make it into the mainline kernel. > Do you have any plans to work on it? If not I would like to help out > as we have a use case where we want to > use a dma-buf sram exporter. > > Sure, I've been keeping it alive in our evil vendor tree, but if there is interest upstream now I'll post a v2 and CC you. Thanks, Andrew