summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/go7007
Commit message (Expand)AuthorAgeFilesLines
* media: go7007: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-152-0/+2
* media: go7007: Refactor Adlink PCI-MPG24 i2c mutexRicardo Ribalda2024-05-311-11/+19
* media: go7007: Use min and max macrosRicardo Ribalda2024-05-031-2/+2
* media: go7007: fix a memleak in go7007_load_encoderZhipeng Lu2024-02-281-3/+5
* media: go7007: add check of return value of go7007_read_addr()Daniil Dulov2024-02-161-1/+3
* media: v4l: Use correct dependency for camera sensor driversSakari Ailus2023-09-141-1/+1
* media: go7007: Remove redundant if statementColin Ian King2023-08-101-2/+0
* media: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-251-1/+1
* media: go7007: don't modify q->streamingHans Verkuil2023-02-061-5/+1
* media: usb: go7007: s2250-board: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-211-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
* media: usb: go7007: s2250-board: fix leak in probe()Dan Carpenter2022-02-221-6/+4
* media: go7007: Constify static struct snd_device_opsRikard Falkeborn2022-02-221-1/+1
* media: replace setting of bytesused with vb2_set_plane_payloadDafna Hirschfeld2021-12-071-1/+1
* media: go7007: remove redundant initializationPavel Skripkin2021-07-221-26/+0
* media: go7007: fix memory leak in go7007_usb_probePavel Skripkin2021-07-221-1/+1
* media: v4l2-subdev: add subdev-wide state structTomi Valkeinen2021-06-171-1/+1
* media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-291-1/+1
* go7007: add sanity checking for endpointsOliver Neukum2020-07-191-1/+10
* media: go7007: Fix URB type for interrupt handlingTakashi Iwai2020-03-021-1/+3
* media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* media: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-131-1/+0
* media: go7007: Clean up ALSA PCM API usagesTakashi Iwai2019-12-131-21/+3
* media: go7007: fix a miss of snd_card_freeChuhong Yuan2019-12-131-18/+17
* media: usb: go7007: s2250-board: add missed i2c_unregister_deviceChuhong Yuan2019-12-131-0/+1
* media: usb: go7007: s2250-board: convert to i2c_new_dummy_deviceWolfram Sang2019-08-131-3/+3
* media: go7007: Fix misuse of strscpyJoe Perches2019-07-231-1/+1
* media: media/usb: don't set description in ENUM_FMTHans Verkuil2019-07-221-11/+0
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-119-81/+9
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-309-81/+9
* | media: media/usb: set device_caps in struct video_deviceHans Verkuil2019-06-051-9/+6
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* media: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-1/+1
* media: replace strncpy() by strscpy()Mauro Carvalho Chehab2019-03-292-9/+9
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-4/+4
* media: go7007: avoid clang frame overflow warning with KASANArnd Bergmann2019-03-191-2/+2
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-113-13/+13
* media: go7007: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-08-022-9/+11
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* media: go7007: fix two sparse warningsHans Verkuil2018-05-252-1/+4
* media: usb: don't initialize vars if not neededMarkus Elfring2018-03-061-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* media: usb: make video_device constBhumika Goyal2017-08-271-1/+1
* media: usb: make snd_pcm_hardware constBhumika Goyal2017-08-201-1/+1
* media: : usb: add const to v4l2_file_operations structuresBhumika Goyal2017-07-201-1/+1
* [media] go7007: improve subscribe event handlingGustavo Padovan2017-03-221-3/+2
* [media] go7007: add MEDIA_CAMERA_SUPPORT dependencyArnd Bergmann2016-11-231-1/+1
* [media] constify i2c_algorithm structuresJulia Lawall2016-09-192-2/+2
* [media] usb: constify vb2_ops structuresJulia Lawall2016-09-191-1/+1