summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-07media: si470x: Fix use-after-free in si470x_int_in_callback()Shigeru Yoshida1-1/+3
2022-12-07media: staging: stkwebcam: Restore MEDIA_{USB,CAMERA}_SUPPORT dependenciesGeert Uytterhoeven1-1/+1
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: s5k4ecgx: Delete driverLinus Walleij3-965/+0
2022-12-07media: s5k4ecgx: Switch to GPIO descriptorsLinus Walleij1-102/+25
2022-12-07media: Switch to use dev_err_probe() helperYang Yingliang13-84/+41
2022-12-07media: usb: pwc-uncompress: Use flex array destination for memcpy()Gustavo A. R. Silva1-1/+1
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: imx: Use get_mbus_config instead of parsing upstream DT endpointsPhilipp Zabel4-118/+63
2022-12-07media: c8sectpfe: Add of_node_put() when breaking out of loopLiang He1-0/+1
2022-12-07media: Kconfig: Make DVB_CORE=m possible when MEDIA_SUPPORT=yLecopzer Chen1-1/+1
2022-12-07media: i2c: isl7998x: make const array isl7998x_video_in_chan_map staticColin Ian King1-1/+1
2022-12-07drivers: staging: media: omap4iss: Use BIT macro instead of left shiftingMoses Christopher Bollavarapu1-9/+9
2022-12-07media: v4l2-mediabus: add support for dual edge samplingMichael Riesch1-4/+19
2022-12-07media: pt3: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET1-12/+4
2022-12-07media: ipu3-cio2: make the bridge depend on i2cAdam Borowski1-0/+1
2022-11-26media: 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: add nv12_8l128 and nv12_10be_8l128 video format.Ming Qian1-0/+2
2022-11-25media: v4l: Use memset_after() helperXiu Jianfeng1-45/+39
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: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()Baisong Zhong1-0/+4
2022-11-25media: dvb-core: Fix ignored return value in dvb_register_frontend()Chen Zhongjin1-1/+7
2022-11-25media: dvb-usb: dib0700_devices: Remove unused struct dibx090p_adcYuan Can1-7/+0
2022-11-25media: dib0700: remove orphan dvb_usb_dib0700_ir_proto declarationGaosheng Cui1-1/+0
2022-11-25media: dvb-usb: fix memory leak in dvb_usb_adapter_init()Mazin Al Haddad1-1/+3
2022-11-25media: dvbdev: adopts refcnt to avoid UAFLin Ma3-9/+27
2022-11-25media: media/dvb-frontends: fix repeated words in commentswangjianli1-1/+1
2022-11-25media: dvb_ringbuffer : Fix a bug in dvb_ringbuffer.cYongSu Yoo1-1/+3
2022-11-25media: mantis: Kconfig: add depends on DVB_CORE for MANTIS_CORELecopzer Chen1-1/+1