aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7164
Commit message (Expand)AuthorAgeFilesLines
* saa7164: Add support for another HVR2200 hardware revisionTony Jago2011-11-263-0/+68
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-05-231-1/+1
|\
| * [media] use pci_dev->revisionBjørn Mork2011-05-201-1/+1
* | treewide: fix a few typos in commentsJustin P. Mattock2011-05-102-2/+2
|/
* Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* [media] video/saa7164: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe2011-03-219-37/+37
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-1/+0
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-2/+2
* | | [media] saa7164: Remove pointless conditional and save a few bytes in saa7164...Jesper Juhl2010-12-291-3/+1
* | | [media] saa7164: Checkpatch compliance cleanupSteven Toth2010-12-2911-163/+215
* | | [media] saa7164: make buffer smallerDan Carpenter2010-12-292-2/+2
| |/ |/|
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* [media] saa7164: Removed use of the BKLSteven Toth2010-10-212-78/+18
* [media] saa7164: Remove V4L2_CAP_STREAMING capability flagSteven Toth2010-10-212-2/+0
* [media] Fix the -E{*} returns in the VBI device as wellGavin Hurlbut2010-10-211-1/+1
* [media] Fix the negative -E{BLAH} returns from fops_readGavin Hurlbut2010-10-211-1/+1
* [media] Change the second input names to include " 2" to distinguish themGavin Hurlbut2010-10-212-2/+2
* [media] saa7134: Fix lots os spaces at the wrong placesMauro Carvalho Chehab2010-10-216-79/+79
* [media] saa7164: Don't use typedefsMauro Carvalho Chehab2010-10-219-214/+196
* [media] saa7164: fix a warning at some printk's on i386Mauro Carvalho Chehab2010-10-211-4/+4
* [media] saa7164: Disable firmware debug message outputSteven Toth2010-10-211-1/+1
* [media] saa7164: Remove loud debugging during video_poll()Steven Toth2010-10-211-1/+0
* [media] saa7164: bugfix, avoid oops when driver unloads without firmwareSteven Toth2010-10-213-1/+4
* [media] saa7164: saa7164-buffer.c line 274 bugfixSteven Toth2010-10-211-0/+10
* [media] saa7164: Some whitespace cleanupSteven Toth2010-10-218-15/+4
* [media] saa7164: fix vbi compiler warningsSteven Toth2010-10-211-3/+0
* [media] saa7164: change debug to saa_debugSteven Toth2010-10-212-5/+5
* [media] saa7164: monitor the RISC cpu load via a threadSteven Toth2010-10-215-0/+50
* [media] saa7164: collect/show the firmware debugging via a threadSteven Toth2010-10-213-11/+92
* [media] saa7164: enforce the march 10th firmware is usedSteven Toth2010-10-212-46/+4
* [media] saa7164: Monitor the command bus and check for inconsistenciesSteven Toth2010-10-213-70/+131
* [media] saa7164: VBI irq cleanup and V4L VBI raw pitch adjustmentsSteven Toth2010-10-211-5/+28
* [media] saa7164: add firmware debug message collection and procfs changesSteven Toth2010-10-215-3/+173
* [media] saa7164: add NTSC VBI supportSteven Toth2010-10-217-17/+326
* [media] saa7164: Add missing saa7164-vbi.c fileSteven Toth2010-10-211-0/+1411
* [media] saa7164: rename a structure for readabilitySteven Toth2010-10-212-23/+23
* [media] saa7164: Avoid spurious error after firmware startsSteven Toth2010-10-211-3/+10
* [media] saa7164: New firmware changes, new size, new filenameSteven Toth2010-10-211-2/+2
* [media] saa7164: allow DMA engine buffers to vary in size between analog and ...Steven Toth2010-10-214-122/+220
* [media] saa7164: code cleanupSteven Toth2010-10-214-55/+1
* [media] saa7164: irqhandler cleanup and helper function addedSteven Toth2010-10-212-176/+80
* [media] saa7164: mundane buffer debugging changes to track issuesSteven Toth2010-10-214-16/+29
* [media] saa7164: Implement resolution control firmware commandSteven Toth2010-10-213-1/+14
* [media] saa7164: adjust the PS pack size handling to fill buffers 100%Steven Toth2010-10-214-29/+46
* [media] saa7164: buffer crc checks and ensure we use the memcpy funcSteven Toth2010-10-215-40/+191
* [media] saa7164: add guard bytes around critical buffers to detect failureSteven Toth2010-10-212-6/+37
* [media] saa7164: measure via histograms various irq and queue latenciesSteven Toth2010-10-213-4/+59
* [media] saa7164: allow the number of encoder buffers to be user configurableSteven Toth2010-10-213-5/+15
* [media] saa7164: patches to monitor TS payload for inconsistenciesSteven Toth2010-10-213-1/+82