summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/go7007
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2024-10-28media: usb: drop vb2_ops_wait_prepare/finishHans Verkuil-2/+0
2024-08-09media: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-1/+1
2024-06-15media: go7007: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+2
2024-05-31media: go7007: Refactor Adlink PCI-MPG24 i2c mutexRicardo Ribalda-11/+19
2024-05-03media: go7007: Use min and max macrosRicardo Ribalda-2/+2
2024-02-28media: go7007: fix a memleak in go7007_load_encoderZhipeng Lu-3/+5
2024-02-16media: go7007: add check of return value of go7007_read_addr()Daniil Dulov-1/+3
2023-09-14media: v4l: Use correct dependency for camera sensor driversSakari Ailus-1/+1
2023-08-10media: go7007: Remove redundant if statementColin Ian King-2/+0
2023-05-25media: Switch i2c drivers back to use .probe()Uwe Kleine-König-1/+1
2023-02-06media: go7007: don't modify q->streamingHans Verkuil-5/+1
2022-11-21media: usb: go7007: s2250-board: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-2/+1
2022-02-22media: usb: go7007: s2250-board: fix leak in probe()Dan Carpenter-6/+4
2022-02-22media: go7007: Constify static struct snd_device_opsRikard Falkeborn-1/+1
2021-12-07media: replace setting of bytesused with vb2_set_plane_payloadDafna Hirschfeld-1/+1
2021-07-22media: go7007: remove redundant initializationPavel Skripkin-26/+0
2021-07-22media: go7007: fix memory leak in go7007_usb_probePavel Skripkin-1/+1
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen-1/+1
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-07-19go7007: add sanity checking for endpointsOliver Neukum-1/+10
2020-03-02media: go7007: Fix URB type for interrupt handlingTakashi Iwai-1/+3
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-1/+1
2019-12-13media: Drop superfluous ioctl PCM opsTakashi Iwai-1/+0
2019-12-13media: go7007: Clean up ALSA PCM API usagesTakashi Iwai-21/+3
2019-12-13media: go7007: fix a miss of snd_card_freeChuhong Yuan-18/+17
2019-12-13media: usb: go7007: s2250-board: add missed i2c_unregister_deviceChuhong Yuan-0/+1
2019-08-13media: usb: go7007: s2250-board: convert to i2c_new_dummy_deviceWolfram Sang-3/+3
2019-07-23media: go7007: Fix misuse of strscpyJoe Perches-1/+1
2019-07-22media: media/usb: don't set description in ENUM_FMTHans Verkuil-11/+0
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab-81/+9
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil-9/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-81/+9
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada-1/+1
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab-9/+9
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab-4/+4
2019-03-19media: go7007: avoid clang frame overflow warning with KASANArnd Bergmann-2/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab-13/+13
2018-08-02media: go7007: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-9/+11
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+2
2018-05-25media: go7007: fix two sparse warningsHans Verkuil-1/+4
2018-03-06media: usb: don't initialize vars if not neededMarkus Elfring-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-27media: usb: make video_device constBhumika Goyal-1/+1
2017-08-20media: usb: make snd_pcm_hardware constBhumika Goyal-1/+1
2017-07-20media: : usb: add const to v4l2_file_operations structuresBhumika Goyal-1/+1