summaryrefslogtreecommitdiffstats
path: root/drivers/staging/solo6x10/solo6010-v4l2.c
Commit message (Collapse)AuthorAgeFilesLines
* staging: Solo6x10: Stripped "solo6010-" from file names.Krzysztof Hałasa2011-02-181-966/+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: remove unneeded __solo parameter from SOLO_*_EXT_ADDR macros.Krzysztof Hałasa2011-02-181-1/+1
| | | | | 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-8/+11
| | | | | | | | | 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: Implement working P2M descriptor more DMABen Collins2010-11-051-1/+3
| | | | | | | | | | We have to insert 1 dead descriptor first (all zereos), and then the real data descriptors after that. Everything uses descriptor mode now (8800 interrupts per second for display v4l2 is now down to ~96). Signed-off-by: Ben Collins <bcollins@bluecherry.net>
* solo6x10: Updates to videobuf-dma-sg functions for latest kernelBen Collins2010-11-041-3/+3
| | | | Signed-off-by: Ben Collins <bcollins@bluecherry.net>
* solo6x10: Conversion to videobuf-dma-sg (from dma-cont)Ben Collins2010-11-041-40/+142
| | | | | | | | | | | | | | | | | | | | | | 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: solo6010: fix signess bugVasiliy Kulikov2010-09-161-1/+1
| | | | | | | | video_nr is unsigned, so check video_nr >= 0 doesn't make sense. The only "negative" value may be -1, so explicitly check for it. Signed-off-by: Vasiliy Kulikov <segooon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: solo6x10: New driver (staging) for Softlogic 6x10Ben Collins2010-06-221-0/+859
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>
OpenPOWER on IntegriCloud