From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id AE9327318A; Thu, 14 Mar 2024 15:24:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710429859; cv=none; b=b+1A9dGutak+tlz6a3WUAlxuG44CthLSuox/u1ItZQpsX9T9CUs4kAfi5typisWN1xgidfUUuxXCL9MFADIoMSoxbZ/BvgUyAblfaNGmRJ8sGoL0UgrBqIJAxLdKB3auua960l7Q1XJ+9NabYYqssDRqex/2eFOq2yALsANyCfo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710429859; c=relaxed/simple; bh=6eveKoWYldzGiAn5SPTjlVpxToz0c47bJr2mMs5nx6U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NdKLimxiHs6nmdGx/GtCQkepTNiW4qQMLh+sllatkjwfIrtfC2cg22s69TflWph3lt730Kk3rwY8jX0y8RcmObS0algxB+2wAja83W5IYqZOo57Qwi0O4yAwEj2gom7PQEG82PUC9eYFlvde40pvUspqFt4+3LzwDfLsyZj6bdg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1E4401007; Thu, 14 Mar 2024 08:24:53 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BA7FB3F762; Thu, 14 Mar 2024 08:24:14 -0700 (PDT) Date: Thu, 14 Mar 2024 15:24:12 +0000 From: Sudeep Holla To: Abdellatif El Khlifi Cc: Robin Murphy , Bjorn Andersson , Sudeep Holla , Mathieu Poirier , Rob Herring , Liviu Dudau , Lorenzo Pieralisi , Krzysztof Kozlowski , Conor Dooley , Drew.Reed@arm.com, Adam.Johnston@arm.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-remoteproc@vger.kernel.org Subject: Re: [PATCH 1/3] remoteproc: Add Arm remoteproc driver Message-ID: References: <20240307194026.GA355455@e130802.arm.com> <20240311114442.GA82865@e130802.arm.com> <20240312173252.GA38992@e130802.arm.com> <20240313171756.GA82165@e130802.arm.com> <20240314151653.GA40443@e130802.arm.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240314151653.GA40443@e130802.arm.com> On Thu, Mar 14, 2024 at 03:16:53PM +0000, Abdellatif El Khlifi wrote: > Hi Sudeep, > > On Thu, Mar 14, 2024 at 02:59:20PM +0000, Sudeep Holla wrote: > > > > I think Robin has raised few points that need clarification. I think it was > > done as part of DT binding patch. I share those concerns and I wanted to > > reaching to the same concerns by starting the questions I asked on corstone > > device tree changes. > > Please have a look at my answer to Robin with clarifications [1]. > Yes I did take a look at the response but am not convinced yet. I have responded to you email with other details which I want to be explored. I don't think we need to rush to add the *foundation driver* as you call before the bindings are defined well. -- Regards, Sudeep