aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2021-01-04media: ti-vpe: cal: Use spin_lock_irq() when starting or stopping streamLaurent Pinchart1-9/+7
2021-01-04media: ti-vpe: cal: Stop write DMA without disabling PPILaurent Pinchart4-62/+117
2021-01-04media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()Laurent Pinchart3-18/+18
2021-01-04media: ti-vpe: cal: Refactor interrupt enable/disableLaurent Pinchart4-60/+57
2021-01-04media: ti-vpe: cal: Rename struct cal_fmt to cal_format_infoLaurent Pinchart4-66/+66
2021-01-04media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()Laurent Pinchart3-19/+12
2021-01-04media: ti-vpe: cal: Use CAMERARX subdev s_stream op in video device codeLaurent Pinchart3-21/+21
2021-01-04media: ti-vpe: cal: Implement subdev ops for CAMERARXLaurent Pinchart2-0/+207
2021-01-04media: ti-vpe: cal: Iterate over correct number of CAMERARX instancesLaurent Pinchart1-11/+9
2021-01-04media: ti-vpe: cal: Replace hardcoded BIT() value with macroLaurent Pinchart1-1/+2
2021-01-04media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefixLaurent Pinchart2-4/+13
2021-01-04media: ti-vpe: cal: Move format handling to cal.c and expose helpersLaurent Pinchart3-103/+134
2021-01-04media: ti-vpe: cal: Drop cal_ctx m_fmt fieldLaurent Pinchart3-9/+7
2021-01-04media: ti-vpe: cal: Create subdev for CAMERARXLaurent Pinchart4-10/+88
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-48/+0
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2020-12-14Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-2/+1
2020-12-09media: venus: dev_pm_opp_put_*() accepts NULL argumentViresh Kumar1-2/+1
2020-12-07media: rcar-vin: Mask VNCSI_IFMD registerJacopo Mondi1-3/+22
2020-12-07media: meson: Add M2M driver for the Amlogic GE2D Accelerator UnitNeil Armstrong5-0/+1445
2020-12-03media: Rename stateful codec control macrosEzequiel Garcia2-2/+2
2020-12-03media: rockchip: rkisp1: remove useless debugfs checksDan Carpenter1-4/+0
2020-12-03media: camss: Make use of V4L2_CAP_IO_MCAndrey Konovalov1-3/+25
2020-12-03media: Revert "media: camss: Make use of V4L2_CAP_IO_MC"Andrey Konovalov1-54/+13
2020-12-03media: rockchip: rkisp1: Fix typos in comments and macro definitionsPeilin Ye2-4/+4
2020-12-03media: rcar-vin: Remove unused macroJacopo Mondi1-1/+0
2020-12-03media: fsl-viu: Use the ioread/write32be() accessorsFabio Estevam1-64/+55
2020-12-03media: platform: exynos4-is: remove all references to physical addressesMarek Szyprowski11-60/+58
2020-12-03media: s5p-jpeg: handle error condition in s5p_jpeg_probeBaskov Evgeniy1-0/+2
2020-12-03media: mtk-vpu: dump VPU status when IPI times outIrui Wang1-4/+29
2020-12-03media: mtk-vpu: VPU should be in idle state before system is suspendedIrui Wang1-0/+68
2020-12-03media: coda: Convert the driver to DT-onlyFabio Estevam2-26/+3
2020-12-03media: rockchip: rkisp1: Constify static structsRikard Falkeborn3-6/+6
2020-12-02media: rcar-vin: Rework CSI-2 firmware parsingNiklas Söderlund1-26/+39
2020-12-02media: rcar-vin: Use v4l2_async_subdev instead of fwnode_handle to match subdevicesNiklas Söderlund2-5/+5
2020-12-02media: rcar-vin: Rework parallel firmware parsingNiklas Söderlund1-14/+36
2020-12-02media: rcar-vin: Only dynamically allocate v4l2_async_subdevNiklas Söderlund4-40/+39
2020-12-02media: omap3isp: Remove misleading commentThomas Gleixner1-3/+2
2020-12-01Merge tag 'v5.10-rc6' into patchworkMauro Carvalho Chehab13-187/+335
2020-11-27media: c8sectpfe: clean up some indentingDan Carpenter1-3/+2
2020-11-27media: platform: sti: c8sectpfe: core: Add of_node_put() at gotoNishka Dasgupta1-8/+10
2020-11-25media: camss: csiphy: Set rate on csiX_phy clock on SDM630/660AngeloGioacchino Del Regno2-3/+20
2020-11-25media: camss: csiphy-3ph: Add support for SDM630/660AngeloGioacchino Del Regno1-1/+6
2020-11-25media: camss: Add support for SDM630/636/660 camera subsystemAngeloGioacchino Del Regno7-19/+237
2020-11-25media: camss: vfe: Add support for VFE 4.8AngeloGioacchino Del Regno2-0/+116
2020-11-25media: camss: vfe-4-7: Rename get_ub_size, set_qos, set_ds, wm_enableAngeloGioacchino Del Regno1-8/+8
2020-11-25media: camss: ispif: Correctly reset based on the VFE IDAngeloGioacchino Del Regno2-31/+56
2020-11-25media: stm32-dcmi: add support of BT656 busHugues Fruchet1-2/+35
2020-11-18media: sun8i-di: Remove the call to of_dma_configureMaxime Ripard1-4/+0
2020-11-18media: sun6i: Remove the MBUS quirksMaxime Ripard1-17/+0