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