mbox series

[PATCHv2,0/3] fpga: altera-cvp: Add Stratix10 Support

Message ID 1563317287-18834-1-git-send-email-thor.thayer@linux.intel.com (mailing list archive)
Headers show
Series fpga: altera-cvp: Add Stratix10 Support | expand

Message

Thor Thayer July 16, 2019, 10:48 p.m. UTC
From: Thor Thayer <thor.thayer@linux.intel.com>

Newer versions (V2) of Altera/Intel FPGAs CvP have different PCI
Vendor Specific Capability offsets than the older (V1) Altera/FPGAs.

Most of the CvP registers and their bitfields remain the same
between both the older parts and the newer parts.

This patchset implements changes to discover the Vendor Specific
Capability offset and then add Stratix10 CvP support.

V2 Changes:
  Remove inline designator from abstraction functions.
  Reverse Christmas Tree format for local variables
  Remove redundant mask from credit calculation
  Add commment for the delay(1) function in wait_for_credit()

Thor Thayer (3):
  fpga: altera-cvp: Discover Vendor Specific offset
  fpga: altera-cvp: Preparation for V2 parts.
  fpga: altera-cvp: Add Stratix10 (V2) Support

 drivers/fpga/altera-cvp.c | 326 ++++++++++++++++++++++++++++++++++++----------
 1 file changed, 255 insertions(+), 71 deletions(-)