aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/usb/s2255
AgeCommit message (Expand)AuthorFilesLines
2026-07-27media: s2255: bound JPEG frame size before copying into the bufferHyeongJun An1-0/+6
2026-07-27media: s2255: Replace bare 'unsigned' with 'unsigned int'Lei Huang1-1/+1
2026-07-27media: s2255: Remove unnecessary braces from single-statement blocksLei Huang1-8/+4
2026-07-27media: s2255: Remove unnecessary debug logging and out-of-memory messagesLei Huang1-10/+0
2026-07-27media: s2255: Remove unnecessary return statements from void functionsLei Huang1-7/+0
2026-07-27media: s2255: Fix block comment style to kernel formatLei Huang1-24/+26
2026-07-27media: s2255: Add blank lines after variable declarationsLei Huang1-0/+22
2026-07-27media: s2255: Parenthesize macro argument to avoid precedence issuesLei Huang1-1/+1
2026-07-27media: s2255: Remove unnecessary parentheses around conditionsLei Huang1-12/+12
2026-07-27media: s2255: Add spaces around multiplication operatorsLei Huang1-1/+1
2026-07-27media: s2255: Add blank lines after function/struct/enum declarationsLei Huang1-0/+2
2026-07-27media: s2255: Remove multiple blank lines and before close bracesLei Huang1-12/+0
2026-07-27media: s2255: Fix alignment to match open parenthesisLei Huang1-18/+18
2026-07-27media: s2255: Replace NULL comparisons with ! notationLei Huang1-15/+15
2026-07-27media: s2255: Use consistent braces on all arms of if/else statementsLei Huang1-8/+11
2026-07-27media: s2255: Remove unnecessary spaces after castsLei Huang1-8/+8
2026-07-27media: s2255: Rename remaining CamelCase identifiers to snake_caseLei Huang1-69/+70
2026-07-27media: s2255: Rename CamelCase goto labels to snake_caseLei Huang1-19/+19
2026-07-15media: s2255: check firmware size before reading trailing markerLei Huang1-0/+5
2026-05-05media: s2255: refactor endpoint lookupJohan Hovold1-8/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2024-10-28media: usb: drop vb2_ops_wait_prepare/finishHans Verkuil1-2/+0
2024-05-03media: s2255: Use refcount_t instead of atomic_t for num_channelsRicardo Ribalda1-10/+10
2024-02-28media: usb: s2255: Refactor s2255_get_fx2fwRicardo Ribalda1-3/+4
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-2/+2
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab1-1/+1
2021-11-19media: s2255: fix control-message timeoutsJohan Hovold1-2/+2
2021-05-19media: s2255drv: remove redundant assignment to variable fieldColin Ian King1-2/+0
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+2
2019-07-23media: drivers/media: don't set pix->priv = 0Hans Verkuil1-2/+0
2019-07-22media: media/usb: don't set description in ENUM_FMTHans Verkuil1-8/+0
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab1-10/+1
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab2-0/+2
2019-05-24media: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-5/+5
2018-03-23media: s2255drv: fix a casting warningMauro Carvalho Chehab1-2/+2
2018-02-26media: s2255drv: Remove unneeded if else blocksChristopher Díaz Riveros1-8/+0
2017-12-08media: s2255drv: update firmware loadDean A1-7/+6
2017-10-31media: s2255: Convert timers to use timer_setup()Kees Cook1-3/+4
2017-08-27media: usb: make video_device constBhumika Goyal1-1/+1
2017-08-20media: usb: constify usb_device_idArvind Yadav1-1/+1
2017-05-19[media] s2255drv: avoid a switch fall throughMauro Carvalho Chehab1-0/+2
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-4/+0
2016-10-14[media] s2255drv: don't use stack for DMAMauro Carvalho Chehab1-2/+13
2016-09-19[media] usb: constify vb2_ops structuresJulia Lawall1-1/+1