summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* media: saa7164: fix return codes for the polling routineMauro Carvalho Chehab2018-08-081-3/+3
* media: sta2x11: add a missing parameter descriptionMauro Carvalho Chehab2018-08-071-0/+1
* media: dm1105: Limit number of cards to avoid buffer over readAnton Vasilyev2018-08-031-0/+3
* media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab2018-08-034-23/+21Star
* media: ddbridge/mci: add SX8 I/Q mode remark and remove DIAG CMD definesDaniel Scheller2018-07-301-8/+16
* media: ddbridge/sx8: enable modulation selection in set_parameters()Daniel Scheller2018-07-301-7/+23
* media: ddbridge/sx8: disable automatic PLS code searchDaniel Scheller2018-07-301-1/+1
* media: ddbridge/mci: add more MCI status codes, improve MCI_SUCCESS macroDaniel Scheller2018-07-301-2/+6
* media: ddbridge/mci: split MaxSX8 specific code off to ddbridge-sx8.cDaniel Scheller2018-07-307-419/+516
* media: ddbridge/mci: make ddb_mci_cmd() and ddb_mci_config() publicDaniel Scheller2018-07-302-47/+51
* media: ddbridge/mci: store mci type and number of ports in the hwinfoDaniel Scheller2018-07-303-6/+10
* media: ddbridge/mci: extend mci_command and mci_result structsDaniel Scheller2018-07-301-8/+66
* media: ddbridge/mci: rename defines and fix i/q var typesDaniel Scheller2018-07-302-29/+29
* media: ddbridge/mci: read and report signal strength and SNRDaniel Scheller2018-07-301-1/+46
* media: ddbridge/mci: update copyright year in headersDaniel Scheller2018-07-302-6/+6
* media: ddbridge: change MCI base ID and define a SX8 IDDaniel Scheller2018-07-302-3/+5
* media: ddbridge: link structure access cosmetics in ddb_port_probe()Daniel Scheller2018-07-301-8/+9
* media: ddbridge: remove unused MDIO defines and hwinfo memberDaniel Scheller2018-07-302-9/+0Star
* media: ddbridge: report I2C bus errorsDaniel Scheller2018-07-301-1/+4
* media: ddbridge: evaluate the actual link when setting up the dummy tunerDaniel Scheller2018-07-301-1/+1
* media: ddbridge: probe for LNBH25 chips before attachingDaniel Scheller2018-07-301-7/+15
* media: pci/pt1: suppress compiler warning in xtensa archAkihiro Tsukada2018-07-301-2/+0Star
* media: pci: ivtv: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-272-2/+2
* media: pci: cx88: Replace mdelay() with msleep() in dvb_register()Jia-Ju Bai2018-07-271-10/+10
* media: pci: cx88: Replace mdelay() with msleep() in cx88_card_setup_pre_i2c()Jia-Ju Bai2018-07-271-2/+2
* media: pci: cx25821: Replace mdelay() with msleep()Jia-Ju Bai2018-07-272-3/+3
* media: pci: cx23885: Replace mdelay() with msleep() in cx23885_reset()Jia-Ju Bai2018-07-271-1/+1
* media: pci: cx23885: Replace mdelay() with msleep() and usleep_range() in cx2...Jia-Ju Bai2018-07-271-41/+41
* media: pci: cx23885: Replace mdelay() with msleep() and usleep_range() in alt...Jia-Ju Bai2018-07-271-1/+1
* media: pci: cobalt: Replace GFP_ATOMIC with GFP_KERNEL in cobalt_probe()Jia-Ju Bai2018-07-271-1/+1
* media: dvb-bt8xx: remove duplicate codeGustavo A. R. Silva2018-07-271-4/+0Star
* media: netup_unidvb: don't check number of messages in the driverWolfram Sang2018-07-271-5/+0Star
* media: tw686x: Fix oops on buffer alloc failureKrzysztof Ha?asa2018-07-251-3/+8
* media: ivtv: zero-initialize cx25840 platform dataMaciej S. Szmigiero2018-07-041-0/+1
* media: sta2x11: Add video_device and vb2_queue locksEzequiel Garcia2018-07-041-0/+6
* media: cx88: add error handling for snd_ctl_addZhouyang Jia2018-06-281-2/+5
* media: cx18: remove redundant zero check on retvalColin Ian King2018-06-281-2/+0Star
* media: bt8xx: bttv: fix spelling mistake: "culpit" -> "culprit"Colin Ian King2018-06-281-1/+1
* media: cx25821: remove cx25821-audio-upstream.c and cx25821-video-upstream.cCorentin Labbe2018-06-285-1557/+0Star
* media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab2018-06-152-3/+3
* media: dvb: fix location of get_dvb_firmware scriptMauro Carvalho Chehab2018-06-153-3/+3
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-134-4/+4
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-133-3/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-2/+3
* Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-0768-12581/+1694Star
|\
| * media: ddbridge: conditionally enable fast TS for stv0910-equipped bridgesDaniel Scheller2018-05-281-5/+29
| * media: dvb-frontends/stv0910: make TS speed configurableDaniel Scheller2018-05-282-0/+2
| * media: ddbridge/mci: add identifiers to function definition argumentsDaniel Scheller2018-05-282-2/+2
| * media: ddbridge/mci: protect against out-of-bounds array access in stop()Daniel Scheller2018-05-282-10/+15