summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-08-29media: tw5864: check status of tw5864_frameinterval_getTom Rix
2020-08-29media: mc-device.c: change media_device_request_alloc to match media_ioctl_infoFrederic Chen
2020-08-29media: staging: tegra-vde: Mark tegra_vde_runtime_suspend/resume as __maybe_u...YueHaibing
2020-08-29media: ttusb-dec: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: media/radio: wl128x: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: sti: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: pxa_camera: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: marvell-ccic: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: tw5864: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: ttpci: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: smipcie: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: ngene: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: mantis: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: bt8xx: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: marvell-ccic: add support for runtime PMLubomir Rintel
2020-08-29media: marvell-ccic: mmp: use generic dev_pm_opsLubomir Rintel
2020-08-29media: marvell-ccic: mmp: get rid of mmpcam_devices listLubomir Rintel
2020-08-29media: cafe-driver: use drvdata instead of back-casting from v4l2_deviceLubomir Rintel
2020-08-29media: fsl-viu: Do not redefine out_be32()/in_be32() for CONFIG_M68KFabio Estevam
2020-08-29media: mtk-vcodec: vdec_vp9_if.c: fix comparison to boolDaniel W. S. Almeida
2020-08-29media: pci: cobalt-i2c.c: fix comparison of 0/1 to bool variableDaniel W. S. Almeida
2020-08-29media: i2c: tda1997x.c: Fix assignment of 0/1 to bool variableDaniel W. S. Almeida
2020-08-29media: i2c: imx219.c: fix assignment of 0/1 to bool variableDaniel W. S. Almeida
2020-08-29media: pci: cx23855-video.c: remove duplicate argument in 'or'Daniel W. S. Almeida
2020-08-29media: dvb-frontends: mb86a16.c: remove useless if/elseDaniel W. S. Almeida
2020-08-29media: usb: dib0700_devices.c: remove useless if/elseDaniel W. S. Almeida
2020-08-29media: pci: saa7164-core.c: replace if (cond) BUG() with BUG_ON()Daniel W. S. Almeida
2020-08-29media: pci: saa7164-vbi.c: replace if (cond) BUG() with BUG_ON()Daniel W. S. Almeida
2020-08-29media: pci: saa7164-dvb.c: replace if(cond) BUG() with BUG_ON()Daniel W. S. Almeida
2020-08-29media: pci: saa7164.c: Replace if(cond) BUG with BUG_ONDaniel W. S. Almeida
2020-08-29media: vicodec: vicodec-core.c: fix assignment of 0/1 to bool variableDaniel W. S. Almeida
2020-08-29media: mtk-vcodec: mtk_vcodec_dec.c: fix comparison to boolDaniel W. S. Almeida
2020-08-29media: cobalt: cobalt-omnitek.c: fix comparison to boolDaniel W. S. Almeida
2020-08-29media: sunxi: sun8i-rotate.c: remove useless error messageDaniel W. S. Almeida
2020-08-28media: platform: Add jpeg enc featureXia Jiang
2020-08-28media: platform: Using the variant structure to contain the varability betwee...Xia Jiang
2020-08-28media: platform: Rename existing functions/defines/variablesXia Jiang
2020-08-28media: platform: Rename jpeg dec file nameXia Jiang
2020-08-28media: platform: Change the call functions of getting/enable/disable the jpeg...Xia Jiang
2020-08-28media: platform: Refactor mtk_jpeg_set_default_params()Xia Jiang
2020-08-28media: platform: Change the colorspace of jpeg to the fixed valueXia Jiang
2020-08-28media: platform: Redefinition of mtk_jpeg_q_data structureXia Jiang
2020-08-28media: platform: Refactor mtk_jpeg_find_format()Xia Jiang
2020-08-28media: platform: Refactor mtk_jpeg_try_fmt_mplane()Xia Jiang
2020-08-28media: platform: Change the maximum width and height supported by JPEG decXia Jiang
2020-08-28media: platform: Delete vidioc_s_selection ioctl of jpeg decXia Jiang
2020-08-28media: platform: Delete redundant code and add annotation for an enumXia Jiang
2020-08-28media: platform: Change MTK_JPEG_COMP_MAX macro definition locationXia Jiang
2020-08-28media: platform: Use generic rounding helpersXia Jiang
2020-08-28media: platform: Stylistic changes for improving code qualityXia Jiang