Re: [PATCH v13 07/18] cxl: Add Get Supported Features command for kernel usage
From: Jonathan Cameron
Date: Mon Oct 14 2024 - 11:05:36 EST
On Wed, 9 Oct 2024 13:41:08 +0100
<shiju.jose@xxxxxxxxxx> wrote:
> From: Dave Jiang <dave.jiang@xxxxxxxxx>
>
> CXL spec r3.1 8.2.9.6.1 Get Supported Features (Opcode 0500h)
> The command retrieve the list of supported device-specific features
> (identified by UUID) and general information about each Feature.
>
> The driver will retrieve the feature entries in order to make checks and
> provide information for the Get Feature and Set Feature command. One of
> the main piece of information retrieved are the effects a Set Feature
> command would have for a particular feature.
>
> Signed-off-by: Dave Jiang <dave.jiang@xxxxxxxxx>
> Signed-off-by: Shiju Jose <shiju.jose@xxxxxxxxxx>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
This comes from the fwctl series and that will take a while to settle
down so we should be fine taking this directly as part of this series.