aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2022-02-22media: platform: mtk-vcodec: Do not force /dev/videoX node numberBenjamin Gaignard2-16/+13
2022-02-22media: aspeed: Use of_device_get_match_data() helperJammy Huang1-5/+4
2022-02-22media: aspeed: Use full swing as JFIF to fix incorrect colorJammy Huang1-3/+11
2022-02-22media: aspeed: Fix unstable timing detectionJammy Huang1-0/+13
2022-02-22media: aspeed: Add macro for the fields of the mode-detect registersJammy Huang1-1/+12
2022-02-22media: aspeed: add comments and macroJammy Huang1-3/+33
2022-02-22media: rcar-{csi2,vin}: Move to full Virtual Channel routing per CSI-2 IPNiklas Söderlund4-258/+137
2022-02-22media: rcar-vin: Breakout media link creationNiklas Söderlund1-20/+19
2022-02-22media: rcar-vin: Refactor link notifyNiklas Söderlund1-44/+46
2022-02-17media: xilinx: csi2rxss: Use mipi-csi2.hLaurent Pinchart1-61/+45
2022-02-17media: rcar-csi2: Use mipi-csi2.hLaurent Pinchart1-11/+46
2022-02-17media: rcar-isp: Use mipi-csi2.hLaurent Pinchart1-6/+26
2022-02-17media: vsp1: mask interrupts before enablingNikita Yushchenko1-8/+29
2022-02-17media: ti-vpe: cal: Fix a NULL pointer dereference in cal_ctx_v4l2_init_formats()Zhou Qingyang1-0/+3
2022-02-17media: omap3isp: Use struct_group() for memcpy() regionKees Cook1-2/+3
2022-02-17media: v4l2-mediabus: Use structures to describe bus configurationLaurent Pinchart3-19/+11
2022-02-17media: microchip-csi2dc: Remove VC support for nowSakari Ailus1-16/+2
2022-02-17media: camss: csiphy: Move to hardcode CSI Clock Lane numberRobert Foss4-23/+41
2022-02-16media: mexon-ge2d: fixup frames size in registersNeil Armstrong1-12/+12
2022-02-16media: s5p_mfc_dec: set flags for OUTPUT coded formatsMaxime Jourdan2-0/+19
2022-01-28media: aspeed: Correct values for detected timingJammy Huang1-13/+97
2022-01-28media: aspeed: Use FIELD_GET to improve readabilityJammy Huang1-19/+12
2022-01-28media: aspeed: Correct value for h-total-pixelsJammy Huang1-3/+6
2022-01-28media: aspeed: Fix no complete irq for non-64-aligned widthJammy Huang1-8/+9
2022-01-28media: aspeed: add more debug log messagesJammy Huang1-0/+24
2022-01-28media: aspeed: use v4l2_info/v4l2_warn/v4l2_dbg for logJammy Huang1-17/+23
2022-01-28media: v4l2-fwnode: Move bus config structure to v4l2_mediabus.hLaurent Pinchart6-8/+8
2022-01-28media: pxa_camera: Drop usage of .set_mbus_config()Laurent Pinchart1-5/+4
2022-01-28media: mtk-vcodec: Get rid of mtk_smi_larb_get/putYong Wu7-83/+12
2022-01-28media: mtk-mdp: Get rid of mtk_smi_larb_get/putYong Wu3-43/+0
2022-01-28media: mtk-jpeg: Get rid of mtk_smi_larb_get/putYong Wu2-45/+2
2022-01-28media: imx-jpeg: Prevent decoding NV12M jpegs into single-planar buffersMirela Rabulea1-0/+6
2022-01-28media: coda: Fix missing put_device() call in coda_get_vdoa_dataMiaoqian Lin1-0/+1
2022-01-28media: coda: Use platform_get_irq() to get the interruptLad Prabhakar1-5/+4
2022-01-28media: mtk-vpu: Drop unnecessary call to platform_get_resource()Lad Prabhakar1-7/+3
2022-01-28media: s5p-g2d: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+3
2022-01-28media: exynos4-is: Use platform_get_irq() to get the interruptLad Prabhakar2-12/+10
2022-01-28media: marvell-ccic: Use platform_get_irq() to get the interruptLad Prabhakar1-5/+3
2022-01-28media: exynos-gsc: Use platform_get_irq() to get the interruptLad Prabhakar1-8/+6
2022-01-28media: stm32-dma2d: Use platform_get_irq() to get the interruptLad Prabhakar1-6/+3
2022-01-28media: s5p-mfc: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+4
2022-01-28media: bdisp: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+3
2022-01-28media: camss: Use platform_get_irq_byname() to get the interruptLad Prabhakar4-32/+16
2022-01-28media: vsp1: Use platform_get_irq() to get the interruptLad Prabhakar1-8/+6
2022-01-23media: mtk-vcodec: Remove mtk_vcodec_release_enc_pmYunfei Dong3-13/+8
2022-01-23media: mtk-vcodec: Remove mtk_vcodec_release_dec_pmYunfei Dong4-17/+15
2022-01-23media: mtk-vcodec: Use codec type to separate different hardwareYunfei Dong3-9/+41
2022-01-23media: mtk-vcodec: Add core dec and dec end ipi msgYunfei Dong3-0/+34
2022-01-23media: mtk-vcodec: Support 34bits dma address for vdecYunfei Dong1-0/+8
2022-01-23media: mtk-vcodec: Add work queue for core hardware decodeYunfei Dong4-1/+53