summaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-04media: i2c: tvp5150: Use parentheses for sizeofNasser Afshin1-1/+1
2018-05-04media: bttv: Fixed oops error when capturing at yuv410pSamuel Williams1-8/+9
2018-05-04media: tuners/qm1d1c0042: use SPDX License IdentifierAkihiro Tsukada2-20/+2
2018-05-04media: tuners/mxl301rf: use SPDX License IdentifierAkihiro Tsukada2-20/+2
2018-05-04media: dvb/pci/pt3: use SPDX License IdentifierAkihiro Tsukada4-40/+4
2018-05-04media: dvb-frontends/tc90522: use SPDX License IdentifierAkihiro Tsukada2-20/+2
2018-05-04media: dvb-core/dvb_frontend: set better default for ISDB-TAkihiro Tsukada1-1/+1
2018-05-04media: dvb-frontends/tc90522: fix bit shift mistakesAkihiro Tsukada1-2/+2
2018-05-04media: ov13858: Remove owner assignment from i2c_driverFabio Estevam1-1/+0
2018-05-04media: ov5695: Remove owner assignment from i2c_driverFabio Estevam1-1/+0
2018-05-04media: em28xx-cards: output regular messages as infoChris Mayo1-6/+6
2018-05-04media: pt3: no need to check if null for dvb_module_release()Mauro Carvalho Chehab1-4/+2
2018-05-04media: media/dvb: earth-pt3: use the new i2c binding helperAkihiro Tsukada1-37/+22
2018-05-04media: dvb: add alternative USB PID for Hauppauge WinTV-soloHDRainer Keller2-0/+3
2018-05-04media: ddbridge, cxd2099: include guard, fix unneeded NULL init, stringsDaniel Scheller5-5/+9
2018-05-04media: cxd2880-spi: avoid out-of-bounds access warningArnd Bergmann1-17/+7
2018-05-04media: lgdt330x: don't use an uninitialized stateMauro Carvalho Chehab1-1/+2
2018-05-04media: lgdt330x: add block error counts via DVBv5Mauro Carvalho Chehab1-24/+76
2018-05-04media: lgdt330x: get rid of read_ber stubMauro Carvalho Chehab1-8/+0
2018-05-04media: lgdt330x: provide DVBv5 Carrier S/N measurementsMauro Carvalho Chehab1-7/+40
2018-05-04media: lgdt330x: move *read_status functionsMauro Carvalho Chehab1-127/+128
2018-05-04media: lgdt330x: constify several register init arraysMauro Carvalho Chehab1-25/+18
2018-05-04media: lgdt330x: do some cleanups at status logicMauro Carvalho Chehab1-8/+8
2018-05-04media: lgdt330x: convert it to the new I2C binding wayMauro Carvalho Chehab10-101/+177
2018-05-04media: lgdt330x: print info when device gets probedMauro Carvalho Chehab1-1/+4
2018-05-04media: lgdt330x: use pr_foo() macrosMauro Carvalho Chehab1-30/+34
2018-05-04media: lgdt330x: fix coding style issuesMauro Carvalho Chehab1-154/+204
2018-05-04media: lgdt330x: use kernel-doc instead of inlined commentsMauro Carvalho Chehab1-12/+13
2018-05-04media: em28xx: fix a regression with HVR-950Mauro Carvalho Chehab1-0/+2
2018-05-04media: v4l2-core: get rid of videobuf-dvbMauro Carvalho Chehab4-462/+0
2018-05-04media: cx231xx: get rid of videobuf-dvb dependencyMauro Carvalho Chehab3-5/+5
2018-05-04media: dvb-usb-v2: stop using coherent memory for URBsMauro Carvalho Chehab1-13/+4
2018-05-04media: dvbsky: fix driver unregister logicMauro Carvalho Chehab1-0/+3
2018-05-04media: dvbsky: use the new dvb_module_probe() APIMauro Carvalho Chehab1-279/+127
2018-05-04media: ddbridge: set driver version to 0.9.33-integratedDaniel Scheller1-1/+1
2018-05-04media: ddbridge: recognize and attach the MaxSX8 cardsDaniel Scheller1-0/+15
2018-05-04media: ddbridge: add hardware defs and PCI IDs for MCI cardsDaniel Scheller3-4/+19
2018-05-04media: ddbridge/max: implement MCI/MaxSX8 attach functionDaniel Scheller2-0/+43
2018-05-04media: ddbridge: initial support for MCI-based MaxSX8 cardsDaniel Scheller3-1/+703
2018-05-04media: ddbridge: support dummy tuners with 125MByte/s dummy data streamDaniel Scheller3-0/+38
2018-05-04media: ddbridge: make DMA buffer count and size modparam-configurableDaniel Scheller2-18/+24
2018-05-04media: ddbridge: set devid entry for link 0Daniel Scheller1-0/+1
2018-05-04media: ddbridge: fix output buffer checkDaniel Scheller1-2/+2
2018-05-04media: ddbridge: use spin_lock_irqsave() in output_work()Daniel Scheller1-6/+6
2018-05-04media: ddbridge: improve separated MSI IRQ handlingDaniel Scheller1-10/+12
2018-05-04media: ddbridge: add macros to handle IRQs in nibble and byte blocksDaniel Scheller1-40/+27
2018-05-04media: ddbridge: add helper for IRQ handler setupDaniel Scheller3-28/+41
2018-05-04media: ddbridge: request/free_irq using pci_irq_vector, enable MSI-XDaniel Scheller1-10/+14
2018-05-04media: ddbridge: move MSI IRQ cleanup to a helper functionDaniel Scheller1-6/+10
2018-05-04media: ddbridge: move ddb_wq and the wq+class initialisation to -coreDaniel Scheller3-22/+38