summaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-451/+109
2022-10-07Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds239-35903/+27504
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds182-472/+182
2022-10-01Merge tag 'media/v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds5-21/+29
2022-09-27Merge branch 'master' into i2c/for-mergewindowWolfram Sang1-1/+1
2022-09-27media: mediatek: vcodec: Drop platform_get_resource(IORESOURCE_IRQ)Nícolas F. R. A. Prado1-6/+3
2022-09-27media: dvb_vb2: fix possible out of bound accessHangyu Hua1-0/+11
2022-09-27media: v4l2-ioctl.c: fix incorrect error pathHans Verkuil1-14/+12
2022-09-27media: v4l2-compat-ioctl32.c: zero buffer passed to v4l2_compat_get_array_args()Hans Verkuil1-0/+2
2022-09-26media: flexcop-usb: use usb_endpoint_maxp()Johan Hovold1-1/+1
2022-09-26media: flexcop-usb: clean up URB initialisationJohan Hovold1-4/+6
2022-09-26media: flexcop-usb: clean up endpoint sanity checksJohan Hovold1-4/+8
2022-09-26Merge 6.0-rc7 into usb-nextGreg Kroah-Hartman1-1/+1
2022-09-22media: uvcvideo: move uvc_format_desc to common headerMichael Grzeschik3-349/+2
2022-09-22media: v4l: move helper functions for fractions from uvc to v4l2-commonMichael Grzeschik4-94/+93
2022-09-22media: flexcop-usb: fix endpoint type checkJohan Hovold1-1/+1
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang1-21/+14
2022-09-07media: vsp1: Add premultiplied alpha supportTakanari Hayama1-0/+2
2022-08-31media: destage Hantro VPU driverEzequiel Garcia38-0/+12444
2022-08-31media: uvcvideo: Fix InterfaceProtocol for Quanta cameraRicardo Ribalda1-1/+1
2022-08-30media: platform: mtk-mdp3: add MediaTek MDP3 driverMoudy Ho22-0/+4994
2022-08-30media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_initMiaoqian Lin1-4/+5
2022-08-30media: xilinx: video: Add 1X12 greyscale formatVolodymyr Kharuk1-0/+2
2022-08-30media: xilinx: csi2rxss: Add 1X12 greyscale formatVolodymyr Kharuk1-0/+1
2022-08-30media: uvcvideo: Limit power line control for Sonix Technologyhuanglei1-0/+9
2022-08-30media: uvcvideo: Use entity get_cur in uvc_ctrl_setYunke Cao1-37/+46
2022-08-30media: uvcvideo: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-08-30media: uvcvideo: Use indexed loops in uvc_ctrl_init_ctrl()Laurent Pinchart1-15/+19
2022-08-30media: uvcvideo: Fix memory leak in uvc_gpio_parseJosé Expósito1-4/+4
2022-08-30media: renesas: vsp1: Add support for RZ/G2L VSPDBiju Das3-4/+22
2022-08-30media: renesas: vsp1: Add VSP1_HAS_NON_ZERO_LBA feature bitBiju Das3-3/+19
2022-08-30media: renesas: vsp1: Add support for VSP software versionBiju Das3-13/+33
2022-08-30media: renesas: vsp1: Add support to deassert/assert reset lineBiju Das2-2/+29
2022-08-30media: mceusb: Use new usb_control_msg_*() routinesAlan Stern1-21/+14
2022-08-30media: amphion: fix a bug that vpu core may not resume after suspendMing Qian4-44/+51
2022-08-30media: platform: fix some double free in meson-ge2d and mtk-jpeg and s5p-mfcHangyu Hua3-4/+1
2022-08-30media: amphion: don't change the colorspace reported by decoder.Ming Qian1-8/+8
2022-08-30media: amphion: adjust the encoder's value range of gop sizeMing Qian1-1/+1
2022-08-30media: amphion: insert picture startcode after seek for vc1g formatMing Qian1-1/+1
2022-08-30media: videobuf2: Remove vb2_find_timestamp()Ezequiel Garcia1-13/+0
2022-08-30media: mediatek: vcodec: Skip non CBR bitrate modeHirokazu Honda1-1/+2
2022-08-30media: mediatek: vcodec: Add mt8188 encoder's chip nameYunfei Dong1-0/+2
2022-08-30media: mediatek: vcodec: add decoder compatible to support mt8188Yunfei Dong2-0/+6
2022-08-30media: mediatek: vcodec: Use ctx vb2_queue mutex instead of device mutexIrui Wang3-3/+7
2022-08-30media: mediatek: vcodec: Fix bitstream crop information errorIrui Wang1-4/+4
2022-08-30media: mediatek: vcodec: Remove encoder driver get IRQ resourceIrui Wang1-8/+0
2022-08-30media: mediatek: vcodec: Add mt8188 encoder driverIrui Wang1-0/+13
2022-08-30media: mediatek: vcodec: Add encoder driver support for 34-bit iovaIrui Wang4-37/+266
2022-08-30media: ti: cal: fix wdma irq for metadataTomi Valkeinen1-4/+27