]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb2a9a975fb0824b4b6f2b2bc68bfd7719f681198
treeea9171509fbf48558cec0598cedd6fb27d58d48e
parent3a71ac152b1b0a556b2a3e4b81524db8ecaedb37
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]