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