misc: Add CARMA DATA-FPGA Programmer support
authorIra Snyder <iws@ovro.caltech.edu>
Fri, 11 Feb 2011 13:34:30 +0000 (13:34 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 19 May 2011 06:55:10 +0000 (16:55 +1000)
commit0e1d715b5b982ee0099f3fbf6ad47dc8bda518a6
treeea9171509fbf48558cec0598cedd6fb27d58d48e
parentc186f0e177275e83728d7acfdf4a1b68793a7038
misc: Add CARMA DATA-FPGA Programmer support

This adds support for programming the data processing FPGAs on the OVRO
CARMA board. These FPGAs have a special programming sequence that
requires that we program the Freescale DMA engine, which is only
available inside the kernel.

Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/misc/carma/Kconfig
drivers/misc/carma/Makefile
drivers/misc/carma/carma-fpga-program.c [new file with mode: 0644]