summaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-08-30media: ti: cal: combine wdma irq handlingTomi Valkeinen1-34/+25
2022-08-30media: ti: cal: use CSI-2 frame number for seq numberTomi Valkeinen3-3/+62
2022-08-30media: ti: cal: rename sd_state to stateTomi Valkeinen1-15/+15
2022-08-30media: ti: cal: fix useless variable initTomi Valkeinen1-2/+3
2022-08-30media: tc358743: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil1-0/+2
2022-08-30media: media/cec: use CEC_MAX_MSG_SIZE instead of hardcoded 16Hans Verkuil4-8/+8
2022-08-30media: dw100: Fix an error handling path in dw100_probe()Christophe JAILLET1-0/+1
2022-08-30media: cx23885: reset DMA on AMD Renior/Cezanne IOMMU due to RiSC engine stallDaniel Lee Kruse1-0/+3
2022-08-30media: rockchip: rga: Fix probe rga_parse_dt bugsOndrej Jirman1-1/+1
2022-08-30media: airspy: fix memory leak in airspy probeDongliang Mu1-0/+4
2022-08-30media: cx88: Fix a null-ptr-deref bug in buffer_prepare()Zheyu Ma2-26/+26
2022-08-30media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loopLiang He1-0/+1
2022-08-29media: saa7146: deprecate hexium_gemini/orion, mxb and ttpciHans Verkuil24-11259/+2
2022-08-29media: davinci: deprecate dm644x_ccdc, dm355_cddc and dm365_isifHans Verkuil10-5668/+0
2022-08-29media: fsl-viu: deprecate this driverHans Verkuil3-1612/+0
2022-08-29media: tm6000: deprecate this driverHans Verkuil15-7427/+0
2022-08-29media: zr364xx: deprecate this driverHans Verkuil5-1655/+0
2022-08-29media: meye: deprecate this driverHans Verkuil6-2145/+0
2022-08-29media: cpia2: deprecate this driverHans Verkuil9-5580/+0
2022-08-29media: avoid use of 'videobuf'Hans Verkuil15-20/+20
2022-08-29media: platform: ti: avoid using 'videobuf' or 'video-buf'Hans Verkuil7-42/+42
2022-08-29media: media/v4l2-mem2mem.h: rename 'videobuf' to 'vb2'Hans Verkuil1-3/+3
2022-08-29media: vb2: videobuf -> videobuf2Hans Verkuil3-11/+11
2022-08-29media: media/pci/ngene/ngene.h: remove #ifdef NGENE_V4LHans Verkuil1-78/+0
2022-08-29media: zoran: move to mainlineHans Verkuil19-0/+7194
2022-08-29media: ti/omap: fix repeated words in commentswangjianli1-1/+1
2022-08-29media: pci/cx23885: fix repeated words in commentswangjianli1-1/+1
2022-08-29media: pci/cx18: fix repeated words in commentswangjianli1-1/+1
2022-08-29media: pci/cx18: fix repeated words in commentswangjianli1-1/+1
2022-08-29media: i2c/cx25840: fix repeated words in commentswangjianli1-1/+1
2022-08-29media: v4l2-flash: Fix comment typoJason Wang1-1/+1
2022-08-29media: technisat-usb2: Fix comment typoJason Wang1-1/+1
2022-08-29media: drxk: Fix comment typoJason Wang1-1/+1
2022-08-29media: v4l2-ioctl: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-08-29media: tm6000: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-08-29media: gspca: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-08-29media: platform: ti: Fix typo 'the the' in commentSlark Xiao2-2/+2
2022-08-29media: saa7164: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-08-29media: ivtv: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-08-29media: cx88: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-08-29media: dvb-frontends: Fix typo 'the the' in commentSlark Xiao2-2/+2
2022-08-29media: sun6i-csi: Fix comment typoJason Wang1-1/+1
2022-08-29media: dib8000: Fix comment typoJason Wang1-1/+1
2022-08-29media: dw100: Add i.MX8MP dw100 dewarper driverXavier Roumegue6-0/+1844
2022-08-29media: v4l2-ctrls: Export default v4l2_ctrl_type_ops callbacksXavier Roumegue1-13/+17
2022-08-29media: v4l2-ctrls: optimize type_ops for arraysHans Verkuil2-55/+96
2022-08-19media: vivid: add pixel_array test controlHans Verkuil3-1/+22
2022-08-19media: v4l2-ctrls: add change flag for when dimensions changeHans Verkuil1-1/+2
2022-08-19media: v4l2-ctrls: add v4l2_ctrl_modify_dimensionsHans Verkuil1-0/+36
2022-08-19media: v4l2-ctrls: alloc arrays in ctrl_refHans Verkuil2-13/+20