aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-10-24media: adv748x: afe: Select input port when initializing AFENiklas Söderlund1-0/+4
2022-10-24media: adv748x: Remove dead function declarationNiklas Söderlund1-3/+0
2022-10-24media: mxl5005s: Make array RegAddr static constColin Ian King1-1/+1
2022-10-24media: amphion: reset instance if it's aborted before codec header parsedMing Qian1-3/+10
2022-10-24vivid: add INTEGER and INTEGER64 test control arraysHans Verkuil1-0/+28
2022-10-24media: coda: jpeg: Add check for kmallocJiasheng Jiang1-2/+8
2022-10-24media: v4l2-ctrls: Fix off-by-one error in integer menu control checkLaurent Pinchart1-1/+1
2022-10-24media: mediatek: vcodec: Skip unsupported h264 encoder profileIrui Wang1-1/+4
2022-10-24media: stm32: dcmi: Remove redundant dev_err callShang XiaoJing1-3/+1
2022-10-24media: aspeed: use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin1-14/+2
2022-10-24media: zoran: remove unused declarations in zoran_device.hGaosheng Cui1-2/+0
2022-10-24bttv: remove unused tea5757_set_freq declarationGaosheng Cui1-1/+0
2022-10-24cx25821: remove unused cx25821_video_wakeup() declarationGaosheng Cui1-3/+0
2022-10-24saa7164: remove unused saa7164_call_i2c_clients declarationGaosheng Cui1-2/+0
2022-10-24media: saa7134: remove unused declarations in saa7134.hGaosheng Cui1-4/+0
2022-10-24media: cxd2820r: remove unused cxd2820r_debug declarationGaosheng Cui1-2/+0
2022-10-24media: dvb-frontends: remove unused drx_dap_fasi_funct_g declarationGaosheng Cui1-2/+0
2022-10-22Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds81-1206/+2282
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard429-36876/+27848
2022-10-18media: videobuf2: Stop using internal dma-buf lockDmitry Osipenko3-30/+3
2022-10-18media: tegra-vde: Prepare to dynamic dma-buf locking specificationDmitry Osipenko1-3/+3
2022-10-18media: videobuf2: Prepare to dynamic dma-buf locking specificationDmitry Osipenko3-12/+13
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-2/+2
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2-3/+3
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
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-30media: imx-jpeg: Lock on ioctl encoder/decoder stop cmdMing Qian1-0/+6
2022-09-30media: imx-jpeg: Support contiguous and non contiguous formatMing Qian2-48/+186
2022-09-30media: imx-jpeg: Implement g_selection and s_selectionMing Qian2-120/+208
2022-09-30mtk-jpegdec: add stop cmd interface for jpgdeckyrie wu1-0/+3
2022-09-30media: mtk-jpegdec: refactor jpegdec func interfacekyrie wu5-32/+66
2022-09-30media: mtk-jpegdec: add output pic reorder interfacekyrie wu1-2/+45
2022-09-30media: mtk-jpegdec: add jpeg decode worker interfacekyrie wu3-12/+234
2022-09-30media: mtk-jpegdec: add jpegdec timeout func interfacekyrie wu2-0/+28
2022-09-30media: mtk-jpegdec: support jpegdec multi-hardwarekyrie wu3-2/+214
2022-09-30media: mtk-jpegdec: export jpeg decoder functionskyrie wu1-0/+6
2022-09-30mtk-jpegenc: add stop cmd interface for jpgenckyrie wu1-0/+4
2022-09-30mtk-jpegenc: add output pic reorder interfacekyrie wu5-24/+81
2022-09-30mtk-jpegenc: add jpeg encode worker interfacekyrie wu3-13/+232
2022-09-30mtk-jpegenc: add jpegenc timeout func interfacekyrie wu2-0/+35
2022-09-30mtk-jpegenc: support jpegenc multi-hardwarekyrie wu4-34/+249
2022-09-30mtk-jpegenc: export jpeg encoder functionskyrie wu1-0/+6
2022-09-30media: imx-jpeg: Disable useless interrupt to avoid kernel panicMing Qian1-1/+3
2022-09-30media: imx-jpeg: Don't clear stop state in handling dynamic resolution changeMing Qian1-1/+2
2022-09-30media: imx-jpeg: Add a timeout mechanism for each frameMing Qian2-7/+49