linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Russ Weight <russell.h.weight@intel.com>
To: Tianfei Zhang <tianfei.zhang@intel.com>, <hao.wu@intel.com>,
	<trix@redhat.com>, <mdf@kernel.org>, <linux-fpga@vger.kernel.org>,
	<gregkh@linuxfoundation.org>
Cc: <yilun.xu@intel.com>, Matthew Gerlach <matthew.gerlach@linux.intel.com>
Subject: Re: [PATCH v1] uio: dfl: add HSSI feature id
Date: Thu, 10 Mar 2022 11:33:03 -0800	[thread overview]
Message-ID: <03814133-4bb5-f8df-ed2a-fa94720c3075@intel.com> (raw)
In-Reply-To: <20220308064315.1452217-1-tianfei.zhang@intel.com>



On 3/7/22 22:43, Tianfei Zhang wrote:
> From: Matthew Gerlach <matthew.gerlach@linux.intel.com>
>
> Add the feature id of the OFS High Speed Serial Interface
> subsystem to table of ids supported by the uio_dfl driver.
>
> Signed-off-by: Matthew Gerlach <matthew.gerlach@linux.intel.com>
> Signed-off-by: Tianfei Zhang <tianfei.zhang@intel.com>

Reviewed-by: Russ Weight <russell.h.weight@intel.com>
> ---
>  drivers/uio/uio_dfl.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/uio/uio_dfl.c b/drivers/uio/uio_dfl.c
> index 89c0fc7b0cbc..660e1d0bf6b9 100644
> --- a/drivers/uio/uio_dfl.c
> +++ b/drivers/uio/uio_dfl.c
> @@ -45,9 +45,11 @@ static int uio_dfl_probe(struct dfl_device *ddev)
>  }
>  
>  #define FME_FEATURE_ID_ETH_GROUP	0x10
> +#define FME_FEATURE_ID_OFS_HSSI		0x15
>  
>  static const struct dfl_device_id uio_dfl_ids[] = {
>  	{ FME_ID, FME_FEATURE_ID_ETH_GROUP },
> +	{ FME_ID, FME_FEATURE_ID_OFS_HSSI },
>  	{ }
>  };
>  MODULE_DEVICE_TABLE(dfl, uio_dfl_ids);


  reply	other threads:[~2022-03-10 19:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-08  6:43 [PATCH v1] uio: dfl: add HSSI feature id Tianfei Zhang
2022-03-10 19:33 ` Russ Weight [this message]
2022-03-11  2:46   ` Wu, Hao
2022-03-11  6:14     ` Zhang, Tianfei
2022-03-14  3:08       ` Wu, Hao
2022-03-14  9:45         ` Zhang, Tianfei
2022-03-15  9:32           ` Wu, Hao
2022-03-15 10:18             ` Zhang, Tianfei
2022-03-17  0:41               ` Wu, Hao
2022-03-30  6:59                 ` Zhang, Tianfei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=03814133-4bb5-f8df-ed2a-fa94720c3075@intel.com \
    --to=russell.h.weight@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hao.wu@intel.com \
    --cc=linux-fpga@vger.kernel.org \
    --cc=matthew.gerlach@linux.intel.com \
    --cc=mdf@kernel.org \
    --cc=tianfei.zhang@intel.com \
    --cc=trix@redhat.com \
    --cc=yilun.xu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).