fpga pr ip: Core driver support for Altera Partial Reconfiguration IP.
authorMatthew Gerlach <matthew.gerlach@linux.intel.com>
Fri, 24 Mar 2017 00:34:28 +0000 (19:34 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 15:45:28 +0000 (17:45 +0200)
commitd201cc17a8a31cc6c4f3944988fe9e2f04b021fb
treec80bb1c56a333e93e48a93a957a7890f8e5d4a16
parent42d5ec954719917e2b7a9160fe05d2316eece5bf
fpga pr ip: Core driver support for Altera Partial Reconfiguration IP.

Adding the core functions necessary for a fpga-mgr driver
for the Altera Partial IP component.  It is intended for
these functions to be used by the various bus implementations
like the platform bus or the PCIe bus.

Signed-off-by: Matthew Gerlach <matthew.gerlach@linux.intel.com>
Acked-by: Alan Tull <atull@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fpga/Kconfig
drivers/fpga/Makefile
drivers/fpga/altera-pr-ip-core.c [new file with mode: 0644]
include/linux/fpga/altera-pr-ip-core.h [new file with mode: 0644]