aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx88 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-12[media] cx88: use wm8775_s_ctrl instead of the s_ctrl opHans Verkuil1-6/+2
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil4-4/+4
2016-07-08[media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil6-23/+5
2016-02-10[media] add media controller support to videobuf2-dvbMauro Carvalho Chehab1-1/+2
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 Verkuil4-4/+4
2015-11-23Merge tag 'v4.4-rc2' into patchworkMauro Carvalho Chehab3-5/+6
2015-11-20various: fix pci_set_dma_mask return value checkingChristoph Hellwig3-5/+6
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab2-2/+2
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab3-4/+4
2015-11-10cx88: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig3-3/+3
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung4-4/+4
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung7-36/+48
2015-10-01[media] cx25821, cx88, tm6000: use SNDRV_DEFAULT_ENABLE_PNPLuis de Bethencourt1-1/+1
2015-06-10[media] cx88: don't declare restart_video_queue if not usedMauro Carvalho Chehab1-1/+1
2015-06-09[media] dvb: Get rid of typedev usage for enumsMauro Carvalho Chehab2-8/+9
2015-05-01[media] cx88: v4l2-compliance fixesHans Verkuil5-16/+6
2015-04-08[media] cx88: embed video_deviceHans Verkuil4-72/+46
2015-03-02[media] cx88: Fix possible leak in cx8802_probe()Christian Engelmayer1-1/+2
2015-02-03[media] cx88-dvb: whitespace cleanupMauro Carvalho Chehab1-2/+2
2014-12-23[media] media: drivers shouldn't touch debug field in video_deviceHans Verkuil1-3/+0
2014-12-22[media] media: remove emacs editor variablesHans Verkuil3-21/+0
2014-12-16[media] cx88: remove leftover start_video_dma() callHans Verkuil1-1/+0
2014-12-16[media] cx88: add missing alloc_ctx supportHans Verkuil6-26/+21
2014-11-25[media] bttv/cx25821/cx88/ivtv: use sg_next instead of sg++Hans Verkuil1-3/+3
2014-11-14[media] media: cx88: use vb2_start_streaming_called() helperPrabhakar Lad1-1/+1
2014-11-03[media] cx88: fix VBI supportHans Verkuil2-9/+22
2014-11-03[media] cx88: pci_disable_device comes after free_irqHans Verkuil1-1/+1
2014-11-03[media] cx88: consistently use UNSET for absent tunerHans Verkuil2-34/+34
2014-11-03[media] cx88: don't allow changes while vb2_is_busyHans Verkuil4-9/+33
2014-11-03[media] cx88: drop mpeg_active fieldHans Verkuil2-7/+5
2014-11-03[media] cx88: move width, height and field to core structHans Verkuil6-82/+98
2014-11-03[media] cx88: don't pollute the kernel logHans Verkuil2-4/+0
2014-11-03[media] cx88: increase API command timeoutHans Verkuil1-1/+1
2014-11-03[media] cx88: remove dependency on btcx-riscHans Verkuil10-23/+49
2014-11-03[media] cx88: drop cx88_free_bufferHans Verkuil7-14/+9
2014-11-03[media] cx88: return proper errors during fw loadHans Verkuil1-17/+15
2014-11-03[media] cx88: fix sparse warningHans Verkuil1-2/+2
2014-11-03[media] cx88: convert to vb2Hans Verkuil8-1097/+651
2014-11-03[media] cx88: drop videobuf abuse in cx88-alsaHans Verkuil1-18/+89
2014-11-03[media] cx88: drop the bogus 'queue' list in dmaqueueHans Verkuil3-68/+3
2014-11-03[media] cx88: remove fmt from the buffer structHans Verkuil3-77/+46
2014-09-26[media] cx88: remove return after BUG()Mauro Carvalho Chehab1-3/+0
2014-09-26[media] cx88: fix cards table CodingStyleMauro Carvalho Chehab1-316/+316
2014-07-25[media] rc-core: rename dev->scanmask to dev->scancode_maskDavid Härdeman1-1/+1
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman1-1/+1
2014-07-23[media] rc-core: document the protocol typeDavid Härdeman1-5/+21
2014-07-23[media] rc-core: improve ir-kbd-i2c get_key functionsDavid Härdeman1-3/+5
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan1-1/+0
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart1-1/+1