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 6014FC43334 for ; Wed, 29 Jun 2022 15:39:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C57EB10E7CB; Wed, 29 Jun 2022 15:39:43 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id E2A8910E8EB for ; Wed, 29 Jun 2022 15:39:41 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 5D93D61711; Wed, 29 Jun 2022 15:39:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F078AC341D8; Wed, 29 Jun 2022 15:39:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1656517180; bh=yRh9Ozq7mUjr029EDpwN328kUk3uKU7hz/z9FgqAn/c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HdOqIje7UA3QQWN0wBhouvR3wwEd3hf/cpZj/3I6pvNqNZviZic12rDHfmrdgQ3C4 hHwCCrGWCqq/iZiIjEUX5PgysMuxT8UKtjIlzeQqILKZKOYseC5lQPPpV9PAmNVXg3 Elh6LXeKZAu/HxHaRaf4d+DALBNZztYjC6eYnnt8= Date: Wed, 29 Jun 2022 17:39:35 +0200 From: Greg Kroah-Hartman To: Alexander Usyskin Message-ID: References: <20220629112913.1210933-1-alexander.usyskin@intel.com> <20220629112913.1210933-14-alexander.usyskin@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220629112913.1210933-14-alexander.usyskin@intel.com> Subject: Re: [Intel-gfx] [PATCH v4 13/14] mei: debugfs: add pxp mode to devstate in debugfs 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, Rodrigo Vivi , Tomas Winkler , Vitaly Lubart Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, Jun 29, 2022 at 02:29:12PM +0300, Alexander Usyskin wrote: > From: Tomas Winkler > > Add pxp mode devstate to debugfs to monitor > pxp state machine progress. During debug > it is important to understand in what state > the pxp handshake is. > > CC: Vitaly Lubart > Signed-off-by: Tomas Winkler Also, you forgot to sign off on this, that's grounds for rejection alone...