summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tm6000/tm6000-video.c
Commit message (Expand)AuthorAgeFilesLines
* [media] tm6000: rework and fix IRDmitri Belimov2010-12-291-0/+5
* [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-12/+0Star
* [media] tm6000: bugfix set tv standardsStefan Ringel2010-11-091-0/+1
* [media] Staging: tm6000: fix braces, tabs, comments and space coding style is...Ruslan Pisarev2010-10-211-172/+173
* [media] tm6000: fix resource lockingMauro Carvalho Chehab2010-10-211-14/+42
* [media] tm6000: don't use BKL at the driverMauro Carvalho Chehab2010-10-211-14/+7Star
* [media] V4L-DVB: tm6000: Move VBI init to a separate functionMauro Carvalho Chehab2010-10-211-9/+7Star
* [media] tm6000: add audio standards tableMauro Carvalho Chehab2010-10-211-5/+7
* V4L/DVB: tm6000+audioDmitri Belimov2010-10-211-0/+8
* V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-211-1/+1
* V4L/DVB: tm6000: Partially revert some copybuf logicMauro Carvalho Chehab2010-08-021-2/+2
* V4L/DVB: tm6000: Be sure that the new buffer is emptyMauro Carvalho Chehab2010-08-021-2/+1Star
* V4L/DVB: tm6000: Fix copybuf continue logicMauro Carvalho Chehab2010-08-021-3/+3
* V4L/DVB: tm6000: audio packet has always 180 bytesMauro Carvalho Chehab2010-08-021-1/+4
* V4L/DVB: tm6000: avoid unknown symbol tm6000_debugMauro Carvalho Chehab2010-08-021-0/+1
* V4L/DVB: tm6000: Add a callback code for buffer fillMauro Carvalho Chehab2010-08-021-1/+1
* V4L/DVB: tm6000: rewrite copy_streamsStefan Ringel2010-08-021-210/+118Star
* V4L/DVB: tm6000: bugfix stabilizing urb dataStefan Ringel2010-06-011-2/+2
* V4L/DVB: tm6000: bugfix video imageStefan Ringel2010-06-011-43/+45
* V4L/DVB: tm6000: add vbi message inside the type switchStefan Ringel2010-06-011-2/+4
* V4L/DVB: tm6000: bugfix incorrect sizeStefan Ringel2010-06-011-1/+5
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversMauro Carvalho Chehab2010-05-191-26/+2Star
* V4L/DVB: tm6000: bugfix image positionStefan Ringel2010-05-191-2/+2
* Fix compilation breakage with tm6000Mauro Carvalho Chehab2010-05-191-2/+2
* V4L/DVB: Fix color format with tm6010Mauro Carvalho Chehab2010-05-191-2/+2
* V4L/DVB: tm6000: Don't copy outside the bufferMauro Carvalho Chehab2010-05-191-5/+5
* V4L/DVB: tm6000: Fix a panic if buffer become NULLMauro Carvalho Chehab2010-05-191-1/+3
* V4L/DVB: tm6000: Properly set alternate when preparing to streamMauro Carvalho Chehab2010-05-191-8/+13
* V4L/DVB: TM6000: Fix code which cause memory corruptionBee Hock Goh2010-05-191-1/+1
* V4L/DVB: tm6000: Replace all magic values by a register aliasMauro Carvalho Chehab2010-05-181-8/+8
* V4L/DVB: tm6000: fix some info messagesDmitri Belimov2010-05-181-3/+3
* V4L/DVB: drivers/staging/tm6000/tm6000-video.c: correct NULL testJulia Lawall2010-05-181-1/+1
* V4L/DVB (13556a): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2010-05-181-1/+0Star
* V4L/DVB (13555a): v4l: Use video_device_node_name() instead of the minor numberMauro Carvalho Chehab2010-05-181-10/+12
* V4L/DVB (12853): tm6000: Fix almost all warnings at the driverMauro Carvalho Chehab2010-05-181-7/+6Star
* V4L/DVB (12852): tm6000: Fix compilation against 2.6.31Mauro Carvalho Chehab2010-05-181-3/+4
* V4L/DVB (12845): tm6000: more buffer handling fixesMauro Carvalho Chehab2010-05-181-15/+34
* V4L/DVB (12844): tm6000: avoid writing on a floating pointerMauro Carvalho Chehab2010-05-181-0/+1
* V4L/DVB (12842): tm6000: avoid kernel panic while retrieving the filling bufferMauro Carvalho Chehab2010-05-181-25/+42
* V4L/DVB (12841): tm6000: Fix compilation with newer v4l2-dev APIMauro Carvalho Chehab2010-05-181-34/+38
* V4L/DVB (12836): tm6000: revert to an old way to copy videoMauro Carvalho Chehab2010-05-181-196/+191Star
* V4L/DVB (12835): tm6000: Cleanups to work like em28xx-videoMauro Carvalho Chehab2010-05-181-165/+16Star
* V4L/DVB (12829): tm6000: several changes on usb preparation trying to avoid -...Mauro Carvalho Chehab2010-05-181-47/+49
* V4L/DVB (12828): tm6000: fixes several CodingStyle and do some cleanupsMauro Carvalho Chehab2010-05-181-167/+146Star
* V4L/DVB (12827): tm6000: fix image hangsMauro Carvalho Chehab2010-05-181-48/+26Star
* V4L/DVB (12823): tm6000: Uses another method for handling incomplete packetsMauro Carvalho Chehab2010-05-181-127/+122Star
* V4L/DVB (12815): tm6000: follow videobuf API changesMauro Carvalho Chehab2010-05-181-15/+15
* V4L/DVB (12805): tm6000: Fix a memory leak at tm6000-videoMauro Carvalho Chehab2010-05-181-0/+1
* V4L/DVB (12803): tm6000: make tm6000_devused staticMauro Carvalho Chehab2010-05-181-2/+0Star
* V4L/DVB (12800): tm6000: fix tm6000 analog video buffer handlingMauro Carvalho Chehab2010-05-181-58/+140