summaryrefslogtreecommitdiff
path: root/include/staging/altera.h
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 <liplianin@netup.ru> Cc: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-03-22[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 <liplianin@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>