summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx25821
Commit message (Expand)AuthorAgeFilesLines
* media: cx25821: prevent out-of-bounds read on array cardColin Ian King2018-02-261-3/+4
* media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab2017-12-281-2/+0
* media: cx25821-alsa: fix usage of a pointer printkMauro Carvalho Chehab2017-12-111-2/+2
* Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-151-1/+1
|\
| * Merge tag 'v4.14-rc2' into patchworkMauro Carvalho Chehab2017-09-291-8/+5
| |\
| * | media: pci: make i2c_client constBhumika Goyal2017-09-231-1/+1
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/ |/|
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-8/+5
|\ \ | |/ |/|
| * fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-8/+5
* | media: pci: make i2c_adapter constBhumika Goyal2017-08-261-1/+1
* | media: pci: make snd_pcm_hardware constBhumika Goyal2017-08-201-1/+1
* | media: cx25821: get rid of CX25821_VERSION_CODEMauro Carvalho Chehab2017-07-202-6/+1
|/
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-2720-80/+0
* [media] cx25821: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-222-13/+2
* [media] cx25821: Drop Freeing of WorkqueueBhaktipriya Shridhar2016-09-221-1/+1
* [media] constify i2c_algorithm structuresJulia Lawall2016-09-191-1/+1
* [media] pci: constify vb2_ops structuresJulia Lawall2016-09-191-1/+1
* [media] pci: constify snd_pcm_ops structuresJulia Lawall2016-09-191-1/+1
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
* [media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-083-12/+2
* cx25821-alsa: shutup a Gcc 6.1 warningMauro Carvalho Chehab2016-06-241-1/+1
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-1/+1
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-6/+6
* various: fix pci_set_dma_mask return value checkingChristoph Hellwig2015-11-201-1/+2
* cx25821: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+2
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-012-10/+14
* [media] cx25821, cx88, tm6000: use SNDRV_DEFAULT_ENABLE_PNPLuis de Bethencourt2015-10-011-1/+1
* [media] cx25821: cx25821-medusa-reg.h: fix 0x0x prefixAntonio Ospite2015-05-131-3/+3
* [media] cx25821: remove video output supportHans Verkuil2014-12-234-3/+14
* [media] cx25821: add create_bufs supportHans Verkuil2014-12-231-1/+6
* [media] cx25821: convert to vb2Hans Verkuil2014-12-234-577/+207
* [media] cx28521: drop videobuf abuse in cx25821-alsaHans Verkuil2014-12-231-17/+90
* [media] cx25821: remove bogus btcx_risc dependencyHans Verkuil2014-12-236-19/+52
* [media] bttv/cx25821/cx88/ivtv: use sg_next instead of sg++Hans Verkuil2014-11-251-6/+6
* [media] cx25821: fix sparse warningHans Verkuil2014-09-031-2/+3
* [media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart2014-07-171-3/+0
* [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan2014-07-041-1/+0
* [media] Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-141-4/+3
* [media] media: pci: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-102-2/+2
* [media] cx25821: fix sparse warningsHans Verkuil2013-10-174-20/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-126/+53
|\
| * cx25821: sanitize cx25821_openfile_audio() a bit...Al Viro2013-04-131-68/+28
| * cx25821: sanitize cx25821_get_audio_data() a bitAl Viro2013-04-131-58/+25
* | [media] cx25821-alsa: get rid of a __must_check warningMauro Carvalho Chehab2013-04-251-0/+2
* | [media] cx25821-video: declare cx25821_vidioc_s_std as staticMauro Carvalho Chehab2013-04-251-1/+2
* | [media] cx25821-video: remove maxw from cx25821_vidioc_try_fmt_vid_capMauro Carvalho Chehab2013-04-251-2/+1
* | [media] cx25821: remove cx25821-audio-upstream.c from the MakefileHans Verkuil2013-04-162-4/+1
* | [media] cx25821: replace custom ioctls with write()Hans Verkuil2013-04-164-228/+72
* | [media] cx25821: drop cx25821-video-upstream-ch2.c/hHans Verkuil2013-04-167-1195/+243
OpenPOWER on IntegriCloud