public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] Altera CvP driver
@ 2017-06-09  0:22 Anatolij Gustschin
  2017-06-09  0:22 ` [PATCH v6 1/2] fpga: Add flag to indicate bitstream needs decompression Anatolij Gustschin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Anatolij Gustschin @ 2017-06-09  0:22 UTC (permalink / raw)
  To: linux-fpga
  Cc: Alan Tull, Moritz Fischer, andy.shevchenko, linux-kernel,
	matthew.gerlach, yi1.li

Add FPGA manager support for PCIe CvP on Cyclone-V/Stratix-V/Arria-V
and Arria-10 FPGAs.

Changes in v6:
 - rebase to apply on top of queued fpga manager patches
 - add comment for new fpga info flag in patch 1/2
 - resubmit FPGA_MGR_COMPRESSED_BITSTREAM patch together
   with driver patch (it was a single patch before)
 - minor style changes (variable names, return value checking, etc.)
 - do {} while() loop style changes
 - capitalize acronyms in comments
 - simplify code by using pci_name() string for FPGA manager name
 - numclks init style changes
 - %s/VSEC_/VSE_/g

Anatolij Gustschin (2):
  fpga: Add flag to indicate bitstream needs decompression
  fpga manager: Add Altera CvP driver

 Documentation/ABI/testing/sysfs-driver-altera-cvp |   8 +
 drivers/fpga/Kconfig                              |   7 +
 drivers/fpga/Makefile                             |   1 +
 drivers/fpga/altera-cvp.c                         | 500 ++++++++++++++++++++++
 include/linux/fpga/fpga-mgr.h                     |   2 +
 5 files changed, 518 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-altera-cvp
 create mode 100644 drivers/fpga/altera-cvp.c

-- 
2.7.4

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

end of thread, other threads:[~2017-06-14 14:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09  0:22 [PATCH v6 0/2] Altera CvP driver Anatolij Gustschin
2017-06-09  0:22 ` [PATCH v6 1/2] fpga: Add flag to indicate bitstream needs decompression Anatolij Gustschin
2017-06-09  7:25   ` Andy Shevchenko
2017-06-09  0:22 ` [PATCH v6 2/2] fpga manager: Add Altera CvP driver Anatolij Gustschin
2017-06-09  7:32   ` Andy Shevchenko
2017-06-14  7:22 ` [PATCH v6 0/2] " Anatolij Gustschin
2017-06-14 14:32   ` Alan Tull

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox