From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: From: thor.thayer@linux.intel.com Subject: [PATCH 0/3] fpga: altera-cvp: Add Stratix10 Support Date: Thu, 11 Jul 2019 15:32:47 -0500 Message-Id: <1562877170-23931-1-git-send-email-thor.thayer@linux.intel.com> To: mdf@kernel.org, richard.gong@intel.com, agust@denx.de Cc: linux-fpga@vger.kernel.org, linux-kernel@vger.kernel.org, Thor Thayer List-ID: From: Thor Thayer 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. 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 | 322 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 253 insertions(+), 69 deletions(-) -- 2.7.4