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 A7D3BC433EF for ; Thu, 2 Dec 2021 08:58:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240915AbhLBJBc (ORCPT ); Thu, 2 Dec 2021 04:01:32 -0500 Received: from mail.iot.bzh ([51.75.236.24]:42299 "EHLO frontal.iot.bzh" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240834AbhLBJBc (ORCPT ); Thu, 2 Dec 2021 04:01:32 -0500 Received: from frontal.iot.bzh (localhost [127.0.0.1]) by frontal.iot.bzh (Proxmox) with ESMTP id CB9822E6ED; Thu, 2 Dec 2021 09:58:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iot.bzh; h=cc:cc :content-transfer-encoding:content-type:content-type:date:from :from:in-reply-to:message-id:mime-version:references:reply-to :subject:subject:to:to; s=iot.bzh; bh=XUUBbsetS3CYGn5LMBzGbE/tZR IShnEKj2exz1lo8yw=; b=BuksMrTI4+DHKERsGJocbG+IHfayy5QZ6HaCw9BrrG kX/LFsZ8VPznQRi8O9P5Ks/hcUHAfyGTpPQ2CmKrrRqnw8lW4SfHC7N0NPbFyihN X/jFGkymF+xc6sHjfVpIb2ZwLpAr96udZU9yv6DeG7pmI+Muk2TJSju4tWdnMUX6 KP+4xhCFonkpY+P9hE3NptUCJVRsaJkYv5jFnxWln19rYs9RhvIdIJO/sQQVW6fo S+KrKq7nGH1O1PoM5s7EJ9yIVx2SQXaGZuld01ua5qNR+uA6yzeM0D3De69DxMHp N9dEGnMVzZI6eGos8FEMYqIJRj6AS7UrjuBeldeQvh+Q== Message-ID: Date: Thu, 2 Dec 2021 09:57:59 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [PATCH v2 0/2] Initial Renesas R-Car remoteproc support Content-Language: en-US To: Mathieu Poirier , geert+renesas@glider.be Cc: bjorn.andersson@linaro.org, robh+dt@kernel.org, linux-renesas-soc@vger.kernel.org, linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org References: <20211130100049.129418-1-julien.massot@iot.bzh> <20211201164616.GA834591@p14s> From: Julien Massot In-Reply-To: <20211201164616.GA834591@p14s> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Geert, Mathieu, On 12/1/21 17:46, Mathieu Poirier wrote: > Good morning, > > On Tue, Nov 30, 2021 at 11:00:47AM +0100, Julien Massot wrote: >> Most of the SoCs in the R-Car gen3 SoC series such as >> H3,M3 and E3 have an 'Arm Realtime Core'. >> This Realtime core is an Arm Cortex-R7 clocked at 800MHz. >> This series adds initial support to load a firmware and start >> this remote processor through the remoteproc subsystem. >> >> This series depends on >> https://patchwork.kernel.org/project/linux-renesas-soc/patch/20211022122101.66998-1-julien.massot@iot.bzh/ >> to be able to set the Cortex-R7 boot address. > > The above depencency is needed for this patchset to compile properly. Since > Geert has already applied it to his renesas-devel tree we can do two things: > > 1) Make this set go through Geert's tree. > 2) Geert publishes an immutable branch I can pull the dependency from. > > I'm good either way, just let me know what you want to do. Geert, since you already have the required patch in your tree, it could make sense if you handle this patchset too ? Up to your choice. Regards, -- Julien Massot [IoT.bzh]