summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-20media: vim2m: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-08-20media: mx2-emmaprp: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-08-20media: m2m-deinterlace: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-08-20media: bdisp: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-08-20media: exynos-gsc: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-08-20media: vcodec: mediatek: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-08-20media: V4L2: platform: rcar_jpu: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-08-20media: s5p-g2d: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-08-20media: ti-vpe: vpe: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-08-20media: st-delta: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-08-20media: imx: capture: constify vb2_ops structuresJulia Lawall1-2/+2
2017-08-20media: blackfin: bfin_capture: constify vb2_ops structuresJulia Lawall1-1/+1
2017-08-20media: staging: media: davinci_vpfe: constify vb2_ops structuresJulia Lawall1-1/+1
2017-08-20media: davinci: vpbe: constify vb2_ops structuresJulia Lawall1-1/+1
2017-08-20media: s5p-jpeg: directly use parsed subsampling on exynos5433Andrzej Pietrasiewicz1-1/+2
2017-08-20media: s5p-jpeg: fix number of components macroAndrzej Pietrasiewicz1-1/+1
2017-08-20media: s5p-jpeg: Clear JPEG_CODEC_ON bits in sw reset functionTony K Nadackal1-0/+4
2017-08-20media: s5p-jpeg: disable encoder/decoder in exynos4-like hardware after useAndrzej Pietrasiewicz3-1/+7
2017-08-20media: s5p-jpeg: Fix crash in jpeg isr due to multiple interruptsTony K Nadackal1-0/+3
2017-08-20media: s5p-jpeg: set w/h when encodingAndrzej Pietrasiewicz1-2/+6
2017-08-20media: s5p-jpeg: don't overwrite result's "size" memberAndrzej Pietrasiewicz1-1/+1
2017-08-20media: ddbridge: get rid of fall though gcc 7.1 warningsMauro Carvalho Chehab1-0/+3
2017-08-20media: dvb-frontends/cxd2841er: update moddesc wrt new chip supportDaniel Scheller1-1/+1
2017-08-20media: ddbridge: constify stv0910_p and lnbh25_cfgJulia Lawall1-2/+2
2017-08-20media: ddbridge: const'ify all ddb_info, ddb_regmap et alDaniel Scheller4-28/+29
2017-08-20media: ddbridge: bump version string to 0.9.31intermediate-integratedDaniel Scheller1-1/+1
2017-08-20media: ddbridge: remove ddb_info's from the global scopeDaniel Scheller2-55/+23
2017-08-20media: ddbridge: move ddb_unmap(), cleanup modparamsDaniel Scheller3-20/+21
2017-08-20media: ddbridge: move device ID table to ddbridge-hwDaniel Scheller5-45/+96
2017-08-20media: ddbridge: fix gap handlingDaniel Scheller1-1/+5
2017-08-20media: dvb-frontends/stv0910: fix mask for scramblingcode setupDaniel Scheller1-1/+1
2017-08-20media: dvb-frontends/stv0910: fix FE_HAS_LOCK check order in tune()Daniel Scheller1-3/+5
2017-08-20media: ddbridge: fix buffer overflow in max_set_input_unlocked()Daniel Scheller1-3/+4
2017-08-20media: ddbridge: support MaxLinear MXL5xx based cards (MaxS4/8)Daniel Scheller10-4/+588
2017-08-20media: dvb-frontends: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator driverDaniel Scheller6-0/+3022
2017-08-20media: dvb-frontends/stv{0910,6111}: constify tablesDaniel Scheller2-21/+22
2017-08-20media: dvb-frontends/stv6111: cosmetics: comments fixup, miscDaniel Scheller1-15/+15
2017-08-20media: dvb-frontends/stv6111: coding style cleanupDaniel Scheller2-19/+26
2017-08-20media: dvb-frontends/stv0910: cosmetics: fixup comments, miscDaniel Scheller2-1176/+1184
2017-08-20media: dvb-frontends/stv0910: further coding style cleanupDaniel Scheller2-49/+48
2017-08-20media: dvb-frontends/stv0910: implement diseqc_send_burstDaniel Scheller1-0/+22
2017-08-20media: dvb-frontends/stv0910: fix STR assignment, remove unneeded varDaniel Scheller1-4/+1
2017-08-20media: ddbridge: Kconfig option to control the MSI modparam defaultDaniel Scheller2-2/+24
2017-08-20media: ddbridge: fix dereference before checkDaniel Scheller1-4/+14
2017-08-20media: ddbridge: fix impossible condition warningDaniel Scheller1-1/+1
2017-08-20media: ddbridge: remove unreachable codeDaniel Scheller1-23/+4
2017-08-20media: ddbridge: fix possible buffer overflow in ddb_ports_init()Daniel Scheller1-1/+1
2017-08-20media: ddbridge: only register frontends in fe2 if fe is not NULLDaniel Scheller1-9/+11
2017-08-20media: ddbridge: check pointers before dereferencingDaniel Scheller1-2/+2
2017-08-20media: ddbridge: split off hardware definitions and mappingsDaniel Scheller6-286/+354