summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorLines
2022-12-21Merge tag 'media/v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-8/+6
2022-12-14media: sun8i-a83t-mipi-csi2: Clarify return code handling in stream off pathPaul Kocialkowski-3/+2
2022-12-14media: sun6i-mipi-csi2: Clarify return code handling in stream off pathPaul Kocialkowski-3/+2
2022-12-14media: sun6i-csi: capture: Remove useless ret initializationPaul Kocialkowski-1/+1
2022-12-14media: sun6i-csi: bridge: Error out on invalid port to fix warningPaul Kocialkowski-1/+1
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+3
2022-12-07Merge tag 'br-v6.2i' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab-45/+47
2022-12-07media: coda: Add check for kmallocJiasheng Jiang-2/+8
2022-12-07media: coda: Add check for dcoda_iram_allocJiasheng Jiang-2/+2
2022-12-07media: Switch to use dev_err_probe() helperYang Yingliang-31/+16
2022-12-07media: s5p-mfc: Fix to handle reference queue during finishingSmitha T Murthy-2/+10
2022-12-07media: s5p-mfc: Clear workbit to handle error conditionSmitha T Murthy-1/+3
2022-12-07media: s5p-mfc: Fix in register read and write for H264Smitha T Murthy-7/+7
2022-12-07media: c8sectpfe: Add of_node_put() when breaking out of loopLiang He-0/+1
2022-12-06media: rzg2l-cru: fix a test for timeoutDan Carpenter-1/+1
2022-12-06media: rzg2l-cru: Fix missing error code in rzg2l_cru_start_streaming_vq()Jiapeng Chong-0/+1
2022-12-06media: platform: renesas: rzg2l-cru: Add missing documentation for image_conv...Lad Prabhakar-0/+2
2022-12-06media: sun6i-csi: clarify return value, fix uninited variable and add missing...Hans Verkuil-4/+4
2022-12-06media: rzg2l-cru: Remove unnecessary shadowing of ret in rzg2l_csi2_s_stream()Nathan Chancellor-2/+0
2022-11-26media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoCAakarsh Jain-2/+15
2022-11-25media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoCAakarsh Jain-2/+15
2022-11-25media: mediatek: vcodec: Core thread depends on core_listYunfei Dong-1/+1
2022-11-25media: mediatek: vcodec: Setting lat buf to lat_list when lat decode errorYunfei Dong-5/+10
2022-11-25media: mediatek: vcodec: Fix h264 set lat buffer errorYunfei Dong-11/+17
2022-11-25media: mediatek: vcodec: Can't set dst buffer to done when lat decode errorYunfei Dong-1/+1
2022-11-25media: mediatek: vcodec: Fix getting NULL pointer for dst bufferYunfei Dong-4/+7
2022-11-25media: amphion: lock and check m2m_ctx in event handlerMing Qian-2/+8
2022-11-25media: amphion: cancel vpu before release instanceMing Qian-4/+7
2022-11-25media: amphion: try to wakeup vpu core to avoid failureMing Qian-4/+38
2022-11-25media: Add dependency on ARCH_ASPEEDPeter Robinson-0/+1
2022-11-25media: sun8i-a83t-mipi-csi2: Register async subdev with no sensor attachedPaul Kocialkowski-5/+12
2022-11-25media: sun6i-mipi-csi2: Register async subdev with no sensor attachedPaul Kocialkowski-5/+12
2022-11-25media: sun8i-a83t-mipi-csi2: Require both pads to be connected for streamingPaul Kocialkowski-2/+4
2022-11-25media: sun6i-mipi-csi2: Require both pads to be connected for streamingPaul Kocialkowski-2/+4
2022-11-25media: amphion: encoder add support for contiguous planesMing Qian-0/+8
2022-11-25media: amphion: decoder add support for contiguous planesMing Qian-0/+16
2022-11-25media: amphion: tell and handle contiguous and non contiguous formatMing Qian-165/+297
2022-11-25media: rcar-vin: Add support for Gen3 UDS (Up Down Scaler)Niklas Söderlund-0/+83
2022-11-25media: rcar-vin: Store scaler in a function pointerNiklas Söderlund-13/+46
2022-11-25media: rcar-vin: Do not cache remote rectangleNiklas Söderlund-21/+65
2022-11-25media: platform: Add Renesas RZ/G2L CRU driverLad Prabhakar-0/+1821
2022-11-25media: platform: Add Renesas RZ/G2L MIPI CSI-2 receiver driverLad Prabhakar-0/+899
2022-11-25media: imx: Unstage the imx7-media-csi driverLaurent Pinchart-0/+2422
2022-11-25media: atmel: atmel-isc: move to stagingEugen Hristev-4408/+0
2022-11-25media: microchip: microchip-isc: move media_pipeline_* to (un)prepare cbEugen Hristev-10/+17
2022-11-25media: microchip: microchip-isc: implement media controllerEugen Hristev-237/+239
2022-11-25media: microchip: microchip-isc: prepare for media controller supportEugen Hristev-6/+391
2022-11-25media: microchip: add ISC driver as Microchip ISCEugen Hristev-0/+4414
2022-11-25media: atmel: move microchip_csi2dc to dedicated microchip platformEugen Hristev-16/+24
2022-11-25media: amphion: Fix error handling in vpu_driver_init()Yuan Can-1/+5