summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx25821
Commit message (Expand)AuthorAgeFilesLines
* [media] cx25821: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-222-13/+2Star
* [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/+2Star
* 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-211-1/+2
* cx25821: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-111-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/+207Star
* [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/+0Star
* [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan2014-07-041-1/+0Star
* [media] Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-141-4/+3Star
* [media] media: pci: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-102-2/+2
* [media] cx25821: fix sparse warningsHans Verkuil2013-10-174-20/+14Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-126/+53Star
|\
| * cx25821: sanitize cx25821_openfile_audio() a bit...Al Viro2013-04-131-68/+28Star
| * cx25821: sanitize cx25821_get_audio_data() a bitAl Viro2013-04-131-58/+25Star
* | [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/+1Star
* | [media] cx25821: remove cx25821-audio-upstream.c from the MakefileHans Verkuil2013-04-162-4/+1Star
* | [media] cx25821: replace custom ioctls with write()Hans Verkuil2013-04-164-228/+72Star
* | [media] cx25821: drop cx25821-video-upstream-ch2.c/hHans Verkuil2013-04-167-1195/+243Star
* | [media] cx25821: add output format ioctlsHans Verkuil2013-04-161-0/+46
* | [media] cx25821: prepare querycap for output supportHans Verkuil2013-04-161-2/+2
* | [media] cx25821: group all fmt functions togetherHans Verkuil2013-04-161-41/+43
* | [media] cx25821: setup output nodes correctlyHans Verkuil2013-04-164-200/+67Star
* | [media] cx25821: remove references to subdevices that aren't thereHans Verkuil2013-04-163-131/+7Star
* | [media] cx25821: remove custom ioctls that duplicate v4l2 ioctlsHans Verkuil2013-04-163-143/+6Star
* | [media] cx25821: g/s/try/enum_fmt related fixes and cleanupsHans Verkuil2013-04-161-102/+32Star
* | [media] cx25821: switch to v4l2_fh, add event and prio handlingHans Verkuil2013-04-163-148/+59Star
* | [media] cx25821: replace resource management functions with fh ownershipHans Verkuil2013-04-162-100/+35Star
* | [media] cx25821: move vidq from cx25821_fh to cx25821_channelHans Verkuil2013-04-162-128/+115Star
* | [media] cx25821: remove 'type' field from cx25821_fhHans Verkuil2013-04-162-42/+15Star
* | [media] cx25821: use core lockingHans Verkuil2013-04-164-96/+27Star
* | [media] cx25821: remove unnecessary debug messagesHans Verkuil2013-04-161-12/+0Star