summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-12-07Merge tag 'br-v6.2i' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab32-1320/+153
2022-12-07media: s5c73m3: Switch to GPIO descriptorsLinus Walleij3-95/+23
2022-12-07media: i2c: s5k5baf: switch to using gpiod APIDmitry Torokhov1-46/+18
2022-12-07media: i2c: s5k6a3: switch to using gpiod APIDmitry Torokhov1-19/+11
2022-12-07media: si470x: Fix use-after-free in si470x_int_in_callback()Shigeru Yoshida1-1/+3
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: 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-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-12-06media: i2c: ov9282: Add missing clk_disable_unprepare to error pathDave Stevenson1-1/+3
2022-12-06media: i2c: ov9282: Make common_regs_list staticDave Stevenson1-1/+1
2022-12-06media: i2c: ov9282: Fix missing documentation in structuresDave Stevenson1-0/+4
2022-12-06media: i2c: ov08d10: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flipsDave Stevenson1-0/+5
2022-12-06media: i2c: imx355: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flipsDave Stevenson1-0/+4
2022-12-06media: i2c: imx319: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flipsDave Stevenson1-0/+4
2022-12-06media: i2c: imx208: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flipsDave Stevenson1-0/+4
2022-12-06media: i2c: ov2680: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flipsDave Stevenson1-0/+2
2022-12-06media: ov5640: report correct frame rate to userGuoniu.zhou1-10/+12
2022-12-06media: i2c: ov9282: Add ov9281 compatibleAlexander Stein1-1/+4
2022-12-06media: ov5640: set correct default link frequencyGuoniu.zhou1-1/+2
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: dvbdev: fix refcnt bugLin Ma1-1/+1
2022-12-06media: sun6i-csi: clarify return value, fix uninited variable and add missing...Hans Verkuil1-4/+4
2022-12-06media: i2c: tc358746: make DEFINE_RUNTIME_DEV_PM_OPS staticHans Verkuil1-2/+2
2022-12-06media: dvb-frontends: drx39xyj: set missing error codeHans Verkuil1-0/+1
2022-12-06media: videobuf2: revert "get_userptr: buffers are always writable"Hans Verkuil5-8/+19
2022-12-06media: rzg2l-cru: Remove unnecessary shadowing of ret in rzg2l_csi2_s_stream()Nathan Chancellor1-2/+0
2022-12-06media: saa7164: fix missing pci_disable_device()Liu Shixin1-1/+3
2022-12-06media: ov5693: Add support for a privacy-led GPIOHans de Goede1-0/+10
2022-12-02media: dvb-usb: m920x: make read-only arrays static constColin Ian King1-8/+8
2022-11-26media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoCAakarsh Jain1-2/+15
2022-11-25media: ipu3-cio2: make the bridge depend on i2cAdam Borowski1-0/+1
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