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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3196ECAAA1 for ; Tue, 6 Sep 2022 20:14:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231364AbiIFUO2 (ORCPT ); Tue, 6 Sep 2022 16:14:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43476 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231520AbiIFUNs (ORCPT ); Tue, 6 Sep 2022 16:13:48 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C8D317054; Tue, 6 Sep 2022 13:09:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662494975; x=1694030975; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=R5ziE4NZHKzhrlYILIrXK2TCsgbtzMrrhNljsAEwpTA=; b=YtcyhcEfqvm4cUDeKka4oz9qtWRp+iWkiKn8+J5voUg//YqDJJRoyj2g YDBjcFvjTrStXMiJKzFXJFIVgyjW18yPEizV3N7BOwFhdmGciTAfP6vkL eFXRMoSPqDsZOTkGNAZ6Wf+PtBnbf4T49AfNE2yd4aXUiLzgyRlENWPSF hKmGFvajTwRakQXrjwKZpcfSx0q13+jRFU7+kJ4EyHy3DK1O4gENNOVxx wtcoLDLXK0ByfzOnM1tlWg8iGnGIa28vPpeiGjiHNL97nXng+CSeEWm0i MNaDQdlXQKGbRwdVSOxPRixkVw/q1vrN9KAr6d9XXgNUEts/2fsJXRg00 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10462"; a="294280049" X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208";a="294280049" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 13:08:39 -0700 X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208";a="675849907" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 13:08:34 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oVes3-009MGG-0J; Tue, 06 Sep 2022 23:08:31 +0300 Date: Tue, 6 Sep 2022 23:08:30 +0300 From: Andy Shevchenko To: matthew.gerlach@linux.intel.com Cc: hao.wu@intel.com, yilun.xu@intel.com, russell.h.weight@intel.com, basheer.ahmed.muddebihal@intel.com, trix@redhat.com, mdf@kernel.org, linux-fpga@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, tianfei.zhang@intel.com, corbet@lwn.net, gregkh@linuxfoundation.org, linux-serial@vger.kernel.org, jirislaby@kernel.org, geert+renesas@glider.be, niklas.soderlund+renesas@ragnatech.se, phil.edworthy@renesas.com, macro@orcam.me.uk, johan@kernel.org, lukas@wunner.de Subject: Re: [PATCH v1 1/5] Documentation: fpga: dfl: Add documentation for DFHv1 Message-ID: References: <20220906190426.3139760-1-matthew.gerlach@linux.intel.com> <20220906190426.3139760-2-matthew.gerlach@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220906190426.3139760-2-matthew.gerlach@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 06, 2022 at 12:04:22PM -0700, matthew.gerlach@linux.intel.com wrote: > From: Matthew Gerlach > > Add documentation describing the extentions provided by Version > 1 of the Device Feature Header (DFHv1). ... > +With DFHv0, not all features types contained a GUID. DFHv1 makes the GUILD standard > +across all types. GUI_L_D? -- With Best Regards, Andy Shevchenko