]> git.baikalelectronics.ru Git - kernel.git/commit
fpga: add altera freeze bridge support
authorAlan Tull <atull@opensource.altera.com>
Tue, 1 Nov 2016 19:14:31 +0000 (14:14 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Nov 2016 16:03:36 +0000 (17:03 +0100)
commite320e66a12882f7d99b3fdad5d619f482e2e6927
tree28a03d4545d57808b656fb1cc4120667f56b077b
parent3b927752cfb42667988c3279b11490a8d58e55da
fpga: add altera freeze bridge support

Add a low level driver for Altera Freeze Bridges to the FPGA Bridge
framework.  A freeze bridge is a bridge that exists in the FPGA
fabric to isolate one region of the FPGA from the busses while that
one region is being reprogrammed.

Signed-off-by: Alan Tull <atull@opensource.altera.com>
Signed-off-by: Matthew Gerlach <mgerlach@opensource.altera.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fpga/Kconfig
drivers/fpga/Makefile
drivers/fpga/altera-freeze-bridge.c [new file with mode: 0644]