summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/em28xx/em28xx-video.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-03-03[media] em28xx: restore lost #ifdefArnd Bergmann1-0/+2
2016-02-16[media] em28xx-dvb: create RF connector on DVB-only modeMauro Carvalho Chehab1-1/+2
2016-02-10[media] em2xx: use v4l2_mc_create_media_graph()Mauro Carvalho Chehab1-130/+1
2016-02-01[media] em28xx: add media controller supportMauro Carvalho Chehab1-7/+287
2016-02-01[media] em28xx: avoid divide by zero errorMauro Carvalho Chehab1-0/+11
2016-02-01[media] em28xx: unregister devices in case of failureMauro Carvalho Chehab1-0/+16
2016-02-01[media] em28xx: remove unused input typesMauro Carvalho Chehab1-11/+5
2016-01-26[media] em28xx: fix implementation of s_streamMauro Carvalho Chehab1-1/+9
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-15/+4
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab1-1/+1
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+2
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-14/+20
2015-06-05[media] em28xx: remove dead codeMauro Carvalho Chehab1-1/+0
2015-04-08[media] em28xx: embed video_deviceHans Verkuil1-68/+51
2014-12-23[media] em28xx-video: fix missing newlinesRussell King1-2/+2
2014-12-23[media] em28xx: ensure "closing" messages terminate with a newlineRussell King1-1/+1
2014-12-23[media] media: drivers shouldn't touch debug field in video_deviceHans Verkuil1-1/+0
2014-12-04[media] em28xx: checkpatch cleanup: whitespaces/new lines cleanupsMauro Carvalho Chehab1-46/+52
2014-10-09Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab1-10/+19
2014-09-26[media] usb drivers: use %zu instead of %zdMauro Carvalho Chehab1-2/+2
2014-09-23[media] em28xx: get rid of field has_audio in struct em28xx_audio_modeFrank Schaefer1-3/+3
2014-09-21[media] em28xx-v4l: get rid of field "users" in struct em28xx_v4l2"Frank Schaefer1-13/+10
2014-09-21[media] em28xx: fix VBI handling logicMauro Carvalho Chehab1-1/+1
2014-09-03[media] em28xx: use true/false for boolean varsMauro Carvalho Chehab1-2/+2
2014-08-21[media] em28xx-v4l: fix video buffer field order reporting in progressive modeFrank Schaefer1-1/+4
2014-08-21[media] em28xx-v4l: give back all active video buffers to the vb2 core proper...Frank Schaefer1-2/+8
2014-07-26[media] em28xx-v4l: fix disabling ioctl VIDIOC_S_PARM for vbi devicesFrank Schaefer1-1/+1
2014-07-26[media] em28xx-v4l: get rid of field "users" in struct em28xx_v4l2Frank Schaefer1-10/+13
2014-07-26[media] em28xx-v4l: simplify em28xx_v4l2_open() by using v4l2_fh_open()Frank Schaefer1-8/+7
2014-07-26[media] em28xx-v4l: get rid of struct em28xx_fhFrank Schaefer1-54/+29
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan1-1/+0
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart1-2/+2
2014-05-23[media] em28xx: make em28xx_free_v4l2 static()Mauro Carvalho Chehab1-1/+1
2014-05-23[media] em28xx: remove field tuner_addr from struct em28xxFrank Schaefer1-9/+8
2014-05-23[media] em28xx: remove field tda9887_conf from struct em28xxFrank Schaefer1-3/+3
2014-05-23[media] em28xx: move tuner frequency field from struct em28xx to struct v4l2Frank Schaefer1-7/+9
2014-05-23[media] em28xx: move v4l2 user counting fields from struct em28xx to struct v4l2Frank Schaefer1-12/+15
2014-05-23[media] em28xx: move capture state tracking fields from struct em28xx to stru...Frank Schaefer1-21/+23
2014-05-23[media] em28xx: move sensor parameter fields from struct em28xx to struct v4l2Frank Schaefer1-2/+4
2014-05-23[media] em28xx: move progressive/interlaced fields from struct em28xx to stru...Frank Schaefer1-10/+17
2014-05-23[media] em28xx: move struct em28xx_fmt *format from struct em28xx to struct v4l2Frank Schaefer1-7/+7
2014-05-23[media] em28xx: move TV norm from struct em28xx to struct v4l2Frank Schaefer1-16/+19
2014-05-23[media] em28xx: move vinmode and vinctrl data from struct em28xx to struct v4l2Frank Schaefer1-5/+5
2014-05-23[media] em28xx: move v4l2 frame resolutions and scale data from struct em28xx...Frank Schaefer1-34/+46
2014-05-23[media] em28xx: move videobuf2 related data from struct em28xx to struct v4l2Frank Schaefer1-6/+9
2014-05-23[media] em28xx: move video_device structs from struct em28xx to struct v4l2Frank Schaefer1-68/+52
2014-05-23[media] em28xx: move struct v4l2_clk *clk from struct em28xx to struct v4l2Frank Schaefer1-3/+3
2014-05-23[media] em28xx: move struct v4l2_ctrl_handler ctrl_handler from struct em28xx...Frank Schaefer1-4/+9