summaryrefslogtreecommitdiffstats
path: root/drivers/staging/solo6x10/solo6010-core.c
Commit message (Collapse)AuthorAgeFilesLines
* staging: Solo6x10: Stripped "solo6010-" from file names.Krzysztof Hałasa2011-02-181-332/+0
| | | | | | | | This driver supports both Solo-6010 and Solo-6110 chips anyway. Renamed solo6010.h -> solo6x10.h. Signed-off-by: Krzysztof Hałasa <khalasa@piap.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: Solo6x10: Add support for SOLO6110 chip.Krzysztof Hałasa2011-02-181-4/+36
| | | | | Signed-off-by: Krzysztof Hałasa <khalasa@piap.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: solo6x10: Fix checkpatch errors and most warningsfacugaich2010-11-101-15/+15
| | | | | | | | | This patch fixes all errors and most warnings reported by checkpatch.pl for all the files in the driver. v2: Fix a typo and update the patch against the latest HEAD Signed-off-by: Facundo Gaich <facugaich@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* solo6x10: Conversion to videobuf-dma-sg (from dma-cont)Ben Collins2010-11-041-3/+9
| | | | | | | | | | | | | | | | | | | | | | Full rewrite of the P2M DMA Engine to support scatter gather and take advantage of some of the features of the hardware. This includes using repeat DMA operations and line-mode transfers (for copying OSG and video display buffers). What isn't working: For some reason, descriptor mode is not working. I've implemented a psuedo version (still has one-interrupt per DMA operation), but we would get huge improvements if we could hand off a ring of descriptors to the P2M and get back one interrupt when it was done with all of them. Documentation is very vague on this, and even the ODM example code half attempts to get it right, but comments it out of the driver because it just doesn't work *sigh* Converts all v4l2 to dma-sg. So long slow dma-contiguous, but hello more interrupts :( Signed-off-by: Ben Collins <bcollins@bluecherry.net>
* Staging: solo6x10: fixed assignments in if conditions in solo6010-core.cPrashant P. Shah2010-08-311-14/+26
| | | | | | | | This is a patch to the solo6010-core.c file that fixes the assignments in if condition style issues found by the checkpatch.pl tool. Signed-off-by: Prashant P. Shah <pshah.mumbai@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: solo6x10: New driver (staging) for Softlogic 6x10Ben Collins2010-06-221-0/+282
This driver supports Softlogic 6x10 based codec cards Signed-off-by: Ben Collins <bcollins@bluecherry.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>