summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/em28xx/em28xx-video.c
Commit message (Expand)AuthorAgeFilesLines
* media: v4l2-subdev: Turn .[gs]_frame_interval into pad operationsLaurent Pinchart2023-12-131-2/+4
* media: avoid use of 'videobuf'Hans Verkuil2022-08-291-2/+2
* media: em28xx: Remove useless license text when SPDX-License-Identifier is al...Christophe JAILLET2022-06-271-10/+0
* media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-2/+2
* media: Fix various misspellings of disconnectedGeert Uytterhoeven2019-08-191-1/+1
* media: drivers/media: don't set pix->priv = 0Hans Verkuil2019-07-231-1/+0
* media: media/usb: don't set description in ENUM_FMTHans Verkuil2019-07-221-8/+0
* media: media/usb: set device_caps in struct video_deviceHans Verkuil2019-06-051-16/+16
* media: em28xx: make v4l2-compliance happier by starting sequence on zeroMauro Carvalho Chehab2018-09-171-0/+2
* media: em28xx: use a default format if TRY_FMT failsMauro Carvalho Chehab2018-09-171-3/+3
* media: em28xx: fix handler for vidioc_s_input()Mauro Carvalho Chehab2018-09-171-8/+76
* media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-111-11/+11
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-5/+5
* MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab2018-05-041-2/+2
* media: add tuner standby op, use where neededHans Verkuil2018-03-211-2/+2
* media: em28xx-video: fix most coding style issuesMauro Carvalho Chehab2018-03-061-119/+158
* media: em28xx: Add SPDX license tags where neededMauro Carvalho Chehab2018-03-061-28/+24
* media: em28xx: stop rewriting device's structMauro Carvalho Chehab2018-03-061-13/+13
* media: convert g/s_parm to g/s_frame_interval in subdevsHans Verkuil2018-02-221-5/+31
* media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King2017-11-071-2/+2
* [media] em28xx: add support for V4L2_PIX_FMT_SRGGB8Frank Schaefer2017-04-171-0/+5
* [media] em28xx: shed some light on video input formatsFrank Schaefer2017-04-171-1/+1
* [media] em28xx: get rid of the dummy clock sourceFrank Schaefer2017-04-171-6/+0
* [media] em28xx: don't store usb_device at struct em28xxMauro Carvalho Chehab2016-12-121-3/+6
* [media] em28xx: use usb_interface for dev_foo() callsMauro Carvalho Chehab2016-12-121-34/+34
* [media] em28xx: convert it from pr_foo() to dev_foo()Mauro Carvalho Chehab2016-11-181-51/+76
* [media] em28xx: convert the remaining printks to pr_fooMauro Carvalho Chehab2016-10-211-25/+21
* [media] em28xx: use pr_foo instead of em28xx-specific printk macrosMauro Carvalho Chehab2016-10-211-28/+29
* [media] em28xx: don't break long linesMauro Carvalho Chehab2016-10-211-4/+2
* [media] usb: constify vb2_ops structuresJulia Lawall2016-09-191-1/+1
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
* [media] em28xx: restore lost #ifdefArnd Bergmann2016-03-031-0/+2
* [media] em28xx-dvb: create RF connector on DVB-only modeMauro Carvalho Chehab2016-02-161-1/+2
* [media] em2xx: use v4l2_mc_create_media_graph()Mauro Carvalho Chehab2016-02-101-130/+1
* [media] em28xx: add media controller supportMauro Carvalho Chehab2016-02-011-7/+287
* [media] em28xx: avoid divide by zero errorMauro Carvalho Chehab2016-02-011-0/+11
* [media] em28xx: unregister devices in case of failureMauro Carvalho Chehab2016-02-011-0/+16
* [media] em28xx: remove unused input typesMauro Carvalho Chehab2016-02-011-11/+5
* [media] em28xx: fix implementation of s_streamMauro Carvalho Chehab2016-01-261-1/+9
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-1/+1
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-15/+4
* [media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab2015-11-171-1/+1
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+2
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-14/+20
* [media] em28xx: remove dead codeMauro Carvalho Chehab2015-06-051-1/+0
* [media] em28xx: embed video_deviceHans Verkuil2015-04-081-68/+51
* [media] em28xx-video: fix missing newlinesRussell King2014-12-231-2/+2
* [media] em28xx: ensure "closing" messages terminate with a newlineRussell King2014-12-231-1/+1
* [media] media: drivers shouldn't touch debug field in video_deviceHans Verkuil2014-12-231-1/+0
* [media] em28xx: checkpatch cleanup: whitespaces/new lines cleanupsMauro Carvalho Chehab2014-12-041-46/+52