summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/s2255
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2024-10-28media: usb: drop vb2_ops_wait_prepare/finishHans Verkuil-2/+0
2024-05-03media: s2255: Use refcount_t instead of atomic_t for num_channelsRicardo Ribalda-10/+10
2024-02-28media: usb: s2255: Refactor s2255_get_fx2fwRicardo Ribalda-3/+4
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-2/+2
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab-1/+1
2021-11-19media: s2255: fix control-message timeoutsJohan Hovold-2/+2
2021-05-19media: s2255drv: remove redundant assignment to variable fieldColin Ian King-2/+0
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-2/+2
2019-07-23media: drivers/media: don't set pix->priv = 0Hans Verkuil-2/+0
2019-07-22media: media/usb: don't set description in ENUM_FMTHans Verkuil-8/+0
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab-10/+1
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-10/+1
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab-0/+2
2019-05-24media: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab-5/+5
2018-03-23media: s2255drv: fix a casting warningMauro Carvalho Chehab-2/+2
2018-02-26media: s2255drv: Remove unneeded if else blocksChristopher Díaz Riveros-8/+0
2017-12-08media: s2255drv: update firmware loadDean A-7/+6
2017-10-31media: s2255: Convert timers to use timer_setup()Kees Cook-3/+4
2017-08-27media: usb: make video_device constBhumika Goyal-1/+1
2017-08-20media: usb: constify usb_device_idArvind Yadav-1/+1
2017-05-19[media] s2255drv: avoid a switch fall throughMauro Carvalho Chehab-0/+2
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus-4/+0
2016-10-14[media] s2255drv: don't use stack for DMAMauro Carvalho Chehab-2/+13
2016-09-19[media] usb: constify vb2_ops structuresJulia Lawall-1/+1
2016-08-24[media] media: usb: s2255: s2255drv: don't print error when allocating urb failsWolfram Sang-7/+2
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil-1/+1
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil-1/+1
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung-1/+1
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung-12/+15
2015-01-27[media] s2255drv: Use setup_timerJulia Lawall-3/+1
2014-12-11Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+11
2014-11-25[media] USB: Deletion of unnecessary checks before three function callsMarkus Elfring-2/+1
2014-11-21[media] s2255drv: fix payload size for JPG, MJPEGsensoray-dev-1/+1
2014-11-11[media] s2255drv: fix spinlock issuesensoray-dev-12/+10
2014-09-03[media] s2255drv: fix sparse warningHans Verkuil-1/+1
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan-1/+0
2014-05-23[media] s2255drv: fix memory leak s2255_probe()Daeseok Youn-1/+1
2014-05-23[media] s2255: Do not free fw_data until timer handler has actually stopped u...Kirill Tkhai-2/+2
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil-3/+2
2014-03-24[media] Sensoray 2255 uses videobuf2Arnd Bergmann-1/+1
2014-03-11[media] s2255drv: memory leak fixsensoray-dev-5/+0
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus-1/+1
2014-02-28[media] s2255drv: upgrade to videobuf2sensoray-dev-360/+152