summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-112-3/+3
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-2/+2
|\
| * freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-2/+2
* | Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-076-451/+109
|\ \
| * | media: flexcop-usb: use usb_endpoint_maxp()Johan Hovold2022-09-261-1/+1
| * | media: flexcop-usb: clean up URB initialisationJohan Hovold2022-09-261-4/+6
| * | media: flexcop-usb: clean up endpoint sanity checksJohan Hovold2022-09-261-4/+8
| * | Merge 6.0-rc7 into usb-nextGreg Kroah-Hartman2022-09-261-1/+1
| |\ \
| * | | media: uvcvideo: move uvc_format_desc to common headerMichael Grzeschik2022-09-223-349/+2
| * | | media: v4l: move helper functions for fractions from uvc to v4l2-commonMichael Grzeschik2022-09-224-94/+93
* | | | Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-10-07239-35903/+27504
|\ \ \ \
| * | | | media: destage Hantro VPU driverEzequiel Garcia2022-08-3138-0/+12444
| * | | | media: platform: mtk-mdp3: add MediaTek MDP3 driverMoudy Ho2022-08-3022-0/+4994
| * | | | media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_initMiaoqian Lin2022-08-301-4/+5
| * | | | media: xilinx: video: Add 1X12 greyscale formatVolodymyr Kharuk2022-08-301-0/+2
| * | | | media: xilinx: csi2rxss: Add 1X12 greyscale formatVolodymyr Kharuk2022-08-301-0/+1
| * | | | media: uvcvideo: Limit power line control for Sonix Technologyhuanglei2022-08-301-0/+9
| * | | | media: uvcvideo: Use entity get_cur in uvc_ctrl_setYunke Cao2022-08-301-37/+46
| * | | | media: uvcvideo: Fix typo 'the the' in commentSlark Xiao2022-08-301-1/+1
| * | | | media: uvcvideo: Use indexed loops in uvc_ctrl_init_ctrl()Laurent Pinchart2022-08-301-15/+19
| * | | | media: uvcvideo: Fix memory leak in uvc_gpio_parseJosé Expósito2022-08-301-4/+4
| * | | | media: renesas: vsp1: Add support for RZ/G2L VSPDBiju Das2022-08-303-4/+22
| * | | | media: renesas: vsp1: Add VSP1_HAS_NON_ZERO_LBA feature bitBiju Das2022-08-303-3/+19
| * | | | media: renesas: vsp1: Add support for VSP software versionBiju Das2022-08-303-13/+33
| * | | | media: renesas: vsp1: Add support to deassert/assert reset lineBiju Das2022-08-302-2/+29
| * | | | media: amphion: fix a bug that vpu core may not resume after suspendMing Qian2022-08-304-44/+51
| * | | | media: platform: fix some double free in meson-ge2d and mtk-jpeg and s5p-mfcHangyu Hua2022-08-303-4/+1
| * | | | media: amphion: don't change the colorspace reported by decoder.Ming Qian2022-08-301-8/+8
| * | | | media: amphion: adjust the encoder's value range of gop sizeMing Qian2022-08-301-1/+1
| * | | | media: amphion: insert picture startcode after seek for vc1g formatMing Qian2022-08-301-1/+1
| * | | | media: videobuf2: Remove vb2_find_timestamp()Ezequiel Garcia2022-08-301-13/+0
| * | | | media: mediatek: vcodec: Skip non CBR bitrate modeHirokazu Honda2022-08-301-1/+2
| * | | | media: mediatek: vcodec: Add mt8188 encoder's chip nameYunfei Dong2022-08-301-0/+2
| * | | | media: mediatek: vcodec: add decoder compatible to support mt8188Yunfei Dong2022-08-302-0/+6
| * | | | media: mediatek: vcodec: Use ctx vb2_queue mutex instead of device mutexIrui Wang2022-08-303-3/+7
| * | | | media: mediatek: vcodec: Fix bitstream crop information errorIrui Wang2022-08-301-4/+4
| * | | | media: mediatek: vcodec: Remove encoder driver get IRQ resourceIrui Wang2022-08-301-8/+0
| * | | | media: mediatek: vcodec: Add mt8188 encoder driverIrui Wang2022-08-301-0/+13
| * | | | media: mediatek: vcodec: Add encoder driver support for 34-bit iovaIrui Wang2022-08-304-37/+266
| * | | | media: ti: cal: fix wdma irq for metadataTomi Valkeinen2022-08-301-4/+27
| * | | | media: ti: cal: combine wdma irq handlingTomi Valkeinen2022-08-301-34/+25
| * | | | media: ti: cal: use CSI-2 frame number for seq numberTomi Valkeinen2022-08-303-3/+62
| * | | | media: ti: cal: rename sd_state to stateTomi Valkeinen2022-08-301-15/+15
| * | | | media: ti: cal: fix useless variable initTomi Valkeinen2022-08-301-2/+3
| * | | | media: tc358743: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil2022-08-301-0/+2
| * | | | media: media/cec: use CEC_MAX_MSG_SIZE instead of hardcoded 16Hans Verkuil2022-08-304-8/+8
| * | | | media: dw100: Fix an error handling path in dw100_probe()Christophe JAILLET2022-08-301-0/+1
| * | | | media: cx23885: reset DMA on AMD Renior/Cezanne IOMMU due to RiSC engine stallDaniel Lee Kruse2022-08-301-0/+3