aboutsummaryrefslogtreecommitdiff
path: root/include/staging
AgeCommit message (Collapse)AuthorFilesLines
2011-06-07Staging: altera: move .h file to proper placeGreg Kroah-Hartman1-49/+0
Staging drivers should be self-contained, without files in the include/ directories. So move the altera.h file back to the driver directory for now, until it moves out of the staging tree. Cc: Igor M. Liplianin <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-03-21[media] Altera FPGA firmware download moduleIgor M. Liplianin1-0/+49
It uses STAPL files and programs Altera FPGA through JTAG. Interface to JTAG must be provided from main device module, for example through cx23885 GPIO. Signed-off-by: Igor M. Liplianin <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>