summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/stk1160
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-08-29media: stk1160: Restore deleted comment in stk1160_fill_urb()Dan Carpenter-1/+6
2025-08-29media: stk1160: Use usb_endpoint_is_isoc_in() rather than duplicating its imp...Markus Elfring-2/+1
2025-07-09media: stk1160: use usb_alloc_noncoherent/usb_free_noncoherent()Xu Yang-43/+11
2024-10-28media: usb: drop vb2_ops_wait_prepare/finishHans Verkuil-2/+0
2024-05-03media: stk1160: Use min macroRicardo Ribalda-8/+2
2024-04-24media: stk1160: fix bounds checking in stk1160_copy_video()Dan Carpenter-5/+15
2023-12-07media: stk1160: Fixed high volume of stk1160_dbg messagesGhanshyam Agrawal-3/+2
2023-05-25media: stk1160: Simplify the build config definitionLukas Bulwahn-9/+3
2022-03-07media: stk1160: use dma_alloc_noncontiguous APIDafna Hirschfeld-44/+84
2022-03-07media: stk1160: move transfer_buffer and urb to same struct 'stk1160_urb'Dafna Hirschfeld-40/+25
2022-03-07media: stk1160: If start stream fails, return buffers with VB2_BUF_STATE_QUEUEDDafna Hirschfeld-7/+7
2022-03-07media: stk1160: fix number of buffers in case not all buffers are createdDafna Hirschfeld-3/+3
2021-11-19media: stk1160: fix control-message timeoutsJohan Hovold-2/+2
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-1/+1
2019-07-22media: media/usb: don't set description in ENUM_FMTHans Verkuil-3/+0
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab-77/+7
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil-5/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-77/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab-1/+1
2019-03-01media: usb: fix several typosMauro Carvalho Chehab-4/+4
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab-3/+3
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab-1/+1
2018-07-04media: stk1160: Set the vb2_queue lock before calling vb2_queue_initEzequiel Garcia-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-3/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+3
2018-05-28media: stk1160: Add missing calls to mutex_destroyEzequiel Garcia-0/+2
2018-05-28media: stk1160: Fix typo s/therwise/OtherwiseEzequiel Garcia-1/+1
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab-1/+1
2017-12-28media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab-2/+0
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2017-11-07media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-23media: usb: make i2c_client constBhumika Goyal-1/+1
2017-08-27media: usb: make video_device constBhumika Goyal-1/+1
2017-08-26media: usb: make i2c_adapter constBhumika Goyal-1/+1
2017-08-20media: usb: constify usb_device_idArvind Yadav-1/+1
2017-07-20media: : usb: add const to v4l2_file_operations structuresBhumika Goyal-1/+1
2017-04-18[media] media: stk1160: Add Kconfig help on snd-usb-audio requirementEzequiel Garcia-1/+5
2017-02-03[media] stk1160: make some functions staticMauro Carvalho Chehab-2/+2
2017-02-03[media] stk1160: Wait for completion of transfers to and from AC97 codecMarcel Hasler-8/+35
2017-02-03[media] stk1160: Check whether to use AC97 codecMarcel Hasler-2/+35
2017-02-03[media] stk1160: Remove stk1160-mixer and setup internal AC97 codec automatic...Marcel Hasler-104/+50
2016-09-19[media] constify i2c_algorithm structuresJulia Lawall-1/+1
2016-09-19[media] usb: constify vb2_ops structuresJulia Lawall-1/+1
2016-08-24[media] media: usb: stk1160: stk1160-video: don't print error when allocating...Wolfram Sang-3/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil-1/+1
2016-06-28[media] stk1160: Check *nplanes in queue_setupHelen Fornazier-0/+3