summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/cx231xx/cx231xx-417.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-04media: cx231xx: remove redundant assignment to variable errColin Ian King1-1/+1
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-10-10media: cx231xx: remove duplicated include from cx231xx-417.cYueHaibing1-1/+0
2019-10-01media: cx231xx: convert to the vb2 frameworkHans Verkuil1-368/+141
2019-08-26media: usb: cx231xx-417: fix a memory leak bugWenwen Wang1-0/+1
2019-07-22media: media/usb: don't set description in ENUM_FMTHans Verkuil1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-02-07media: videobuf: use u64 for the timestamp internallyHans Verkuil1-2/+2
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil1-6/+6
2018-11-20media: cropcap/g_selection splitHans Verkuil1-5/+24
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-1/+1
2018-08-31media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil1-1/+1
2018-05-11media: usb: cx231xx-417: include linux/slab.h headerAnders Roxell1-0/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-27media: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27annotate poll_table_struct ->_keyAl Viro1-1/+1
2017-08-20media: cx231xx: constify videobuf_queue_ops structuresJulia Lawall1-1/+1
2017-07-20media: : usb: add const to v4l2_file_operations structuresBhumika Goyal1-1/+1
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-4/+0
2016-07-12[media] cx231xx: use v4l2_s_ctrl instead of the s_ctrl opHans Verkuil1-1/+3
2016-04-13[media] cx231xx: return proper error codes at cx231xx-417.cMauro Carvalho Chehab1-11/+11
2016-04-13[media] cx231xx: fix memory leakSudip Mukherjee1-0/+9
2016-02-01[media] cx231xx: correctly handling failed allocationInsu Yun1-0/+2
2015-12-18[media] cx231xx: fix NTSC cropcap, add missing cropcap for 417Hans Verkuil1-0/+22
2015-12-03[media] cx231xx: constify cx2341x_handler_ops structuresJulia Lawall1-1/+1
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab1-1/+1
2015-06-09[media] usb drivers: use BUG_ON() instead of if () BUGMauro Carvalho Chehab1-2/+1
2015-05-01[media] v4l2: replace s_mbus_fmt by set_fmt in bridge driversHans Verkuil1-5/+7
2015-05-01[media] cx231xx: fix bad indentingMauro Carvalho Chehab1-3/+3
2015-04-02[media] cx231xx: embed video_deviceHans Verkuil1-22/+11
2014-11-14[media] usb: Make use of media_bus_format enumBoris BREZILLON1-1/+1
2014-11-03[media] cx231xx: Improve the log messageMauro Carvalho Chehab1-14/+14
2014-11-03[media] cx231xx: convert from pr_foo to dev_fooMauro Carvalho Chehab1-14/+24
2014-11-03[media] cx231xx: Cleanup printk at the driverMauro Carvalho Chehab1-8/+7
2014-11-03[media] cx231xx: get rid of driver-defined printk macrosMauro Carvalho Chehab1-3/+3
2014-07-17[media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart1-2/+0
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-1/+1
2013-06-17[media] cx231xx: remove g_chip_identHans Verkuil1-1/+0
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil1-2/+2
2013-03-05[media] cx231xx-417: convert to the control frameworkHans Verkuil1-128/+85
2013-03-05[media] cx231xx-417: share ioctls with cx231xx-videoHans Verkuil1-87/+26
2013-03-05[media] cx231xx-417: checkpatch cleanupsHans Verkuil1-372/+360
2013-03-05[media] cx231xx-417: fix g/try_fmt compliance problemsHans Verkuil1-15/+19
2013-03-05[media] cx231xx-417: use one querycap for all device nodesHans Verkuil1-19/+1
2013-03-05[media] cx231xx-417: remove empty functionsHans Verkuil1-67/+1
2013-03-05[media] cx231xx: replace ioctl by unlocked_ioctlHans Verkuil1-9/+6
2013-03-05[media] cx231xx: remove current_norm usageHans Verkuil1-1/+0
2012-12-21[media] v4l: Convert drivers to use monotonic timestampsSakari Ailus1-2/+2