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 8538DC433F5 for ; Thu, 27 Jan 2022 11:31:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F29EF10E20C; Thu, 27 Jan 2022 11:31:15 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 11C7110E20C for ; Thu, 27 Jan 2022 11:31:15 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D2963B819C2; Thu, 27 Jan 2022 11:31:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F302AC340E4; Thu, 27 Jan 2022 11:31:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1643283070; bh=7HqwSoW5O1NWejCEkStNnpAuYC+GSrUSOhS0AuQNqAw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sY9SbnKTP8q8hHQpER7Gg081wDR01ODW+qbprsBZFm7fIucv7zNyLI8y1KH1kxGH4 vjm/qc92O62CsggmvNgtJn/4KErVLZ78aiF/vKQWLERDfTY09J61vLKHAujlfyg2lL 4anSR7pzHuF6emIjS1d4nIJmzZuaEWT0LE6Pr9uY= Date: Thu, 27 Jan 2022 12:31:07 +0100 From: Greg Kroah-Hartman To: Alexander Usyskin Message-ID: References: <20220127112103.2336871-1-alexander.usyskin@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220127112103.2336871-1-alexander.usyskin@intel.com> Subject: Re: [Intel-gfx] [PATCH v4 0/5] Add driver for GSC controller X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, Tomas Winkler , Vitaly Lubart Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, Jan 27, 2022 at 01:20:58PM +0200, Alexander Usyskin wrote: > GSC is a graphics system controller, it provides > a chassis controller for graphics discrete cards. > > There are two MEI interfaces in GSC: HECI1 and HECI2. > > This series includes instantiation of the auxiliary devices for HECI2 > and mei-gsc auxiliary device driver that binds to the auxiliary device. > > In v2 the platform device was replaced by the auxiliary device. > v3 is the rebase over drm-tip to make public CI running. > In v4 the not needed debug prints and empty line were removed, > 'select' were replaced by 'depends on' in MEI Kconfig, > the new include file now listed in the MAINTATINERS file. > > Greg KH, please review and ACK the MEI patches after main merge window closure. The merge window already closed, did you forget to update your email? > We are pushing all through gfx tree as the auxiliary device belongs there. I'll get to this in a week or so, please be patient. greg k-h