aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/altera-stapl
Commit message (Collapse)AuthorAgeFilesLines
* Staging: altera: move .h file to proper placeGreg Kroah-Hartman2011-06-073-2/+51
| | | | | | | | | | 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>
* [media] staging: altera-jtag needs delay.hRandy Dunlap2011-03-311-0/+1
| | | | | | | | | | altera-jtag.c needs to include <linux/delay.h> to fix a build error: drivers/staging/altera-stapl/altera-jtag.c:398: error: implicit declaration of function 'udelay' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Igor M. Liplianin <liplianin@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* [media] Altera FPGA firmware download moduleIgor M. Liplianin2011-03-218-0/+3916
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>