summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (9806): cx18: Enable raw VBI captureAndy Walls2008-12-306-18/+59
* V4L/DVB (9805): cx18: Port fix for raw/sliced VBI mixup from ivtv and cx25840Andy Walls2008-12-307-17/+21
* V4L/DVB (9804): cx18: Avoid making firmware API calls with the queue lock heldAndy Walls2008-12-304-37/+30
* V4L/DVB (9803): cx18: Increment version number due to siginificant buffering ...Andy Walls2008-12-301-1/+1
* V4L/DVB (9802): cx18: Add module parameters for finer control over buffer all...Andy Walls2008-12-304-24/+167
* V4L/DVB (9801): cx18: Allow more than 63 capture buffers in rotation per streamAndy Walls2008-12-308-70/+113
* V4L/DVB (9800): cx18: Eliminate q_io from stream buffer handlingAndy Walls2008-12-305-15/+25
* V4L/DVB (9799): em28xx: fix Kworld Hybrid 330 (A316) supportMauro Carvalho Chehab2008-12-302-2/+5
* V4L/DVB (9798): saa7134: add analog and DVB-T support for Medion/Creatix CTX946Hermann Pitton2008-12-301-0/+6
* V4L/DVB (9797): Fix stv0299 support in dw2102 USB DVB-S/S2 driverIgor M. Liplianin2008-12-301-1/+1
* V4L/DVB (9796): drivers/media/video/cx88/cx88-alsa.c: Adjust error-handling codeJulia Lawall2008-12-301-2/+1
* V4L/DVB (9795): Add Compro VideoMate E650F (DVB-T part only).Igor M. Liplianin2008-12-303-0/+14
* V4L/DVB (9793): em28xx: Add specific entry for WinTV-HVR 850Douglas Schilling Landgraf2008-12-303-2/+32
* V4L/DVB (9791): pxa-camera: pixel format negotiationRobert Jarzmik2008-12-301-42/+165
* V4L/DVB (9790): soc-camera: pixel format negotiation - core supportGuennadi Liakhovetski2008-12-301-12/+81
* V4L/DVB (9788): soc-camera: simplify namingGuennadi Liakhovetski2008-12-308-52/+52
* V4L/DVB (9787): soc-camera: let camera host drivers decide upon pixel formatGuennadi Liakhovetski2008-12-303-38/+84
* V4L/DVB (9786): soc-camera: formatting fixesGuennadi Liakhovetski2008-12-301-9/+7
* V4L/DVB (9785): soc-camera: merge .try_bus_param() into .try_fmt_cap()Guennadi Liakhovetski2008-12-303-7/+10
* V4L/DVB (9784): Register name fix for ov772x driverKuninori Morimoto2008-12-301-24/+24
* V4L/DVB (9783): Change power on/off sequence on ov772xKuninori Morimoto2008-12-301-13/+22
* V4L/DVB (9778): cx18: cx18_writel_expect() should not declare success on a PC...Andy Walls2008-12-301-1/+5
* V4L/DVB (9776): cx18: Change to per CX23418 device work queues for deferrable...Andy Walls2008-12-303-23/+14
* V4L/DVB (9775): tda8290: fix FM radioMauro Carvalho Chehab2008-12-301-10/+53
* V4L/DVB (9774): tda827x: fix returned frequencyMauro Carvalho Chehab2008-12-301-4/+4
* V4L/DVB (9773): tda827x: fix printk message when in FM modeMauro Carvalho Chehab2008-12-301-3/+4
* V4L/DVB (9772): saa7134: Add support for Kworld Plus TV Analog Lite PCIMauro Carvalho Chehab2008-12-304-0/+120
* V4L/DVB (9771): tuner-xc2028: fix a small warningMauro Carvalho Chehab2008-12-301-1/+1
* V4L/DVB (9770): em28xx: turn off tuner when not usedMauro Carvalho Chehab2008-12-301-0/+6
* V4L/DVB (9769): tuner-xc2028: powers device of when not usedMauro Carvalho Chehab2008-12-301-0/+31
* V4L/DVB (9756): em28xx: Improve register log formatMauro Carvalho Chehab2008-12-301-28/+32
* V4L/DVB (9737): sms1xxx: enable LNA control on Hauppauge WinTV MiniCardMichael Krufky2008-12-302-2/+14
* V4L/DVB (9730): cx18: Quiet a sometimes common warning that often has benign ...Andy Walls2008-12-301-3/+3
* V4L/DVB (9729): cx18: Update version due to significant irq handling changesAndy Walls2008-12-301-1/+1
* V4L/DVB (9728): cx18: Copyright attribution update for files modified by awallsAndy Walls2008-12-3025-0/+25
* V4L/DVB (9727): cx18: Adjust outgoing mailbox timeouts and remove statistics ...Andy Walls2008-12-306-54/+8
* V4L/DVB (9726): cx18: Restore buffers that have fallen out of the transfer ro...Andy Walls2008-12-303-27/+92
* V4L/DVB (9725): cx18: Remove unnecessary MMIO accesses in time critical irq h...Andy Walls2008-12-304-22/+22
* V4L/DVB (9724): cx18: Streamline cx18-io[ch] wrappers and enforce MMIO retry ...Andy Walls2008-12-309-449/+71
* V4L/DVB (9723): cx18: Propagate staleness of mailbox and mdl ack data to work...Andy Walls2008-12-302-14/+27
* V4L/DVB (9722): cx18: Convert per stream queue spinlocks into mutexesAndy Walls2008-12-303-16/+11
* V4L/DVB (9721): cx18: Change to singlethreaded global work queue thread for d...Andy Walls2008-12-303-2/+26
* V4L/DVB (9720): cx18: Major rewrite of interrupt handling for incoming mailbo...Andy Walls2008-12-3016-215/+408
* V4L/DVB (9710): gspca: Remove some unuseful core in main.Jean-Francois Moine2008-12-301-5/+4
* V4L/DVB (9707): gspca: Remove the event counter and simplify the frame wait.Hans de Goede2008-12-302-29/+12
* V4L/DVB (9655): radio-mr800: fix unplugAlexey Klimov2008-12-301-8/+54
* V4L/DVB (9599): cx18: Fix unitialized variable problem upon APU firmware file...Andy Walls2008-12-301-3/+6
* V4L/DVB (9598): cx18: Prevent CX23418 from clearing it's outgoing ack interru...Andy Walls2008-12-304-0/+20
* V4L/DVB (9597): cx18: Minor fixes to APU firmware load processAndy Walls2008-12-301-7/+14
* V4L/DVB (9596): cx18: Further changes to improve mailbox protocol integrity &...Andy Walls2008-12-304-18/+42
OpenPOWER on IntegriCloud