All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] uio: dfl: add HSSI feature id
@ 2022-03-08  6:43 Tianfei Zhang
  2022-03-10 19:33 ` Russ Weight
  0 siblings, 1 reply; 10+ messages in thread
From: Tianfei Zhang @ 2022-03-08  6:43 UTC (permalink / raw)
  To: hao.wu, trix, mdf, linux-fpga, gregkh
  Cc: yilun.xu, Matthew Gerlach, Tianfei Zhang

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>
---
 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);
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-03-30  7:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08  6:43 [PATCH v1] uio: dfl: add HSSI feature id Tianfei Zhang
2022-03-10 19:33 ` Russ Weight
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.