summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/em28xx/em28xx-video.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-29media: avoid use of 'videobuf'Hans Verkuil1-2/+2
2022-06-27media: em28xx: Remove useless license text when SPDX-License-Identifier is al...Christophe JAILLET1-10/+0
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+2
2019-08-19media: Fix various misspellings of disconnectedGeert Uytterhoeven1-1/+1
2019-07-23media: drivers/media: don't set pix->priv = 0Hans Verkuil1-1/+0
2019-07-22media: media/usb: don't set description in ENUM_FMTHans Verkuil1-8/+0
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil1-16/+16
2018-09-17media: em28xx: make v4l2-compliance happier by starting sequence on zeroMauro Carvalho Chehab1-0/+2
2018-09-17media: em28xx: use a default format if TRY_FMT failsMauro Carvalho Chehab1-3/+3
2018-09-17media: em28xx: fix handler for vidioc_s_input()Mauro Carvalho Chehab1-8/+76
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-11/+11
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-5/+5
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab1-2/+2
2018-03-21media: add tuner standby op, use where neededHans Verkuil1-2/+2
2018-03-06media: em28xx-video: fix most coding style issuesMauro Carvalho Chehab1-119/+158
2018-03-06media: em28xx: Add SPDX license tags where neededMauro Carvalho Chehab1-28/+24
2018-03-06media: em28xx: stop rewriting device's structMauro Carvalho Chehab1-13/+13
2018-02-22media: convert g/s_parm to g/s_frame_interval in subdevsHans Verkuil1-5/+31
2017-11-07media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King1-2/+2
2017-04-17[media] em28xx: add support for V4L2_PIX_FMT_SRGGB8Frank Schaefer1-0/+5
2017-04-17[media] em28xx: shed some light on video input formatsFrank Schaefer1-1/+1
2017-04-17[media] em28xx: get rid of the dummy clock sourceFrank Schaefer1-6/+0
2016-12-12[media] em28xx: don't store usb_device at struct em28xxMauro Carvalho Chehab1-3/+6
2016-12-12[media] em28xx: use usb_interface for dev_foo() callsMauro Carvalho Chehab1-34/+34
2016-11-18[media] em28xx: convert it from pr_foo() to dev_foo()Mauro Carvalho Chehab1-51/+76
2016-10-21[media] em28xx: convert the remaining printks to pr_fooMauro Carvalho Chehab1-25/+21
2016-10-21[media] em28xx: use pr_foo instead of em28xx-specific printk macrosMauro Carvalho Chehab1-28/+29
2016-10-21[media] em28xx: don't break long linesMauro Carvalho Chehab1-4/+2
2016-09-19[media] usb: constify vb2_ops structuresJulia Lawall1-1/+1
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