aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-01-28media: aspeed: use v4l2_info/v4l2_warn/v4l2_dbg for logJammy Huang1-17/+23
2022-01-28media: i2c: dw9714: add optional regulator supportAngus Ainslie1-1/+41
2022-01-28media: ov2740: identify module after subdev initialisationBingbu Cao1-7/+1
2022-01-28media: i2c: max9286: Implement media entity .link_validate() operationLaurent Pinchart1-0/+5
2022-01-28media: ov5693: fix returnvar.cocci warningskernel test robot1-3/+2
2022-01-28media: ov5693: fix boolconv.cocci warningskernel test robot1-2/+2
2022-01-28media: i2c: Add ov08d10 camera sensor driverJimmy Su3-0/+1540
2022-01-28media: hi847: Add support for Hi-847 sensorShawn Tu3-0/+3026
2022-01-28media: ov8865: Fix indentation in set_selection callbackSakari Ailus1-2/+2
2022-01-28media: ov5648: Don't pack controls structSakari Ailus1-1/+1
2022-01-28media: v4l: Avoid unaligned access warnings when printing 4cc modifiersSakari Ailus1-5/+7
2022-01-28media: ov6650: Fix missing frame interval enumeration supportJanusz Krzysztofik1-6/+34
2022-01-28media: ov6650: Fix crop rectangle affected by set formatJanusz Krzysztofik1-24/+4
2022-01-28media: ov6650: Add try support to selection API operationsJanusz Krzysztofik1-11/+43
2022-01-28media: ov6650: Fix set format try processing pathJanusz Krzysztofik1-35/+48
2022-01-28media: v4l2-fwnode: Move bus config structure to v4l2_mediabus.hLaurent Pinchart10-19/+19
2022-01-28media: v4l2-subdev: Drop .set_mbus_config() operationLaurent Pinchart1-8/+0
2022-01-28media: i2c: ov6650: Drop implementation of .set_mbus_config()Laurent Pinchart1-37/+0
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: v4l2-dev: Use non-atomic bitmap API when applicableChristophe JAILLET1-34/+34
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-28media: i2c: max9286: Use "maxim,gpio-poc" propertyJacopo Mondi1-30/+90
2022-01-24media: mtk-cir: simplify codeSean Young1-3/+4
2022-01-24media: mtk-cir: remove superfluous ir_raw_event_reset()Sean Young1-12/+11
2022-01-24media: mtk-cir: reduce message end to fix nec repeatsSean Young1-4/+5
2022-01-24media: lirc: simplify gap calculationSean Young1-13/+6
2022-01-24media: ir_toy: free before error exitingPeiwei Hu1-1/+1
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
2022-01-23media: mtk-vcodec: Add new interface to lock different hardwareYunfei Dong3-5/+7
2022-01-23media: mtk-vcodec: Generalize power and clock on/off interfacesYunfei Dong9-40/+146