linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fpga: dfl: optional VSEC for start of dfl
@ 2020-11-17  1:25 matthew.gerlach
  2020-11-17  1:25 ` [PATCH 1/2] fpga: dfl: refactor cci_enumerate_feature_devs() matthew.gerlach
  2020-11-17  1:25 ` [PATCH 2/2] fpga: dfl: look for vendor specific capability matthew.gerlach
  0 siblings, 2 replies; 18+ messages in thread
From: matthew.gerlach @ 2020-11-17  1:25 UTC (permalink / raw)
  To: linux-fpga, linux-kernel, mdf, hao.wu, trix, linux-doc, corbet
  Cc: Matthew Gerlach

From: Matthew Gerlach <matthew.gerlach@linux.intel.com>

The start of a Device Feature List (DFL) is currently assumed to be at
Bar0/Offset 0 on the PCIe bus by drivers/fpga/dfl-pci.c.  This patchset
adds support for the start of one or more DFLs to be specified in a
Vendor-Specific Capability (VSEC) structure in PCIe config space.  If no
such VSEC structure exists, then the start of the DFL is assumed to be 
Bar0/Offset 0 for backward compatibility.

Matthew Gerlach (2):
  fpga: dfl: refactor cci_enumerate_feature_devs()
  fpga: dfl: look for vendor specific capability

 Documentation/fpga/dfl.rst |  10 +++
 drivers/fpga/dfl-pci.c     | 168 +++++++++++++++++++++++++++++--------
 2 files changed, 143 insertions(+), 35 deletions(-)

-- 
2.25.2


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

end of thread, other threads:[~2020-11-18 17:49 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-17  1:25 [PATCH 0/2] fpga: dfl: optional VSEC for start of dfl matthew.gerlach
2020-11-17  1:25 ` [PATCH 1/2] fpga: dfl: refactor cci_enumerate_feature_devs() matthew.gerlach
2020-11-17 10:05   ` Wu, Hao
2020-11-17 18:05     ` matthew.gerlach
2020-11-17 20:01   ` Tom Rix
2020-11-17  1:25 ` [PATCH 2/2] fpga: dfl: look for vendor specific capability matthew.gerlach
2020-11-17  7:56   ` Xu Yilun
2020-11-17 10:00     ` Wu, Hao
2020-11-17 19:41     ` matthew.gerlach
2020-11-18  6:19       ` Xu Yilun
2020-11-17  9:47   ` Wu, Hao
2020-11-17 20:09     ` matthew.gerlach
2020-11-18  1:54       ` Wu, Hao
2020-11-18 17:49         ` matthew.gerlach
2020-11-17 14:33   ` kernel test robot
2020-11-17 20:35   ` Tom Rix
2020-11-17 23:10     ` matthew.gerlach
2020-11-18  1:29       ` Tom Rix

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).