summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/cx231xx
Commit message (Expand)AuthorAgeFilesLines
* media: cx231xx/cx231xx.h: Remove repeated struct declarationWan Jiabing2021-04-061-2/+0
* media: rc: select CONFIG_BITREVERSE where neededArnd Bergmann2021-01-271-0/+1
* media: cx231xx: Use snd_card_free_when_closed() instead of snd_card_free().Zebediah Figura2020-11-171-1/+1
* media: cx231xx: Consolidate dmesg outputThomas Gleixner2020-11-162-9/+6
* Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab2020-09-071-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | media: cx231xx: drop unnecessary list_emptyJulia Lawall2020-09-011-10/+6
|/
* media: cx231xx: remove redundant assignment to variable errColin Ian King2020-07-041-1/+1
* media: cx231xx: Remove unneeded semicolonZou Wei2020-05-051-1/+1
* media: cx231xx: Add i2c device analog tuner supportBrad Love2020-04-212-19/+101
* media: usb: cx231xx: convert to use i2c_new_client_device()Wolfram Sang2020-04-141-3/+2
* Revert "media: Kconfig: better support hybrid TV devices"Mauro Carvalho Chehab2020-04-141-2/+2
* media: Kconfig: better support hybrid TV devicesMauro Carvalho Chehab2020-04-141-2/+2
* media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-242-2/+2
* media: cx231xx: constify copied structureJulia Lawall2020-02-241-1/+1
* media: cx231xx: replace BUG_ON with recovery codeAditya Pakki2020-01-081-1/+2
* media: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-131-1/+0
* media: cs231xx: Clean up ALSA PCM API usagesTakashi Iwai2019-12-131-77/+1
* media: cx231xx: remove redundant assignment to variable statusColin Ian King2019-11-051-1/+1
* media: cx231xx: remove duplicated include from cx231xx-417.cYueHaibing2019-10-101-1/+0
* media: delete unused proc_fs.h includeSean Young2019-10-071-1/+0
* media: cx231xx: convert to the vb2 frameworkHans Verkuil2019-10-017-1109/+407
* media: usb: cx231xx-417: fix a memory leak bugWenwen Wang2019-08-261-0/+1
* media: Fix various misspellings of disconnectedGeert Uytterhoeven2019-08-193-4/+4
* media: media/usb: don't set description in ENUM_FMTHans Verkuil2019-07-223-4/+0
* media: cx231xx-cards: Add Hauppauge 955Q variantBrad Love2019-06-131-0/+2
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-113-31/+3
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-31/+3
* | media: media/usb: set device_caps in struct video_deviceHans Verkuil2019-06-051-14/+14
* | media: cx231xx-dvb: fix memory leak in dvb_fini()Young Xiao2019-05-291-0/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-2413-169/+13
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* media: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* media: remove unneeded header search pathsMasahiro Yamada2019-05-181-1/+0
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-4/+4
* media: usb: fix several typosMauro Carvalho Chehab2019-03-013-3/+3
* media: videobuf: use u64 for the timestamp internallyHans Verkuil2019-02-073-4/+4
* media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil2018-11-202-12/+12
* media: cropcap/g_selection splitHans Verkuil2018-11-202-10/+48
* Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-312-3/+3
|\
| * media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil2018-08-312-3/+3
* | media: cx231xx: fix potential sign-extension overflow on large shiftColin Ian King2018-10-091-1/+1
* | media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-112-8/+9
* | media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-113-11/+11
|/
* media: cx231xx: fix spelling mistake: "completition" -> "completion"Colin Ian King2018-08-032-3/+3
* media: cx231xx: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-08-023-10/+15
* media: cx231xx: don't check number of messages in the driverWolfram Sang2018-07-271-2/+0
* media: cx231xx: fix RC_CORE dependencyArnd Bergmann2018-06-271-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-6/+6
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1