OSDN Git Service

[media] Altera FPGA firmware download module
authorIgor M. Liplianin <liplianin@me.by>
Tue, 25 Jan 2011 20:00:00 +0000 (17:00 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 21 Mar 2011 23:32:16 +0000 (20:32 -0300)
commitfa766c9be58bd872784b081074a7d15a3ce61c5f
treee78ca5f181b914770769e7c6ce1e16d9383b6ddd
parentf72cfd859b0e436d9f680790cb665ad1390187ae
[media] Altera FPGA firmware download module

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>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/altera-stapl/Kconfig [new file with mode: 0644]
drivers/staging/altera-stapl/Makefile [new file with mode: 0644]
drivers/staging/altera-stapl/altera-comp.c [new file with mode: 0644]
drivers/staging/altera-stapl/altera-exprt.h [new file with mode: 0644]
drivers/staging/altera-stapl/altera-jtag.c [new file with mode: 0644]
drivers/staging/altera-stapl/altera-jtag.h [new file with mode: 0644]
drivers/staging/altera-stapl/altera-lpt.c [new file with mode: 0644]
drivers/staging/altera-stapl/altera.c [new file with mode: 0644]
include/staging/altera.h [new file with mode: 0644]