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 6CE9D148841; Thu, 22 Aug 2024 11:03:13 +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=1724324594; cv=none; b=Quo3B1+t56caCze1+gZP9GN2iNyiDI94CiP2B7msqWNtgZoMC0ZeBkjMzMArLud4lq6UwlcEo+nLdKmdt844BxaSgCOQO7BoLqSr8tEUUnqC0BiPsf2wARix5a1cNUQ+PW1r+ZAMs3XRrIKbQt9iNT2gKwBIS2m9/8zYmZPKC2A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724324594; c=relaxed/simple; bh=QcvlALG8K7OqmQiS0wFQWiP9IuevNmp4OpyP2LoMZfY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=i/UXsYXr/L+jR5Ps8TFlfDGcMLE7fRPoWuI9gc8H9vn1rzRayRLYJjaP/eD/ZHcfd/2NLrjjV19J2+WvZqCAgieMixXjYMRrF5RV3quqQzNzSynFqQ0ObgCL51bsFRo0iSN1JOEqDY0Sp9O6lMwry3ZQC4eIYvz4bPYQmFxdcCA= 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 015ECDA7; Thu, 22 Aug 2024 04:03:39 -0700 (PDT) Received: from bogus (e107155-lin.cambridge.arm.com [10.1.198.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0EAFF3F58B; Thu, 22 Aug 2024 04:03:08 -0700 (PDT) Date: Thu, 22 Aug 2024 12:03:05 +0100 From: Sudeep Holla To: Peng Fan Cc: "Peng Fan (OSS)" , Cristian Marussi , Rob Herring , Sudeep Holla , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Alexandre Belloni , Dmitry Torokhov , "arm-scmi@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "imx@lists.linux.dev" , "linux-rtc@vger.kernel.org" , "linux-input@vger.kernel.org" Subject: Re: [PATCH v7 0/7] firmware: support i.MX95 SCMI BBM/MISC Extenstion Message-ID: References: <20240731-imx95-bbm-misc-v2-v7-0-a41394365602@nxp.com> Precedence: bulk X-Mailing-List: linux-input@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: On Thu, Aug 22, 2024 at 06:02:05AM +0000, Peng Fan wrote: > Hi Sudeep, > > > Subject: RE: [PATCH v7 0/7] firmware: support i.MX95 SCMI BBM/MISC > > Extension > > With Cristian's transport patchset applied, there a minor conflict in Makefile > with this patchset. Please let me know if I need to send v8 to address > the Makefile conflict or you could help. > Sorry, I previously delayed reviewing your patches for reasons mentioned before(non technical) and was planning to start looking at it this week. But I haven't so far, so go ahead and post the v8. If possible, please move all the imx files under a new "vendors" directory. drivers/firmware/arm_scmi/vendors/imx/.... -- Regards, Sudeep