summaryrefslogtreecommitdiffstats
path: root/drivers/firmware (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-30V4L/DVB (9965): tda9840: convert to v4l2_subdev.Hans Verkuil1-72/+116
2008-12-30V4L/DVB (9964): tda7432: convert to v4l2_subdev.Hans Verkuil1-141/+111
2008-12-30V4L/DVB (9963): tlv320aic23b: convert to v4l2_subdev.Hans Verkuil1-54/+87
2008-12-30V4L/DVB (9962): tea6420: convert to v4l2_subdev.Hans Verkuil1-12/+37
2008-12-30V4L/DVB (9961): tea6415c: convert to v4l2_subdev.Hans Verkuil1-11/+38
2008-12-30V4L/DVB (9960): v4l2-subdev: ioctl ops should use unsigned for cmd arg.Hans Verkuil3-3/+3
2008-12-30V4L/DVB (9959): tvaudio: convert to v4l2_subdev.Hans Verkuil1-324/+383
2008-12-30V4L/DVB (9958): tvp5150: convert to v4l2_subdev.Hans Verkuil1-443/+387
2008-12-30V4L/DVB (9957): v4l2-subdev: add g_sliced_vbi_cap and add NULL pointer checksHans Verkuil2-4/+7
2008-12-30V4L/DVB (9953): em28xx: Add suport for debugging AC97 anciliary chipsMauro Carvalho Chehab4-2/+25
2008-12-30V4L/DVB (9944): videodev2.h: fix typo.Hans Verkuil1-1/+1
2008-12-30V4L/DVB (9943): v4l2: document video_device.Hans Verkuil1-1/+159
2008-12-30V4L/DVB (9942): v4l2-dev: check for parent device in get_index.Hans Verkuil1-0/+4
2008-12-30V4L/DVB (9941): cx24113: fix compile warningsHans Verkuil1-4/+4
2008-12-30V4L/DVB (9940): bt832: remove this driverHans Verkuil4-593/+0
2008-12-30V4L/DVB (9939): tuner: fix tuner_ioctl compile error if V4L1 ioctls are disab...Hans Verkuil1-0/+2
2008-12-30V4L/DVB (9937): cx18: Use a consistent crystal value for computing all PLL pa...Andy Walls3-45/+191
2008-12-30V4L/DVB (9936): cx18: Disable locking of Video and Audio PLL for analog capturesAndy Walls1-12/+12
2008-12-30V4L/DVB (9934): v4l2-compat32: add two additional #ifdef __OLD_VIDIOC_ linesHans Verkuil1-0/+4
2008-12-30V4L/DVB (9932): v4l2-compat32: fix 32-64 compatibility moduleHans Verkuil2-316/+467
2008-12-30V4L/DVB (9931): em28xx: de-obfuscate vidioc_g_ctrl logicMauro Carvalho Chehab1-8/+4
2008-12-30V4L/DVB (9930): em28xx: Fix bad locks on error conditionMauro Carvalho Chehab1-6/+6
2008-12-30V4L/DVB (9928): Convert GP8PSK module to use S2APIAlan Nisota3-26/+131
2008-12-30V4L/DVB (9927): em28xx: use a more standard way to specify video formatsMauro Carvalho Chehab3-21/+69
2008-12-30V4L/DVB (9926): em28xx: Fix a bug that were putting xc2028/3028 tuner to sleepMauro Carvalho Chehab1-1/+2
2008-12-30V4L/DVB (9925): tuner-core: add debug msg's when asking tuner to sleepMauro Carvalho Chehab1-0/+4
2008-12-30V4L/DVB (9923): xc5000: remove init_fw optionDevin Heitmueller1-7/+0
2008-12-30V4L/DVB (9922): em28xx: don't assume every eb1a:2820 reference design is a Pr...Devin Heitmueller2-3/+3
2008-12-30V4L/DVB (9921): em28xx: add chip id for em2874Devin Heitmueller2-0/+5
2008-12-30V4L/DVB (9918): cx88: advise/acquire clean-up for HVR-1300/3000/4000Darron Broad2-24/+36
2008-12-30V4L/DVB (9917): cx24116: change to ALGO_HWDarron Broad1-2/+22
2008-12-30V4L/DVB (9916): dvb-core: don't add an event when in ONE SHOT mode for algo t...Darron Broad1-1/+1
2008-12-30V4L/DVB (9915): cx24116: fix retune regression introduced in 70ee86a7c630Darron Broad1-3/+2
2008-12-30V4L/DVB (9914): cx24116: bugfix: add missing delsys in FEC lookupDarron Broad1-5/+9
2008-12-30V4L/DVB (9913): tuner-xc2028: allow printing stack trace as debug on sleep codeMauro Carvalho Chehab1-0/+4
2008-12-30V4L/DVB (9912): em28xx: fix/improve em28xx locking schemaMauro Carvalho Chehab1-12/+43
2008-12-30V4L/DVB (9911): em28xx: vidioc_try_fmt_vid_cap() doesn't need any lockMauro Carvalho Chehab1-8/+5
2008-12-30V4L/DVB (9910): em28xx: move res_get locks to the caller routinesMauro Carvalho Chehab1-11/+25
2008-12-30V4L/DVB (9909): em28xx: move dev->lock from res_free to the caller routinesMauro Carvalho Chehab1-4/+3
2008-12-30V4L/DVB (9905): v4l2-compat32: add missing newline after kernel messageHans Verkuil1-0/+2
2008-12-30V4L/DVB (9904): v4l: fix compile warning.Hans Verkuil1-1/+1
2008-12-30V4L/DVB (9903): uvcvideo: V4L2 zoom controls supportLaurent Pinchart3-14/+71
2008-12-30V4L/DVB (9902): uvcvideo: V4L2 privacy control supportLaurent Pinchart1-0/+10
2008-12-30V4L/DVB (9899): v4l2: Add missing control namesLaurent Pinchart1-11/+77
2008-12-30V4L/DVB (9898): v4l2: Add privacy controlLaurent Pinchart1-0/+2
2008-12-30V4L/DVB (9897): v4l2: Add camera zoom controlsLaurent Pinchart1-0/+4
2008-12-30V4L/DVB (9895): cx18: Refine the firmware load and firmware startup processAndy Walls5-52/+60
2008-12-30V4L/DVB (9894): cx18: Use a known open task handle when setting stream CX2341...Andy Walls4-4/+19
2008-12-30V4L/DVB (9893): cx18: Convert some list manipulations to emphasize entries no...Andy Walls2-11/+7
2008-12-30V4L/DVB (9892): cx18: VBI comment corrections and comments about VBI issuesAndy Walls1-4/+12