summaryrefslogtreecommitdiffstats
path: root/drivers/staging/altera-stapl
Commit message (Collapse)AuthorAgeFilesLines
* [media] altera-stapl: it is time to move out from stagingIgor M. Liplianin2011-09-239-3973/+0Star
| | | | | | [mchehab@redhat.com: Fix a merge conflict] Signed-off-by: Igor M. Liplianin <liplianin@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* Altera-stapl: Clean up makefile (-y instead of -objs)Tracey Dent2011-07-081-1/+1
| | | | | | | | Changed Makefile to use <modules>-y instead of <modules>-objs because -objs is deprecated. Signed-off-by: Tracey Dent <tdent48227@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: altera-stapl: Remove superfluous comment from KconfigTobias Klauser2011-07-051-2/+0Star
| | | | | | | Same text as for the config ALTERA_STAPL entry, so remove it. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: altera-stapl: Fix memory leak of altera_init()Peter Huewe2011-06-281-12/+21
| | | | | | | | | | | | | | | In case kzalloc() fails the second or third time we should free the previous allocated resources. In order to keep one return point and to keep the cleanup code to one place, some reordering was necessary. Also while at it, removed the *sizeof(char) - to quote Linus: "" Also removed the silly "* sizeof(u8)". If that isn't 1, we have way deeper problems than a simple multiplication can fix. """ Reported-by: Andre Bartke <andre.bartke@gmail.com> Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* 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-228-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>