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=-5.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 8A815C433E6 for ; Mon, 4 Jan 2021 20:14:04 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1BC1D221F8 for ; Mon, 4 Jan 2021 20:14:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1BC1D221F8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lechnology.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:References: To:Subject:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=216lKpc0nvcGYalpljDvTuRvr+A1X0GWRqaUP/4e6Hk=; b=mBCzep8HBl6l0andEvMD2drzM NcXpuqG+wfThNtRP8YrZDiFgpvGS89DHnw/Gw3ArZ03xepgf2pEunXxzNgbryidcf3TaoX0pVrE50 5P6m5GTEmiNvcqvHqO3XeYpUpU5svXOh5iItkzt1nJxXngf05DbAhMvL6glYrQbMNoxaaByGm4/Kq K4PvoYNL/p8gf20MADETYHK2SAbkGw4x0ZLR4ab3yV/4ABVs5xNY+hiilTEoXirfAkeBPUfGVOW7b Ky5gUyBoRxGEHBc+8+jA+c1hxrEm5l84K2kZKbj48YcyeCJU4tgv14RtJwX+pgZX7BCL6O9Ilu/4+ 98rbGlAEg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kwWCr-0000uP-Kp; Mon, 04 Jan 2021 20:11:57 +0000 Received: from vern.gendns.com ([98.142.107.122]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kwWCp-0000tE-JX for linux-arm-kernel@lists.infradead.org; Mon, 04 Jan 2021 20:11:56 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lechnology.com; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:References:Cc:To:Subject:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=hU6L/HbTEg6Yn+OtW3Z4kUfeWwPdfrHV+fA1tYktCis=; b=iNQQ4x9EnpzV1uNDrzKeWRlKTh D0K1GhDBWJ+pLVbDAB3+2XCp3Xfjccq/zX6mxA/3KKt1NXnPXdqfIHCW8oxrF8aHPmcRRk/aNr1Bx I6AXZAbWiGeF4JCW5vBjZlz6nXkxLC1Hc3ZBOVbE/6H1kvCkvs4VMawYmK5EqSVtQE1ZdvuEl/QP0 g2/p7s7zgdPXt/oafBFQTIYHEJc6fr5wKXgj6ZH+Ji5wSHyRFPCcIEmjnfIPPwGt8XOKzY8bN7oDC 0kUqaFE6Mwgu3zCS3bEvhSEJ9sadiAxLJA0A/C/XpRvQ/hzyibKDlLXFhk0gLybN2ggJ1MmXA/M1a GKE0RxJg==; Received: from 108-198-5-147.lightspeed.okcbok.sbcglobal.net ([108.198.5.147]:53966 helo=[192.168.0.134]) by vern.gendns.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1kwWCl-0003hF-JR; Mon, 04 Jan 2021 15:11:51 -0500 From: David Lechner Subject: Re: [PATCH v2 0/5] Introduce PRU remoteproc consumer API To: grzegorz.jaszczyk@linaro.org References: <20201216165239.2744-1-grzegorz.jaszczyk@linaro.org> Message-ID: <9603a894-495b-3c73-0916-aea52f98fe9f@lechnology.com> Date: Mon, 4 Jan 2021 14:11:50 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201216165239.2744-1-grzegorz.jaszczyk@linaro.org> Content-Language: en-US X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - lists.infradead.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210104_151155_787091_2C169F0C X-CRM114-Status: UNSURE ( 9.05 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: ohad@wizery.com, devicetree@vger.kernel.org, mathieu.poirier@linaro.org, praneeth@ti.com, linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, bjorn.andersson@linaro.org, t-kristo@ti.com, robh+dt@kernel.org, ssantosh@kernel.org, linux-omap@vger.kernel.org, lee.jones@linaro.org, linux-arm-kernel@lists.infradead.org, rogerq@ti.com Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org > Please see the individual patches for exact changes in each patch, following is > the only change from v1: > - Change the 'prus' property name to 'ti,prus' as suggested by Rob Herring, > which influences patch #1 and patch #2 It looks like "soc: ti: pruss: Add pruss_{request, release}_mem_region() API" was also dropped in v2. Was this intentional? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel