]> asedeno.scripts.mit.edu Git - linux.git/commit
fpga: add intel stratix10 soc fpga manager driver
authorAlan Tull <atull@kernel.org>
Tue, 13 Nov 2018 18:14:04 +0000 (12:14 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2018 19:15:07 +0000 (20:15 +0100)
commite7eef1d7633a875977705d203e6f651893582374
treee6229194b255086ac5db40b9d342278c9ed50fde
parent919d1100370c0bcfa05570113751cd5366822318
fpga: add intel stratix10 soc fpga manager driver

Add driver for reconfiguring Intel Stratix10 SoC FPGA devices.
This driver communicates through the Intel service layer driver
which does communication with privileged hardware (that does the
FPGA programming) through a secure mailbox.

Signed-off-by: Alan Tull <atull@kernel.org>
Signed-off-by: Richard Gong <richard.gong@intel.com>
Acked-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fpga/Kconfig
drivers/fpga/Makefile
drivers/fpga/stratix10-soc.c [new file with mode: 0644]