summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
...
* media: aspeed: add more debug log messagesJammy Huang2022-01-281-0/+24
* media: aspeed: use v4l2_info/v4l2_warn/v4l2_dbg for logJammy Huang2022-01-281-17/+23
* media: v4l2-fwnode: Move bus config structure to v4l2_mediabus.hLaurent Pinchart2022-01-286-8/+8
* media: pxa_camera: Drop usage of .set_mbus_config()Laurent Pinchart2022-01-281-5/+4
* media: mtk-vcodec: Get rid of mtk_smi_larb_get/putYong Wu2022-01-287-83/+12
* media: mtk-mdp: Get rid of mtk_smi_larb_get/putYong Wu2022-01-283-43/+0
* media: mtk-jpeg: Get rid of mtk_smi_larb_get/putYong Wu2022-01-282-45/+2
* media: imx-jpeg: Prevent decoding NV12M jpegs into single-planar buffersMirela Rabulea2022-01-281-0/+6
* media: coda: Fix missing put_device() call in coda_get_vdoa_dataMiaoqian Lin2022-01-281-0/+1
* media: coda: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-281-5/+4
* media: mtk-vpu: Drop unnecessary call to platform_get_resource()Lad Prabhakar2022-01-281-7/+3
* media: s5p-g2d: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-281-7/+3
* media: exynos4-is: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-282-12/+10
* media: marvell-ccic: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-281-5/+3
* media: exynos-gsc: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-281-8/+6
* media: stm32-dma2d: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-281-6/+3
* media: s5p-mfc: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-281-7/+4
* media: bdisp: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-281-7/+3
* media: camss: Use platform_get_irq_byname() to get the interruptLad Prabhakar2022-01-284-32/+16
* media: vsp1: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-281-8/+6
* media: mtk-vcodec: Remove mtk_vcodec_release_enc_pmYunfei Dong2022-01-233-13/+8
* media: mtk-vcodec: Remove mtk_vcodec_release_dec_pmYunfei Dong2022-01-234-17/+15
* media: mtk-vcodec: Use codec type to separate different hardwareYunfei Dong2022-01-233-9/+41
* media: mtk-vcodec: Add core dec and dec end ipi msgYunfei Dong2022-01-233-0/+34
* media: mtk-vcodec: Support 34bits dma address for vdecYunfei Dong2022-01-231-0/+8
* media: mtk-vcodec: Add work queue for core hardware decodeYunfei Dong2022-01-234-1/+53
* media: mtk-vcodec: Add new interface to lock different hardwareYunfei Dong2022-01-233-5/+7
* media: mtk-vcodec: Generalize power and clock on/off interfacesYunfei Dong2022-01-239-40/+146
* media: mtk-vcodec: Add msg queue feature for lat and core architectureYunfei Dong2022-01-234-0/+419
* media: mtk-vcodec: Add irq interface for multi hardwareYunfei Dong2022-01-2312-39/+72
* media: mtk-vcodec: Use pure single core for MT8183Yunfei Dong2022-01-233-0/+13
* media: mtk-vcodec: Add to support multi hardware decodeYunfei Dong2022-01-237-32/+333
* media: mtk-vcodec: Support MT8192Yunfei Dong2022-01-233-0/+21
* media: mtk-vcodec: export decoder pm functionsYunfei Dong2022-01-231-0/+6
* media: mtk-vcodec: Refactor vcodec pm interfaceYunfei Dong2022-01-235-21/+14
* media: mtk-vcodec: Align vcodec wake up interrupt interfaceYunfei Dong2022-01-233-16/+9
* media: mtk-vcodec: Get numbers of register bases from DTYunfei Dong2022-01-231-9/+28
* media: atmel: atmel-isc: add raw Bayer 8bit 10bit output formatsEugen Hristev2022-01-232-0/+48
* media: atmel: atmel-sama7g5-isc: fix UYVY input format mbus_code typoEugen Hristev2022-01-231-1/+1
* media: atmel: atmel-isc-base: clamp wb gain coefficientsEugen Hristev2022-01-231-0/+4
* media: atmel: atmel-isc-base: add wb debug messagesEugen Hristev2022-01-231-0/+18
* media: atmel: atmel-isc-base: fix bytesperline value for planar formatsEugen Hristev2022-01-232-2/+21
* media: atmel: atmel-isc-base: report frame sizes as full supported rangeEugen Hristev2022-01-231-12/+10
* media: atmel: atmel-isc-base: remove frameintervals VIDIOCEugen Hristev2022-01-231-37/+0
* media: atmel: atmel-sama7g5-isc: fix ispck leftoverEugen Hristev2022-01-231-6/+0
* media: atmel: atmel-isc: replace video device name with module nameEugen Hristev2022-01-231-1/+1
* media: atmel: atmel-isc: split the clock code into separate source fileEugen Hristev2022-01-234-296/+320
* media: atmel: introduce microchip csi2dc driverEugen Hristev2022-01-234-0/+823
* media: stm32: dcmi: create a dma scatterlist based on DMA max_sg_burst valueAlain Volmat2022-01-231-12/+39
* media: imx-jpeg: use NV12M to represent non contiguous NV12Ming Qian2022-01-231-6/+6