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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C6084C87FCF for ; Wed, 13 Aug 2025 12:13:52 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 88D4E10E4EB; Wed, 13 Aug 2025 12:13:52 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="ffRGwOX0"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4AE0210E4EB; Wed, 13 Aug 2025 12:13:50 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 2BCF2601E1; Wed, 13 Aug 2025 12:13:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6AE0CC4CEEB; Wed, 13 Aug 2025 12:13:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1755087228; bh=YRMUZMdrCI81xQhP38eNlaRhIFU7sGuS/mHAU4lyajc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ffRGwOX0TD4yG5vj6NulVxBtbSeY6X+Bvb+sEgzMZG22pu8ZRpzLgnZ/d6j+08wXM H4lhClcV1AUW6Nk+Szf+irIaKOVkTWkR8z5Q3mTku2AeGFYPiiGAyyWuHtB0kHfWGq UMhdavpW86dCHzkCdvh1/ifFSRZ6gJLHlGrg8bc0= Date: Wed, 13 Aug 2025 14:13:45 +0200 From: Greg KH To: "Nilawar, Badal" Cc: "Usyskin, Alexander" , "Vivi, Rodrigo" , "intel-xe@lists.freedesktop.org" , "dri-devel@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" , "Ceraolo Spurio, Daniele" , "Gupta, Anshuman" Subject: Re: [PATCH 2/9] mei: late_bind: add late binding component driver Message-ID: <2025081346-shrank-wish-e85d@gregkh> References: <20250710150831.3018674-11-rodrigo.vivi@intel.com> <20250710150831.3018674-13-rodrigo.vivi@intel.com> <2025071611-decode-hastiness-df63@gregkh> <2025071603-guide-definite-70e3@gregkh> <2025071619-sterile-skiing-e64b@gregkh> <7aa74159-a9a8-4ca7-9635-a806c57bf7f4@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7aa74159-a9a8-4ca7-9635-a806c57bf7f4@intel.com> X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Wed, Aug 13, 2025 at 03:21:09PM +0530, Nilawar, Badal wrote: > Hi Greg, For some reason this was in html format :( Also, please follow the rules that Intel kernel developers must follow, which means not using me as your first-line of review. Please work with your internal developers on this first, before resubmitting. thanks, greg k-h