aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-08media: saa7164: fix return codes for the polling routineMauro Carvalho Chehab1-3/+3
2018-08-07media: sta2x11: add a missing parameter descriptionMauro Carvalho Chehab1-0/+1
2018-08-02media: dm1105: Limit number of cards to avoid buffer over readAnton Vasilyev1-0/+3
2018-08-02media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab4-23/+21
2018-07-30media: ddbridge/mci: add SX8 I/Q mode remark and remove DIAG CMD definesDaniel Scheller1-8/+16
2018-07-30media: ddbridge/sx8: enable modulation selection in set_parameters()Daniel Scheller1-7/+23
2018-07-30media: ddbridge/sx8: disable automatic PLS code searchDaniel Scheller1-1/+1
2018-07-30media: ddbridge/mci: add more MCI status codes, improve MCI_SUCCESS macroDaniel Scheller1-2/+6
2018-07-30media: ddbridge/mci: split MaxSX8 specific code off to ddbridge-sx8.cDaniel Scheller7-419/+516
2018-07-30media: ddbridge/mci: make ddb_mci_cmd() and ddb_mci_config() publicDaniel Scheller2-47/+51
2018-07-30media: ddbridge/mci: store mci type and number of ports in the hwinfoDaniel Scheller3-6/+10
2018-07-30media: ddbridge/mci: extend mci_command and mci_result structsDaniel Scheller1-8/+66
2018-07-30media: ddbridge/mci: rename defines and fix i/q var typesDaniel Scheller2-29/+29
2018-07-30media: ddbridge/mci: read and report signal strength and SNRDaniel Scheller1-1/+46
2018-07-30media: ddbridge/mci: update copyright year in headersDaniel Scheller2-6/+6
2018-07-30media: ddbridge: change MCI base ID and define a SX8 IDDaniel Scheller2-3/+5
2018-07-30media: ddbridge: link structure access cosmetics in ddb_port_probe()Daniel Scheller1-8/+9
2018-07-30media: ddbridge: remove unused MDIO defines and hwinfo memberDaniel Scheller2-9/+0
2018-07-30media: ddbridge: report I2C bus errorsDaniel Scheller1-1/+4
2018-07-30media: ddbridge: evaluate the actual link when setting up the dummy tunerDaniel Scheller1-1/+1
2018-07-30media: ddbridge: probe for LNBH25 chips before attachingDaniel Scheller1-7/+15
2018-07-30media: pci/pt1: suppress compiler warning in xtensa archAkihiro Tsukada1-2/+0
2018-07-27media: pci: ivtv: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2-2/+2
2018-07-27media: pci: cx88: Replace mdelay() with msleep() in dvb_register()Jia-Ju Bai1-10/+10
2018-07-27media: pci: cx88: Replace mdelay() with msleep() in cx88_card_setup_pre_i2c()Jia-Ju Bai1-2/+2
2018-07-27media: pci: cx25821: Replace mdelay() with msleep()Jia-Ju Bai2-3/+3
2018-07-27media: pci: cx23885: Replace mdelay() with msleep() in cx23885_reset()Jia-Ju Bai1-1/+1
2018-07-27media: pci: cx23885: Replace mdelay() with msleep() and usleep_range() in cx23885_gpio_setup()Jia-Ju Bai1-41/+41
2018-07-27media: pci: cx23885: Replace mdelay() with msleep() and usleep_range() in altera_ci_slot_reset()Jia-Ju Bai1-1/+1
2018-07-27media: pci: cobalt: Replace GFP_ATOMIC with GFP_KERNEL in cobalt_probe()Jia-Ju Bai1-1/+1
2018-07-27media: dvb-bt8xx: remove duplicate codeGustavo A. R. Silva1-4/+0
2018-07-27media: netup_unidvb: don't check number of messages in the driverWolfram Sang1-5/+0
2018-07-25media: tw686x: Fix oops on buffer alloc failureKrzysztof Ha?asa1-3/+8
2018-07-04media: ivtv: zero-initialize cx25840 platform dataMaciej S. Szmigiero1-0/+1
2018-07-04media: sta2x11: Add video_device and vb2_queue locksEzequiel Garcia1-0/+6
2018-06-28media: cx88: add error handling for snd_ctl_addZhouyang Jia1-2/+5
2018-06-28media: cx18: remove redundant zero check on retvalColin Ian King1-2/+0
2018-06-28media: bt8xx: bttv: fix spelling mistake: "culpit" -> "culprit"Colin Ian King1-1/+1
2018-06-28media: cx25821: remove cx25821-audio-upstream.c and cx25821-video-upstream.cCorentin Labbe5-1557/+0
2018-06-15media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab2-3/+3
2018-06-15media: dvb: fix location of get_dvb_firmware scriptMauro Carvalho Chehab3-3/+3
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook4-4/+4
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook3-3/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-2/+3
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds68-12581/+1694
2018-05-28media: ddbridge: conditionally enable fast TS for stv0910-equipped bridgesDaniel Scheller1-5/+29
2018-05-28media: dvb-frontends/stv0910: make TS speed configurableDaniel Scheller2-0/+2
2018-05-28media: ddbridge/mci: add identifiers to function definition argumentsDaniel Scheller2-2/+2
2018-05-28media: ddbridge/mci: protect against out-of-bounds array access in stop()Daniel Scheller2-10/+15