aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx25821 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-13media: cx25821: request_irq -> devm_request_irqHans Verkuil1-2/+2
2022-04-24media: cx25821: Fix the warning when removing the moduleZheyu Ma1-1/+1
2021-11-22media: cx25821: drop duplicated i2c_slave_did_ack()Mauro Carvalho Chehab1-7/+0
2021-04-28Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds3-7/+6
2021-04-09media: cx25821: remove unused including <linux/version.h>Tian Tao1-1/+0
2021-03-22media: cx25821: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-6/+6
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-01-27media: cx25821: Fix a bug when reallocating some dma memoryChristophe JAILLET1-1/+3
2020-11-16media: Bulk remove BUG_ON(in_interrupt())Thomas Gleixner1-1/+0
2020-09-26media: pci: fix common ALSA DMA-mapping related codesMarek Szyprowski1-2/+2
2020-09-03media: cx25821-alsa: number of pages should be unsigned longMauro Carvalho Chehab1-5/+6
2020-07-19media: cx25821: use generic power managementVaibhav Gupta1-3/+0
2020-02-24media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-12-13media: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-07-22media: media/pci: don't set description for ENUM_FMTHans Verkuil2-6/+2
2019-06-24media: media/pci: set device_caps in struct video_deviceHans Verkuil1-8/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner15-166/+15
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-2/+2
2019-03-01media: pci: fix several typosMauro Carvalho Chehab3-3/+3
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab2-7/+7
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2-3/+3
2018-07-27media: pci: cx25821: Replace mdelay() with msleep()Jia-Ju Bai2-3/+3
2018-06-28media: cx25821: remove cx25821-audio-upstream.c and cx25821-video-upstream.cCorentin Labbe5-1557/+0
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-02-26media: cx25821: prevent out-of-bounds read on array cardColin Ian King1-3/+4
2017-12-28media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab1-2/+0
2017-12-11media: cx25821-alsa: fix usage of a pointer printkMauro Carvalho Chehab1-2/+2
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-29Merge tag 'v4.14-rc2' into patchworkMauro Carvalho Chehab1-8/+5
2017-09-23media: pci: make i2c_client constBhumika Goyal1-1/+1
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+5
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-8/+5
2017-08-26media: pci: make i2c_adapter constBhumika Goyal1-1/+1
2017-08-20media: pci: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-07-20media: cx25821: get rid of CX25821_VERSION_CODEMauro Carvalho Chehab2-6/+1
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus20-80/+0
2016-09-22[media] cx25821: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2-13/+2
2016-09-22[media] cx25821: Drop Freeing of WorkqueueBhaktipriya Shridhar1-1/+1
2016-09-19[media] constify i2c_algorithm structuresJulia Lawall1-1/+1
2016-09-19[media] pci: constify vb2_ops structuresJulia Lawall1-1/+1
2016-09-19[media] pci: constify snd_pcm_ops structuresJulia Lawall1-1/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil3-12/+2
2016-06-24cx25821-alsa: shutup a Gcc 6.1 warningMauro Carvalho Chehab1-1/+1
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-6/+6
2015-11-20various: fix pci_set_dma_mask return value checkingChristoph Hellwig1-1/+2