summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (9975): ivtv: set v4l2_dev instead of parent.Hans Verkuil2008-12-301-1/+1
* V4L/DVB (9974): v4l2-dev: allow drivers to pass v4l2_device as parentHans Verkuil2008-12-302-0/+7
* V4L/DVB (9973): v4l2-dev: use the release callback from device instead of cdevHans Verkuil2008-12-302-108/+295
* V4L/DVB (9972): v4l: usbvideo, fix module ref count checkJiri Slaby2008-12-301-1/+1
* V4L/DVB (9970): em28xx: Allow get/set registers for debug on i2c slave chipsMauro Carvalho Chehab2008-12-301-5/+41
* V4L/DVB (9969): tvp5150: add support for VIDIOC_G_CHIP_IDENT ioctlMauro Carvalho Chehab2008-12-302-0/+19
* V4L/DVB (9967): cs5345: convert to v4l2_subdev and fix broken s_ctrl.Hans Verkuil2008-12-301-89/+138
* V4L/DVB (9966): tda9875: convert to v4l2_subdev.Hans Verkuil2008-12-301-197/+151
* V4L/DVB (9965): tda9840: convert to v4l2_subdev.Hans Verkuil2008-12-301-72/+116
* V4L/DVB (9964): tda7432: convert to v4l2_subdev.Hans Verkuil2008-12-301-141/+111
* V4L/DVB (9963): tlv320aic23b: convert to v4l2_subdev.Hans Verkuil2008-12-301-54/+87
* V4L/DVB (9962): tea6420: convert to v4l2_subdev.Hans Verkuil2008-12-301-12/+37
* V4L/DVB (9961): tea6415c: convert to v4l2_subdev.Hans Verkuil2008-12-301-11/+38
* V4L/DVB (9960): v4l2-subdev: ioctl ops should use unsigned for cmd arg.Hans Verkuil2008-12-303-3/+3
* V4L/DVB (9959): tvaudio: convert to v4l2_subdev.Hans Verkuil2008-12-301-324/+383
* V4L/DVB (9958): tvp5150: convert to v4l2_subdev.Hans Verkuil2008-12-301-443/+387
* V4L/DVB (9957): v4l2-subdev: add g_sliced_vbi_cap and add NULL pointer checksHans Verkuil2008-12-302-4/+7
* V4L/DVB (9953): em28xx: Add suport for debugging AC97 anciliary chipsMauro Carvalho Chehab2008-12-304-2/+25
* V4L/DVB (9944): videodev2.h: fix typo.Hans Verkuil2008-12-301-1/+1
* V4L/DVB (9943): v4l2: document video_device.Hans Verkuil2008-12-301-1/+159
* V4L/DVB (9942): v4l2-dev: check for parent device in get_index.Hans Verkuil2008-12-301-0/+4
* V4L/DVB (9941): cx24113: fix compile warningsHans Verkuil2008-12-301-4/+4
* V4L/DVB (9940): bt832: remove this driverHans Verkuil2008-12-304-593/+0
* V4L/DVB (9939): tuner: fix tuner_ioctl compile error if V4L1 ioctls are disab...Hans Verkuil2008-12-301-0/+2
* V4L/DVB (9937): cx18: Use a consistent crystal value for computing all PLL pa...Andy Walls2008-12-303-45/+191
* V4L/DVB (9936): cx18: Disable locking of Video and Audio PLL for analog capturesAndy Walls2008-12-301-12/+12
* V4L/DVB (9934): v4l2-compat32: add two additional #ifdef __OLD_VIDIOC_ linesHans Verkuil2008-12-301-0/+4
* V4L/DVB (9932): v4l2-compat32: fix 32-64 compatibility moduleHans Verkuil2008-12-302-316/+467
* V4L/DVB (9931): em28xx: de-obfuscate vidioc_g_ctrl logicMauro Carvalho Chehab2008-12-301-8/+4
* V4L/DVB (9930): em28xx: Fix bad locks on error conditionMauro Carvalho Chehab2008-12-301-6/+6
* V4L/DVB (9928): Convert GP8PSK module to use S2APIAlan Nisota2008-12-303-26/+131
* V4L/DVB (9927): em28xx: use a more standard way to specify video formatsMauro Carvalho Chehab2008-12-303-21/+69
* V4L/DVB (9926): em28xx: Fix a bug that were putting xc2028/3028 tuner to sleepMauro Carvalho Chehab2008-12-301-1/+2
* V4L/DVB (9925): tuner-core: add debug msg's when asking tuner to sleepMauro Carvalho Chehab2008-12-301-0/+4
* V4L/DVB (9923): xc5000: remove init_fw optionDevin Heitmueller2008-12-301-7/+0
* V4L/DVB (9922): em28xx: don't assume every eb1a:2820 reference design is a Pr...Devin Heitmueller2008-12-302-3/+3
* V4L/DVB (9921): em28xx: add chip id for em2874Devin Heitmueller2008-12-302-0/+5
* V4L/DVB (9918): cx88: advise/acquire clean-up for HVR-1300/3000/4000Darron Broad2008-12-302-24/+36
* V4L/DVB (9917): cx24116: change to ALGO_HWDarron Broad2008-12-301-2/+22
* V4L/DVB (9916): dvb-core: don't add an event when in ONE SHOT mode for algo t...Darron Broad2008-12-301-1/+1
* V4L/DVB (9915): cx24116: fix retune regression introduced in 70ee86a7c630Darron Broad2008-12-301-3/+2
* V4L/DVB (9914): cx24116: bugfix: add missing delsys in FEC lookupDarron Broad2008-12-301-5/+9
* V4L/DVB (9913): tuner-xc2028: allow printing stack trace as debug on sleep codeMauro Carvalho Chehab2008-12-301-0/+4
* V4L/DVB (9912): em28xx: fix/improve em28xx locking schemaMauro Carvalho Chehab2008-12-301-12/+43
* V4L/DVB (9911): em28xx: vidioc_try_fmt_vid_cap() doesn't need any lockMauro Carvalho Chehab2008-12-301-8/+5
* V4L/DVB (9910): em28xx: move res_get locks to the caller routinesMauro Carvalho Chehab2008-12-301-11/+25
* V4L/DVB (9909): em28xx: move dev->lock from res_free to the caller routinesMauro Carvalho Chehab2008-12-301-4/+3
* V4L/DVB (9905): v4l2-compat32: add missing newline after kernel messageHans Verkuil2008-12-301-0/+2
* V4L/DVB (9904): v4l: fix compile warning.Hans Verkuil2008-12-301-1/+1
* V4L/DVB (9903): uvcvideo: V4L2 zoom controls supportLaurent Pinchart2008-12-303-14/+71
OpenPOWER on IntegriCloud