aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2020-08-29media: sti: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+4
2020-08-29media: pxa_camera: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-08-29media: marvell-ccic: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-29media: marvell-ccic: add support for runtime PMLubomir Rintel2-31/+43
2020-08-29media: marvell-ccic: mmp: use generic dev_pm_opsLubomir Rintel1-12/+6
2020-08-29media: marvell-ccic: mmp: get rid of mmpcam_devices listLubomir Rintel1-70/+8
2020-08-29media: cafe-driver: use drvdata instead of back-casting from v4l2_deviceLubomir Rintel1-6/+4
2020-08-29media: fsl-viu: Do not redefine out_be32()/in_be32() for CONFIG_M68KFabio Estevam1-1/+1
2020-08-29media: mtk-vcodec: vdec_vp9_if.c: fix comparison to boolDaniel W. S. Almeida1-1/+1
2020-08-29media: mtk-vcodec: mtk_vcodec_dec.c: fix comparison to boolDaniel W. S. Almeida1-4/+3
2020-08-29media: sunxi: sun8i-rotate.c: remove useless error messageDaniel W. S. Almeida1-4/+1
2020-08-28media: platform: Add jpeg enc featureXia Jiang5-4/+611
2020-08-28media: platform: Using the variant structure to contain the varability between dec and encXia Jiang2-45/+104
2020-08-28media: platform: Rename existing functions/defines/variablesXia Jiang3-91/+96
2020-08-28media: platform: Rename jpeg dec file nameXia Jiang7-7/+7
2020-08-28media: platform: Change the call functions of getting/enable/disable the jpeg's clockXia Jiang2-13/+23
2020-08-28media: platform: Refactor mtk_jpeg_set_default_params()Xia Jiang1-10/+2
2020-08-28media: platform: Change the colorspace of jpeg to the fixed valueXia Jiang1-12/+12
2020-08-28media: platform: Redefinition of mtk_jpeg_q_data structureXia Jiang2-64/+57
2020-08-28media: platform: Refactor mtk_jpeg_find_format()Xia Jiang2-33/+34
2020-08-28media: platform: Refactor mtk_jpeg_try_fmt_mplane()Xia Jiang1-33/+16
2020-08-28media: platform: Change the maximum width and height supported by JPEG decXia Jiang1-2/+2
2020-08-28media: platform: Delete vidioc_s_selection ioctl of jpeg decXia Jiang1-22/+0
2020-08-28media: platform: Delete redundant code and add annotation for an enumXia Jiang2-15/+8
2020-08-28media: platform: Change MTK_JPEG_COMP_MAX macro definition locationXia Jiang2-1/+2
2020-08-28media: platform: Use generic rounding helpersXia Jiang3-39/+15
2020-08-28media: platform: Stylistic changes for improving code qualityXia Jiang2-13/+13
2020-08-28media: platform: Delete zeroing the reserved fieldsXia Jiang1-5/+0
2020-08-28media: platform: Cancel the last frame handling flowXia Jiang1-44/+2
2020-08-28media: platform: Add mechanism to handle jpeg hardware's locking upXia Jiang2-0/+29
2020-08-28media: platform: Improve the implementation of the system PM opsXia Jiang1-10/+8
2020-08-28media: platform: Delete the resetting hardware flow in the system PM opsXia Jiang1-2/+0
2020-08-28media: platform: Improve power on and power off flowXia Jiang1-21/+6
2020-08-28media: platform: Change the fixed device node number to unfixed valueXia Jiang1-1/+1
2020-08-28media: platform: Improve getting and requesting irq flow for bug fixingXia Jiang1-5/+2
2020-08-28media: platform: Improve queue set up flow for bug fixingXia Jiang1-0/+7
2020-08-28media: platform: Improve subscribe event flow for bug fixingXia Jiang1-2/+2
2020-08-28media: media/platform: drop vb2_queue_release()Hans Verkuil7-31/+8
2020-08-28media: qcom/camss: use vb2_video_unregister_device()Hans Verkuil5-27/+2
2020-08-26media: mtk-vcodec: fix Kconfig help textAlexandre Courbot1-2/+2
2020-08-26media: mtk-vcodec: set dma max segment sizeHsin-Yi Wang2-0/+16
2020-08-26media: ti-vpe: cal: Fix compilation on 32-bit ARMLaurent Pinchart1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-18media: venus: core: Add support for opp tables/perf votingRajendra Nayak3-7/+92
2020-08-18media: venus: core: Fix error handling in probeRajendra Nayak1-5/+10
2020-08-18media: venus: core: Fix runtime PM imbalance in venus_probeDinghao Liu1-1/+4
2020-08-18media: rcar-csi2: Negotiate data lanes numberJacopo Mondi1-7/+68
2020-08-18media: pxa_camera: Use the new set_mbus_config opJacopo Mondi1-138/+51
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+3
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds64-2464/+3780